Searched defs:STRING (Results 1 - 25 of 122) sorted by relevance

12345

/external/clang/test/Lexer/
H A Dpragma-message.c12 #define STRING(x) STRING2(x) macro
13 #pragma message(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! 13}}
14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 14}}
21 #pragma GCC warning(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! 21}}
22 #pragma GCC warning ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 22}}
24 #pragma GCC error(":O I'm a message! " STRING(__LINE__)) // expected-error {{:O I'm a message! 24}}
25 #pragma GCC error ":O gcc accepts this! " STRING(__LINE__) // expected-error {{:O gcc accepts this! 25}}
28 COMPILE_ERROR("Compile error at line " STRING(__LINE__) "!"); // expected-error {{Compile error at line 28!}}
/external/pcre/dist/
H A Dpcre_version.c60 #define STRING(a) # a macro
61 #define XSTRING(s) STRING(s)
72 STRING(). The C standard states: "If (before argument substitution) any
80 the STRING macro with an empty argument when doing the test. */
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
H A Dtypes.py8 STRING = 'S' variable
H A Dfields.py1 from boto.dynamodb2.types import STRING namespace
13 def __init__(self, name, data_type=STRING):
22 constant from ``boto.dynamodb2.types``. (Default: ``STRING``)
/external/conscrypt/src/main/java/org/conscrypt/util/
H A DEmptyArray.java32 public static final String[] STRING = new String[0]; field in class:EmptyArray
/external/guava/guava-tests/test/com/google/common/io/
H A DCharSinkTest.java38 private static final String STRING = ASCII + I18N; field in class:CharSinkTest
52 writer.write(STRING);
56 assertEquals(STRING, sink.getString());
61 sink.write(STRING);
64 assertEquals(STRING, sink.getString());
68 StringReader reader = new StringReader(STRING);
72 assertEquals(STRING, sink.getString());
95 TestCharSource failSource = new TestCharSource(STRING, option);
112 new TestCharSource(STRING).copyTo(failSink);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java38 public static final int STRING = 0; field in class:ReferenceType
46 case STRING:
61 return STRING;
H A DValueType.java42 public static final int STRING = 0x17; field in class:ValueType
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
H A Dtest_highlevel.py36 from boto.dynamodb2.types import NUMBER, STRING namespace
806 HashKey('address', data_type=STRING)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
H A DArabicShapingTest.java21 private static final int STRING = 2; field in class:ArabicShapingTest
136 testtype = STRING;
165 if (testtype != STRING) {
186 case STRING:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingTest.java20 private static final int STRING = 2; field in class:ArabicShapingTest
135 testtype = STRING;
164 if (testtype != STRING) {
185 case STRING:
/external/libchrome/base/strings/
H A Dsafe_sprintf.h138 enum Type { INT, UINT, STRING, POINTER }; enumerator in enum:base::strings::internal::Arg::Type
183 Arg(const char* s) : str(s), type(STRING) { }
184 Arg(char* s) : str(s), type(STRING) { }
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java40 private static final String STRING = "abc123"; field in class:InvocationRecordTest
65 invocationRecord.set(null, STRING);
85 invocationRecord.set(KEY1, STRING);
108 invocationRecord.set(KEY1, STRING);
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
145 invocationRecord.set(KEY1, STRING);
146 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
155 invocationRecord.set(KEY1, STRING);
156 invocationRecord.set(KEY2, STRING);
194 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java39 private static final String STRING = "abc123"; field in class:InvocationRecordTest
64 invocationRecord.set(null, STRING);
84 invocationRecord.set(KEY1, STRING);
107 invocationRecord.set(KEY1, STRING);
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
144 invocationRecord.set(KEY1, STRING);
145 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
154 invocationRecord.set(KEY1, STRING);
155 invocationRecord.set(KEY2, STRING);
193 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java39 private static final String STRING = "abc123"; field in class:InvocationRecordTest
64 invocationRecord.set(null, STRING);
84 invocationRecord.set(KEY1, STRING);
107 invocationRecord.set(KEY1, STRING);
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
144 invocationRecord.set(KEY1, STRING);
145 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
154 invocationRecord.set(KEY1, STRING);
155 invocationRecord.set(KEY2, STRING);
193 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java42 private static final String STRING = "abc123"; field in class:InvocationRecordTest
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
147 invocationRecord.set(KEY1, STRING);
148 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
157 invocationRecord.set(KEY1, STRING);
158 invocationRecord.set(KEY2, STRING);
196 invocationRecord.set(KEY1, STRING);
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DInvocationRecordTest.java39 private static final String STRING = "abc123"; field in class:InvocationRecordTest
64 invocationRecord.set(null, STRING);
84 invocationRecord.set(KEY1, STRING);
107 invocationRecord.set(KEY1, STRING);
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
144 invocationRecord.set(KEY1, STRING);
145 assertEquals(KEY1, STRING, invocationRecord.getObject(KEY1));
154 invocationRecord.set(KEY1, STRING);
155 invocationRecord.set(KEY2, STRING);
193 invocationRecord.set(KEY1, STRING);
[all...]

Completed in 1035 milliseconds

12345