/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarNonDeterminismMessage.java | 44 public DecisionProbe probe; field in GrammarNonDeterminismMessage 47 public GrammarNonDeterminismMessage(DecisionProbe probe, in GrammarNonDeterminismMessage() argument 51 this.probe = probe; in GrammarNonDeterminismMessage() 54 if ( probe.dfa.isTokensRuleDecision() ) { in GrammarNonDeterminismMessage() 60 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 63 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 70 List labels = probe.getSampleNonDeterministicInputSequence(problemState); in toString() 71 String input = probe.getInputSequenceDisplay(labels); in toString() 74 if ( probe.dfa.isTokensRuleDecision() ) { in toString() 75 Set disabledAlts = probe.getDisabledAlternatives(problemState); in toString() [all …]
|
D | GrammarUnreachableAltsMessage.java | 40 public DecisionProbe probe; field in GrammarUnreachableAltsMessage 43 public GrammarUnreachableAltsMessage(DecisionProbe probe, in GrammarUnreachableAltsMessage() argument 47 this.probe = probe; in GrammarUnreachableAltsMessage() 50 if ( probe.dfa.isTokensRuleDecision() ) { in GrammarUnreachableAltsMessage() 56 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 59 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 66 if ( probe.dfa.isTokensRuleDecision() ) { in toString() 71 probe.getTokenNameForTokensRuleAlt(altI.intValue()); in toString() 74 probe.dfa.nfa.grammar.getRuleStartState(tokenName); in toString()
|
D | GrammarDanglingStateMessage.java | 42 public DecisionProbe probe; field in GrammarDanglingStateMessage 45 public GrammarDanglingStateMessage(DecisionProbe probe, in GrammarDanglingStateMessage() argument 49 this.probe = probe; in GrammarDanglingStateMessage() 54 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 57 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 61 List labels = probe.getSampleNonDeterministicInputSequence(problemState); in toString() 62 String input = probe.getInputSequenceDisplay(labels); in toString()
|
D | GrammarAnalysisAbortedMessage.java | 37 public DecisionProbe probe; field in GrammarAnalysisAbortedMessage 39 public GrammarAnalysisAbortedMessage(DecisionProbe probe) { in GrammarAnalysisAbortedMessage() argument 41 this.probe = probe; in GrammarAnalysisAbortedMessage() 45 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 48 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 54 probe.dfa.getNFADecisionStartState().enclosingRule.name); in toString()
|
D | RecursionOverflowMessage.java | 41 public DecisionProbe probe; field in RecursionOverflowMessage 47 public RecursionOverflowMessage(DecisionProbe probe, in RecursionOverflowMessage() argument 54 this.probe = probe; in RecursionOverflowMessage() 62 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 65 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 76 probe.getSampleNonDeterministicInputSequence(sampleBadState); in toString() 77 String input = probe.getInputSequenceDisplay(labels); in toString()
|
D | NonRegularDecisionMessage.java | 40 public DecisionProbe probe; field in NonRegularDecisionMessage 43 public NonRegularDecisionMessage(DecisionProbe probe, Set<Integer> altsWithRecursion) { in NonRegularDecisionMessage() argument 45 this.probe = probe; in NonRegularDecisionMessage() 50 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 53 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 59 String ruleName = probe.dfa.getNFADecisionStartState().enclosingRule.name; in toString()
|
D | GrammarInsufficientPredicatesMessage.java | 39 public DecisionProbe probe; field in GrammarInsufficientPredicatesMessage 43 public GrammarInsufficientPredicatesMessage(DecisionProbe probe, in GrammarInsufficientPredicatesMessage() argument 48 this.probe = probe; in GrammarInsufficientPredicatesMessage() 54 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode(); in toString() 57 String fileName = probe.dfa.nfa.grammar.getFileName(); in toString() 80 …List<Label> sampleInputLabels = problemState.dfa.probe.getSampleNonDeterministicInputSequence(prob… in toString() 81 String input = problemState.dfa.probe.getInputSequenceDisplay(sampleInputLabels); in toString()
|
D | ErrorManager.java | 615 public static void nondeterminism(DecisionProbe probe, in nondeterminism() argument 619 Message msg = new GrammarNonDeterminismMessage(probe,d); in nondeterminism() 624 public static void danglingState(DecisionProbe probe, in danglingState() argument 628 Message msg = new GrammarDanglingStateMessage(probe,d); in danglingState() 638 public static void analysisAborted(DecisionProbe probe) in analysisAborted() argument 641 Message msg = new GrammarAnalysisAbortedMessage(probe); in analysisAborted() 646 public static void unreachableAlts(DecisionProbe probe, in unreachableAlts() argument 650 Message msg = new GrammarUnreachableAltsMessage(probe,alts); in unreachableAlts() 655 public static void insufficientPredicates(DecisionProbe probe, in insufficientPredicates() argument 660 Message msg = new GrammarInsufficientPredicatesMessage(probe,d,altToUncoveredLocations); in insufficientPredicates() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 320 static int probe_ext4dev(struct blkid_probe *probe, in probe_ext4dev() argument 361 get_ext2_info(probe->dev, id, buf); in probe_ext4dev() 365 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext4() argument 409 get_ext2_info(probe->dev, id, buf); in probe_ext4() 413 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext3() argument 431 get_ext2_info(probe->dev, id, buf); in probe_ext3() 435 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, in probe_ext2() argument 463 get_ext2_info(probe->dev, id, buf); in probe_ext2() 467 static int probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, in probe_jbd() argument 476 get_ext2_info(probe->dev, id, buf); in probe_jbd() [all …]
|
/external/icu/icu4c/source/layout/ |
D | OpenTypeUtilities.cpp | 64 le_int32 probe = power; in getTagOffset() local 74 while (probe > (1 << 0)) { in getTagOffset() 75 probe >>= 1; in getTagOffset() 78 const ATag &aTag = (r0+index+probe)->tag; in getTagOffset() 80 index += probe; in getTagOffset() 103 le_int32 probe = power; in getGlyphRangeIndex() local 114 while (probe > (1 << 0) && LE_SUCCESS(success)) { in getGlyphRangeIndex() 115 probe >>= 1; in getGlyphRangeIndex() 117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) { in getGlyphRangeIndex() 118 range += probe; in getGlyphRangeIndex() [all …]
|
D | LookupTables.cpp | 31 le_int16 probe = SWAPW(searchRange); in lookupSegment() local 43 while (probe > unity && LE_SUCCESS(success)) { in lookupSegment() 44 probe >>= 1; in lookupSegment() 46 trial.addOffset(probe, success); in lookupSegment() 63 le_int16 probe = SWAPW(searchRange); in lookupSingle() local 73 while (probe > unity && LE_SUCCESS(success)) { in lookupSingle() 74 probe >>= 1; in lookupSingle() 76 trial.addOffset(probe, success); in lookupSingle()
|
D | CoverageTables.cpp | 48 le_uint16 probe = power; in getGlyphCoverage() local 59 while (probe > (1 << 0)) { in getGlyphCoverage() 60 probe >>= 1; in getGlyphCoverage() 62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) { in getGlyphCoverage() 63 index += probe; in getGlyphCoverage()
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-probe.txt | 1 perf-probe(1) 6 perf-probe - Define new dynamic tracepoints 11 'perf probe' [options] --add='PROBE' [...] 13 'perf probe' [options] PROBE 15 'perf probe' [options] --del='[GROUP:]EVENT' [...] 17 'perf probe' --list 19 'perf probe' [options] --line='LINE' 21 'perf probe' [options] --vars='PROBEPOINT' 38 Specify module name in which perf-probe searches probe points 39 or lines. If a path of module file is passed, perf-probe [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | cmaps.cpp | 131 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local 138 while (probe > (1 << 0)) { in unicodeToGlyph() 139 probe >>= 1; in unicodeToGlyph() 141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph() 142 index += probe; in unicodeToGlyph() 180 le_int32 probe = fPower; in unicodeToGlyph() local 187 while (probe > (1 << 0)) { in unicodeToGlyph() 188 probe >>= 1; in unicodeToGlyph() 190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 191 range += probe; in unicodeToGlyph()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cmaps.cpp | 172 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local 179 while (probe > (1 << 0)) { in unicodeToGlyph() 180 probe >>= 1; in unicodeToGlyph() 182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph() 183 index += probe; in unicodeToGlyph() 221 le_int32 probe = fPower; in unicodeToGlyph() local 228 while (probe > (1 << 0)) { in unicodeToGlyph() 229 probe >>= 1; in unicodeToGlyph() 231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 232 range += probe; in unicodeToGlyph()
|
D | FontObject.cpp | 63 le_uint16 probe = 1 << entrySelector; in findTable() local 69 while (probe > (1 << 0)) { in findTable() 70 probe >>= 1; in findTable() 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { in findTable() 73 table += probe; in findTable() 161 le_uint16 probe = 1 << cmEntrySelector; in unicodeToGlyph() local 168 while (probe > (1 << 0)) { in unicodeToGlyph() 169 probe >>= 1; in unicodeToGlyph() 171 if (SWAPW(cmStartCodes[index + probe]) <= unicode) { in unicodeToGlyph() 172 index += probe; in unicodeToGlyph()
|
/external/icu/icu4c/source/test/letest/ |
D | cmaps.cpp | 175 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local 182 while (probe > (1 << 0)) { in unicodeToGlyph() 183 probe >>= 1; in unicodeToGlyph() 185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph() 186 index += probe; in unicodeToGlyph() 224 le_int32 probe = fPower; in unicodeToGlyph() local 231 while (probe > (1 << 0)) { in unicodeToGlyph() 232 probe >>= 1; in unicodeToGlyph() 234 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 235 range += probe; in unicodeToGlyph()
|
D | FontObject.cpp | 63 le_uint16 probe = 1 << entrySelector; in findTable() local 69 while (probe > (1 << 0)) { in findTable() 70 probe >>= 1; in findTable() 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { in findTable() 73 table += probe; in findTable() 161 le_uint16 probe = 1 << cmEntrySelector; in unicodeToGlyph() local 168 while (probe > (1 << 0)) { in unicodeToGlyph() 169 probe >>= 1; in unicodeToGlyph() 171 if (SWAPW(cmStartCodes[index + probe]) <= unicode) { in unicodeToGlyph() 172 index += probe; in unicodeToGlyph()
|
/external/llvm/test/CodeGen/X86/ |
D | stack-probe-size.ll | 2 ; probe calls when the size of the local variables exceeds the specified stack 3 ; probe size. 6 ; stack probe size equals the page size (4096 bytes for all x86 targets), and 14 define i32 @test1() "stack-probe-size"="0" { 36 define i32 @test3() "stack-probe-size"="8192" { 47 define i32 @test4() "stack-probe-size"="0" { 69 define i32 @test6() "stack-probe-size"="8192" {
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 57 le_int32 probe = power; in search() local 64 while (probe > (1 << 0)) { in search() 65 probe >>= 1; in search() 67 if (value >= array[index + probe]) { in search() 68 index += probe; in search()
|
/external/bison/src/ |
D | muscle-tab.c | 111 muscle_entry probe; in muscle_insert() local 114 probe.key = key; in muscle_insert() 115 entry = hash_lookup (muscle_table, &probe); in muscle_insert() 141 muscle_entry probe; in muscle_grow() local 144 probe.key = key; in muscle_grow() 145 entry = hash_lookup (muscle_table, &probe); in muscle_grow() 228 muscle_entry probe; in muscle_find_const() local 231 probe.key = key; in muscle_find_const() 232 result = hash_lookup (muscle_table, &probe); in muscle_find_const() 248 muscle_entry probe; in muscle_find() local [all …]
|
/external/icu/icu4c/source/extra/scrptrun/ |
D | scrptrun.cpp | 85 int32_t probe = pairedCharPower; in getPairIndex() local 92 while (probe > (1 << 0)) { in getPairIndex() 93 probe >>= 1; in getPairIndex() 95 if (ch >= pairedChars[index + probe]) { in getPairIndex() 96 index += probe; in getPairIndex()
|
/external/v8/src/ic/ |
D | ic-compiler.cc | 22 Object* probe = stub_holder->FindInCodeCache(*name, flags); in Find() local 23 if (probe->IsCode()) return handle(Code::cast(probe)); in Find() 92 Handle<Object> probe(receiver_map->FindInCodeCache(*name, flags), isolate); in ComputeKeyedLoadMonomorphic() local 93 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedLoadMonomorphic() 135 Handle<Object> probe(receiver_map->FindInCodeCache(*name, flags), isolate); in ComputeKeyedStoreMonomorphic() local 136 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedStoreMonomorphic() 250 Handle<Object> probe = cache->Lookup(receiver_maps, flags); in ComputeKeyedLoadPolymorphic() local 251 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedLoadPolymorphic() 297 Handle<Object> probe = cache->Lookup(receiver_maps, flags); in ComputeKeyedStorePolymorphic() local 298 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedStorePolymorphic()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScriptRun.java | 599 int probe = pairedCharPower; in getPairIndex() local 606 while (probe > (1 << 0)) { in getPairIndex() 607 probe >>= 1; in getPairIndex() 609 if (ch >= pairedChars[index + probe]) { in getPairIndex() 610 index += probe; in getPairIndex()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 192 j = probe(perturb, j); in get() 222 j = probe(perturb, j); in containsKey() 284 j = probe(perturb, j); in findInsertionIndex() 304 j = probe(perturb, j); in findInsertionIndex() 325 private static int probe(final int perturb, final int j) { in probe() method in OpenIntToDoubleHashMap 366 j = probe(perturb, j); in remove()
|