HomeSort by relevance Sort by last modified time
    Searched refs:STRING (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Lexer/
pragma-message.c 4 // message: Sends a string literal to the standard output without terminating
12 #define STRING(x) STRING2(x)
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}}
16 #pragma message(invalid) // expected-error {{expected string literal in pragma message}}
  /external/quake/quake/src/QW/client/
cvar.h 24 cvar_t variables are used to hold scalar or string variables that can be changed or displayed at the console or prog code as well as accessed directly
34 Cvars must be registered before use, or they will have a 0 value instead of the float interpretation of the string. Generally, all cvar_t declarations should be registered in the apropriate init function before any console commands are executed:
41 It could optionally ask for the value to be looked up for a string name:
59 char *string; member in struct:cvar_s
67 #define CVAR2(NAME, STRING) {(NAME),(STRING), 0, 0, 0.0f, (struct cvar_s*) 0}
68 #define CVAR3(NAME, STRING, ARCHIVE) {(NAME), (STRING), (ARCHIVE), 0, 0.0f, (struct cvar_s*) 0}
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(NAME), (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0
    [all...]
  /external/quake/quake/src/WinQuake/
cvar.h 24 cvar_t variables are used to hold scalar or string variables that can be changed or displayed at the console or prog code as well as accessed directly
34 Cvars must be registered before use, or they will have a 0 value instead of the float interpretation of the string. Generally, all cvar_t declarations should be registered in the apropriate init function before any console commands are executed:
41 It could optionally ask for the value to be looked up for a string name:
59 char *string; member in struct:cvar_s
67 #define CVAR2(NAME, STRING) {(char*) (NAME),(char*) (STRING), 0, 0, 0.0f, (struct cvar_s*) 0}
68 #define CVAR3(NAME, STRING, ARCHIVE) {(char*) (NAME), (char*) (STRING), (ARCHIVE), 0, 0.0f, (struct cvar_s*) 0}
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(char*) (NAME), (char*) (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0
    [all...]
  /frameworks/base/core/java/android/util/
JsonToken.java 20 * A structure, name or value type in a JSON-encoded string.
56 * A JSON string.
58 STRING,
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 20 * A structure, name or value type in a JSON-encoded string.
56 * A JSON string.
58 STRING,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-009.js 19 var STRING = "";
26 result = new STRING();
34 "STRING = ''; result = new STRING()" +
expression-012.js 21 var STRING = new String("hi");
27 result = new STRING();
35 "STRING = new String(\"hi\"); result = new STRING()" +
expression-019.js 26 var STRING = new String("hi");
27 result = new STRING();
35 "var STRING = new String(\"hi\"); result = new STRING();" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextActionTest.java 34 checkWord(" @string/nam^e ", Pair.of(ResourceType.STRING, "name"));
35 checkWord("@string/nam^e ", Pair.of(ResourceType.STRING, "name"));
36 checkWord("\"^@string/name ", Pair.of(ResourceType.STRING, "name"));
37 checkWord("^@string/name ", Pair.of(ResourceType.STRING, "name"));
38 checkWord("\n^@string/name ", Pair.of(ResourceType.STRING, "name"))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-4-n.js 75 var STRING = "";
78 "STRING = '', var s = new STRING()",
80 s = new STRING() );
11.2.2-7-n.js 75 var STRING = new String("hi");
78 "var STRING = new String('hi'); var s = new STRING()",
80 s = new STRING() );
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapUtilityTests.java 44 String[] expected;
45 String[] actual;
48 expected = new String[] {"1"};
52 expected = new String[] {"1", "3", "2"};
56 expected = new String[] {"4", "5", "6"};
60 expected = new String[] {"9", "8", "7"};
64 expected = new String[] {"1", "2", "3", "4", "9", "8", "7"};
69 expected = new String[] { "1", "5" };
73 expected = new String[] { "1", "2", "3" };
78 expected = EmptyArray.STRING;
    [all...]
  /external/dhcpcd/
showlease.c 20 #define STRING (1 << 7)
45 { 12, STRING, "host_name" },
47 { 14, STRING, "merit_dump" },
48 { 15, STRING, "domain_name" },
50 { 17, STRING, "root_path" },
51 { 18, STRING, "extensions_path" },
73 { 40, STRING, "nis_domain" },
76 { 43, STRING, "vendor_encapsulated_options" },
80 { 47, STRING, "netbios_scope" },
89 { 56, STRING, "dhcp_message" }
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 47 * <p>The XPath 1.0 string data type.</p>
49 * <p>Maps to Java {@link String}.</p>
51 public static final QName STRING = new QName("http://www.w3.org/1999/XSL/Transform", "STRING");
77 public static final String DOM_OBJECT_MODEL = "http://java.sun.com/jaxp/xpath/dom";
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 30 public static final String[] STRING = new String[0];
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultSSLServerSocketFactory.java 31 private final String errMessage;
33 DefaultSSLServerSocketFactory(String mes) {
38 public String[] getDefaultCipherSuites() {
39 return EmptyArray.STRING;
43 public String[] getSupportedCipherSuites() {
44 return EmptyArray.STRING;
  /external/bison/src/
parse-gram.y 129 %token STRING "string"
203 %type <chars> STRING "%{...%}" EPILOGUE braceless content.opt
206 STRING
262 | "%defines" STRING
270 | "%file-prefix" STRING { spec_file_prefix = $2; }
271 | "%file-prefix" "=" STRING { spec_file_prefix = $3; } /* deprecated */
286 | "%language" STRING { language_argmatch ($2, grammar_prio, @1); }
289 | "%name-prefix" STRING { spec_name_prefix = $2; }
290 | "%name-prefix" "=" STRING { spec_name_prefix = $3; } /* deprecated *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 235 /* Make an internal label into a string. */
237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
371 #define ASM_OUTPUT_IDENT(STREAM,STRING) \
372 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 235 /* Make an internal label into a string. */
237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
371 #define ASM_OUTPUT_IDENT(STREAM,STRING) \
372 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 235 /* Make an internal label into a string. */
237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
371 #define ASM_OUTPUT_IDENT(STREAM,STRING) \
372 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 235 /* Make an internal label into a string. */
237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
371 #define ASM_OUTPUT_IDENT(STREAM,STRING) \
372 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 87 : STRING {$in = adapter.createStringInput($STRING.text);}
93 : STRING
98 fileInput returns [String path]
116 STRING

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 910