HomeSort by relevance Sort by last modified time
    Searched refs:targetCount (Results 1 - 11 of 11) 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/skia/src/animator/
SkHitTest.cpp 32 int targetCount = targets.count();
40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
  /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/org/jf/smali/
smaliParser.g 680 @init {boolean needsNop = false; int targetCount = 0;}
    [all...]
smaliTreeWalker.g 403 packed_switch_target_count returns[int targetCount]
404 : I_PACKED_SWITCH_TARGET_COUNT {$targetCount = Integer.parseInt($I_PACKED_SWITCH_TARGET_COUNT.text);};
411 int targetCount = $packed_switch_target_count.targetCount;
412 $targets = new int[targetCount];
422 sparse_switch_target_count returns[int targetCount]
423 : I_SPARSE_SWITCH_TARGET_COUNT {$targetCount = Integer.parseInt($I_SPARSE_SWITCH_TARGET_COUNT.text);};
425 sparse_switch_keys[int targetCount] returns[int[\] keys]
427 $keys = new int[$targetCount];
438 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...]
  /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 277 milliseconds