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

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 149 converts = { True: 0, False: 0 }
155 converts[True] += 1
158 converts[desc.convert] += 1
159 if converts[True] and converts[False]:
163 if converts[False]:
164 if converts[True]:
203 [3] -- dest type the parameter converts to, or None
264 """Return the name of the function the named function converts to."""
  /external/mesa3d/src/mesa/main/
APIspecutil.py 149 converts = { True: 0, False: 0 }
155 converts[True] += 1
158 converts[desc.convert] += 1
159 if converts[True] and converts[False]:
163 if converts[False]:
164 if converts[True]:
203 [3] -- dest type the parameter converts to, or None
264 """Return the name of the function the named function converts to."""
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 11 // If the html specifies a relative path, chrome converts it to an absolute
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 87 and converts into one symbol table with ids in range [0..2^16-1] which
  /external/chromium_org/v8/test/mjsunit/regress/
regress-386.js 35 // and simultaneously converts the object from fast case to slow case
  /external/chromium_org/v8/test/webkit/
dfg-abs-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.abs could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-max-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.max could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-min-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.min could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-proven-sqrt-backwards-propagation.js 25 "Tests that the DFG knows that a Math.sqrt could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-sqrt-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.sqrt could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
function-toString-object-literals.js 26 "It's needed in part because JavaScriptCore converts numeric property names to string and back."
  /dalvik/dx/etc/
dx.bat 56 REM automagically converts --name=value arguments into 2 arguments "--name"
mainDexClasses.bat 65 REM automagically converts --name=value arguments into 2 arguments "--name"
  /external/chromium_org/tools/cygprofile/
mergetraces.py 94 """Converts the call addresses to static offsets and removes invalid calls.
97 addresses, converts strings to integer values, coverts virtual addresses to
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable.js 339 * @param {function(!Object): !Object} fromJson A function that converts
341 * @param {function(!Object): !Object} toJson A function that converts
  /external/chromium_org/remoting/webapp/
clipboard.js 149 // The JSON layer between the plugin and this webapp converts UTF-8 to the
host_dispatcher.js 337 * function converts one to the other.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 22 # GNU make's $(shell ...) function converts to a
  /external/chromium_org/
PRESUBMIT.py 201 'converts to a raw pointer. Please use skia::RefPtr instead.'
210 'because it implicitly converts to a raw pointer. ',
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 15 * and converts them to graph points. It also keeps track of its color and
log_view_painter.js 393 * Converts an SSL version number to a textual representation.
437 * If entry.param.headers exists and is an object other than an array, converts
539 * source data. Converts headers stored in objects to arrays.
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 36 // Default sort converts each element to string and orders
  /external/chromium_org/v8/src/
string.js 518 result += replacement; // The add method converts to string if necessary.
debug-debugger.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]

Completed in 1394 milliseconds

1 2