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

1 2

  /external/clang/test/CodeGen/
regparm.c 14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
23 // CHECK: call void @reduced(i8 inreg signext 0, {{.*}} %struct.foo* inreg null
24 reduced(0, 0.0, 0, 0.0, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 130 reduced = reduce_tree(child, new_node)
131 if reduced is not None:
132 new_node.children.append(reduced)
138 reduced = reduce_tree(child, new_node)
139 if reduced:
140 new_node.children.append(reduced)
142 # delete the group if all of the children were reduced to None
230 reduced = reduce_tree(child, new_node)
231 if reduced is not None:
232 new_node.children.append(reduced)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 130 reduced = reduce_tree(child, new_node)
131 if reduced is not None:
132 new_node.children.append(reduced)
138 reduced = reduce_tree(child, new_node)
139 if reduced:
140 new_node.children.append(reduced)
142 # delete the group if all of the children were reduced to None
230 reduced = reduce_tree(child, new_node)
231 if reduced is not None:
232 new_node.children.append(reduced)
    [all...]
  /external/clang/utils/analyzer/
reducer.pl 64 `cp $srcFile $file.reduced`;
65 print "$prog: generated '$file.reduced";
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 345 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
347 options.inBitmap = reduced;
366 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
368 assertSame(original, reduced);
369 assertEquals(originalSize, reduced.getAllocationByteCount());
370 assertEquals(originalSize, reduced.getByteCount() * 16);
  /external/bison/src/
reduce.c 149 Consider only the (partially) reduced grammar which has only
152 The result is the set P of productions in the reduced grammar,
153 and the set V of symbols in the reduced grammar.
402 bool reduced;
404 /* Allocate the global sets used to compute the reduced grammar */
414 reduced = (nuseless_nonterminals + nuseless_productions > 0);
415 if (!reduced)
427 renumbered only in the reduced grammar. */
435 grammar_dump (stderr, "Reduced Grammar");
437 fprintf (stderr, "reduced %s defines %d terminals, %d nonterminals
399 bool reduced; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
sin-cos.js 145 var reduced = [];
146 if (squares.length % 2 == 1) reduced.push(squares.pop());
148 while(squares.length > 1) reduced.push(squares.pop() + squares.pop());
149 squares = reduced;
array-length-number-conversion.js 28 // A reduced test case from Acid3 test 95.
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 121 IMoniker** reduced));
  /external/v8/test/mjsunit/
array-length-number-conversion.js 28 // A reduced test case from Acid3 test 95.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 213 reduced = []
257 reduced.unshift( operation ) if operation
260 @operations.replace( reduced )
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 642 my $reduced = ReduceProfile($symbols, $profile);
645 my $flat = FlatProfile($reduced);
646 my $cumulative = CumulativeProfile($reduced);
851 my $reduced = ReduceProfile($symbols, $profile);
854 my $flat = FlatProfile($reduced);
855 my $cumulative = CumulativeProfile($reduced);
886 my $reduced = ReduceProfile($symbols, $profile);
889 my $flat = FlatProfile($reduced);
890 my $cumulative = CumulativeProfile($reduced);
904 my $reduced = ReduceProfile($symbols, $profile)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp 574 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) {
582 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
  /external/skia/src/core/
SkScan_Path.cpp 574 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) {
582 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 115 /** Is this DFA reduced? I.e., can all states lead to an accept state? */
116 protected boolean reduced = true; field in class:DFA
713 /** Is the DFA reduced? I.e., does every state have a path to an accept
719 return reduced;
899 * 1. it's reduced
914 * modify the instance variable 'reduced' to indicate if we find
916 * that the overall DFA is not reduced. This algorithm should b
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 642 my $reduced = ReduceProfile($symbols, $profile);
645 my $flat = FlatProfile($reduced);
646 my $cumulative = CumulativeProfile($reduced);
851 my $reduced = ReduceProfile($symbols, $profile);
854 my $flat = FlatProfile($reduced);
855 my $cumulative = CumulativeProfile($reduced);
886 my $reduced = ReduceProfile($symbols, $profile);
889 my $flat = FlatProfile($reduced);
890 my $cumulative = CumulativeProfile($reduced);
904 my $reduced = ReduceProfile($symbols, $profile)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 191 // is reduced. See http://crosbug.com/11116 http://crosbug.com/18307
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver.js 90 testPassed("Ensured that property was visited despite Array length being reduced.");
  /external/chromium_org/third_party/ply/
yacc.py 1153 reduced = 0 variable in class:Production
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/bison/doc/
refcard.tex 44 % produces two separate pages, each of which needs to be reduced to 80%.

Completed in 1167 milliseconds

1 2