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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 52 final View swapped = stub.inflate(); local
54 assertNotNull("The inflated view is null", swapped);
63 final View swapped = stub.inflate(); local
65 assertNotNull("The inflated view is null", swapped);
66 assertTrue("The inflated view has no id", swapped.getId() != View.NO_ID);
67 assertTrue("The inflated view has the wrong id", swapped.getId() == R.id.stub_inflated);
76 final View swapped = stub.inflate(); local
78 assertNotNull("The inflated view is null", swapped);
81 stub.getLayoutParams().width, swapped.getLayoutParams().width);
83 stub.getLayoutParams().height, swapped.getLayoutParams().height)
    [all...]
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 168 bool swapped = false; local
169 ASSERT_TRUE(drawGL(manager, &swapped));
170 ASSERT_FALSE(swapped);
177 bool swapped = false; local
178 ASSERT_FALSE(drawGL(manager, &swapped));
179 ASSERT_TRUE(swapped);
230 bool swapped = false; local
231 ASSERT_TRUE(drawGL(manager, &swapped));
232 ASSERT_TRUE(swapped);
251 swapped = false
315 bool swapped = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
byteswap.h 29 /* Return a value with all bytes in the 16 bit argument swapped. */
32 /* Return a value with all bytes in the 32 bit argument swapped. */
36 /* Return a value with all bytes in the 64 bit argument swapped. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
byteswap.h 29 /* Return a value with all bytes in the 16 bit argument swapped. */
32 /* Return a value with all bytes in the 32 bit argument swapped. */
36 /* Return a value with all bytes in the 64 bit argument swapped. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
byteswap.h 29 /* Return a value with all bytes in the 16 bit argument swapped. */
32 /* Return a value with all bytes in the 32 bit argument swapped. */
36 /* Return a value with all bytes in the 64 bit argument swapped. */
  /external/icu4c/layout/
LESwaps.h 51 * @param value - the word to be byte swapped
53 * @return the byte swapped word
75 * @param value - the long to be byte swapped
77 * @return the byte swapped long
  /external/libvpx/libvpx/nestegg/halloc/src/
align.h 5 * http://swapped.cc/halloc
macros.h 5 * http://swapped.cc/halloc
  /ndk/tests/device/test-stlport_shared-exception/jni/
spbp.cpp 6 and BP was swapped (it's easy to do because on that port it's
  /ndk/tests/device/test-stlport_static-exception/jni/
spbp.cpp 6 and BP was swapped (it's easy to do because on that port it's
  /external/netperf/
nettest_unix.h 30 /* @#$% byte-swapped boxes... */
46 /* @#$% byte-swapped boxes... */
75 /* @#$% byte-swapped boxes... */
89 /* @#$% byte-swapped boxes... */
115 /* @#$% byte-swapped boxes... */
129 /* @#$% byte-swapped boxes... */
159 /* @#$% byte-swapped boxes... */
174 /* @#$% byte-swapped boxes... */
nettest_xti.h 32 /* @#$% byte-swapped boxes... */
77 /* @#$% byte-swapped boxes... */
122 /* @#$% byte-swapped boxes... */
164 /* @#$% byte-swapped boxes... */
207 /* @#$% byte-swapped boxes... */
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 94 printf("Value 16 = 0x%X, swapped = 0x%X\n", value16, SDL_Swap16(value16));
98 printf("16 bit value swapped incorrectly!\n");
103 printf("Value 32 = 0x%X, swapped = 0x%X\n", value32, SDL_Swap32(value32));
107 printf("32 bit value swapped incorrectly!\n");
114 printf("Value 64 = 0x%I64X, swapped = 0x%I64X\n", value64, SDL_Swap64(value64));
116 printf("Value 64 = 0x%llX, swapped = 0x%llX\n", (unsigned long long) value64, (unsigned long long) SDL_Swap64(value64));
121 printf("64 bit value swapped incorrectly!\n");
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.h 13 // If the new_chrome.exe exists (placed by the installer then is swapped
  /external/libvpx/libvpx/nestegg/halloc/
halloc.h 5 * http://swapped.cc/halloc
README 8 http://swapped.cc/halloc
44 Copyright (c) 2004-2010, Alex Pankratov (ap@swapped.cc). All rights reserved.
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 46 // Swapped copy.
51 // Swapped copies of slices (to ensure we test non-zero offsets).
87 // Swapped copy.
92 // Swapped copies of slices (to ensure we test non-zero offsets).
125 // Swapped copy.
130 // Swapped copies of slices (to ensure we test non-zero offsets).
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 293 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
294 swapped |= (Value & 0x0000FFFF) << 16;
295 return swapped;
314 // but with 16-bit halfwords swapped.
316 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
317 swapped |= (Value & 0x0000FFFF) << 16;
318 return swapped;
352 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
353 swapped |= (out & 0x0000FFFF) << 16;
354 return swapped;
382 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
397 uint32_t swapped = (out & 0xFFFF0000) >> 16; local
513 uint32_t swapped = (Value & 0xFFFF0000) >> 16; local
    [all...]
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 25 /// SwapByteOrder_16 - This function returns a byte-swapped representation of
39 /// SwapByteOrder_32 - This function returns a byte-swapped representation of
56 /// SwapByteOrder_64 - This function returns a byte-swapped representation of
  /external/kernel-headers/original/linux/
shm.h 70 unsigned long shm_swp; /* total swapped shm */
93 #define SHM_LOCKED 02000 /* segment will not be swapped */
  /external/icu4c/common/
ucnvsel.cpp 55 uint8_t* swapped; member in struct:UConverterSelector
239 uprv_free(sel->swapped);
363 * @return 0 on failure, number of bytes swapped on success
364 * number of bytes swapped can be smaller than length
499 uint8_t* swapped = NULL; local
516 swapped = (uint8_t*)uprv_malloc(totalSize);
517 if (swapped == NULL) {
522 ucnvsel_swap(ds, p, length, swapped, status);
525 uprv_free(swapped);
528 p = swapped;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
shm.h 81 # define SHM_LOCKED 02000 /* segment will not be swapped */
103 unsigned long int shm_swp; /* total swapped shm */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
shm.h 81 # define SHM_LOCKED 02000 /* segment will not be swapped */
103 unsigned long int shm_swp; /* total swapped shm */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
shm.h 81 # define SHM_LOCKED 02000 /* segment will not be swapped */
103 unsigned long int shm_swp; /* total swapped shm */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 409 boolean swapped = true;
412 while (swapped)
418 swapped = false;
435 swapped = true;

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>