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

1 2 3

  /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/chromium_org/third_party/mesa/src/src/glx/apple/
apple_xgl_api_read.c 46 bool swapped; member in struct:apple_xgl_saved_state
55 * By default indicate that the state was not swapped, so that UnsetRead
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
84 if (saved->swapped) {
  /external/mesa3d/src/glx/apple/
apple_xgl_api_read.c 46 bool swapped; member in struct:apple_xgl_saved_state
55 * By default indicate that the state was not swapped, so that UnsetRead
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
84 if (saved->swapped) {
  /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/ppp/pppd/include/
pcap-int.h 46 int swapped; member in struct:pcap_sf
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 409 boolean swapped = true;
412 while (swapped)
418 swapped = false;
435 swapped = true;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxdeltastr.h 58 BYTE swapped; member in struct:__anon38892
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxdeltastr.h 58 BYTE swapped; member in struct:__anon40482
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxdeltastr.h 58 BYTE swapped; member in struct:__anon41997
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
68 delete [] swapped;
103 swapped=new uint8_t[pItem->length];
104 if(swapped==NULL) {
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
110 bytes=swapped+itemHeaderLength;
119 uint8_t *swapped; member in class:NativeItem
  /external/icu4c/tools/toolutil/
pkgitems.cpp 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
68 delete [] swapped;
103 swapped=new uint8_t[pItem->length];
104 if(swapped==NULL) {
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
110 bytes=swapped+itemHeaderLength;
119 uint8_t *swapped; member in class:NativeItem
  /external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp 53 uint8_t* swapped; member in struct:UConverterSelector
237 uprv_free(sel->swapped);
361 * @return 0 on failure, number of bytes swapped on success
362 * number of bytes swapped can be smaller than length
497 uint8_t* swapped = NULL; local
514 swapped = (uint8_t*)uprv_malloc(totalSize);
515 if (swapped == NULL) {
520 ucnvsel_swap(ds, p, length, swapped, status);
523 uprv_free(swapped);
526 p = swapped;
    [all...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 428 boolean swapped; local
431 swapped = FALSE;
438 swapped = TRUE;
443 while (swapped);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 428 boolean swapped; local
431 swapped = FALSE;
438 swapped = TRUE;
443 while (swapped);
  /external/chromium_org/base/process/
process_metrics.h 56 // swapped Pages swapped out to zram.
69 size_t swapped; member in struct:base::WorkingSetKBytes
process_metrics_linux.cc 313 ws_usage->swapped = swap;
358 // Can't get swapped memory from statm.
359 ws_usage->swapped = 0;
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 589 pp::ImageData swapped(instance_, PP_IMAGEDATAFORMAT_BGRA_PREMUL,
591 ASSERT_FALSE(swapped.is_null());
592 FillRectInImage(&swapped, pp::Rect(0, 0, w, h), swapped_color);
593 dc.ReplaceContents(&swapped);
598 // Test the C++ wrapper. The size of the swapped image should be reset.
599 ASSERT_TRUE(!swapped.pp_resource() && !swapped.size().width() &&
600 !swapped.size().height() && !swapped.data());
602 // Painting with the swapped image should fail
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 70 bool swapped = false; local
95 swapped = true;
100 swapped = true;
109 swapped = true;
119 if (swapped) {
191 /* note the operands are swapped for the mtc1 instr */
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 223 int swapped=0; \
228 swapper(first,last); swapped=1; \
232 if (!swapped) pop \
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 414 SkIntersections swapped;
415 if (is_linear(q2, q1, &swapped)) {
416 swapped.swapPts();
417 set(swapped);
  /external/libpcap/
pcap-int.h 72 SWAPPED,
78 int swapped; member in struct:pcap_sf
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 414 SkIntersections swapped;
415 if (is_linear(q2, q1, &swapped)) {
416 swapped.swapPts();
417 set(swapped);
  /external/chromium_org/chrome/browser/
memory_details.cc 167 log += StringPrintf(", %d MB swapped",
168 static_cast<int>(iter1->working_set.swapped) / 1024);
513 int sample = static_cast<int>(browser.processes[index].working_set.swapped);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 81 will be swapped at most every other video frame.) A return value

Completed in 567 milliseconds

1 2 3