/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 52 "Five", 60 "Le Five",
|
/external/clang/test/CodeGenObjC/ |
objc-container-subscripting-1.m | 30 // CHECK-NEXT: [[FIVE:%.*]] = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_2" 32 // CHECK-NEXT: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i8*, i32)*)(i8* [[SIX]], i8* [[FIVE]], i8* [[FOUR]], i32 10)
|
/external/llvm/test/CodeGen/Generic/ |
constindices.ll | 36 %five = load float* %I4 ; <float> [#uses=1] 40 %dfive = fpext float %five to double ; <double> [#uses=1]
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
CodeOutput.java | 44 * Writes five code units.
|
FiveRegisterDecodedInstruction.java | 22 * A decoded Dalvik instruction which has five register arguments.
|
FourRegisterDecodedInstruction.java | 22 * A decoded Dalvik instruction which has five register arguments.
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
fig.t | 13 # The SimpleCalc grammar from the five minutes tutorial.
|
expr.t | 11 # The SimpleCalc grammar from the five minutes tutorial.
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
CodeOutput.java | 44 * Writes five code units.
|
FiveRegisterDecodedInstruction.java | 22 * A decoded Dalvik instruction which has five register arguments.
|
FourRegisterDecodedInstruction.java | 22 * A decoded Dalvik instruction which has five register arguments.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SortedMapsTest.java | 109 unfiltered.put(5, "five"); 138 unfiltered.put(5, "five"); 190 unfiltered.put(5, "five"); 200 unfiltered.put(5, "five");
|
ImmutableSortedMapTest.java | 336 .put("five", 5) 339 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); 403 moreToPut.put("five", 5); 411 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); 495 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5), 496 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); 641 new IntegerDiv10(35), "thirty five", 673 .put("five", 5) 676 "two", 2, "three", 3, "one", 1, "four", 4, "five", 5); 688 .put("five", 5 [all...] |
ImmutableMapTest.java | 301 .put("five", 5) 304 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 365 moreToPut.put("five", 5); 372 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 453 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4, "five", 5), 454 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
|
/external/linux-tools-perf/Documentation/ |
perf-sched.txt | 15 There are five variants of perf sched:
|
/external/webkit/Source/WebCore/manual-tests/ |
stale-scrollbar-client-crash.html | 32 <option>Five</option>
|
/external/webrtc/src/common_audio/vad/ |
vad_sp.h | 39 // median of the five smallest feature values in a 100 frames long window.
|
/packages/apps/Mms/apptests/res/values/ |
strings.xml | 25 <string name="sms_send_multi_message" translatable="false">Send five messages</string>
|
/packages/inputmethods/LatinIME/java/res/xml-sw768dp/ |
rowkeys_thai_digits.xml | 36 <!-- U+0E55: "?" THAI DIGIT FIVE -->
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMStringPool.java | 144 "Zero","One","Two","Three","Four","Five", 149 "Twenty-Five","Twenty-Six","Twenty-Seven","Twenty-Eight", 151 "Thirty-Three","Thirty-Four","Thirty-Five","Thirty-Six",
|
/external/v8/test/mjsunit/ |
keyed-call-ic.js | 134 f.five = function() { return 'five'; } 140 key = 'five';
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/ |
regress-107138.js | 44 var arr = ['zero', 'one', 'two', 'three', 'four', 'five', 103 expect = 'five'; 108 expect = 'five';
|
/libcore/luni/src/main/java/java/util/ |
EnumSet.java | 141 * six overloadings of the method. They accept from one to five elements 159 * six overloadings of the method. They accept from one to five elements 179 * six overloadings of the method. They accept from one to five elements 201 * six overloadings of the method. They accept from one to five elements 225 * six overloadings of the method. They accept from one to five elements
|
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 236 let five = const_int i64_type 5 in var 237 let ffive = const_uitofp five double_type in 246 ignore (define_global "const_add" (const_add foldbomb five) m); 247 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m); 248 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m); 250 ignore (define_global "const_sub" (const_sub foldbomb five) m); 251 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m); 252 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m); 254 ignore (define_global "const_mul" (const_mul foldbomb five) m); 255 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m) [all...] |
/external/bsdiff/ |
bsdiff.1 | 51 patches produced are on average a factor of five smaller
|