Searched refs:base2 (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Ddesc_defs.h19 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
56 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
H A Dproto_12.js78 this.base2 = Hobbyist;
79 this.base2( hobby );
/external/chromium/third_party/libevent/test/
H A Dregress.c687 struct event_base *base1, *base2; local
693 base2 = event_init();
694 event_base_free(base2);
715 struct event_base *base1, *base2; local
720 base2 = event_init();
725 event_base_set(base2, &ev2) ||
735 event_base_loop(base2, EVLOOP_NONBLOCK);
749 event_base_loop(base2, EVLOOP_NONBLOCK);
753 event_base_free(base2);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp34 Base&& base2 = prvalue<Base>(); local
/external/clang/tools/c-index-test/
H A Dc-index-test.c26 char* base2 = (char*)strrchr(path, '\\'); local
27 if (base1 && base2)
28 return((base1 > base2) ? base1 + 1 : base2 + 1);
31 else if (base2)
32 return(base2 + 1);
39 char* base2 = (char*)strrchr(path, '\\'); local
40 if (base1 && base2)
41 if (base1 > base2)
44 *base2
[all...]
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp463 const char* base2, const char* dir2, const char* file2, bool* ex1, bool* ex2)
473 base2, dir2, file2, file2Ex ? "" : "no ");
480 const char* base2, const char* dir2, const char* file2)
485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex);
488 base2, dir2, (int) strlen(file2) - (int) file2Ex, file2,
498 bool CompareFiles(const char* base1, const char* base2, const char* dir, const char* file)
500 return CompareFiles(base1, dir, file, base2, dir, file);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp513 constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'C' of class 'E' to field 'e' has unspecified value}}
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp678 constexpr Base base2(76);
688 static_assert(derived == base2, "");
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc970 Base base, base2; local
974 EXPECT_FALSE(m1.Matches(base2));
980 EXPECT_FALSE(m1.Matches(base2));
/external/v8/test/cctest/
H A Dtest-api.cc1247 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(); local
1248 base2->Inherit(super);
1249 base2->PrototypeTemplate()->Set("v2", v8_num(10.1));
1255 env->Global()->Set(v8_str("base2"), base2->GetFunction());
1259 CHECK(CompileRun("base2.prototype.__proto__ == s.prototype")->BooleanValue());
1277 base2->GetFunction()->NewInstance());
1284 // base1 and base2 cannot cross reference to each's prototype
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1066 milliseconds