/external/chromium_org/third_party/sqlite/src/test/ |
D | fts4aa.test | 34 …t1(docid,words) VALUES(1001002,'And the earth was without form, and void; and darkness was upon th… 35 INSERT INTO t1(docid,words) VALUES(1001003,'And God said, Let there be light: and there was light.'… 36 INSERT INTO t1(docid,words) VALUES(1001004,'And God saw the light, that it was good: and God divide… 37 …NSERT INTO t1(docid,words) VALUES(1001005,'And God called the light Day, and the darkness he calle… 38 INSERT INTO t1(docid,words) VALUES(1001006,'And God said, Let there be a firmament in the midst of … 39 INSERT INTO t1(docid,words) VALUES(1001007,'And God made the firmament, and divided the waters whic… 40 INSERT INTO t1(docid,words) VALUES(1001008,'And God called the firmament Heaven. And the evening an… 41 INSERT INTO t1(docid,words) VALUES(1001009,'And God said, Let the waters under the heaven be gather… 42 INSERT INTO t1(docid,words) VALUES(1001010,'And God called the dry land Earth; and the gathering to… 43 INSERT INTO t1(docid,words) VALUES(1001011,'And God said, Let the earth bring forth grass, the herb… [all …]
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyLogical.cpp | 45 case LExpr::And: in implies() 50 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies() 51 : RightAndOperator(cast<And>(RHS)); in implies() 70 case LExpr::And: in implies() 75 return LNeg ? LeftAndOperator(cast<And>(LHS)) in implies() 76 : LeftOrOperator(cast<And>(LHS)); in implies()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 26 And, enumerator 69 class And : public BinOp { 71 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And() function 73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } in classof()
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 39 And [this] []. 41 And [this][]. 43 And [this].
|
D | Inline HTML (Advanced).text | 5 And nested without indentation: 17 And with attributes:
|
D | Tabs.text | 11 And: 15 And:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Tabs.text | 11 And: 15 And:
|
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|
/external/markdown/tests/markdown-test/ |
D | tabs.txt | 11 And: 15 And:
|
D | codeblock-in-list.txt | 9 And more code
|
/external/markdown/tests/extensions-x-wikilinks/ |
D | wikilinks.txt | 9 And a <a href="http://example.com/RealLink">RealLink</a>. 13 And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | And.java | 24 public class And implements IArgumentMatcher, Serializable { class 30 public And(List<IArgumentMatcher> matchers) { in And() method in And
|
/external/markdown/tests/misc/ |
D | two-spaces.txt | 11 And this line two. 17 And this is the end.
|
D | backtick-escape.txt | 3 \`And finally this should not be in code.`
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | And.java | 17 public class And extends ArgumentMatcher implements Serializable { class 22 public And(List<Matcher> matchers) { in And() method in And
|
/external/mockito/src/org/mockito/internal/progress/ |
D | ArgumentMatcherStorageImpl.java | 10 import org.mockito.internal.matchers.And; 54 And and = new And(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportAnd()
|
/external/chromium_org/third_party/re2/re2/ |
D | prefilter.cc | 131 Prefilter* Prefilter::And(Prefilter* a, Prefilter* b) { in And() function in re2::Prefilter 207 static Info* And(Info* a, Info* b); 321 Prefilter::Info* Prefilter::Info::And(Info* a, Info* b) { in And() function in re2::Prefilter::Info 329 ab->match_ = Prefilter::And(a->TakeMatch(), b->TakeMatch()); in And() 586 info = And(info, exact); in PostVisit() 589 info = And(info, ci); in PostVisit() 595 info = And(info, exact); in PostVisit()
|
/external/regex-re2/re2/ |
D | prefilter.cc | 131 Prefilter* Prefilter::And(Prefilter* a, Prefilter* b) { in And() function in re2::Prefilter 207 static Info* And(Info* a, Info* b); 329 Prefilter::Info* Prefilter::Info::And(Info* a, Info* b) { in And() function in re2::Prefilter::Info 337 ab->match_ = Prefilter::And(a->TakeMatch(), b->TakeMatch()); in And() 594 info = And(info, exact); in PostVisit() 597 info = And(info, ci); in PostVisit() 603 info = And(info, exact); in PostVisit()
|
/external/qemu-pc-bios/bochs/bios/ |
D | acpi-dsdt.dsl | 331 And (Local0, 0x80000000, Local0) 360 And (Local0, 0x08000000, Local0) 388 And (Local0, 0x80000000, Local0) 450 If (And (0x80, PRQ0, Local1)) 497 If (And (0x80, PRQ1, Local1)) 544 If (And (0x80, PRQ2, Local1)) 591 If (And (0x80, PRQ3, Local1)) 665 If (And(\_SB.PCI0.PCIU, ShiftLeft(1, nr))) { \ 668 If (And(\_SB.PCI0.PCID, ShiftLeft(1, nr))) { \
|
/external/chromium_org/build/ |
D | whitespace_file.txt | 104 madness. And there is a Catskill eagle in some souls that can alike dive down 106 the sunny spaces. And even if he for ever flies within the gorge, that gorge 117 And lo, in the year 2014, there was verily an attempt to upgrade to GCC 4.8 on 118 the Android bots, and it was good. Except on one bot, where it was bad. And 120 and less optimized. And verily did it break the build, because artifacts had 125 seasons. And so they modified the whitespace file with these immortal lines,
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2008-06-05-loadstore-agg.ll | 14 ; And store it 27 ; And store it
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 91.txt | 331 91191|Jammu, Jammu And Kashmir 332 911921|Basholi, Jammu And Kashmir 333 911922|Kathua, Jammu And Kashmir 334 911923|Samba, Jammu And Kashmir 335 911924|Akhnoor, Jammu And Kashmir 336 911931|Kulgam, Jammu And Kashmir 337 911932|Anantnag, Jammu And Kashmir 338 911933|Pulwama, Jammu And Kashmir 339 911936|Pahalgam, Jammu And Kashmir 340 91194|Srinagar, Jammu And Kashmir [all …]
|
/external/llvm/bindings/python/ |
D | README.txt | 63 And run: 67 And try to keep the number of violations to a minimum.
|
/external/easymock/src/org/easymock/internal/ |
D | LastControl.java | 24 import org.easymock.internal.matchers.And; 68 stack.push(new And(popLastArgumentMatchers(count))); in reportAnd()
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.cc | 183 And(scratch, object, Operand(ExternalReference::new_space_mask(isolate()))); in InNewSpace() 216 And(t8, dst, Operand((1 << kPointerSizeLog2) - 1)); in RecordWriteField() 289 And(at, dst, Operand((1 << kPointerSizeLog2) - 1)); in RecordWriteForMap() 415 And(t8, scratch, Operand(StoreBuffer::kStoreBufferOverflowBit)); in RememberedSetHelper() 619 And(at, reg1, Operand(Smi::FromInt(PropertyDetails::TypeField::kMask))); in LoadFromNumberDictionary() 734 void MacroAssembler::And(Register rd, Register rs, const Operand& rt) { in And() function in v8::internal::MacroAssembler 1486 And(except_flag, except_flag, Operand(except_mask)); in EmitFPUTruncate() 1509 And(scratch, in TryInlineTruncateDoubleToI() 1588 And(dst, src, Operand((1 << num_least_bits) - 1)); in GetLeastBitsFromInt32() 2900 And(a2, a2, Operand(StackHandler::KindField::kMask)); in ThrowUncatchable() [all …]
|