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

1 2

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 58 public int indexValue() {
84 return this.name() + " index " + this.indexValue();
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();
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/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java 116 int[] indexValue = new int[n];
119 indexValue[j] = r.getIndexValue();
124 if (indexValue[j] >= 0) {
125 if (indexValue[j] == x) {
129 // If the indexValue is < 0, then the first key character is
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 304 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) );
306 if (indexValue == 0) {
312 indexValue[j] = r->getIndexValue();
317 if (indexValue[j] >= 0) {
318 if (indexValue[j] == x) {
322 // If the indexValue is < 0, then the first key character is
333 uprv_free(indexValue);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java 526 int indexValue = m_index_[ch];
527 if (indexValue > 0) {
528 return indexValue;
540 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 524 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/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java 115 int[] indexValue = new int[n];
118 indexValue[j] = r.getIndexValue();
123 if (indexValue[j] >= 0) {
124 if (indexValue[j] == x) {
128 // If the indexValue is < 0, then the first key character is
  /external/icu/icu4c/source/common/
utrie.cpp 197 int32_t indexValue, newBlock;
200 indexValue=trie->index[c];
201 if(indexValue>0) {
202 return indexValue;
214 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH);
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 498 int indexValue = 0;
500 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
501 checkIndex(loc, base->getType(), indexValue);
511 return intermediate.foldDereference(base, indexValue, loc);
520 updateImplicitArraySize(loc, base, indexValue);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 367 int indexValue = 0;
369 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
370 checkIndex(loc, base->getType(), indexValue);
380 return intermediate.foldDereference(base, indexValue, loc);
389 updateImplicitArraySize(loc, base, indexValue);
    [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/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 

Completed in 526 milliseconds

1 2