Searched defs:probe (Results 1 - 25 of 85) sorted by relevance

1234

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAnalysisAbortedMessage.java37 public DecisionProbe probe; field in class:GrammarAnalysisAbortedMessage
39 public GrammarAnalysisAbortedMessage(DecisionProbe probe) { argument
41 this.probe = probe;
45 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
48 String fileName = probe.dfa.nfa.grammar.getFileName();
54 probe.dfa.getNFADecisionStartState().enclosingRule.name);
H A DGrammarDanglingStateMessage.java42 public DecisionProbe probe; field in class:GrammarDanglingStateMessage
45 public GrammarDanglingStateMessage(DecisionProbe probe, argument
49 this.probe = probe;
54 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
57 String fileName = probe.dfa.nfa.grammar.getFileName();
61 List labels = probe.getSampleNonDeterministicInputSequence(problemState);
62 String input = probe.getInputSequenceDisplay(labels);
H A DGrammarNonDeterminismMessage.java44 public DecisionProbe probe; field in class:GrammarNonDeterminismMessage
47 public GrammarNonDeterminismMessage(DecisionProbe probe, argument
51 this.probe = probe;
54 if ( probe.dfa.isTokensRuleDecision() ) {
60 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
63 String fileName = probe.dfa.nfa.grammar.getFileName();
70 List labels = probe.getSampleNonDeterministicInputSequence(problemState);
71 String input = probe.getInputSequenceDisplay(labels);
74 if ( probe
[all...]
H A DGrammarUnreachableAltsMessage.java40 public DecisionProbe probe; field in class:GrammarUnreachableAltsMessage
43 public GrammarUnreachableAltsMessage(DecisionProbe probe, argument
47 this.probe = probe;
50 if ( probe.dfa.isTokensRuleDecision() ) {
56 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
59 String fileName = probe.dfa.nfa.grammar.getFileName();
66 if ( probe.dfa.isTokensRuleDecision() ) {
71 probe.getTokenNameForTokensRuleAlt(altI.intValue());
74 probe
[all...]
H A DNonRegularDecisionMessage.java40 public DecisionProbe probe; field in class:NonRegularDecisionMessage
43 public NonRegularDecisionMessage(DecisionProbe probe, Set<Integer> altsWithRecursion) { argument
45 this.probe = probe;
50 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
53 String fileName = probe.dfa.nfa.grammar.getFileName();
59 String ruleName = probe.dfa.getNFADecisionStartState().enclosingRule.name;
H A DGrammarInsufficientPredicatesMessage.java39 public DecisionProbe probe; field in class:GrammarInsufficientPredicatesMessage
43 public GrammarInsufficientPredicatesMessage(DecisionProbe probe, argument
48 this.probe = probe;
54 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
57 String fileName = probe.dfa.nfa.grammar.getFileName();
80 List<Label> sampleInputLabels = problemState.dfa.probe.getSampleNonDeterministicInputSequence(problemState);
81 String input = problemState.dfa.probe.getInputSequenceDisplay(sampleInputLabels);
H A DRecursionOverflowMessage.java41 public DecisionProbe probe; field in class:RecursionOverflowMessage
47 public RecursionOverflowMessage(DecisionProbe probe, argument
54 this.probe = probe;
62 GrammarAST decisionASTNode = probe.dfa.getDecisionASTNode();
65 String fileName = probe.dfa.nfa.grammar.getFileName();
76 probe.getSampleNonDeterministicInputSequence(sampleBadState);
77 String input = probe.getInputSequenceDisplay(labels);
/external/oprofile/libabi/
H A Dop_abi.c69 unsigned int probe = 0xff; local
71 unsigned char * probe_byte = (unsigned char *)&probe;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.cpp69 const HTMLEntityTableEntry* probe = halfway(left, right); local
70 result = compare(probe, nextCharacter);
72 left = probe;
75 right = probe;
94 const HTMLEntityTableEntry* probe = halfway(left, right); local
95 result = compare(probe, nextCharacter);
97 right = probe;
100 left = probe;
/external/icu/icu4c/source/layout/
H A DCoverageTables.cpp48 le_uint16 probe = power; local
59 while (probe > (1 << 0)) {
60 probe >>= 1;
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
63 index += probe;
H A DLookupTables.cpp31 le_int16 probe = SWAPW(searchRange); local
43 while (probe > unity && LE_SUCCESS(success)) {
44 probe >>= 1;
46 trial.addOffset(probe, success);
63 le_int16 probe = SWAPW(searchRange); local
73 while (probe > unity && LE_SUCCESS(success)) {
74 probe >>= 1;
76 trial.addOffset(probe, success);
H A DOpenTypeUtilities.cpp64 le_int32 probe = power; local
74 while (probe > (1 << 0)) {
75 probe >>= 1;
78 const ATag &aTag = (r0+index+probe)->tag;
80 index += probe;
103 le_int32 probe = power; local
114 while (probe > (1 << 0) && LE_SUCCESS(success)) {
115 probe >>= 1;
117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
118 range += probe;
133 le_int32 probe = power; local
155 le_int32 probe = power; local
[all...]
/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp57 le_int32 probe = power; local
64 while (probe > (1 << 0)) {
65 probe >>= 1;
67 if (value >= array[index + probe]) {
68 index += probe;
/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dscrptrun.cpp85 int32_t probe = pairedCharPower; local
92 while (probe > (1 << 0)) {
93 probe >>= 1;
95 if (ch >= pairedChars[index + probe]) {
96 index += probe;
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp85 int32_t probe = pairedCharPower; local
92 while (probe > (1 << 0)) {
93 probe >>= 1;
95 if (ch >= pairedChars[index + probe]) {
96 index += probe;
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcmaps.cpp131 le_uint16 probe = 1 << fEntrySelector; local
138 while (probe > (1 << 0)) {
139 probe >>= 1;
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
142 index += probe;
180 le_int32 probe = fPower; local
187 while (probe > (1 << 0)) {
188 probe >>= 1;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp172 le_uint16 probe = 1 << fEntrySelector; local
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower; local
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
[all...]
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dcmaps.cpp172 le_uint16 probe = 1 << fEntrySelector; local
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower; local
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dautodetectproxy.cc216 std::string probe; local
220 probe.assign("CONNECT www.google.com:443 HTTP/1.0\r\n"
222 probe.append(agent_);
223 probe.append("\r\n"
230 probe.assign("\005\001\000", 3);
238 << " sending " << probe.size() << " bytes";
239 socket_->Send(probe.data(), probe.size());
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp131 le_uint16 probe = 1 << fEntrySelector; local
138 while (probe > (1 << 0)) {
139 probe >>= 1;
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
142 index += probe;
180 le_int32 probe = fPower; local
187 while (probe > (1 << 0)) {
188 probe >>= 1;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp172 le_uint16 probe = 1 << fEntrySelector; local
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower; local
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
[all...]
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp172 le_uint16 probe = 1 << fEntrySelector; local
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower; local
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
[all...]
/external/bison/src/
H A Dstate.c395 state *probe = xmalloc (offsetof (state, items) + items_size); local
398 probe->nitems = nitems;
399 memcpy (probe->items, core, items_size);
400 entry = hash_lookup (state_table, probe);
401 free (probe);
/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c163 int32_t probe = pairedCharPower; local
170 while (probe > (1 << 0)) {
171 probe >>= 1;
173 if (ch >= pairedChars[pairIndex + probe]) {
174 pairIndex += probe;
H A Duvectr32.cpp306 int32_t probe = (min + max) / 2; local
307 //int8_t c = (*compare)(elements[probe], tok);
309 if (elements[probe] > tok) {
310 max = probe;
313 min = probe + 1;

Completed in 6756 milliseconds

1234