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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 18 x = (PT()[(int){1}]); // expected-warning {{compound literals}}
  /external/clang/test/SemaCXX/
bool.cpp 3 // Bool literals can be enum values.
  /external/v8/test/mjsunit/regress/
regress-1203459.js 28 // Ensure that we allow non-index number properties in object literals.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
filter-out 10 which is only used if there are multiple literals present in both
  /ndk/tests/build/merge-string-literals/jni/
merge-string-literals-1.c 23 // The goal of this program is to check whether string literals from different
merge-string-literals-2.c 23 // The goal of this program is to check whether string literals from different
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapSimpleString.java 25 * Subclass of {@link ImapString} used for non literals.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 2 Optional fixer to transform set() calls to set literals.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 2 Optional fixer to transform set() calls to set literals.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 66 /** Track string literals (could be in tokens{} section) */
77 // in a plain parser grammar rule, cannot reference literals
89 // Don't record literals for lexers, they are things to match not tokens
235 Set<String> literals = d.getStringLiterals();
236 for (Iterator it = literals.iterator(); it.hasNext();) {
249 // walk string literals assigning types to unassigned ones
270 // walk aliases if any and assign types to aliased literals if literal
  /art/runtime/arch/x86/
asm_support_x86.S 32 // mean that literals need to be represented with $$x in macros.
50 // no special meaning to $, so literals are still just $x. The use of altmacro means % is a
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DelphiTarget.java 105 // Concatenate string literals because Delphi doesn't support literals over 255 characters,
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser.h 20 // be stripped of all comments and whitespace (except inside string literals).
28 // format (except inside string literals). Elements in |newline_indices| will
  /external/chromium_org/third_party/libwebp/enc/
histogram.h 55 // The input data is the PixOrCopy data, which models the literals, stop
77 // Estimate how many bits the combined entropy of literals and distance
  /external/chromium_org/v8/src/
func-name-inferrer.h 42 // (assignments, declarations, object literals) we collect name strings,
44 // parsing the RHS we can infer a name for function literals that do not have
  /external/chromium_org/v8/test/mjsunit/
big-array-literal.js 31 // Test that we can make large object literals that work.
32 // Also test that we can attempt to make even larger object literals without
big-object-literal.js 28 // Test that we can make large object literals that work.
29 // Also test that we can attempt to make even larger object literals without
  /external/chromium_org/v8/test/mjsunit/regress/
regress-123512.js 30 // Test that boilerplate objects for array literals with non-constant
54 // Test the same on boilerplate objects for object literals that contain
  /external/droiddriver/src/com/google/android/droiddriver/finders/
XPaths.java 36 * this to build XPath instead of String literals.
44 * this to build XPath instead of String literals.
  /external/v8/src/
func-name-inferrer.h 42 // (assignments, declarations, object literals) we collect name strings,
44 // parsing the RHS we can infer a name for function literals that do not have
  /external/v8/test/mjsunit/
big-array-literal.js 28 // Test that we can make large object literals that work.
29 // Also test that we can attempt to make even larger object literals without
big-object-literal.js 28 // Test that we can make large object literals that work.
29 // Also test that we can attempt to make even larger object literals without
  /external/webp/src/enc/
histogram.h 55 // The input data is the PixOrCopy data, which models the literals, stop
77 // Estimate how many bits the combined entropy of literals and distance
  /ndk/sources/host-tools/sed-4.2.1/m4/
longlong.m4 88 #if to work with literals wider than 32 bits. */
89 /* Test literals. */
  /external/bison/
AUTHORS 8 string literals and other features (Bison 1.25, 1995).

Completed in 566 milliseconds

1 23 4 5 6 7 8 91011>>