Home
last modified time | relevance | path

Searched defs:base2 (Results 1 – 15 of 15) sorted by relevance

/external/libcxxabi/test/
Dcatch_ptr_02.cpp81 struct base2 {int x;}; argument
/external/skia/bench/
DHairlinePathBench.cpp102 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
134 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
167 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
217 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
/external/chromium_org/third_party/skia/bench/
DHairlinePathBench.cpp102 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
134 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
167 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
217 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
/external/clang/test/FixIt/
Dfixit-cxx11-attributes.cpp38 struct base2 {}; struct
/external/chromium_org/third_party/libxml/src/
Dregressions.py36 def compFiles(res, expected, base1, base2): argument
Druntest.c2987 const char *base2; in schemasTest() local
3164 const char *base2; in rngTest() local
3253 const char *base2; in rngStreamTest() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java186 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local
/external/chromium_org/third_party/libevent/test/
Dregress.c687 struct event_base *base1, *base2; in test_signal_pipeloss() local
715 struct event_base *base1, *base2; in test_signal_switchbase() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp335 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp335 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp515 …constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {… variable
/external/clang/tools/c-index-test/
Dc-index-test.c34 char* base2 = (char*)strrchr(path, '\\'); in basename() local
47 char* base2 = (char*)strrchr(path, '\\'); in dirname() local
/external/pcre/dist/sljit/
DsljitNativeARM_32.c953 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \ argument
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp742 constexpr Base base2(76); variable
/external/chromium_org/v8/test/cctest/
Dtest-api.cc1861 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(isolate); in THREADED_TEST() local