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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
PackedSwitchDataPseudoInstruction.java 74 int targetCount = NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
76 this.targets = new int[targetCount];
78 for (int i = 0; i<targetCount; i++) {
128 final int targetCount = getTargetCount();
135 return i<targetCount;
SparseSwitchDataPseudoInstruction.java 82 int targetCount = NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
83 keys = new int[targetCount];
84 targets = new int[targetCount];
86 for (int i=0; i<targetCount; i++) {
88 targets[i] = NumberUtils.decodeInt(buffer, bufferIndex + 4 + targetCount*4 + i*4);
148 final int targetCount = getTargetCount();
154 return i<targetCount;
  /external/chromium_org/third_party/skia/src/animator/
SkHitTest.cpp 32 int targetCount = targets.count();
40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
  /external/skia/src/animator/
SkHitTest.cpp 32 int targetCount = targets.count();
40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 54 public synchronized int waitForCountedSignals(int targetCount) throws InterruptedException {
55 while (numSignal < targetCount) {
65 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs)
68 return waitForCountedSignals(targetCount);
71 while (numSignal < targetCount) {
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 346 int32_t targetCount = Transliterator::_countAvailableTargets(source);
347 for (int32_t t=0; t<targetCount; ++t) {
  /external/icu4c/i18n/
anytrans.cpp 346 int32_t targetCount = Transliterator::_countAvailableTargets(source);
347 for (int32_t t=0; t<targetCount; ++t) {
  /external/smali/smali/src/main/antlr3/
smaliParser.g     [all...]
smaliTreeWalker.g 375 packed_switch_target_count returns[int targetCount]
376 : I_PACKED_SWITCH_TARGET_COUNT {$targetCount = Integer.parseInt($I_PACKED_SWITCH_TARGET_COUNT.text);};
383 int targetCount = $packed_switch_target_count.targetCount;
384 $targets = new int[targetCount];
394 sparse_switch_target_count returns[int targetCount]
395 : I_SPARSE_SWITCH_TARGET_COUNT {$targetCount = Integer.parseInt($I_SPARSE_SWITCH_TARGET_COUNT.text);};
397 sparse_switch_keys[int targetCount] returns[int[\] keys]
399 $keys = new int[$targetCount];
410 sparse_switch_targets[int baseAddress, int targetCount] returns[int[\] targets
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
MultiWaveView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 316 milliseconds