HomeSort by relevance Sort by last modified time
    Searched full:literals (Results 401 - 425 of 1087) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaTemplate/
instantiate-expr-3.cpp 4 // Imaginary literals
  /external/expat/lib/
xmltok.h 194 the prolog outside literals, comments and processing instructions.
  /external/icu4c/common/
propname.h 74 /* PNAME_SIG[] is encoded as numeric literals for compatibility with the HP compiler */
  /external/icu4c/common/unicode/
stringpiece.h 32 // Arghh! I wish C++ literals were "string".
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 105 * Whether this value exists. Literals always return true, but variable references will return
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 106 // Accessors for literals.
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 141 // Check for additional literals in SRC0/1/2 (Op 1/2/3)
  /external/v8/test/preparser/
duplicate-property.pyt 28 # Tests of duplicate properties in object literals.
  /external/zlib/src/contrib/masmx64/
inffas8664.c 142 /* decode literals and length/distances until end-of-block or not enough
  /external/clang/include/clang/Basic/
TargetInfo.h 588 /// \brief Return the section to use for CFString literals, or 0 if no
594 /// \brief Return the section to use for NSString literals, or 0 if no
600 /// \brief Return the section to use for NSString literals, or 0 if no
  /external/v8/src/
preparser.h 163 // Used to detect duplicates in object literals. Each of the values
347 // Identifiers and string literals can be parenthesized.
359 // Bit 0 and 1 represent identifiers or strings literals, and are
parser.cc 1908 const int literals = fun->NumberOfLiterals(); local
3839 Handle<FixedArray> literals = local
4339 int literals() { function in class:v8::internal::SingletonLogger
    [all...]
runtime.cc 199 // Creating object copy for literals. No strict mode needed.
332 Handle<FixedArray> literals,
338 Handle<FixedArray> literals,
342 // Get the global context from the literals array. This is the
349 Handle<Context>(JSFunction::GlobalContextFromLiterals(*literals));
351 // In case we have function literals, we want the object to be in
386 value = CreateLiteralBoilerplate(isolate, literals, array);
425 // Transform to fast properties if necessary. For object literals with
426 // containing function literals we defer this operation until after all
460 Handle<FixedArray> literals,
2204 Handle<FixedArray> literals = local
    [all...]
scanner.cc 51 // in object literals.
620 // Allow CR+LF newlines in multiline string literals.
622 // Allow LF+CR newlines in multiline string literals.
  /external/clang/include/clang/AST/
ExprObjC.h 27 /// ObjCStringLiteral, used for Objective-C string literals
90 /// Also used for boxing non-parenthesized numeric literals;
161 /// \brief Retrieve elements of array of literals.
164 /// \brief Retrieve elements of array of literals.
222 /// literals; as in: @{@"name" : NSUserName(), @"date" : [NSDate date] };
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 387 * description if dynamic is a combination of literals and length/distance
388 * pairs terminated by and end-of-block code. Literals are simply Huffman
393 * - Literals, lengths, and the end-of-block code are combined into a single
394 * code of up to 286 symbols. They are 256 literals (0..255), 29 length
458 /* decode literals and length/distance pairs */
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 232 Handle<FixedArray> literals,
238 Handle<FixedArray> literals,
242 // Get the native context from the literals array. This is the
249 Handle<Context>(JSFunction::NativeContextFromLiterals(*literals));
251 // In case we have function literals, we want the object to be in
289 value = CreateLiteralBoilerplate(isolate, literals, array);
331 // Transform to fast properties if necessary. For object literals with
332 // containing function literals we defer this operation until after all
364 Handle<FixedArray> literals,
368 JSFunction::NativeContextFromLiterals(*literals)->array_function())
2998 Handle<FixedArray> literals = local
    [all...]
code-stubs-hydrogen.cc 414 checker.ElseDeopt("Uninitialized boilerplate literals");
506 // Unlike literals, constructed arrays don't have nested sites
    [all...]
  /bionic/libc/netbsd/resolv/
res_comp.c 146 * non-ASCII hosts, we can't depend on string literals or ctype macros to
  /external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html 135 <dd>Match URLs that are IP address literals.<br>
  /external/chromium/net/base/
mock_host_resolver.cc 179 // Literals are always resolved to themselves by HostResolverImpl,
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
proxy.html 152 <dd>Match URLs that are IP address literals.<br>
  /external/chromium_org/components/autofill/core/browser/
autofill_regex_constants.cc.utf8 7 // numeric literals (\x##).
  /external/chromium_org/third_party/icu/source/i18n/
regeximp.h 135 // First Operand: Index of start of string in string literals
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrtest.c 209 * make sure that variant characters convert from source code literals to Unicode

Completed in 4446 milliseconds

<<11121314151617181920>>