HomeSort by relevance Sort by last modified time
    Searched refs:graph (Results 326 - 350 of 377) sorted by null

<<111213141516

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 34 // graph.
  /external/chromium_org/v8/benchmarks/
splay.js 34 // graph.
  /external/qemu-pc-bios/vgabios/
clext.c 40 unsigned short *graph; /* 0x3ce */ member in struct:__anon25748
612 mov bx, [si+12] ;; graph
  /external/v8/benchmarks/
splay.js 34 // graph.
  /art/compiler/sea_ir/ir/
sea.cc 45 void IRVisitor::Traverse(SeaGraph* graph) {
459 DCHECK(r) << "Tried to add NULL region to SEA graph.";
  /external/chromium_org/third_party/lcov/bin/
genhtml 80 # HI: $hi_limit <= rate <= 100 graph color: green
81 # MED: $med_limit <= rate < $hi_limit graph color: orange
82 # LO: 0 <= rate < $med_limit graph color: red
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 845 '--call-graph-size': ['callGraphSize', TickProcessor.CALL_GRAPH_SIZE,
846 'Set the call graph size'],
  /external/opencv/cvaux/include/
cvaux.h 312 CvGraph* graph; member in struct:CvCliqueFinder
314 int N; //graph size
342 /*CVAPI(void) cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse,
347 CVAPI(void) cvBronKerbosch( CvGraph* graph );*/
353 // Purpose: finds weight of subgraph in a graph
356 // graph - input graph.
364 // weight_vtx - optional vector of floats, with size = graph->total.
368 // that vertices of graph are inherited from CvGraphWeightedVtx.
369 // weight_edge - optional matrix of floats, of width and height = graph->total
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 1 """A flow graph representation for Python bytecode"""
37 # children. because the nodes in a graph are emitted in
46 # transfer to the block graph. Doing so results in code generation
235 the graph for the function body.
242 if hasattr(op, 'graph'):
243 contained.append(op.graph)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 1 """A flow graph representation for Python bytecode"""
37 # children. because the nodes in a graph are emitted in
46 # transfer to the block graph. Doing so results in code generation
235 the graph for the function body.
242 if hasattr(op, 'graph'):
243 contained.append(op.graph)
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /ndk/build/core/
definitions.mk 24 include $(BUILD_SYSTEM)/definitions-graph.mk
689 # defined by a breadth-first walk of the graph.
697 # dependency graph:
    [all...]
  /build/core/
config.mk 196 # graph. This allows architecture products to provide headers for the
  /external/chromium_org/chrome/test/functional/
perf.py 130 # When outputting perf graph information on-the-fly for Chrome, this
294 graph_name: A string name for the graph associated with this performance
310 is_stacked: True to draw a "stacked" graph. First-come values are
331 for graph in existing_graphs:
332 if graph['name'] == graph_name:
348 # Update data file for this particular graph.
365 # We've added points previously for this graph line in the current
428 graph_name: A string name for the graph associated with this performance
434 is_stacked: True to draw a "stacked" graph. First-come values are
591 average value can be plotted in a performance graph
    [all...]
  /external/chromium_org/v8/tools/profviz/
composer.js 521 // Plot graph with impulses as data set.

Completed in 3775 milliseconds

<<111213141516