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

1 2 3

  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 8 // those extra functions was being considered part of the comment
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 8 // those extra functions was being considered part of the comment
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 8 // those extra functions was being considered part of the comment
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 127 * considered to be alphabetic.
133 * All byte values '\u0000' through '\u0020' are considered to be white
180 * through '&#92;u00FF' are considered to be alphabetic.</li>
181 * <li>All byte values '&#92;u0000' through '&#92;u0020' are considered to
186 * <li>End of lines are considered to be white space rather than separate
207 * the character to be considered a comment character.
490 * the character to be considered an ordinary character.
545 * the character to be considered a quote character.
  /ndk/sources/host-tools/make-3.81/
remake.c 61 static unsigned int considered; variable
106 /* All files start with the considered bit 0, so the global value is 1. */
107 considered = 1;
255 /* If we reached the end of the dependency graph toggle the considered
258 considered = !considered;
283 each is considered in turn. */
297 if (f->considered == considered)
307 f->considered = considered
    [all...]
filedef.h 95 unsigned int considered:1; /* equal to 'considered' if file has been member in struct:file
96 considered on current scan of goal chain */
194 targets, which need to be considered newer than anything that depends on
  /external/v8/src/
math.js 128 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
145 // Make sure +0 is considered greater than -0. -0 is never a Smi, +0 can be
161 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
178 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be a
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 63 * ActionScript doesn't support Unicode String literals that are considered "illegal"
  /external/chromium_org/v8/src/
math.js 121 // Make sure -0 is considered less than +0.
131 // Make sure +0 is considered greater than -0.
148 // Make sure -0 is considered less than +0.
158 // Make sure -0 is considered less than +0.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 106 The above mapping should be considered the reference, but there
109 the standard OpenGL byte/float mapping is considered acceptable too, as
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 106 The above mapping should be considered the reference, but there
109 the standard OpenGL byte/float mapping is considered acceptable too, as
  /external/libvorbis/doc/
05-comment.tex 79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through
114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
01-introduction.tex 59 decodable; this is not to be considered an error condition and is used
118 reference Vorbis decoder described below may be considered a proper
120 the specification defined below (except where noted) to be considered
218 Floor 0 is not to be considered deprecated, but it is of limited
487 window (such as the Vorbis window) before the MDCT can be considered
02-bitpacking.tex 223 'end-of-packet' condition. End-of-packet is not to be considered an
06-floor0.tex 79 \item An end-of-packet condition during decode should be considered a
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 112 * a node with no parent is found. This node is considered the root.
  /external/chromium_org/remoting/webapp/
connection_history.js 117 // vertically without being considered separate columns, which puts too much
  /external/chromium_org/v8/test/mjsunit/
function-bind.js 295 // but not considered strict.
  /external/chromium_org/v8/tools/
codemap.js 184 * dynamic code entries are considered.
  /external/v8/test/mjsunit/
function-bind.js 295 // but not considered strict.
  /external/v8/tools/
codemap.js 184 * dynamic code entries are considered.
  /ndk/build/core/
setup-toolchain.mk 36 # Filter out 4.7 and 4.8 which is considered experimental at this moment
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 186 // Distance which a touch needs to move to be considered a drag
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]

Completed in 340 milliseconds

1 2 3