HomeSort by relevance Sort by last modified time
    Searched refs:cw (Results 176 - 200 of 515) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/caliper/lib/
java-allocation-instrumenter-2.0.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 552 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit,
555 if (!cw.allocWeights(lowerLimit, upperLimit, n)) {
565 long w = cw.nextWeight();
602 CollationWeights cw = new CollationWeights(); local
606 cw.initForPrimary(false);
608 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1);
609 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254);
611 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255);
613 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254);
619 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 551 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit,
554 if (!cw.allocWeights(lowerLimit, upperLimit, n)) {
564 long w = cw.nextWeight();
601 CollationWeights cw = new CollationWeights(); local
605 cw.initForPrimary(false);
607 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1);
608 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254);
610 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255);
612 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254);
618 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516)
    [all...]
  /external/strace/mpers-m32/
struct_rt_sigframe.h 76 uint32_t cw; member in struct:__anon31647::__anon31659::__anon31663
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 73 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 73 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 73 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /device/google/dragon/audio/hal/dsp/
dsp_util.c 308 int cw;
309 __asm__ __volatile__ ("mrc p10, 7, %0, cr1, cr0, 0" : "=r" (cw));
310 __asm__ __volatile__ ("mcr p10, 7, %0, cr1, cr0, 0" : : "r" (cw | (1 << 24)));
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
FramesTest.java 93 ClassWriter cw = new ClassWriter(ClassWriter.COMPUTE_FRAMES);
96 rc.accept(new ClassVisitor(InstrSupport.ASM_API_VERSION, cw) {
105 return cw.toByteArray();
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 154 int cw, ccw; local
156 /* Hardware frontwinding is always CW, so if ours is also CW,
162 cw = 1;
166 cw = 0;
174 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
175 EMIT_RS( svga, curr->stencil[cw].fail, STENCILFAIL, fail );
176 EMIT_RS( svga, curr->stencil[cw].zfail, STENCILZFAIL, fail );
177 EMIT_RS( svga, curr->stencil[cw].pass, STENCILPASS, fail );
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 294 int cw = view.getMeasuredWidth(); local
296 int cl = (r - l - cw) / 2;
298 view.layout(cl, ct, cl + cw, ct + ch);
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
TestGenerator.java 68 ClassWriter cw = new ClassWriter(ClassWriter.COMPUTE_MAXS | ClassWriter.COMPUTE_FRAMES); local
70 new ClassVisitor(Opcodes.ASM5, cw) {
84 generator.accept(cw);
89 new FileOutputStream(baseName.resolve(className + ".class").toFile()).write(cw.toByteArray());
  /development/ndk/platforms/android-21/arch-x86/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /external/webp/src/dec/
buffer_dec.c 181 const int cw = options->crop_width; local
185 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
188 w = cw;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
sigcontext.h 54 unsigned long cw; member in struct:_fpstate

Completed in 662 milliseconds

1 2 3 4 5 6 78 91011>>