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

1 2 3 4 5 6 7 8 91011>>

  /external/jsoncpp/test/data/
test_string_04.json 0 "\"abc\\def\""
test_string_04.expected 1 .=""abc\def""
test_array_04.json 1 [1, "abc" , 12.3, -4]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
strzero.asm 1 .ascii "abc\000def"
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
088-redefine-macro-legitimate.c 1 #define abc 123 macro
2 #define abc 123 macro
  /external/mesa3d/src/glsl/glcpp/tests/
088-redefine-macro-legitimate.c 1 #define abc 123 macro
2 #define abc 123 macro
  /external/clang/test/CodeGen/
sret.c 3 struct abc { struct
11 struct abc foo1(void);
12 struct abc foo2();
15 struct abc dummy1 = foo1();
16 struct abc dummy2 = foo2();
2002-02-16-RenamingTest.c 5 void abc(void *);
8 abc(&X);
11 abc(&X);
14 abc(&X);
  /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}
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
string-endswith.js 113 assertTrue("abc".endsWith("abc"));
115 assertTrue("abc".endsWith("c"));
116 assertFalse("abc".endsWith("abcd"));
117 assertFalse("abc".endsWith("bbc"));
118 assertFalse("abc".endsWith("b"));
119 assertTrue("abc".endsWith("abc", 3));
120 assertTrue("abc".endsWith("bc", 3));
121 assertFalse("abc".endsWith("a", 3))
    [all...]
string-startswith.js 112 assertTrue("abc".startsWith("abc"));
113 assertTrue("abcd".startsWith("abc"));
114 assertTrue("abc".startsWith("a"));
115 assertFalse("abc".startsWith("abcd"));
116 assertFalse("abc".startsWith("bcde"));
117 assertFalse("abc".startsWith("b"));
118 assertTrue("abc".startsWith("abc", 0));
119 assertFalse("abc".startsWith("bc", 0))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_hk.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\u8b10"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\u8b10\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\u8b10"),
test_codecencodings_tw.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\u8b10"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\u8b10\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\u8b10"),
test_codecencodings_jp.py 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
17 ("abc\xf8", "strict", None),
18 ("abc\x81\x00\x82\x84", "replace", u"abc\ufffd\uff44"),
19 ("abc\x81\x00\x82\x84\x88", "replace", u"abc\ufffd\uff44\ufffd"),
20 ("abc\x81\x00\x82\x84", "ignore", u"abc\uff44"),
32 ("abc\x80\x80\xc1\xc4", "strict", None),
33 ("abc\xc8", "strict", None)
    [all...]
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x81\x81\xc1\xc4", "replace", u"abc\ufffd\u804a"),
19 ("abc\x81\x81\xc1\xc4\xc8", "replace", u"abc\ufffd\u804a\ufffd"),
20 ("abc\x81\x81\xc1\xc4", "ignore", u"abc\u804a"),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None)
    [all...]
test_codecencodings_kr.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\uc894"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\uc894\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\uc894"),
28 ("abc\x80\x80\xc1\xc4", "strict", None),
29 ("abc\xc8", "strict", None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_hk.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\u8b10"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\u8b10\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\u8b10"),
test_codecencodings_tw.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\u8b10"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\u8b10\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\u8b10"),
test_codecencodings_jp.py 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
17 ("abc\xf8", "strict", None),
18 ("abc\x81\x00\x82\x84", "replace", u"abc\ufffd\uff44"),
19 ("abc\x81\x00\x82\x84\x88", "replace", u"abc\ufffd\uff44\ufffd"),
20 ("abc\x81\x00\x82\x84", "ignore", u"abc\uff44"),
32 ("abc\x80\x80\xc1\xc4", "strict", None),
33 ("abc\xc8", "strict", None)
    [all...]
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x81\x81\xc1\xc4", "replace", u"abc\ufffd\u804a"),
19 ("abc\x81\x81\xc1\xc4\xc8", "replace", u"abc\ufffd\u804a\ufffd"),
20 ("abc\x81\x81\xc1\xc4", "ignore", u"abc\u804a"),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None)
    [all...]
test_codecencodings_kr.py 16 ("abc\x80\x80\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
18 ("abc\x80\x80\xc1\xc4", "replace", u"abc\ufffd\uc894"),
19 ("abc\x80\x80\xc1\xc4\xc8", "replace", u"abc\ufffd\uc894\ufffd"),
20 ("abc\x80\x80\xc1\xc4", "ignore", u"abc\uc894"),
28 ("abc\x80\x80\xc1\xc4", "strict", None),
29 ("abc\xc8", "strict", None)
    [all...]
  /external/clang/test/Parser/
argument_qualified.c 2 int abc (const float x) { function
  /external/valgrind/main/none/tests/s390x/
tr.stdout.exp 4 the translated string is ABC
5 the translated string is ABC
7 the translated string is abc
8 the translated string is abc
  /external/clang/test/Tooling/
auto-detect-from-source-parent-of-cwd.cpp 2 // RUN: mkdir -p %t/abc/def/ijk/qwe
3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json
4 // RUN: cp "%s" "%t/abc/def/ijk/qwe/test.cpp"
5 // RUN: ln -sf %t/abc/def %t/abc/def2
6 // RUN: cd %t/abc/def2
7 // RUN: not env PWD="%t/abc/def" clang-check "ijk/qwe/test.cpp" 2>&1 | FileCheck %s
10 // CHECK: /abc/def/ijk/qwe/test.cpp
  /external/chromium_org/third_party/sqlite/src/test/
printf.test 21 sqlite3_mprintf_int {abc: %d %x %o :xyz}\
23 } {abc: 1 1 1 :xyz}
25 sqlite3_mprintf_int {abc: (%6d) (%6x) (%6o) :xyz}\
27 } {abc: ( 1) ( 1) ( 1) :xyz}
29 sqlite3_mprintf_int {abc: (%-6d) (%-6x) (%-6o) :xyz}\
31 } {abc: (1 ) (1 ) (1 ) :xyz}
33 sqlite3_mprintf_int {abc: (%+6d) (%+6x) (%+6o) :xyz}\
35 } {abc: ( +1) ( 1) ( 1) :xyz}
37 sqlite3_mprintf_int {abc: (%06d) (%06x) (%06o) :xyz}\
39 } {abc: (000001) (000001) (000001) :xyz
    [all...]

Completed in 256 milliseconds

1 2 3 4 5 6 7 8 91011>>