Searched defs:glob2 (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinit-order-pthread-create-extra.cc2 void *glob2 = bar((void*)0x2345, true); variable
/external/libcxxabi/test/
H A Dtest_exception_storage.pass.cpp26 globals_t *glob1, *glob2; local
32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
33 if ( glob1 != glob2 )
/external/compiler-rt/lib/asan/tests/
H A Dasan_globals_test.cc17 char glob2[2]; variable
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js114 var glob2 = 0; variable
117 var r = { y: glob2++, y: glob2++, y: glob2++, y: 7};
123 assertEquals(3, glob2);
/external/openssh/openbsd-compat/
H A Dglob.c160 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
616 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
622 * The functions glob2 and glob3 are mutually recursive; there is one level
627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
766 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/external/v8/test/cctest/
H A Dtest-api.cc3004 v8::Local<v8::Symbol> glob2 = v8::Symbol::For(isolate, name); local
3005 CHECK(glob2->SameValue(glob));
3055 v8::Local<v8::Private> glob2 = v8::Private::ForApi(isolate, name); local
3056 CHECK(obj->HasPrivate(glob2));

Completed in 445 milliseconds