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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/merge-string-literals/jni/
Android.mk 4 LOCAL_MODULE := merge-string-literals
5 LOCAL_SRC_FILES := merge-string-literals-1.c merge-string-literals-2.c
  /external/clang/test/Lexer/
string_concat.cpp 12 const char* a = u8"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
13 const char* b = u8"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
14 const char* c = u8"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
18 const char* f = u8"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
21 const char16_t* g = u"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
22 const char16_t* h = u"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
23 const char16_t* i = u"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
25 const char16_t* j = u"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
    [all...]
unicode-strings.c 16 const char *a = u8"abcd"; // expected-warning {{unicode literals are incompatible with}}
17 const char16_t *b = u"abcd"; // expected-warning {{unicode literals are incompatible with}}
18 const char32_t *c = U"abcd"; // expected-warning {{unicode literals are incompatible with}}
20 char16_t d = u'a'; // expected-warning {{unicode literals are incompatible with}}
21 char32_t e = U'a'; // expected-warning {{unicode literals are incompatible with}}
char-literal-encoding-error.c 11 // For narrow character literals, since there is no error, make sure the
  /external/clang/test/Index/
annotate-literals.m 40 // RUN: c-index-test -test-annotate-tokens=%s:33:1:37:1 %s | FileCheck -check-prefix=CHECK-LITERALS %s
42 // CHECK-LITERALS: Identifier: "id" [33:3 - 33:5] TypeRef=id:0:0
43 // CHECK-LITERALS: Identifier: "objects" [33:6 - 33:13] VarDecl=objects:33:6 (Definition)
44 // CHECK-LITERALS: Punctuation: "=" [33:14 - 33:15] VarDecl=objects:33:6 (Definition)
45 // CHECK-LITERALS: Punctuation: "@" [33:16 - 33:17] UnexposedExpr=
46 // CHECK-LITERALS: Punctuation: "[" [33:17 - 33:18] UnexposedExpr=
47 // CHECK-LITERALS: Identifier: "o1" [33:19 - 33:21] DeclRefExpr=o1:32:30
48 // CHECK-LITERALS: Punctuation: "," [33:21 - 33:22] UnexposedExpr=
49 // CHECK-LITERALS: Identifier: "o2" [33:23 - 33:25] DeclRefExpr=o2:32:44
50 // CHECK-LITERALS: Punctuation: "]" [33:26 - 33:27] UnexposedExpr
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals-expected.txt 24 Test numeric escapes in string literals - https://bugs.webkit.org/show_bug.cgi?id=51724
32 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
34 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
40 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
42 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
44 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
46 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
48 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
50 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode..
52 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode.
    [all...]
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}}
43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}}
45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}}
62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-literals.js 69 // No literals -> 1 literal.
72 // No literals -> 2 literals.
75 // 1 literal -> no literals.
78 // 2 literals -> no literals.
81 // No literals -> regexp.
90 // No literals -> regexp.
93 // Regexp -> no literals.
newline-in-string.js 38 // Allow CR+LF in multiline string literals.
42 // Allow LF+CR in multiline string literals.
  /external/clang/test/Analysis/
objc-bool.m 4 // Test handling of ObjC bool literals.
  /external/chromium_org/third_party/re2/re2/testing/
random_test.cc 43 // Tests random small regexps involving literals and egrep operators.
50 // Tests random bigger regexps involving literals and egrep operators.
57 // Tests random small regexps involving literals, capturing parens,
65 // Tests random bigger regexps involving literals, capturing parens,
74 // operators, some literals, some parenthesized literals, and predefined
  /external/regex-re2/re2/testing/
random_test.cc 43 // Tests random small regexps involving literals and egrep operators.
50 // Tests random bigger regexps involving literals and egrep operators.
57 // Tests random small regexps involving literals, capturing parens,
65 // Tests random bigger regexps involving literals, capturing parens,
74 // operators, some literals, some parenthesized literals, and predefined
  /external/clang/test/CXX/lex/lex.literal/lex.ccon/
p1.cpp 5 // Check types of char literals
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.h 23 // literals. The text-based instruction names are defined in "jtl_compiler.cc".
25 // Whitespace does not matter, except for inside string literals. C++-style,
61 // byte-code to |output_bytecode|. Variable, node names, and string literals
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.java 25 * literals. e.g. <script> var x = <?cs var: x ?> </script>
27 * Currently it only accepts boolean and numeric literals. All other values are replaced with a
34 /* Permit boolean literals */
  /bootable/recovery/edify/
README 9 - String literals appear in double quotes. \n, \t, \", and \\ are
12 - String literals consisting of only letters, numbers, colons,
20 string literals.)
57 too. They must be string *literals*, however. This is not legal:
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 24 // Define the C99 INT64_C macro that is used for declaring 64-bit literals.
  /external/chromium_org/v8/test/mjsunit/compiler/
literals.js 28 // Test simple literals.
74 // Test some materialized array literals.
86 // Test array literals in effect context.
91 // Test that literals work for non-smi indices.
  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 5 // and block literals are internal constants.
  /external/clang/test/Parser/
asm.c 23 // <rdar://problem/10465079> - Don't crash on wide string literals in 'asm'.
  /external/clang/test/Rewriter/
objc-modern-numeric-literal.mm 38 // character literals.
41 // integral literals.
47 // floating point literals.
51 // BOOL literals.
  /external/llvm/test/CodeGen/NVPTX/
fp-literals.ll 4 ; double-precision FP literals.
  /external/v8/test/mjsunit/compiler/
literals.js 28 // Test simple literals.
74 // Test some materialized array literals.
86 // Test array literals in effect context.
91 // Test that literals work for non-smi indices.
  /external/chromium_org/v8/test/webkit/
pretty-print-expected.txt 24 This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly
pretty-print.js 25 "This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly"

Completed in 2106 milliseconds

1 2 3 4 5 6 7 8 91011>>