Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dcatch_ptr_02.cpp80 struct base1 {int x;}; argument
/external/skia/bench/
DHairlinePathBench.cpp101 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
133 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
166 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
216 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
/external/chromium_org/third_party/skia/bench/
DHairlinePathBench.cpp101 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
133 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
166 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
216 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
/external/clang/test/FixIt/
Dfixit-cxx11-attributes.cpp37 struct base1 {}; struct
/external/chromium_org/third_party/libxml/src/
Dregressions.py36 def compFiles(res, expected, base1, base2): argument
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java185 String base1 = "Liface/base1;"; 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
877 struct event_base *base1; in test_free_active_base() local
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc55 VoEBase* base1 = NULL; variable
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp333 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp333 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp598 const deUint32 base1 = rnd.getUint32(); in getInputValues() local
689 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp514 …constexpr bool base1 = &e.c[0] < &e.d; // expected-error {{constant expression}} expected-note {{c… variable
/external/clang/tools/c-index-test/
Dc-index-test.c33 char* base1 = (char*)strrchr(path, '/'); in basename() local
46 char* base1 = (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/chromium_org/v8/test/cctest/
Dtest-api.cc1857 v8::Handle<v8::FunctionTemplate> base1 = v8::FunctionTemplate::New(isolate); in THREADED_TEST() local