/bionic/libc/kernel/arch-x86/asm/ |
desc_defs.h | 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct 57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
desc_defs.h | 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct 57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
|
/external/kernel-headers/original/asm-x86/ |
desc_defs.h | 18 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct 55 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
desc_defs.h | 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct 57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
desc_defs.h | 22 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct 57 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
|
/external/bluetooth/glib/tests/gobject/ |
ifaceinit.c | 173 static gboolean base1, base2, base3, base4, base5, base6; variable 283 base1 = TRUE; 349 g_assert (!base1 && !base2 && !base3 && !base4 && !base5 && !base6); 362 g_assert (base1 && base2 && base3 && base4 && !base5 && !base6); 405 g_assert (base1 && base2 && base3 && base4 && base5 && base6);
|
/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | 405 int base1 = runBase[i]; local 410 if (DEBUG) assert base1 + len1 == base2; 428 int k = gallopRight((Comparable<Object>) a[base2], a, base1, len1, 0); 430 base1 += k; 439 len2 = gallopLeft((Comparable<Object>) a[base1 + len1 - 1], a, 447 mergeLo(base1, len1, base2, len2); 449 mergeHi(base1, len1, base2, len2); 600 * second run (a[base1] > a[base2]), and the last element of the first run 601 * (a[base1 + len1-1]) must be greater than all elements of the second run. 607 * @param base1 index of first element in first run to be merge [all...] |
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...] |
/external/chromium/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...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
proto_12.js | 75 this.base1 = WorkerBee; 76 this.base1( name, "engineering", projs )
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsTest.java | 265 long base1 = 50; local 269 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base1, "HH:MM:SS", 272 assertEquals(base1, chronometer.getBase()); 281 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base1, "invalid", 284 assertEquals(base1, chronometer.getBase()); 287 mRemoteViews.setChronometer(R.id.remoteView_absolute, base1, "invalid", true); 691 long base1 = 50; local 695 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base1); 697 assertEquals(base1, chronometer.getBase()); 703 mRemoteViews.setLong(R.id.remoteView_absolute, "setBase", base1); [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
TypedValueTest.java | 158 final float base1 = 1.1f; local 166 assertEquals(expected1, TypedValue.complexToFraction(data1, base1, pbase1));
|
/external/webkit/WebKitTools/android/webkitmerge/ |
webkitmerge.cpp | 462 void CheckForExec(const char* base1, const char* dir1, const char* file1, 472 base1, dir1, file1, file1Ex ? "" : "no ", 479 bool CompareFiles(const char* base1, const char* dir1, const char* file1, 485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex); 487 base1, dir1, (int) strlen(file1) - (int) file1Ex, file1, 498 bool CompareFiles(const char* base1, const char* base2, const char* dir, const char* file) 500 return CompareFiles(base1, dir, file, base2, dir, file); [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvIf.c | 345 unsigned long curr1, base1; local 352 curr1 = check_stack_start(&base1, local_sp + 4, 0); 363 if (base2 == base1) { [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
WlanDrvIf.c | 344 unsigned long curr1, base1; local 351 curr1 = check_stack_start(&base1, local_sp + 4, 0); 362 if (base2 == base1) {
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
esta_drv.c | 987 unsigned int curr1, base1; local 1015 curr1 = check_stack_start(&base1); 1047 if (base2 == base1) [all...] |
/external/v8/test/cctest/ |
test-api.cc | 941 v8::Handle<v8::FunctionTemplate> base1 = v8::FunctionTemplate::New(); local 942 base1->Inherit(super); 943 base1->PrototypeTemplate()->Set("v1", v8_num(20.1)); 952 env->Global()->Set(v8_str("base1"), base1->GetFunction()); 956 CHECK(CompileRun("base1.prototype.__proto__ == s.prototype")->BooleanValue()); 964 CHECK(CompileRun("base1.prototype.knurd == undefined")->BooleanValue()); 967 base1->GetFunction()->NewInstance()); [all...] |