OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codeItems
(Results
1 - 4
of
4
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java
44
public List<CodeItem>
codeItems
;
246
if (mapItem.size !=
codeItems
.size()) {
248
+ " no longer matches
CodeItems
table size " +
codeItems
.size());
250
for (CodeItem codeItem :
codeItems
) {
376
for (CodeItem codeItem :
codeItems
) {
MapList.java
147
rawDexFile.
codeItems
= new ArrayList<CodeItem>(mapItem.size);
150
rawDexFile.
codeItems
.add(newCodeItem);
/art/tools/dexfuzz/src/dexfuzz/program/
Program.java
96
* The system responsible for translating from
CodeItems
to MutatableCode and vice-versa.
107
*
CodeItems
that are acceptable to mutate.
113
* was called. updateRawDexFile() will update the relevant
CodeItems
when called,
226
for (CodeItem codeItem : rawDexFile.
codeItems
) {
271
// Associate method names with
codeItems
.
545
* Updates any
CodeItems
that need to be updated after mutation.
550
translator.mutatableCodeToCodeItem(rawDexFile.
codeItems
/external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java
622
Set<String>
codeItems
= codes.getGoodAvailableCodes(type);
625
for (String code :
codeItems
) {
[
all
...]
Completed in 206 milliseconds