/external/srec/srec/include/ |
astar.h | 29 * Word Graph for Astar * 35 /* an arc_token is used for the word graph, this implementation
|
/external/strace/ |
Makefile.am | 5 bin_SCRIPTS = strace-graph 24 strace-graph COPYRIGHT CREDITS PORTING \
|
/external/svox/pico/lib/ |
picoacph.h | 38 - WORDGRAPH(POSes,NA)graph 80 - WORDGRAPH(POS,NA)graph
|
picokdt.c | 107 - TABLETYPE1: one byte, type of map table (byte, word, or graph=utf8) [all...] |
/external/v8/tools/ |
process-heap-prof.py | 36 # $ tools/process-heap-prof.py v8.log | hp2ps -c > script-heap-graph.ps 39 # $ tools/process-heap-prof.py --js-cons-profile v8.log | hp2ps -c > script-heap-graph.ps
|
profile.js | 259 * Performs a BF traversal of the top down call graph. 269 * Performs a BF traversal of the bottom up call graph. 418 * Constructs a call graph. 509 * Computes total weights in the call graph. 521 * Traverses the call graph in preorder. This function can be used for 551 * Performs an indepth call graph traversal. 569 * Constructs a call graph node.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-192465.js | 52 * Note |make_deep_nest(N)| returns an object graph of length N(N+1). 53 * So the graph has now been reduced from 1,001,000 to 8190.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySyncHistogram.java | 41 // Information to graph for each authority 122 * @param value Value to graph for event
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreator.py | 93 self.graph.ClickCallbackFct = self.GraphTriggerClip
199 self.graph = SegmentGraph(rightPanel, size=(-1, 50))
208 vboxRight.Add(self.graph, 1, wx.EXPAND)
223 graphBox = wx.StaticBox(pnlGraph, wx.ID_ANY, label='Graph')
248 self.graph.SetHelpText(GetJetHelpText(JetDefs.AUDITION_CTRLS, JetDefs.AUDITION_GRAPH))
318 self.graph.ClearGraph()
398 info = self.graph.LoadSegment(self.jet_file.GetSegment(self.currentSegmentName), showLabels=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, 'bool', 'True'), showAppEvts=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, 'bool', 'True'))
552 self.graph.ClearGraph()
[all...] |
/external/v8/benchmarks/ |
deltablue.js | 168 * graph. Answer the constraint that this constraint overrides, if 222 * Adds this constraint to the constraint graph 379 * Add this constraint to the constraint graph 465 * Adds this constraint to the constraint graph. 533 * structure of the constraint graph, the current dataflow graph, and 576 * incrementally update the dataflow graph. Details: If satifying 586 * constraint graph has an inadvertent cycle. 597 * constraint and incrementally update the dataflow graph.
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 162 * graph. Answer the constraint that this constraint overrides, if 216 * Adds this constraint to the constraint graph 373 * Add this constraint to the constraint graph 459 * Adds this constraint to the constraint graph. 527 * structure of the constraint graph, the current dataflow graph, and 570 * incrementally update the dataflow graph. Details: If satifying 580 * constraint graph has an inadvertent cycle. 591 * constraint and incrementally update the dataflow graph.
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 26 * graph in a reasonably programmatically useful form while closely mirroring 56 * <h2>Control-Flow Graph</h2> 67 * the control flow graph or the instruction list results in replacement
|
/external/dropbear/libtommath/ |
booker.pl | 15 $graph = ""; 17 $graph = ".ps"; 254 print OUT "\\begin{center}\n\\begin{figure}[here]\n\\includegraphics{pics/$m[1]$graph}\n";
|
dep.pl | 91 #now let's make a cool call graph...
|
/external/srec/srec/crec/ |
astar.c | 56 The word graph is represented as an arc_token_list, 62 backward though the word graph (ie. forward through the reverse word graph) 90 the word graph has nasty epsilons at the beginning, we'll remove 114 /* -pau- LABEL, the word graph does not seem to have them! */ 122 /* again more weirdness in the output graph format1 193 /* -pau- LABEL, the word graph does not seem to have them! */ 201 /* again more weirdness in the output graph format1 482 * make a partial path from a single word at the very end of the graph 665 arc_token* arc_token_list; /* to skip graph constraints, just set this to NULL * [all...] |
/external/srec/tools/grxmlcompile/ |
sub_base.cpp | 3 * DESCRIPTION: Part of the SREC graph compiler project source files. 145 printf ("Graph %s (%d %d)\n", title, startId, lastId); 158 printf ("Graph %s (%d %d)\n", title, startId, lastId);
|
sub_grph.h | 3 * DESCRIPTION: Part of the SREC graph compiler project source files. 152 /** Creates a copy of the graph */ 155 /** Graph construction routines */
|
/external/bison/src/ |
main.c | 138 /* Output the VCG graph. */
|
vcg_defaults.h | 25 /* Graph defaults. */
|
/external/icu4c/tools/genpname/ |
SyntheticPropertyAliases.txt | 50 n/a; graph
|
/external/stlport/stlport/ |
locale | 124 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::graph, c); }
|
/external/v8/src/ |
bootstrapper.h | 61 // Creates a JavaScript Global Context with initial object graph.
|
/external/webkit/SunSpider/ |
TODO | 61 * Make it possible to track change over time and generate a graph per
|
/external/webkit/WebCore/inspector/front-end/ |
TimelineOverviewPane.js | 354 this._graphElement.className = "timeline-graph-side timeline-overview-graph-side" + (isEven ? " even" : ""); 357 this._barAreaElement.className = "timeline-graph-bar-area timeline-category-" + category.name; 370 chunk.className = "timeline-graph-bar";
|
/external/webkit/WebKitTools/Scripts/ |
generate-coverage-data | 50 # Generate the coverage graph...
|