HomeSort by relevance Sort by last modified time
    Searched refs:converts (Results 1 - 25 of 38) 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/test/functional/tracing/
timeline_model_shim.js 15 // large amounts of data. Inside of send() it converts the arg to JSON and
17 // around the bad code, but note that the recieving python converts from
  /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."
  /external/v8/test/mjsunit/regress/
regress-386.js 35 // and simultaneously converts the object from fast case to slow case
  /dalvik/dx/etc/
dx.bat 56 REM automagically converts --name=value arguments into 2 arguments "--name"
  /external/chromium_org/tools/cygprofile/
mergetraces.py 96 """Converts the call addresses to static offsets and removes invalid calls.
99 addresses, converts strings to integer values, coverts virtual addresses to
  /external/chromium_org/
PRESUBMIT.py 185 'converts to a raw pointer. Please use skia::RefPtr instead.'
194 'because it implicitly converts to a raw pointer. ',
    [all...]
  /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 212 * Converts the config string from the NPAPI plugin to an Object, to pass to
377 * Converts the JSON string from the NPAPI plugin to Array.<PairedClient>, to
413 * function converts one to the other.
  /external/linux-tools-perf/config/
utilities.mak 22 # GNU make's $(shell ...) function converts to a
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 694 This module converts Perl data structures to JSON and vice versa using either
787 Converts the given Perl data structure to a UTF-8 encoded, binary string.
810 Converts the given Perl data structure to a json string.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 694 This module converts Perl data structures to JSON and vice versa using either
787 Converts the given Perl data structure to a UTF-8 encoded, binary string.
810 Converts the given Perl data structure to a json string.
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 694 This module converts Perl data structures to JSON and vice versa using either
787 Converts the given Perl data structure to a UTF-8 encoded, binary string.
810 Converts the given Perl data structure to a json string.
    [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
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 36 // Default sort converts each element to string and orders
  /external/v8/test/mjsunit/
array-sort.js 36 // Default sort converts each element to string and orders

Completed in 708 milliseconds

1 2