Searched refs:indexValue (Results 1 - 22 of 22) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DDetailedArrayReferenceValue.java81 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
83 Value value = arrayLoad(indexValue, valueFactory);
86 super.integerArrayLoad(indexValue, valueFactory);
90 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
92 Value value = arrayLoad(indexValue, valueFactory);
95 super.longArrayLoad(indexValue, valueFactory);
99 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
101 Value value = arrayLoad(indexValue, valueFactory);
104 super.floatArrayLoad(indexValue, valueFactory);
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactor argument
117 referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
130 arrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
147 arrayStore(IntegerValue indexValue, Value value) argument
[all...]
H A DReferenceValue.java78 public IntegerValue integerArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
88 public LongValue longArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
98 public FloatValue floatArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
108 public DoubleValue doubleArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
118 public abstract ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory); argument
125 public void arrayStore(IntegerValue indexValue, Value value) argument
H A DTypedReferenceValue.java186 public ReferenceValue referenceArrayLoad(IntegerValue indexValue, ValueFactory valueFactory) argument
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java65 public int indexValue() { method in class:DNSOperationCode
83 return this.name() + " index " + this.indexValue();
H A DDNSOptionCode.java57 public int indexValue() { method in class:DNSOptionCode
75 return this.name() + " index " + this.indexValue();
H A DDNSLabel.java58 public int indexValue() { method in class:DNSLabel
84 return this.name() + " index " + this.indexValue();
H A DDNSResultCode.java120 public int indexValue() { method in class:DNSResultCode
146 return this.name() + " index " + this.indexValue();
H A DDNSRecordClass.java91 public int indexValue() { method in class:DNSRecordClass
135 return this.name() + " index " + this.indexValue();
H A DDNSRecordType.java276 public int indexValue() { method in class:DNSRecordType
309 return this.name() + " index " + this.indexValue();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterationRuleSet.java114 int[] indexValue = new int[n];
117 indexValue[j] = r.getIndexValue();
122 if (indexValue[j] >= 0) {
123 if (indexValue[j] == x) {
127 // If the indexValue is < 0, then the first key character is
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRuleSet.java113 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/
H A DDNSEntry.java224 dout.writeShort(this.getRecordType().indexValue());
225 dout.writeShort(this.getRecordClass().indexValue());
269 return this.getKey().hashCode() + this.getRecordType().indexValue() + this.getRecordClass().indexValue();
H A DDNSOutgoing.java150 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/
H A Drbt_set.cpp302 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) ); local
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/android_icu4j/src/main/java/android/icu/impl/
H A DIntTrieBuilder.java524 int indexValue = m_index_[ch];
525 if (indexValue > 0) {
526 return indexValue;
538 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIntTrieBuilder.java522 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/
H A Dutrie.cpp195 int32_t indexValue, newBlock; local
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);
/external/proguard/src/proguard/evaluation/
H A DProcessor.java875 IntegerValue indexValue = stack.ipop();
885 int conditional = indexValue.equal(valueFactory.createIntegerValue(
903 IntegerValue indexValue = stack.ipop();
913 int conditional = indexValue.equal(valueFactory.createIntegerValue(
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp75 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
259 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) argument
262 return indexValue == s_restartIndex32;
264 return indexValue == s_restartIndex16;
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 957 milliseconds