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

1 2 3 4 5 6

  /external/dbus/test/data/invalid-messages/
not-nul-header-padding.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
17 TYPE STRING
18 STRING 'a'
too-little-header-padding.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
17 TYPE STRING
18 STRING 'a'
too-much-header-padding-by-far.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
17 TYPE STRING
18 STRING 'a'
too-much-header-padding.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
17 TYPE STRING
18 STRING 'a'
bad-boolean.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
local-namespace.message 8 TYPE STRING
9 STRING 'org.freedesktop.DBus.Local'
11 TYPE STRING
12 STRING 'Disconnected'
no-dot-in-name.message 7 TYPE STRING
8 STRING 'NoDotInHere'
10 TYPE STRING
11 STRING 'Bar'
overlong-name.message 6 TYPE STRING
7 STRING 'org.foo.bar.this.is.really.long 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200'
10 TYPE STRING
11 STRING 'Bar'
bad-boolean-array.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
10 TYPE STRING
11 STRING 'Bar'
bad-endian.message 12 TYPE STRING
13 STRING 'org.freedesktop.Foo'
15 TYPE STRING
16 STRING 'Bar'
bad-header-field-alignment.message 7 TYPE STRING
8 STRING 'org.freedesktop.Foo'
11 TYPE STRING
12 STRING 'Bar'
19 TYPE STRING
20 STRING 'a'
  /external/dbus/test/data/valid-messages/
simplest-manual.message 18 TYPE STRING
19 STRING 'org.freedesktop.Foo'
21 TYPE STRING
22 STRING 'Bar'
24 TYPE STRING
25 STRING ''
recursive-types.message 18 STRING 'mega-uint-array'
42 STRING 'string-array'
44 TYPE STRING
45 STRING_ARRAY { 'a', 'string', 'array'}
48 STRING 'nested-dict'
53 STRING 'string'
54 TYPE STRING
55 STRING 'a deeply nested string'
    [all...]
opposite-endian.message 23 TYPE STRING
24 STRING 'Hello this is a string'
unknown-header-field.message 11 STRING 'int32'
  /external/dbus/test/data/incomplete-messages/
missing-body.message 5 TYPE STRING
6 STRING 'org.freedesktop.Foo'
8 TYPE STRING
9 STRING 'Bar'
  /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...]
  /external/clearsilver/util/
neo_str.h 21 /* This modifies the string its called with by replacing all the white
23 * non-white space character in the string
45 } STRING;
57 void string_init (STRING *str);
58 NEOERR *string_set (STRING *str, const char *buf);
59 NEOERR *string_append (STRING *str, const char *buf);
60 NEOERR *string_appendn (STRING *str, const char *buf, int l);
61 NEOERR *string_append_char (STRING *str, char c);
62 NEOERR *string_appendf (STRING *str, const char *fmt, ...) ATTRIBUTE_PRINTF(2,3);
63 NEOERR *string_appendvf (STRING *str, const char *fmt, va_list ap)
    [all...]
  /external/bluetooth/bluez/tools/
parser.h 50 STRING = 266,
64 #define STRING 266
76 char *string; member in union:YYSTYPE
  /external/webkit/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/sdkmanager/app/src/com/android/sdkmanager/
SdkCommandLine.java 41 public final static String VERB_LIST = "list";
42 public final static String VERB_CREATE = "create";
43 public final static String VERB_MOVE = "move";
44 public final static String VERB_DELETE = "delete";
45 public final static String VERB_UPDATE = "update";
47 public static final String OBJECT_SDK = "sdk";
48 public static final String OBJECT_AVD = "avd";
49 public static final String OBJECT_AVDS = "avds";
50 public static final String OBJECT_TARGET = "target";
51 public static final String OBJECT_TARGETS = "targets"
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-4-n.js 75 var STRING = "";
78 "STRING = '', var s = new STRING()",
80 s = new STRING() );

Completed in 601 milliseconds

1 2 3 4 5 6