HomeSort by relevance Sort by last modified time
    Searched full:100 (Results 301 - 325 of 18135) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_ru_RU.pass.cpp 64 char str[100];
72 char str[100];
80 char str[100];
88 char str[100];
97 char str[100];
106 char str[100];
115 char str[100];
124 char str[100];
135 char str[100];
147 char str[100];
    [all...]
put_long_double_zh_CN.pass.cpp 62 char str[100];
70 char str[100];
78 char str[100];
86 char str[100];
95 char str[100];
104 char str[100];
113 char str[100];
122 char str[100];
133 char str[100];
145 char str[100];
    [all...]
put_string_en_US.pass.cpp 62 char str[100];
70 char str[100];
78 char str[100];
86 char str[100];
95 char str[100];
104 char str[100];
113 char str[100];
122 char str[100];
133 char str[100];
145 char str[100];
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 50 drag(vt, 100, 200, 100, 200, 10, t, 300);
65 drag(vt, 100, 200, 100, 200, 15, t, 400, new AccelerateInterpolator());
76 drag(vt, 100, 200, 100, 200, 15, t, 400, new DecelerateInterpolator());
87 // 100px in 400ms => 250px/s
88 drag(vt, 100, 200, 200, 200, 15, t, 400);
99 // 100px in 400ms => 250px/s
100 drag(vt, 200, 200, 100, 200, 15, t, 400)
    [all...]
  /external/skia/tests/
TextBlobTest.cpp 26 { 128, SkTextBlob::kDefault_Positioning, 100, 100 },
31 { 128, SkTextBlob::kHorizontal_Positioning, 100, 100 },
36 { 128, SkTextBlob::kFull_Positioning, 100, 100 },
41 { 128, SkTextBlob::kDefault_Positioning, 100, 150 },
42 { 128, SkTextBlob::kDefault_Positioning, 100, 150 },
43 { 128, SkTextBlob::kDefault_Positioning, 100, 150 },
48 { 128, SkTextBlob::kHorizontal_Positioning, 100, 150 }
    [all...]
  /external/vboot_reference/tests/
vboot_api_kernel_tests.c 64 {2048, 100, VB_DISK_FLAG_REMOVABLE, 0},
66 {512, 100, VB_DISK_FLAG_FIXED, 0},
68 {512, 100, 0, 0},
70 {512, 100, -1, 0},
71 {512, 100,
75 {512, 100, VB_DISK_FLAG_REMOVABLE, "holygrail"},
92 {512, 100, 0, 0},
93 {512, 100, VB_DISK_FLAG_REMOVABLE, "not yet"},
94 {512, 100, VB_DISK_FLAG_REMOVABLE, pickme},
112 {2048, 100, VB_DISK_FLAG_FIXED, 0}
    [all...]
  /external/llvm/test/Transforms/LoopInterchange/
interchange.ll 7 @A = common global [100 x [100 x i32]] zeroinitializer
8 @B = common global [100 x i32] zeroinitializer
9 @C = common global [100 x [100 x i32]] zeroinitializer
10 @D = common global [100 x [100 x [100 x i32]]] zeroinitializer
35 %arrayidx5 = getelementptr inbounds [100 x [100 x i32]], [100 x [100 x i32]]* @A, i64 0, i64 %indvars.iv, i64 %indvars.iv2
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
DelayedConfirmationView.html 805 <td class="jd-descrcol" width="100%">
859 <td class="jd-descrcol" width="100%">
871 <td class="jd-descrcol" width="100%">
883 <td class="jd-descrcol" width="100%">
895 <td class="jd-descrcol" width="100%">
907 <td class="jd-descrcol" width="100%">
919 <td class="jd-descrcol" width="100%">
931 <td class="jd-descrcol" width="100%">
943 <td class="jd-descrcol" width="100%">
955 <td class="jd-descrcol" width="100%"
    [all...]
CircledImageView.html 747 <td class="jd-descrcol" width="100%">
840 <td class="jd-descrcol" width="100%">
852 <td class="jd-descrcol" width="100%">
864 <td class="jd-descrcol" width="100%">
876 <td class="jd-descrcol" width="100%">
888 <td class="jd-descrcol" width="100%">
900 <td class="jd-descrcol" width="100%">
912 <td class="jd-descrcol" width="100%">
924 <td class="jd-descrcol" width="100%">
936 <td class="jd-descrcol" width="100%"
    [all...]
  /art/test/800-smali/smali/
b_17790197.smali 7 const/16 v0, 100
  /development/tutorials/MoarRam/res/menu/
main.xml 5 android:orderInCategory="100"
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 49 assertTrue("UnmodifiableMapTest - Should not contain the key \"100\"",
50 !map.containsKey("100"));
57 assertTrue("UnmodifiableMapTest - Should not contain value 100", !map
58 .containsValue(new Integer(100)));
71 100, myCounter);
78 assertNull("UnmodifiableMapTest - getting \"100\" didn't return null",
79 map.get("100"));
91 assertTrue("Size should return 100, returned: " + map.size(), map
92 .size() == 100);
109 "UnmodifiableMapTest - keySetTest - should not contain \"100\"",
    [all...]
  /external/clang/test/Analysis/
stats.c 8 // CHECK:100 AnalysisConsumer - The % of reachable basic blocks.
  /external/clang/test/CodeGen/
2002-02-13-TypeVarNameCollision.c 11 static FOO foo[100];
2003-11-03-AddrArrayElement.c 6 char Global[100];
2004-02-13-Memset.c 11 bzero(Y, 100);
2005-06-15-ExpandGotoInternalProblem.c 8 for (i=0; i<100; i++ )
2007-09-27-ComplexIntCompare.c 7 struct s gs = { 100 + 200i };
  /external/clang/test/CodeGenObjC/
2009-08-05-utf16.m 4 // CHECK: private unnamed_addr constant [6 x i16] [i16 105, i16 80, i16 111, i16 100, i16 8482, i16 0], section "__TEXT,__ustring", align 2
  /external/clang/test/Misc/
wrong-encoding2.c 1 // RUN: %clang_cc1 -fsyntax-only -fmessage-length 100 %s 2>&1 | FileCheck -strict-whitespace %s
  /external/clang/test/OpenMP/
openmp_common.c 1 // RUN: %clang_cc1 -verify -fopenmp=libiomp5 -ferror-limit 100 -o - %s
  /external/e2fsprogs/lib/e2p/
percent.c 26 if (100 % percent == 0)
27 return base / (100 / percent);
29 return (base / 100) * percent;
30 return base * percent / 100;
  /external/e2fsprogs/resize/
test_extent.in 39 add 19 100
44 # Answer: 100
58 # 19 -> 100 (1)
64 # 19 -> 100 (1)
  /external/e2fsprogs/tests/f_bad_disconnected_inode/
expect.2 6 test_filesys: 11/16 files (0.0% non-contiguous), 9/100 blocks
  /external/e2fsprogs/tests/f_badbblocks/
expect.2 6 test_filesys: 11/32 files (0.0% non-contiguous), 23/100 blocks

Completed in 319 milliseconds

<<11121314151617181920>>