OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_FIELD
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java
31
private static final String
INT_FIELD
= "IntField";
45
String selection = System.NAME + "=\"" +
INT_FIELD
+ "\"";
80
assertTrue(System.putInt(cr,
INT_FIELD
, 10));
92
assertEquals(10, System.getInt(cr,
INT_FIELD
));
/external/elfutils/libelf/
elf_begin.c
878
#define
INT_FIELD
(FIELD) \
896
INT_FIELD
(ar_date);
897
INT_FIELD
(ar_uid);
898
INT_FIELD
(ar_gid);
899
INT_FIELD
(ar_mode);
900
INT_FIELD
(ar_size);
[
all
...]
Completed in 174 milliseconds