HomeSort by relevance Sort by last modified time
    Searched full:base2 (Results 1 - 25 of 29) sorted by null

1 2

  /dalvik/tests/068-classloader/
expected.txt 2 base2: class DoubledImplement2
  /bionic/libc/kernel/arch-x86/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /external/kernel-headers/original/asm-x86/
desc_defs.h 19 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
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 173 static gboolean base1, base2, base3, base4, base5, base6; variable
293 base2 = 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);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_12.js 78 this.base2 = Hobbyist;
79 this.base2( hobby );
  /dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java 407 int base2 = runBase[i + 1]; local
410 if (DEBUG) assert base1 + len1 == base2; local
428 int k = gallopRight((Comparable<Object>) a[base2], a, base1, len1, 0);
440 base2, len2, len2 - 1);
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
609 * @param base2 index of first element in second run to be merged
614 private void mergeLo(int base1, int len1, int base2, int len2) {
615 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
    [all...]
TimSort.java 440 int base2 = runBase[i + 1]; local
443 if (DEBUG) assert base1 + len1 == base2; local
461 int k = gallopRight(a[base2], a, base1, len1, 0, c);
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
642 * @param base2 index of first element in second run to be merged
646 private void mergeLo(int base1, int len1, int base2, int len2) {
647 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 266 long base2 = -50; local
275 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base2, "HH:MM:SS",
278 assertEquals(base2, chronometer.getBase());
692 long base2 = -50; local
699 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base2);
701 assertEquals(base2, chronometer.getBase());
  /external/grub/netboot/
3c509.c 51 { "3Com 3c529 EtherLink III (10base2)", 0x627c },
581 printf("10base2\n");
585 printf("10base2 not present\n");
lance.c 227 /* Don't touch 10base2 power bit. */
494 /* Don't touch 10base2 power bit. */
3c90x.c 706 case 0x9006: /** 10 Base TPO and Base2 **/
tulip.c 143 10base2(!) packets trigger a full-duplex-request interrupt. */
151 "10baseT", "10base2", "AUI", "100baseTx",
458 0x1001, 0x009E, /* 10base2, CSR12 0x10*/
464 0x1B01, 0x0000, /* 10base2, CSR12 0x1B */
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 163 final float base2 = 1.1f; local
167 assertEquals(expected2, TypedValue.complexToFraction(data2, base2, pbase2));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 346 unsigned long curr2, base2; local
362 curr2 = check_stack_stop(&base2, 0);
363 if (base2 == base1) {
368 printk("total stack use=%lu \n",8192 - curr2 + base2);
369 printk("total stack usage=%lu percent \n",100 * (8192 - curr2 + base2) / 8192);
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 345 unsigned long curr2, base2; local
361 curr2 = check_stack_stop(&base2, 0);
362 if (base2 == base1) {
367 printk("total stack use=%lu \n",8192 - curr2 + base2);
368 printk("total stack usage=%lu percent \n",100 * (8192 - curr2 + base2) / 8192);
  /external/bluetooth/glib/glib/
gtypes.h 349 /* subtract from biased_exponent to form base2 exponent (normal numbers) */
354 /* multiply with base2 exponent to get base10 exponent (normal numbers) */
  /external/bluetooth/glib/gio/
glocalfile.c 1576 char *path2, *base2; local
    [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 463 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);
    [all...]
  /dalvik/tests/068-classloader/src/
Main.java 46 System.out.println("base2: " + DoubledImplement2.class);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c 988 unsigned int curr2, base2; local
1045 curr2 = check_stack_stop(&base2);
1047 if (base2 == base1)
1054 printk("total stack use=%d \n",8192 - curr2 + base2);
1055 printk("total stack usage= %d percent \n",100 * (8192 - curr2 + base2) / 8192);
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
log2.cpp 117 This function computes logarithm (base2) of the input L_x, where L_x is
  /external/qemu/android/
hw-events.h 423 BTN_CODE(BASE2, 0x127) \
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 117 This function computes logarithm (base2) of the input L_x, where L_x is

Completed in 244 milliseconds

1 2