HomeSort by relevance Sort by last modified time
    Searched refs:graph (Results 1 - 25 of 53) sorted by null

1 2 3

  /build/core/tasks/
product-graph.mk 21 @echo Product graph DOT: $@
24 echo 'graph [ ratio=.5 ];'; \
39 # graph more readable. To add that, add this line to the rule
44 @echo Product graph PDF: $@
47 product-graph: $(products_pdf)
  /external/chromium/third_party/icu/source/tools/genpname/
SyntheticPropertyAliases.txt 50 n/a; graph
  /external/icu4c/tools/genpname/
SyntheticPropertyAliases.txt 50 n/a; graph
  /external/bison/src/
vcg.h 112 /* VCG graph orientation. */
172 coordinates of the graph. Locations are specified in the form
174 if the whole graph is fully specified with locations and no part is
219 scale value of a node relatively to a scale value of the graph,
220 i.e. if (stretch,shrink) = (2,1) for the graph and (stretch,shrink)
221 = (2,1) for the node of the graph, then the node is scaled by the
229 (with k ? 0) means that the graph part that is reachable via edges
272 combines additional text labels with a node or a folded graph. info1,
443 | Graph attributs list. Structure that describes a graph.
445 struct graph struct
937 typedef struct graph graph; typedef in typeref:struct:graph
    [all...]
vcg.c 42 /* Initialize a graph with the default values. */
44 new_graph (graph *g)
380 | Edge and nodes into a graph. |
384 add_node (graph *g, node *n)
391 add_edge (graph *g, edge *e)
398 add_classname (graph *g, int val, const char *name)
408 add_infoname (graph *g, int integer, const char *str)
419 add_colorentry (graph *g, int color_idx, int red_cp,
478 fputs ("graph: {\n", fout);
482 close_graph (graph *g, FILE *fout
    [all...]
print_graph.c 41 static graph static_graph;
215 /* Output graph options. */
225 /* Close graph. */
  /external/svox/pico/lib/
picoklex.h 102 /** lookup lex by graph; result(s) are in lexres, ie. the phones are
110 const picoos_uint8 *graph,
picoklex.c 52 - one lex entry has POS GRAPH PHON, all mandatory, but
55 - (POS,GRAPH) is a uniq key (only one entry allowed)
56 - (GRAPH) is almost a uniq key (2-4 entries with the same GRAPH, and
58 - for one graph we can have two or three solutions from the lex
60 - in this case GRAPH, POS, and PHON all must be available in lex
66 - 3 bytes for graph-prefix
270 /* convert graph-prefix to number with 'lexicographic' ordering */
359 const picoos_uint8 *graph,
368 PICODBG_TRACE(("%d|%d graph|lex: %c|%c", graphlen, lexlen
    [all...]
picokdt.h 167 /* graph attributes: values to be used if the graph attribute is
173 /* graph attributes (special case for g2p): values to be used if the
174 graph attribute is directly outside the grapheme string (ie. at the
205 graph: the grapheme string of the word for wich POS will be predicted
206 graphlen: length of graph in number of bytes
212 const picoos_uint8 *graph,
285 graph: the grapheme string used to determine invec[0:8]
286 graphlen: length of graph in number of bytes
289 nrvow number of vowel-like graphemes in graph if vowel
    [all...]
picowa.c 194 const picoos_uint8 *graph,
202 /* check existence of special char (e.g. hyphen) in graph:
210 if (graph[i++] == '-') {
216 if (!picokdt_dtPosPconstructInVec(wa->dtposp, graph, graphlen, specchar)) {
269 do POS prediction: -> WORDGRAPH(POSes,NA)graph
275 no phone, one entry -> WORDGRAPH(POS,NA)graph
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
339 } else { /* no phone, :G2P, one entry: WORDGRAPH(POS,NA)graph */
picoktab.h 83 /* graph access routine: if the desired graph 'utf8graph' exists in
84 the graph table a graph offset > 0 is returned, which then can be
90 /* check if UTF8 char 'graph' has property vowellike, return non-zero
93 const picoos_uint8 *graph,
96 /* graph properties access routines: if graph with offset 'graphsOffset' has the
picosa.c 83 WORDGRAPH(POSes,NA)graph -> WORDGRAPH(POS,NA)graph \n
90 WORDGRAPH(POS,NA)graph -> WORDPHON(POS,NA)phon \n
831 const picoos_uint8 *graph,
    [all...]
picokdt.c 107 - TABLETYPE1: one byte, type of map table (byte, word, or graph=utf8)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 55 static const mask graph = _ISalpha | _ISdigit | _ISpunct; member in struct:ctype_base
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 44 self.graph = None
46 def SetGraphCtrl(self, graph, parentWin):
47 """ Sets the graph control for the player """
48 self.graph = graph
52 """ Sets the callback function for the graph control to update """
JetAudition.py 146 self.graph = SegmentGraph(panel, size=(-1, 50))
147 self.graph.ClickCallbackFct = self.GraphTriggerClip
152 vboxBot.Add(self.graph, 1, wx.EXPAND)
177 self.graph.SetHelpText(GetJetHelpText(JetDefs.AUDITION_CTRLS, JetDefs.AUDITION_GRAPH))
447 self.graph.UpdateLocation(evt.data)
451 info = self.graph.LoadSegment(segment)
472 self.graph.ClearGraph()
473 self.graph.UpdateLocation(0)
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/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/webkit/WebCore/inspector/front-end/
inspector.css     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/v8/tools/
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.
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 266 final DependencyGraph graph = mGraph; local
267 graph.clear();
271 graph.add(child);
276 graph.log(getResources(), ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM);
278 graph.log(getResources(), LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT);
281 graph.getSortedViews(mSortedVerticalChildren, ABOVE, BELOW, ALIGN_BASELINE,
283 graph.getSortedViews(mSortedHorizontalChildren, LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT);
    [all...]
  /external/stlport/stlport/
locale 124 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::graph, c); }
  /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.

Completed in 1775 milliseconds

1 2 3