HomeSort by relevance Sort by last modified time
    Searched refs:swapped (Results 1 - 25 of 75) 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/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSphereTriangleCollisionAlgorithm.cpp 24 btSphereTriangleCollisionAlgorithm::btSphereTriangleCollisionAlgorithm(btPersistentManifold* mf,const btCollisionAlgorithmConstructionInfo& ci,const btCollisionObjectWrapper* body0Wrap,const btCollisionObjectWrapper* body1Wrap,bool swapped)
28 m_swapped(swapped)
btSphereTriangleCollisionAlgorithm.h 35 btSphereTriangleCollisionAlgorithm(btPersistentManifold* mf,const btCollisionAlgorithmConstructionInfo& ci,const btCollisionObjectWrapper* body0Wrap,const btCollisionObjectWrapper* body1Wrap,bool swapped);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.h 194 const btStaticPlaneShape * shape1,bool swapped);
251 const btCollisionShape * shape1,bool swapped);
256 const btCompoundShape * shape1,bool swapped);
262 const btConcaveShape * shape1,bool swapped);
btGImpactCollisionAlgorithm.cpp 568 const btCollisionShape * shape1,bool swapped)
573 int& part = swapped ? m_part1 : m_part0;
582 shape1,swapped);
595 gimpacttrimeshpart_vs_plane_collision(body0Wrap,body1Wrap,shapepart,planeshape,swapped);
606 gimpact_vs_compoundshape(body0Wrap,body1Wrap,shape0,compoundshape,swapped);
612 gimpact_vs_concave(body0Wrap,body1Wrap,shape0,concaveshape,swapped);
641 if(swapped)
667 if(swapped)
688 const btCompoundShape * shape1,bool swapped)
713 shape0,colshape1,swapped);
793 bool swapped; member in class:btGImpactTriangleCallback
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 46 int swapped; member in struct:pcap_sf
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactCollisionAlgorithm.java 127 public void gimpact_vs_shape(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCollisionShape shape1, boolean swapped) {
128 CollisionJNI.btGImpactCollisionAlgorithm_gimpact_vs_shape(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, btGImpactShapeInterface.getCPtr(shape0), shape0, btCollisionShape.getCPtr(shape1), shape1, swapped);
131 public void gimpact_vs_compoundshape(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCompoundShape shape1, boolean swapped) {
132 CollisionJNI.btGImpactCollisionAlgorithm_gimpact_vs_compoundshape(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, btGImpactShapeInterface.getCPtr(shape0), shape0, btCompoundShape.getCPtr(shape1), shape1, swapped);
135 public void gimpact_vs_concave(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btConcaveShape shape1, boolean swapped) {
136 CollisionJNI.btGImpactCollisionAlgorithm_gimpact_vs_concave(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, btGImpactShapeInterface.getCPtr(shape0), shape0, btConcaveShape.getCPtr(shape1), shape1, swapped);
btSphereTriangleCollisionAlgorithm.java 61 public btSphereTriangleCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, boolean swapped) {
62 this(CollisionJNI.new_btSphereTriangleCollisionAlgorithm__SWIG_0(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, swapped), true); local
  /external/libpcap/
sf-pcap-ng.c 265 if (p->swapped) {
372 if (p->swapped) {
507 if (p->swapped)
654 int swapped = 0; local
733 swapped = 1;
759 p->swapped = swapped;
823 if (p->swapped) {
879 if (p->swapped) {
988 if (p->swapped) {
    [all...]
sf-pcap.c 130 SWAPPED,
157 int swapped = 0; local
167 * number for a pcap savefile, or for a byte-swapped pcap
176 swapped = 1;
202 * If it's a byte-swapped capture file, byte-swap the header.
204 if (swapped) {
230 p->swapped = swapped;
306 ps->lengths_swapped = SWAPPED;
314 ps->lengths_swapped = SWAPPED;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 507 boolean swapped = true;
510 while (swapped)
516 swapped = false;
533 swapped = true;
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_ppc64x.s 58 MOVB R3, swapped+16(FP)
60 MOVB R0, swapped+16(FP)
82 MOVB R3, swapped+24(FP)
84 MOVB R0, swapped+24(FP)
asm_amd64.s 41 SETEQ swapped+16(FP)
56 SETEQ swapped+24(FP)
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_ppc64x.s 58 MOVB R3, swapped+16(FP)
60 MOVB R0, swapped+16(FP)
82 MOVB R3, swapped+24(FP)
84 MOVB R0, swapped+24(FP)
asm_amd64.s 41 SETEQ swapped+16(FP)
56 SETEQ swapped+24(FP)
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 61 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
62 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
66 delete [] swapped;
101 swapped=new uint8_t[pItem->length];
102 if(swapped==NULL) {
106 swap(ds, pItem->data, pItem->length, swapped, &errorCode);
107 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
108 bytes=swapped+itemHeaderLength;
117 uint8_t *swapped; member in class:NativeItem
  /external/icu/icu4c/source/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/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 428 boolean swapped; local
431 swapped = FALSE;
438 swapped = TRUE;
443 while (swapped);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc12.s 18 bne fail ; X and D preserved (swapped by _far_bar)
far-hc11.s 18 bne fail ; X and D preserved (swapped by _far_bar)
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decode.c 58 uint16_t swapped[NO_OF_WORDS_30MS]; local
72 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped);
73 last_bit = WebRtcIlbcfix_UnpackBits(swapped, iLBCbits_inst, iLBCdec_inst->mode);
  /external/gptfdisk/
basicmbr.cc 1278 int i, j = 4, numMoved = 0, swapped = 0; local
1305 int i, j = 0, numMoved = 0, swapped = 0; local
1332 int allOK = 1, i = 0, swapped = 0; local
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch-parallel.go 174 func swapped(a []int, i, j int) []int {
205 jobs[jobsind] = Job{swapped(base, i, j), i}
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch-parallel.go 174 func swapped(a []int, i, j int) []int {
205 jobs[jobsind] = Job{swapped(base, i, j), i}

Completed in 821 milliseconds

1 2 3