OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALUE2
(Results
1 - 11
of
11
) sorted by null
/external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr01.c
43
#define
VALUE2
"test2"
67
set_xattr("symlink", SECURITY_KEY2,
VALUE2
, strlen(
VALUE2
));
81
if (TEST_RETURN != strlen(
VALUE2
)) {
86
if (!strncmp(buf,
VALUE2
, TEST_RETURN))
/external/clang/test/Parser/
recovery.c
95
#define
VALUE2
VALUE+VALUE
98
x =
VALUE2
// expected-error{{expected ';' after expression}}
/cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java
37
private static final String
VALUE2
= "Smith";
53
mAnnotation = new Annotation(KEY2,
VALUE2
);
54
assertEquals(
VALUE2
, mAnnotation.getValue());
62
mAnnotation = new Annotation(KEY2,
VALUE2
);
/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DocumentedObjectShadow.java
24
VALUE1,
VALUE2
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java
56
public static final String
VALUE2
= "Grand Canyon";
121
+ "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.
VALUE2
131
assertEquals(HttpPostRequestTest.
VALUE2
, this.testServer.parms.get(HttpPostRequestTest.FIELD2));
140
+ "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.
VALUE2
150
assertEquals(HttpPostRequestTest.
VALUE2
, this.testServer.parms.get(HttpPostRequestTest.FIELD2));
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java
43
final long
VALUE2
= 10000000000L;
85
table.setValue(key,
VALUE2
);
109
Assert.assertEquals(
VALUE2
, table1.getValue(key));
129
table.setValue(key,
VALUE2
);
156
Assert.assertEquals(
VALUE2
, table1.getValue(key));
/frameworks/layoutlib/create/tests/mock_data/mock_android/dummy/
InnerTest.java
56
VALUE2
(2);
/cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java
46
private static final String
VALUE2
= "
value2
";
153
values.put(DummyProvider.VALUE,
VALUE2
);
167
assertEquals(
VALUE2
, contentValues.getAsString(DummyProvider.VALUE));
187
values.put(DummyProvider.VALUE,
VALUE2
);
208
assertEquals(
VALUE2
, contentValues.getAsString(DummyProvider.VALUE));
289
values.put(DummyProvider.VALUE,
VALUE2
);
310
assertEquals(
VALUE2
, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java
76
private static final int
VALUE2
= 2;
103
values.put(COLUMN_VALUE_NAME,
VALUE2
);
318
assertEquals(
VALUE2
, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
491
assertEquals(
VALUE2
, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
[
all
...]
/frameworks/layoutlib/create/tests/data/
mock_android.jar
/art/test/530-checker-lse/src/
Main.java
66
static final int
VALUE2
= 0xcafe;
633
finalizable.i = Finalizable.
VALUE2
;
[
all
...]
Completed in 3828 milliseconds