HomeSort by: relevance | last modified time | path
    Searched refs:tu2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_translation_unit.py 201 tu2 = TranslationUnit.from_ast_file(filename=path)
202 self.assertEqual(len(tu2.diagnostics), 0)
204 foo = get_cursor(tu2, 'foo')
208 del tu2
217 tu2 = TranslationUnit.from_ast_file(filename=str_to_path(path))
218 self.assertEqual(len(tu2.diagnostics), 0)
220 foo = get_cursor(tu2, 'foo')
224 del tu2
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 4147 struct berval i, ni, tu, tu2; local
4169 tu2.bv_val = sbuf;
4170 tu2.bv_len = sizeof( sbuf );
4171 if ( rc || checkTime( &tu, &tu2 ) ) {
4176 + ni.bv_len + tu2.bv_len;
4190 p = lutil_strbvcopy( p, &tu2 );

Completed in 29 milliseconds