/external/chromium_org/third_party/sqlite/src/test/ |
fts3near.test | 27 INSERT INTO t1(content) VALUES('one three four five'); 28 INSERT INTO t1(content) VALUES('two three four five'); 29 INSERT INTO t1(content) VALUES('one two three four five'); 51 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR four'} 54 execsql {SELECT docid FROM t1 WHERE content MATCH 'four NEAR three'} 57 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/0 three'} 60 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/2 one'} 63 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/1 one'} 73 execsql {SELECT docid FROM t1 WHERE content MATCH 'four NEAR four'} [all...] |
sharedlock.test | 45 if {$a == 2} { catch { db2 eval "INSERT INTO t1 VALUES(4, 'four')" } }
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect2.asm | 20 mov cx, 4 ; four digits to show
|
/external/chromium_org/ui/base/resource/ |
data_pack_unittest.cc | 121 std::string four("four"); 129 resources.insert(std::make_pair(4, base::StringPiece(four))); 145 EXPECT_EQ(four, data);
|
/external/chromium_org/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...] |
/external/clang/test/CodeGenObjC/ |
category-super-class-meth.m | 29 // CHECK: [[FOUR:%.*]] = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_"
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
CodeInput.java | 42 * Reads four code units, treating them as a little-endian {@code long}.
|
/external/dropbear/libtommath/ |
bn_mp_add.c | 27 /* handle two cases, not four */
|
/external/llvm/include/llvm/MC/ |
MCFixup.h | 25 FK_Data_4, ///< A four-byte fixup. 29 FK_PCRel_4, ///< A four-byte pc relative fixup. 33 FK_GPRel_4, ///< A four-byte gp relative fixup. 37 FK_SecRel_4, ///< A four-byte section relative fixup.
|
/external/llvm/tools/ |
CMakeLists.txt | 1 # NOTE: The tools are organized into groups of four consisting of one large and
|
/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/ppp/pppd/plugins/pppoatm/ |
atmsap.h | 28 * identifier consists of three bytes containing the OUI, followed by four
|
/external/srec/config/en.us/grammars/ |
digits.grxml | 48 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 | 69 ASSERT_TRUE(4 == pointer->four); 80 ASSERT_TRUE(7 == pointer->four); 89 ASSERT_TRUE(4 == pointer->four); 100 ASSERT_TRUE(7 == pointer->four);
|
RTLinearAllocatorTest.cpp | 70 ASSERT_TRUE(4 == pointer->four); 81 ASSERT_TRUE(7 == pointer->four); 90 ASSERT_TRUE(4 == pointer->four); 101 ASSERT_TRUE(7 == pointer->four);
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
AttachmentLoaderTests.java | 32 // We don't encode the four characters after abc
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableMapTest.java | 300 .put("four", 4) 304 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 364 moreToPut.put("four", 4); 372 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 383 .put("four", 4) 387 assertMapEquals(mapTwo, "one", 1, "two", 2, "three", 3, "four", 4); 450 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4), 451 "one", 1, "two", 2, "three", 3, "four", 4); 453 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4, "five", 5), 454 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5) [all...] |
/frameworks/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...] |
/libcore/luni/src/test/java/tests/api/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/sdk/renderscript/include/ |
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/chromium_org/third_party/angle_dx11/samples/gles2_book/MultipleRenderTargets/ |
MultipleRenderTargets.c | 50 // Create a simple 2x2 texture image with four different colors 163 // Create textures for the four color attachments 197 // Enable drawing to the four color attachments of the user framebuffer 227 // Draw the textured quad to the four render targets 234 // Draw the four textured quads to a separate region in the viewport
|