HomeSort by relevance Sort by last modified time
    Searched full:four (Results 276 - 300 of 2972) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
Utf8Test.java 122 // Four byte characters
126 * Tests that round tripping of a sample of four byte permutations work.
128 * This method tests specific four-byte cases.
151 // Four-byte characters
  /external/lldb/source/Commands/
Makefile 16 EXTRA_OPTIONS += -Wno-four-char-constant
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
main.cpp 32 si["four"] = 4;
  /external/lldb/test/functionalities/data-formatter/rdar-12437442/
main.m 18 NSDictionary *bar = @{@1 : @"one",@2 : @"two", @3 : @"three", @4 : @"four", @5 : @"five", @6 : @"six", @7 : @"seven"};
  /external/llvm/include/llvm/MC/
MCFixup.h 26 FK_Data_4, ///< A four-byte fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
38 FK_SecRel_4, ///< A four-byte section relative fixup.
  /external/llvm/test/CodeGen/X86/
switch-jump-table.ll 45 ; The jump table has four entries.
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 89 DIEInteger Four(4);
90 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four);
93 DIEString IntStr(&Four, "int");
95 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four);
102 DIEString MemberStr(&Four, "member");
122 DIEInteger Four(4);
124 DIEString IntStr(&Four, "int");
126 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four);
133 DIEString Mem1Str(&Four, "mem1");
143 DIEString Mem2Str(&Four, "mem2")
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
OriginalFormatBox.java 26 * The Original Format Box contains the four-character-code of the original untransformed sample description.
  /external/pcre/dist/testdata/
grepoutput8 5 2:X two 3:X three 4:X four 5:X five
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 28 * identifier consists of three bytes containing the OUI, followed by four
  /external/tcpdump/
nlpid.h 21 #define NLPID_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */
  /external/v8/test/mjsunit/
smi-ops-inlined.js 444 var four = 4;
466 assertEquals(0x73594000, (pos_non_smi) << four);
476 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
484 assertEquals(-0x73594000, (neg_non_smi) << four);
495 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
520 assertEquals(0x46536000, (neg_smi) << four);
530 assertEquals(0x46536000, (neg_smi - 0.5) << four);
537 four = five - one;
538 three = four - one;
539 one = four - three
    [all...]
smi-ops.js 451 var four = 4;
473 assertEquals(0x73594000, (pos_non_smi) << four);
483 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
491 assertEquals(-0x73594000, (neg_non_smi) << four);
502 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
527 assertEquals(0x46536000, (neg_smi) << four);
537 assertEquals(0x46536000, (neg_smi - 0.5) << four);
544 four = five - one;
545 three = four - one;
546 one = four - three
    [all...]
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 64 ASSERT_TRUE(4 == pointer->four);
75 ASSERT_TRUE(7 == pointer->four);
84 ASSERT_TRUE(4 == pointer->four);
95 ASSERT_TRUE(7 == pointer->four);
RTLinearAllocatorTest.cpp 65 ASSERT_TRUE(4 == pointer->four);
76 ASSERT_TRUE(7 == pointer->four);
85 ASSERT_TRUE(4 == pointer->four);
96 ASSERT_TRUE(7 == pointer->four);
  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 105 map_copy.SetKeyValue("four", "d");
106 EXPECT_STREQ("d", map_copy.GetValueForKey("four"));
107 EXPECT_FALSE(map.GetValueForKey("four"));
115 map_assign.SetKeyValue("four", "d");
116 EXPECT_STREQ("d", map_assign.GetValueForKey("four"));
117 EXPECT_FALSE(map.GetValueForKey("four"));
162 expectedDictionarySize -= 4; // we just removed four key/value pairs
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java 156 .put("four", 4)
160 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
220 moreToPut.put("four", 4);
228 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5);
239 .put("four", 4)
243 assertMapEquals(mapTwo, "one", 1, "two", 2, "three", 3, "four", 4);
356 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4),
357 "one", 1, "two", 2, "three", 3, "four", 4);
359 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4, "five", 5),
360 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5)
    [all...]
