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

1 2 3 4 5

  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 119 InputSource addition; local
121 addition = new InputSource(new FileReader(file));
123 addition.setPublicId(file.toString());
124 layoutFiles.add(addition);
  /external/v8/test/webkit/
dfg-integer-optimization.js 25 "This tests that integer addition optimizations in the DFG are not performed too overzealously."
30 // optimizing the first to be an integer addition. The first one certainly is an integer addition,
31 // but the second one isn't - it must either be an integer addition with overflow checking, or a
32 // double addition.
dfg-constant-fold-misprediction.js 38 // integer but that contains a double. The subsequent addition to x, which is
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 4 # It is very lightweight: in addition to not performing any additional
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 100 protected void add(Interval addition) {
101 //System.out.println("add "+addition+" to "+intervals.toString());
102 if ( addition.b<addition.a ) {
109 if ( addition.equals(r) ) {
112 if ( addition.adjacent(r) || !addition.disjoint(r) ) {
114 Interval bigger = addition.union(r);
129 if ( addition.startsBeforeDisjoint(r) ) {
132 iter.add(addition);
    [all...]
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 33 # is chosen so that it is just below the value that triggers the addition of +1
  /external/v8/build/util/
version.py 118 'build, used in addition to the environment '
  /external/opencv3/modules/ts/misc/
table_formatter.py 171 addition = s * budget / total - spent
172 spent += addition
173 col.minwidth += addition
193 addition = s * budget / total - spent
194 spent += addition
195 row.minheight += addition
226 addition = s * budget / total - spent
227 spent += addition
228 col.minWidth += addition
  /external/v8/test/mjsunit/
sum-0-plus-undefined-is-NaN.js 31 * @fileoverview Test addition of 0 and undefined.
debug-stepframe-clearing.js 83 // addition causes a full (clearing) gc that clears type feedback when we
  /external/eigen/lapack/
dlamch.f 44 *> rnd = 1.0 when rounding occurs in addition, 0.0 otherwise
150 *> the addition of A and B , for use in situations where optimizers
slamch.f 48 *> rnd = 1.0 when rounding occurs in addition, 0.0 otherwise
154 *> the addition of A and B , for use in situations where optimizers
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerWrapContentTest.java 81 public void addition() throws Throwable { method in class:LinearLayoutManagerWrapContentTest
  /external/libunwind/doc/
unw_flush_cache.tex 21 target address-space \Var{as}. In addition, all info cached for
unw_step.tex 50 In addition, \Func{unw\_step}() may return any error returned by the
unw_get_fpreg.tex 55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
unw_get_reg.tex 56 In addition, \Func{unw\_get\_reg}() may return any error returned by
unw_set_fpreg.tex 57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
unw_set_reg.tex 58 In addition, \Func{unw\_set\_reg}() may return any error returned by
  /frameworks/base/tools/fonts/
fontchain_lint.py 371 for addition in additions:
372 assert addition not in output_dict
373 output_dict[addition] = prop
  /system/media/camera/docs/
camera_metadata_tags.mako 73 * addition, the name and type of the tag needs to be added to
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 131 Web Services. In addition, boto provides support for other public
132 services such as Google Storage in addition to private cloud systems
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 309 for (ULocale addition : additions) {
310 addIndexExemplars(addition);
322 for (Locale addition : additions) {
323 addIndexExemplars(ULocale.forLocale(addition));
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 319 for (ULocale addition : additions) {
320 addIndexExemplars(addition);
333 for (Locale addition : additions) {
334 addIndexExemplars(ULocale.forLocale(addition));
    [all...]

Completed in 821 milliseconds

1 2 3 4 5