HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_SIZE (Results 1 - 22 of 22) sorted by null

  /external/strace/tests/
fstat.c 10 # define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
fstat64.c 11 # define SAMPLE_SIZE ((libc_off_t) 43147718418)
lstat.c 10 # define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
lstat64.c 11 # define SAMPLE_SIZE ((libc_off_t) 43147718418)
stat.c 10 # define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
stat64.c 11 # define SAMPLE_SIZE ((libc_off_t) 43147718418)
xstatx.c 135 # ifndef SAMPLE_SIZE
136 # define SAMPLE_SIZE 43147718418
242 int rc = create_sample(sample, SAMPLE_SIZE);
254 if ((unsigned long long) SAMPLE_SIZE !=
258 (unsigned long long) SAMPLE_SIZE,
  /external/guava/guava-tests/benchmark/com/google/common/math/
LessThanBenchmark.java 31 static final int SAMPLE_SIZE = 0x1000;
50 xInts = new int[SAMPLE_SIZE];
51 yInts = new int[SAMPLE_SIZE];
52 xLongs = new long[SAMPLE_SIZE];
53 yLongs = new long[SAMPLE_SIZE];
54 constant = new int[SAMPLE_SIZE];
55 for (int i = 0; i < SAMPLE_SIZE; i++) {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
JitterVerificationTest.java 35 final int SAMPLE_SIZE = 100;
46 long[] timestamps = new long[SAMPLE_SIZE];
47 for (int i = 0; i < SAMPLE_SIZE; i++) {
57 for (int i = 0; i < SAMPLE_SIZE; i++) {
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java 35 private static final int SAMPLE_SIZE = 128 * 1024;
58 byte[] sample = new byte[SAMPLE_SIZE];
65 for (i = 0; i < SAMPLE_SIZE / 256; i++) {
163 assertEquals(SAMPLE_SIZE, totalLen1);
172 assertEquals(SAMPLE_SIZE, totalLen2);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 143 private static final int SAMPLE_SIZE = 30;
185 return SAMPLE_SIZE;
189 if (index >= SAMPLE_SIZE) {
196 if (index >= SAMPLE_SIZE) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 44 private static final int SAMPLE_SIZE = 32;
374 for (int i = 0; i < bytes.length; i += SAMPLE_SIZE)
376 if (bytes.length - i > SAMPLE_SIZE)
379 buf.append(new String(Hex.encode(bytes, i, SAMPLE_SIZE)));
381 buf.append(calculateAscString(bytes, i, SAMPLE_SIZE));
388 for (int j = bytes.length - i; j != SAMPLE_SIZE; j++)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 95 private static final int SAMPLE_SIZE = 10;
186 int width_c = SAMPLE_SIZE;
187 int height_c = SAMPLE_SIZE;
191 int delta = SAMPLE_SIZE + SAMPLE_MARGIN;
216 service.setOverrideRenderSize(SAMPLE_SIZE, SAMPLE_SIZE);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 104 #define SAMPLE_SIZE 16
562 pG722Param->nBitsPerSample = SAMPLE_SIZE;
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1475 milliseconds