HomeSort by relevance Sort by last modified time
    Searched refs:STRING (Results 26 - 50 of 1529) sorted by null

12 3 4 5 6 7 8 91011>>

  /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";
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug058.go 10 var m map[string] *Box;
13 m := make(map[string] *Box);
21 (MAP[<string>*STRING]*<Box>{})
22 (<string>*STRING)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug058.go 10 var m map[string] *Box;
13 m := make(map[string] *Box);
21 (MAP[<string>*STRING]*<Box>{})
22 (<string>*STRING)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TypedVariable.java 9 STRING,
13 public static Type get(String name) {
15 return STRING;
27 return STRING;
32 String value = attributes.getValue(TemplateHandler.ATTR_VALUE);
36 case STRING:
  /toolchain/binutils/binutils-2.27/binutils/
nlmheader.y 113 char *string;
127 %token <string> STRING
128 %token <string> QUOTED_STRING
132 %type <string> symbol
156 CHECK STRING
160 | CODESTART STRING
173 nlmheader_warn (_("copyright string is too long"),
182 | CUSTOM STRING
186 | DATE STRING STRING STRIN
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 38 private static final String KEY1 = "key1";
39 private static final String KEY2 = "key2";
40 private static final String STRING = "abc123";
65 invocationRecord.set(null, STRING);
85 invocationRecord.set(KEY1, STRING);
108 invocationRecord.set(KEY1, STRING);
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
126 * Test the getString() method, when the value for the key is not a String
145 invocationRecord.set(KEY1, STRING);
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 40 private static final String KEY1 = "key1";
41 private static final String KEY2 = "key2";
42 private static final String STRING = "abc123";
67 invocationRecord.set(null, STRING);
87 invocationRecord.set(KEY1, STRING);
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
128 * Test the getString() method, when the value for the key is not a String
147 invocationRecord.set(KEY1, STRING);
    [all...]
  /external/dtc/tests/
trees.S 62 .string str ; \
68 .string name ; \
74 #define STRING(tree, name, str) \
76 .string str ;
105 PROP_STR(test_tree1, placeholder, "this is a placeholder string\0string2")
138 STRING(test_tree1, compatible, "compatible")
139 STRING(test_tree1, prop_int, "prop-int")
140 STRING(test_tree1, prop_int64, "prop-int64")
141 STRING(test_tree1, prop_str, "prop-str")
142 STRING(test_tree1, linux_phandle, "linux,phandle"
    [all...]
  /external/python/cpython3/Lib/test/
test_tokenize.py 3 STRING, ENDMARKER, ENCODING, tok_name, detect_encoding,
206 # String literals
210 STRING "''" (1, 4) (1, 6)
214 STRING '""' (1, 12) (1, 14)
219 STRING '\\'"\\'' (1, 4) (1, 7)
223 STRING '"\\'"' (1, 13) (1, 16)
228 STRING '"doesn\\'t "' (1, 4) (1, 14)
230 STRING '", does it"' (1, 20) (1, 31)
235 STRING "'abc'" (1, 4) (1, 9)
237 STRING "'ABC'" (1, 12) (1, 17
    [all...]
  /external/pcre/dist2/src/
pcre2_error.c 48 #define STRING(a) # a
49 #define XSTRING(s) STRING(s)
56 long string. We cannot use a table of offsets, because the lengths of inserts
62 substring, so that the whole string ends with \0\0, which can be detected when
167 "missing terminating delimiter for callout with string argument\0"
168 "unrecognized string delimiter follows (?C\0"
175 "pattern string is longer than the limit set by the application\0"
223 "invalid replacement string\0"
224 "bad offset into UTF string\0"
249 "bad escape sequence in replacement string\0
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
ListStringsCommand.java 42 @Parameters(commandDescription = "Lists the strings in a dex file's string table.")
45 commandAliases = { "string", "str", "s" })
48 super(commandAncestors, ReferenceType.STRING);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 42 public static final int STRING = 0x17;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
data.s 7 STRING: .string "ABCD", 51h, 52h, 53h, 54h, "Houston", 36+12
  /system/libvintf/
KernelConfigTypedValue.cpp 33 KernelConfigTypedValue::KernelConfigTypedValue(std::string &&s){
34 mType = KernelConfigType::STRING;
58 case KernelConfigType::STRING:
70 bool KernelConfigTypedValue::matchValue(const std::string &s) const {
72 case KernelConfigType::STRING:
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.fdf 222 UI STRING ="$(MODULE_NAME)" Optional
223 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
230 UI STRING ="$(MODULE_NAME)" Optional
231 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
238 UI STRING="$(MODULE_NAME)" Optional
239 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
246 UI STRING="$(MODULE_NAME)" Optional
247 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
257 UI STRING="$(MODULE_NAME)" Optional
258 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
cdata.i 22 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
28 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
33 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
42 * Convert raw C data to a binary string.
  /frameworks/support/navigation/safe-args-generator/src/tests/kotlin/androidx/navigation/safe/args/generator/
NavParserTest.kt 23 import androidx.navigation.safe.args.generator.NavType.STRING
41 val id: (String) -> ResReference = { id -> ResReference("a.b", "id", id) }
48 listOf(Argument("myarg1", STRING, StringValue("one"))),
50 Argument("myarg2", STRING),
51 Argument("randomArgument", STRING),
56 listOf(Argument("myarg2", STRING)),
69 assertThat(parseReference("@android:string/text", "a.b"),
70 `is`(ResReference("android", "string", "text")))
73 assertThat(parseReference("@not.android:string/text", "a.b"),
74 `is`(ResReference("not.android", "string", "text"))
    [all...]
NavWriterTest.kt 22 import androidx.navigation.safe.args.generator.NavType.STRING
52 private fun load(fullClassName: String, folder: String): JavaFileObject {
59 private fun id(id: String) = ResReference("a.b", "id", id)
82 private fun JavaSourcesSubject.parsesAs(fullClassName: String) =
89 Argument("main", STRING),
91 Argument("optional", STRING, StringValue("bla")),
112 Argument("main", STRING),
113 Argument("optional", STRING, StringValue("bla"))))
117 Argument("arg1", STRING),
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
SavedNetworkSettingsTest.java 42 private static final String STRING = "string";
43 private static final String WIFI_ADD_NETWORK = "wifi_add_network";
44 private static final String WIFI_NETWORK_LABEL = "wifi_ssid";
52 private int resourceId(String type, String name) {
72 onView(withText(resourceId(STRING, WIFI_ADD_NETWORK))).check(matches(isDisplayed()))
74 onView(withText(resourceId(STRING, WIFI_NETWORK_LABEL))).check(matches(isDisplayed()));
  /external/dtc/
convert-dtsv0-lexer.l 28 STRING \"([^\\"]|\\.)*\"
35 #include <string.h>
77 <*>"/include/"{GAP}{STRING} ECHO;
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleObjectPool_test.cpp 71 valuePool->obtain(VehiclePropertyType::STRING);
72 auto vs = valuePool->obtain(VehiclePropertyType::STRING);
77 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING);
79 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::STRING).get());
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 32 public static final String[] STRING = new String[0];
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 230 UI STRING ="$(MODULE_NAME)" Optional
231 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
238 UI STRING="$(MODULE_NAME)" Optional
239 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
245 UI STRING="$(MODULE_NAME)" Optional
246 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
253 UI STRING="$(MODULE_NAME)" Optional
254 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
261 UI STRING="$(MODULE_NAME)" Optional
262 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 526 UI STRING="$(MODULE_NAME)" Optional
527 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
534 UI STRING="$(MODULE_NAME)" Optional
535 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
542 UI STRING="$(MODULE_NAME)" Optional
543 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
549 UI STRING="$(MODULE_NAME)" Optional
550 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
557 UI STRING="$(MODULE_NAME)" Optional
558 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
    [all...]
  /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 653 milliseconds

12 3 4 5 6 7 8 91011>>