HomeSort by relevance Sort by last modified time
    Searched refs:indexValue (Results 1 - 25 of 27) sorted by null

1 2

  /external/proguard/src/proguard/evaluation/value/
DetailedArrayReferenceValue.java 81 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
83 Value value = arrayLoad(indexValue, valueFactory);
86 super.integerArrayLoad(indexValue, valueFactory);
90 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
92 Value value = arrayLoad(indexValue, valueFactory);
95 super.longArrayLoad(indexValue, valueFactory);
99 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
101 Value value = arrayLoad(indexValue, valueFactory);
104 super.floatArrayLoad(indexValue, valueFactory);
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactory valueFactory
    [all...]
ReferenceValue.java 78 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
88 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
98 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
118 public abstract ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory);
125 public void arrayStore(IntegerValue indexValue, Value value)
TypedReferenceValue.java 186 public ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory)
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 65 public int indexValue() {
83 return this.name() + " index " + this.indexValue();
DNSOptionCode.java 57 public int indexValue() {
75 return this.name() + " index " + this.indexValue();
DNSLabel.java 58 public int indexValue() {
84 return this.name() + " index " + this.indexValue();
DNSResultCode.java 120 public int indexValue() {
146 return this.name() + " index " + this.indexValue();
DNSRecordClass.java 91 public int indexValue() {
135 return this.name() + " index " + this.indexValue();
DNSRecordType.java 276 public int indexValue() {
309 return this.name() + " index " + this.indexValue();
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java 113 int[] indexValue = new int[n];
116 indexValue[j] = r.getIndexValue();
121 if (indexValue[j] >= 0) {
122 if (indexValue[j] == x) {
126 // If the indexValue is < 0, then the first key character is
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 224 dout.writeShort(this.getRecordType().indexValue());
225 dout.writeShort(this.getRecordClass().indexValue());
269 return this.getKey().hashCode() + this.getRecordType().indexValue() + this.getRecordClass().indexValue();
DNSOutgoing.java 150 writeShort(question.getRecordType().indexValue());
151 writeShort(question.getRecordClass().indexValue());
156 writeShort(rec.getRecordType().indexValue());
157 writeShort(rec.getRecordClass().indexValue() | ((rec.isUnique() && _out.isMulticast()) ? DNSRecordClass.CLASS_UNIQUE : 0));
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 302 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) );
304 if (indexValue == 0) {
310 indexValue[j] = r->getIndexValue();
315 if (indexValue[j] >= 0) {
316 if (indexValue[j] == x) {
320 // If the indexValue is < 0, then the first key character is
331 uprv_free(indexValue);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 522 int indexValue = m_index_[ch];
523 if (indexValue > 0) {
524 return indexValue;
536 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock,
  /external/icu/icu4c/source/common/
utrie.cpp 195 int32_t indexValue, newBlock;
198 indexValue=trie->index[c];
199 if(indexValue>0) {
200 return indexValue;
212 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH);
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 588 milliseconds

1 2