Searched refs:probe (Results 1 - 25 of 147) sorted by relevance

123456

/external/python/cpython3/Include/
H A Dpydtrace.d4 probe function__entry(const char *, const char *, int);
5 probe function__return(const char *, const char *, int);
6 probe instance__new__start(const char *, const char *);
7 probe instance__new__done(const char *, const char *);
8 probe instance__delete__start(const char *, const char *);
9 probe instance__delete__done(const char *, const char *);
10 probe line(const char *, const char *, int);
11 probe gc__start(int);
12 probe gc__done(long);
/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 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 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 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);
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);
/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp59 le_int32 probe = power; local
66 while (probe > (1 << 0)) {
67 probe >>= 1;
69 if (value >= array[index + probe]) {
70 index += probe;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTaggedRecord.java59 int probe = power;
66 while (probe > (1 << 0)) {
67 probe >>= 1;
69 if (table[index + probe].getTag().compareTo(tag) <= 0) {
70 index += probe;
/external/e2fsprogs/lib/blkid/
H A Dprobe.c2 * probe.c - identify a block device by its contents, and return a dev
38 #include "probe.h"
320 static int probe_ext4dev(struct blkid_probe *probe, argument
361 get_ext2_info(probe->dev, id, buf);
365 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, argument
409 get_ext2_info(probe->dev, id, buf);
413 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, argument
431 get_ext2_info(probe->dev, id, buf);
435 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, argument
463 get_ext2_info(probe
467 probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
512 probe_fat(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
641 probe_fat_nomagic(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
682 probe_ntfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
790 probe_xfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
806 probe_reiserfs(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
834 probe_reiserfs4(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
850 probe_jfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
891 probe_luks(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
904 probe_romfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
919 probe_cramfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
934 probe_swap0(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
943 probe_swap1(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf __BLKID_ATTR((unused))) argument
976 probe_iso9660(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
996 probe_udf(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
1040 probe_ocfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1063 probe_ocfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1076 probe_oracleasm(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1088 probe_gfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1110 probe_gfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1218 probe_hfsplus(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1362 probe_lvm2(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1409 probe_btrfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1425 probe_f2fs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1455 exfat_next_cluster(struct blkid_probe *probe, const struct exfat_super_block *sb, uint32_t cluster) argument
1469 find_exfat_entry_label( struct blkid_probe *probe, const struct exfat_super_block *sb) argument
1501 probe_exfat(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1657 struct blkid_probe probe; local
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp137 le_uint16 probe = 1 << fEntrySelector; local
144 while (probe > (1 << 0)) {
145 probe >>= 1;
147 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
148 index += probe;
186 le_int32 probe = fPower; local
193 while (probe > (1 << 0)) {
194 probe >>= 1;
196 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
197 range += probe;
[all...]
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp86 int32_t probe = pairedCharPower; local
93 while (probe > (1 << 0)) {
94 probe >>= 1;
96 if (ch >= pairedChars[index + probe]) {
97 index += probe;
/external/icu/icu4c/source/test/letest/
H A DFontObject.cpp65 le_uint16 probe = 1 << entrySelector; local
71 while (probe > (1 << 0)) {
72 probe >>= 1;
74 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
75 table += probe;
163 le_uint16 probe = 1 << cmEntrySelector; local
170 while (probe > (1 << 0)) {
171 probe >>= 1;
173 if (SWAPW(cmStartCodes[index + probe]) <= unicode) {
174 index += probe;
[all...]
H A Dcmaps.cpp177 le_uint16 probe = 1 << fEntrySelector; local
184 while (probe > (1 << 0)) {
185 probe >>= 1;
187 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
188 index += probe;
226 le_int32 probe = fPower; local
233 while (probe > (1 << 0)) {
234 probe >>= 1;
236 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
237 range += probe;
[all...]
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp69 le_uint16 probe = 1 << entrySelector; local
75 while (probe > (1 << 0)) {
76 probe >>= 1;
78 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
79 table += probe;
167 le_uint16 probe = 1 << cmEntrySelector; local
174 while (probe > (1 << 0)) {
175 probe >>= 1;
177 if (SWAPW(cmStartCodes[index + probe]) <= unicode) {
178 index += probe;
[all...]
H A Dcmaps.cpp178 le_uint16 probe = 1 << fEntrySelector; local
185 while (probe > (1 << 0)) {
186 probe >>= 1;
188 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
189 index += probe;
227 le_int32 probe = fPower; local
234 while (probe > (1 << 0)) {
235 probe >>= 1;
237 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
238 range += probe;
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Ddevice.h95 int ( * probe ) ( struct root_device *rootdev ); member in struct:root_driver
H A Disa.h30 * An individual ISA device, identified by probe address
41 /** Number of entries in probe address list */
54 int ( * probe ) ( struct isa_device *isa ); member in struct:isa_driver
H A Dmca.h72 int ( * probe ) ( struct mca_device *mca, member in struct:mca_driver
/external/devlib/devlib/module/
H A Dcooling.py27 def probe(target): member in class:MbedFanActiveCoolingModule
54 def probe(target): member in class:OdroidXU3ctiveCoolingModule
/external/webrtc/webrtc/base/
H A Dautodetectproxy.cc222 std::string probe; local
226 probe.assign("CONNECT www.google.com:443 HTTP/1.0\r\n"
228 probe.append(agent_);
229 probe.append("\r\n"
236 probe.assign("\005\001\000", 3);
244 << " sending " << probe.size() << " bytes";
245 socket_->Send(probe.data(), probe.size());
/external/walt/arduino/walt/
H A Dwalt.ino89 boolean probe; // whether currently probing
304 gshock.probe = true;
308 sound.probe = true;
324 midi.probe = true;
339 screen.probe = true;
343 screen.probe = false;
382 if (gshock.probe) {
387 gshock.probe = false;
393 if (sound.probe) {
398 sound.probe
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DMethodProbesAdapter.java43 * generator for unique probe ids
75 // If a probe will be inserted before the label, we'll need to use a
165 boolean probe = false;
169 probe = true;
175 probe = true;
179 return probe;
/external/linux-kselftest/tools/testing/selftests/bpf/
H A DMakefile42 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
44 # Let newer LLVM versions transparently probe the kernel for availability
47 CPU ?= probe

Completed in 7168 milliseconds

123456