HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 201 - 225 of 368) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/
Makefile.def 54 // gmp's configure will complain if given anything
  /dalvik/docs/
prettify.js 311 /** is the given node's innerHTML normally unescaped? */
502 /** True if the given tag contains a class attribute with the nocode class. */
512 /** Given triples of [style, pattern, context] returns a lexing function,
749 /** splits the given string into comment, string, and "other" tokens.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 903 * Checks whether a string contains a given character.
984 * Pads number to given length and optionally rounds it to a given precision.
994 * @return {string} {@code num} as a string with the given options.
1007 * Returns a string representation of the given object, with
    [all...]
  /external/ImageMagick/www/api/
annotate.php 96 M Magick filename (original file exactly as given, including read mods)
draw.php 69 <p>CloneDrawInfo() makes a copy of the given draw_info structure. If NULL is specified, a new DrawInfo structure is created initialized to default values.</p>
property.php 143 <p>DestroyImageProperties() destroys all properties and associated memory attached to the given image.</p>
350 <p>SetImageProperty() saves the given string value either to specific known attribute or to a freeform property string.</p>
quantize.php 90 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 &gt; 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
142 <p>CloneQuantizeInfo() makes a duplicate of the given quantize info structure, or if quantize info is NULL, a new one.</p>
158 <dd>Method CloneQuantizeInfo returns a duplicate of the given quantize info, or if image info is NULL a new one. </dd>
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 93 * Adds a new row to the given TablePrinter, and adds five cells containing
389 * Returns a string representing the flags composing the given bitmask.
  /external/curl/lib/
ldap.c 231 if(conn->given->flags & PROTOPT_SSL)
  /external/v8/build/android/gyp/
process_resources.py 110 parser.error('No positional arguments should be given.')
207 """Given an R.txt file, returns a list of TextSymbolsEntry."""
  /external/v8/src/js/
messages.js 198 //Returns the offset of the given position within the containing line.
208 // Returns the source code line containing the given source
string.js 457 // Correct n: If not given, set to string length; if explicitly
466 // Correct start: If not given (or undefined), set to zero; otherwise
v8natives.js 249 // Convert the number to a string in the given radix.
  /external/v8/test/mjsunit/
external-array.js 112 // If a given byteOffset and length references an area beyond the end of the
123 // The given byteOffset must be a multiple of the element size of the specific
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 134 value. If key is not found, d is returned if given, otherwise KeyError
433 '''Create a new, empty Counter object. And if given, count elements
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 543 given = "a b cd e f"
544 expect = given.replace(' ', hexescape(' '))
545 result = urllib.quote(given)
548 expect = given.replace(' ', '+')
549 result = urllib.quote_plus(given)
570 given = hexescape(chr(num))
572 result = urllib.unquote(given)
575 result = urllib.unquote_plus(given)
579 escape_list.append(given)
593 given = '%xab
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 134 value. If key is not found, d is returned if given, otherwise KeyError
433 '''Create a new, empty Counter object. And if given, count elements
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 543 given = "a b cd e f"
544 expect = given.replace(' ', hexescape(' '))
545 result = urllib.quote(given)
548 expect = given.replace(' ', '+')
549 result = urllib.quote_plus(given)
570 given = hexescape(chr(num))
572 result = urllib.unquote(given)
575 result = urllib.unquote_plus(given)
579 escape_list.append(given)
593 given = '%xab
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 134 value. If key is not found, d is returned if given, otherwise KeyError
433 '''Create a new, empty Counter object. And if given, count elements
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 543 given = "a b cd e f"
544 expect = given.replace(' ', hexescape(' '))
545 result = urllib.quote(given)
548 expect = given.replace(' ', '+')
549 result = urllib.quote_plus(given)
570 given = hexescape(chr(num))
572 result = urllib.unquote(given)
575 result = urllib.unquote_plus(given)
579 escape_list.append(given)
593 given = '%xab
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 134 value. If key is not found, d is returned if given, otherwise KeyError
433 '''Create a new, empty Counter object. And if given, count elements
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 543 given = "a b cd e f"
544 expect = given.replace(' ', hexescape(' '))
545 result = urllib.quote(given)
548 expect = given.replace(' ', '+')
549 result = urllib.quote_plus(given)
570 given = hexescape(chr(num))
572 result = urllib.unquote(given)
575 result = urllib.unquote_plus(given)
579 escape_list.append(given)
593 given = '%xab
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 212 # if there is no mapping, or $JAVA_ONLY if the given file isn't
  /external/libvorbis/doc/
06-floor0.tex 106 Given an \varname{[amplitude]} integer and \varname{[coefficients]}
115 assuming the following definitions for the given vector to be
  /external/v8/test/mjsunit/es7/
array-includes.js 253 // the given negative fromIndex argument is less than 0

Completed in 594 milliseconds

1 2 3 4 5 6 7 891011>>