HomeSort by relevance Sort by last modified time
    Searched refs:base1 (Results 26 - 50 of 51) sorted by null

12 3

  /libcore/luni/src/main/java/java/util/
TimSort.java 438 int base1 = runBase[i]; local
443 if (DEBUG) assert base1 + len1 == base2;
461 int k = gallopRight(a[base2], a, base1, len1, 0, c);
463 base1 += k;
472 len2 = gallopLeft(a[base1 + len1 - 1], a, base2, len2, len2 - 1, c);
479 mergeLo(base1, len1, base2, len2);
481 mergeHi(base1, len1, base2, len2);
633 * second run (a[base1] > a[base2]), and the last element of the first run
634 * (a[base1 + len1-1]) must be greater than all elements of the second run.
640 * @param base1 index of first element in first run to be merge
    [all...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 99 void *base1; member in struct:private_handle_t
127 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
139 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
  /art/runtime/
mem_map_test.cc 63 byte* base1 = m1->Begin(); local
65 EXPECT_EQ(base1, base0 + page_size);
67 EXPECT_EQ(BaseBegin(m1), base1); local
70 memset(base1, 43, page_size);
76 EXPECT_EQ(base1[i], 43);
83 EXPECT_EQ(base1[i], 43);
  /art/runtime/arch/x86/
thread_x86.cc 33 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member in struct:descriptor_table_entry_t
65 entry.base1 = (base & 0x00ff0000) >> 16;
  /external/chromium_org/third_party/libevent/test/
regress.c 686 /* make sure that the base1 pipe is closed correctly. */
687 struct event_base *base1, *base2; local
691 base1 = event_init();
692 pipe1 = base1->sig.ev_signal_pair[0];
695 event_base_free(base1);
715 struct event_base *base1, *base2; local
719 base1 = event_init();
724 if (event_base_set(base1, &ev1) ||
741 event_base_loop(base1, EVLOOP_NONBLOCK);
745 /* set base1 to handle signals *
877 struct event_base *base1; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 207 long base1 = 50; local
211 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base1, "HH:MM:SS",
214 assertEquals(base1, chronometer.getBase());
223 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base1, "invalid",
226 assertEquals(base1, chronometer.getBase());
229 mRemoteViews.setChronometer(R.id.remoteView_absolute, base1, "invalid", true);
547 long base1 = 50; local
551 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base1);
553 assertEquals(base1, chronometer.getBase());
559 mRemoteViews.setLong(R.id.remoteView_absolute, "setBase", base1);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-bounds-check-removal.js 207 var base1 = ((base0 + 2));
208 var base2 = ((base1 + 8) >> 2);
214 result += a[base1];
  /external/chromium_org/third_party/libxml/src/
regressions.py 36 def compFiles(res, expected, base1, base2):
37 l1 = len(base1)
42 j = string.find(res[i],base1)
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 101 final float base1 = 1.1f; local
109 assertEquals(expected1, TypedValue.complexToFraction(data1, base1, pbase1));
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 30 Base&& base1 = xvalue<Derived>(); local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 333 int base1 = (baseSize2[mask] >> 0) & 0xf; local
341 reg->reg.data.id = base + base1;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 333 int base1 = (baseSize2[mask] >> 0) & 0xf; local
341 reg->reg.data.id = base + base1;
  /external/clang/tools/c-index-test/
c-index-test.c 33 char* base1 = (char*)strrchr(path, '/'); local
35 if (base1 && base2)
36 return((base1 > base2) ? base1 + 1 : base2 + 1);
37 else if (base1)
38 return(base1 + 1);
46 char* base1 = (char*)strrchr(path, '/'); local
48 if (base1 && base2)
49 if (base1 > base2)
50 *base1 = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 598 const deUint32 base1 = rnd.getUint32(); local
602 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
689 const deInt32 base1 = (deInt32)rnd.getUint32(); local
693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 514 constexpr bool base1 = &e.c[0] < &e.d; // expected-error {{constant expression}} expected-note {{comparison of addresses of subobjects of different base classes has unspecified value}}
  /external/chromium_org/v8/test/cctest/
test-api.cc 1805 v8::Handle<v8::FunctionTemplate> base1 = v8::FunctionTemplate::New(isolate); local
    [all...]

Completed in 2100 milliseconds

12 3