ImmutableSortedMapTest.java 209 .put("four", 4)
213 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2);
276 moreToPut.put("four", 4);
285 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2);
296 .put("four", 4)
300 assertMapEquals(mapTwo, "four", 4, "one", 1, "three", 3, "two", 2);
363 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3, "four", 4),
364 "four", 4, "one", 1, "three", 3, "two", 2);
367 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5),
368 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2)
    [all...]
  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.h 92 * the four byte script tag required by OpenType.
98 * @return the four byte script tag
105 * the four byte script tag required by OpenType.
111 * @return the four byte script tag
119 * the four byte langauge tag required by OpenType.
123 * @return the four byte language tag
154 * and language codes to four byte tags and save them.
234 * The four byte script tag.
241 * The four byte script tag for V2 fonts.
248 * The four byte language ta
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 39 Double four = new Double(4.0); local
43 al.add(four);
83 Double four = new Double(4.0); local
87 al.add(four);
113 Double four = new Double(4.0); local
117 al.add(four);
143 Double four = new Double(4.0); local
147 al.add(four);
209 Double four = new Double(4.0); local
213 al.add(four);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_types.rsh 203 * Provides four float fields packed into a single 128 bit field with 128 bit
219 * Vector version of the basic double type. Provides four double fields packed
235 * Vector version of the basic uchar type. Provides four uchar fields packed
251 * Vector version of the basic ushort type. Provides four ushort fields packed
267 * Vector version of the basic uint type. Provides four uint fields packed into
283 * Vector version of the basic ulong type. Provides four ulong fields packed
299 * Vector version of the basic char type. Provides four char fields packed into
315 * Vector version of the basic short type. Provides four short fields packed
331 * Vector version of the basic int type. Provides two four fields packed into a
347 * Vector version of the basic long type. Provides four long fields packed int
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_types.rsh 203 * Provides four float fields packed into a single 128 bit field with 128 bit
219 * Vector version of the basic double type. Provides four double fields packed
235 * Vector version of the basic uchar type. Provides four uchar fields packed
251 * Vector version of the basic ushort type. Provides four ushort fields packed
267 * Vector version of the basic uint type. Provides four uint fields packed into
283 * Vector version of the basic ulong type. Provides four ulong fields packed
299 * Vector version of the basic char type. Provides four char fields packed into
315 * Vector version of the basic short type. Provides four short fields packed
331 * Vector version of the basic int type. Provides two four fields packed into a
347 * Vector version of the basic long type. Provides four long fields packed int
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_types.rsh 203 * Provides four float fields packed into a single 128 bit field with 128 bit
219 * Vector version of the basic double type. Provides four double fields packed
235 * Vector version of the basic uchar type. Provides four uchar fields packed
251 * Vector version of the basic ushort type. Provides four ushort fields packed
267 * Vector version of the basic uint type. Provides four uint fields packed into
283 * Vector version of the basic ulong type. Provides four ulong fields packed
299 * Vector version of the basic char type. Provides four char fields packed into
315 * Vector version of the basic short type. Provides four short fields packed
331 * Vector version of the basic int type. Provides two four fields packed into a
347 * Vector version of the basic long type. Provides four long fields packed int
    [all...]
  /external/toybox/tests/
sed.test 24 testing 'sed $ with 2 inputs' 'sed -n \$p - input' "four\n" "four\n" \
37 "one\ntwo\nthree\nfour\n" "four\n" "one\ntwo\nthree"
39 "four\n" "one\ntwo\nthree"
110 testing 'sed s///#comment' "sed -e 's/TWO/four/i#comment'" "one\nfour\nthree" \
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryExporter.java 51 * 1. "number of classes" - four bytes - int value representing the number of
64 * 3. "full class name size" - four bytes - int value representing number of
73 * 5. "number of fields" - four bytes - int value representing number of blocks
97 * 10. "number of unique objects" - four bytes - int value representing the
105 * 11. "data id" - four bytes - int value identifying a single unique object
109 * 12. "data location" - four bytes - int value representing the offset in the
114 * 13. "future use" - four bytes - hardcoded int value 1.
117 * 14. "root id" - four bytes - int value identifying the top level object.
126 * 16. "data length" - four bytes - int value representing the length in bytes

Completed in 391 milliseconds

<<11121314151617181920>>