/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
yacc.py | 263 # reduce a symbol on the stack, emit a production 273 sys.stderr.write("%-60s reduce %d\n" % (errorlead, -t)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/ |
yacc.py | 263 # reduce a symbol on the stack, emit a production 273 sys.stderr.write("%-60s reduce %d\n" % (errorlead, -t)) [all...] |
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 60 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps]) 68 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps]))) 74 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps]))) 80 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps]) 263 maxLen = reduce(max, [len(values) for values in comps])
|
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 60 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps]) 68 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps]))) 77 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps]))) 83 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps]) 289 maxLen = reduce(max, [len(values) for values in comps])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 7 from functools import reduce namespace 248 quotechar = reduce(lambda a, b, quotes = quotes: 252 delim = reduce(lambda a, b, delims = delims: 324 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b, 330 - reduce(lambda a, b: (0, a[1] + b[1]),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 7 from functools import reduce namespace 248 quotechar = reduce(lambda a, b, quotes = quotes: 252 delim = reduce(lambda a, b, delims = delims: 324 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b, 330 - reduce(lambda a, b: (0, a[1] + b[1]),
|
/external/bison/doc/ |
bison.info | 232 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid. 236 * Reduce/Reduce:: When two rules are applicable in the same situation. [all...] |
/external/bison/tests/ |
regression.at | 302 $default reduce using rule 3 ($@2) 312 $default reduce using rule 1 ($@1) 349 $default reduce using rule 4 (expr) 356 $default reduce using rule 2 (expr) 614 $default reduce using rule 4 ($@1) 634 undef_id_tok reduce using rule 4 ($@1) 635 $default reduce using rule 1 (CONST_DEC_PART) 645 $default reduce using rule 2 (CONST_DEC_LIST) 666 $default reduce using rule 3 (CONST_DEC_LIST) 694 $default reduce using rule 5 (CONST_DEC [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb2SizeReduction.cpp | 28 #define DEBUG_TYPE "t2-reduce-size" 34 static cl::opt<int> ReduceLimit("t2-reduce-limit", 36 static cl::opt<int> ReduceLimit2Addr("t2-reduce-limit2", 38 static cl::opt<int> ReduceLimitLdSt("t2-reduce-limit3", 163 /// ReduceTo2Addr - Reduce a 32-bit instruction to a 16-bit two-address 169 /// ReduceToNarrow - Reduce a 32-bit instruction to a 16-bit 175 /// ReduceMI - Attempt to reduce MI, return true on success. 179 /// ReduceMBB - Reduce width of instructions in the specified basic block. 531 // If the source register is SP, try to reduce to tADDrSPi, otherwise 532 // it's a normal reduce [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 211 def reduce method in class:ANTLR3.RewriteProgram 265 | %s#reduce! should have left only one operation per index, 284 operations = reduce
|
/external/clang/docs/ |
PTHInternals.rst | 101 when compiling for multiple architectures. This can also reduce 112 copy-on-write costs. The read-only nature of PTH can greatly reduce 147 While the main optimization employed by PTH is to reduce lexing time of
|
/external/skia/tests/ |
PathOpsTestCommon.cpp | 65 int order = reducer.reduce(*cubic, SkReduceOrder::kAllow_Quadratics); 99 int orderP1 = reducer.reduce(pair.first(), SkReduceOrder::kNo_Quadratics); 103 int orderP2 = reducer.reduce(pair.second(), SkReduceOrder::kNo_Quadratics);
|
/external/wpa_supplicant_8/src/crypto/ |
random.c | 20 * strong. This is a compromise to reduce duplicated CPU effort and to avoid 116 * Fold the hash to further reduce any potential output pattern. 117 * Though, compromise this to reduce CPU use for the most common output
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cos.c | 26 * [-PI/4, +PI/4]. Reduce the argument x to y1+y2 = x-k*pi/2
|
s_sin.c | 26 * [-PI/4, +PI/4]. Reduce the argument x to y1+y2 = x-k*pi/2
|
s_tan.c | 25 * [-PI/4, +PI/4]. Reduce the argument x to y1+y2 = x-k*pi/2
|
s_tanh.c | 25 * 1. reduce x to non-negative by tanh(-x) = -tanh(x).
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
CubeRenderer.java | 107 * but reduce performance. One might want to tweak that
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
ConfigurationScreenLayoutTest.java | 72 // 3. Reduce the screenLayout values if they are smaller
|
/cts/tools/dasm/src/java_cup/ |
parse_reduce_row.java | 5 * reduce-goto parse table.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeRenderer.java | 84 * but reduce performance. One might want to tweak that
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
KubeRenderer.java | 92 * but reduce performance. One might want to tweak that
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
BitmapAllocation.java | 29 * This example shows how to speed up bitmap loading and reduce garbage collection
|
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/ |
BitmapScaling.java | 29 * bitmap. Sub-sampling can speed up load times and reduce the need for large bitmaps
|
/device/asus/flo/ |
BoardConfigCommon.mk | 85 #Reduce space taken by the journal
|