HomeSort by relevance Sort by last modified time
    Searched refs:BRANCHES (Results 1 - 10 of 10) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/entity/
TestAcknowledgmentEntity.java 49 public static final String BRANCHES = "branches";
58 public final Set<String> branches; field in class:TestAcknowledgmentEntity
70 * @param branches The list of branch names for which the acknowledgment applies (or null if
82 List<String> branches,
88 if (branches != null) this.branches = new HashSet(branches);
89 else this.branches = new HashSet<>();
109 * @param branches The list of branch names for which the acknowledgment applies (or null i
173 List<String> branches; local
208 List<String> branches = null; local
253 List<JsonElement> branches = new ArrayList<>(); local
    [all...]
  /system/extras/tests/icachetest/
Profiler.cpp 135 mCountersFd[BRANCHES] = perf_event_open(&pe, 0, -1, groupFd, 0);
136 if (mCountersFd[BRANCHES] > 0) {
137 mIds[BRANCHES] = count++;
Profiler.h 40 BRANCHES = 4,
55 EV_BPU_REFS = 1 << BRANCHES,
109 uint64_t getBranchInstructions() const { return counters[BRANCHES].value; }
211 return (mCountersFd[BRANCHES] >= 0) && (mCountersFd[BRANCH_MISSES] >= 0);
  /test/vti/dashboard/src/test/java/com/android/vts/entity/
TestAcknowledgmentEntityTest.java 60 List<String> branches = new ArrayList<>(); local
61 branches.add("branch1");
68 new TestAcknowledgmentEntity(key, user, branches, devices, testCaseNames, note);
75 ((List<String>) e.getProperty(TestAcknowledgmentEntity.BRANCHES))
76 .containsAll(branches));
89 Assert.assertTrue(deserialized.branches.containsAll(branches));
107 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.BRANCHES));
116 Assert.assertEquals(0, deserialized.branches.size());
127 List<String> branches = new ArrayList<>() local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tic30-dis.c 41 #define BRANCHES 0x60000000
145 case BRANCHES:
636 /* Get the operands for the standard branches. */
710 case BRANCHES:
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 439 boolean [] BRANCHES = clinit._BRANCHES;
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 249 milliseconds