HomeSort by relevance Sort by last modified time
    Searched defs:zz (Results 1 - 25 of 48) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipExceptionTest.java 26 ZipException zz = new ZipException(); local
27 assertEquals(zz.getMessage(), null);
31 ZipException zz = new ZipException("Test"); local
32 assertEquals(zz.getMessage(), "Test");
  /external/compiler-rt/test/msan/
chained_origin.cc 40 int * volatile zz = new int; local
41 int z = *zz;
  /external/clang/test/Sema/
cast-to-union.c 16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} expected-warning {{cast to union type is a GNU extension}} variable in typeref:union:u
anonymous-struct-union.c 47 double zz; // expected-note{{previous declaration is here}} member in union:Redecl::__anon6619
51 void zz(); // expected-error{{duplicate member 'zz'}}
designated-initializers.c 98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { variable in typeref:struct:outer
99 [0].in.x = 2, &zz[0].in.x, &zz[0].in,
100 0, &anint, &zz[1].in,
102 [7].in.y = &anint, &zz[0].in,
106 int zz_sizecheck[sizeof(zz) / sizeof(struct outer) == 8? 1 : -1 ];
array-init.c 149 static char const zz[3] = "test"; // expected-warning{{initializer-string for char array is too long}} variable
  /external/valgrind/none/tests/amd64/
bug127521-64.c 52 ULong dd, aa, mmHi, mmLo, zz; local
53 do_cmpxchg8b( &dd, &aa, &mmHi, &mmLo, &zz,
57 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
105 ULong dd, aa, mmHi, mmLo, zz; local
106 do_cmpxchg16b( &dd, &aa, &mmHi, &mmLo, &zz,
110 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 239 float zz = z * zs; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
244 (xy + zw), 1 - (xx + zz), (yz - xw),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 153 Int i, zz; local
222 zz = ZZTab[i]; /* zigzag order */
233 qcoeff[zz>>1] = q_value;
242 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1)));
243 else bitmapzz[0] |= (1 << (31 - (zz >> 1)));
548 Int i, zz; local
613 zz = ZZTab[i]; /* zigzag order */
619 qcoeff[zz>>1] = q_value;
629 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1)))
    [all...]
vlc_encode.cpp 1795 Int *zz, nc, zzorder; local
    [all...]
  /external/clang/test/SemaCXX/
anonymous-union.cpp 71 double zz; // expected-note{{previous definition is here}} member in union:Redecl::__anon6797
75 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
50 ZZ *zz = a8; local
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
Converter.java 159 float zz = oldQuaternion.getZ() * zs; local
163 newMatrix.m00 = 1 - (yy + zz);
167 newMatrix.m11 = 1 - (xx + zz);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 216 UINT8 xx,yy,zz; local
282 for (zz = 0; zz < app_count; zz++)
284 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz])
287 if (zz == app_count)
353 for (zz = 0; zz < gate_count; zz++)
355 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz])
    [all...]
  /external/llvm/unittests/Support/
AlignOfTest.cpp 77 struct V8 : V5, virtual V6, V7 { double zz; member in struct:__anon15599::V8
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 143 double zz = x[3] * x[3]; local
146 m[0] = 1 - 2 * (yy + zz);
151 m[5] = 1 - 2 * (xx + zz);
  /system/bt/stack/btm/
btm_pm.c 789 int xx, yy, zz; local
836 for(zz=0; zz<MAX_L2CAP_LINKS; zz++)
838 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE)
841 BTM_TRACE_DEBUG( "btm_pm_proc_mode_change: Sending PM req :%d", zz);
843 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
  /system/bt/stack/sdp/
sdp_db.c 332 UINT16 xx, yy, zz; local
358 for (zz = 0; zz < p_rec->num_attributes; zz++)
359 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
399 UINT16 xx, yy, zz; local
437 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++)
    [all...]
  /external/clang/test/Analysis/
derived-to-base.cpp 322 int zz; member in struct:LazyBindings::Nested::Wrapper
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {}
  /external/clang/test/CodeGenCXX/
x86_64-arguments.cpp 149 A zz(A, A, A, A, StringDouble) { return A(); } function in namespace:test7
  /external/libvpx/libvpx/vp8/common/
postproc.c 867 char zz[4]; local
869 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a');
871 vp8_blit_text(zz, y_ptr, post->y_stride);
899 char zz[4]; local
905 sprintf(zz, "a");
907 sprintf(zz, "%c", dc_diff + '0');
909 vp8_blit_text(zz, y_ptr, post->y_stride);
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 636 short zz = (fpuc & ~0x0c00) | (i << 10); local
637 asm volatile ("fldcw %0" : : "m" (zz));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 865 char zz[4]; local
867 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a');
869 vp8_blit_text(zz, y_ptr, post->y_stride);
897 char zz[4]; local
903 sprintf(zz, "a");
905 sprintf(zz, "%c", dc_diff + '0');
907 vp8_blit_text(zz, y_ptr, post->y_stride);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 414 float zz = z * zs; local
418 result.m00 = 1 - (yy + zz);
422 result.m11 = 1 - (xx + zz);
459 float zz = z * zs; local
463 result.m00 = 1 - (yy + zz);
467 result.m11 = 1 - (xx + zz);
518 float zz = z * z * norm; local
523 store.x = 1 - 2 * (yy + zz);
529 store.y = 1 - 2 * (xx + zz);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
926 zz = z * z;
948 M(2,2) = (one_c * zz) + c;
    [all...]

Completed in 615 milliseconds

1 2