/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)
|
/external/tinyxml/docs/ |
annotated.html | 9 <tr><td class="indexkey"><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td class="indexvalue">An attribute is a name-value pair </td></tr> 10 <tr><td class="indexkey"><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td class="indexvalue">TiXmlBase is a base class for every class in TinyXml </td></tr> 11 <tr><td class="indexkey"><a class="el" href="classTiXmlComment.html">TiXmlComment</a></td><td class="indexvalue">An XML comment </td></tr> 12 <tr><td class="indexkey"><a class="el" href="classTiXmlDeclaration.html">TiXmlDeclaration</a></td><td class="indexvalue">In correct XML the declaration is the first entry in the file </td></tr> 13 <tr><td class="indexkey"><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td class="indexvalue">Always the top level node </td></tr> 14 <tr><td class="indexkey"><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td class="indexvalue">The element is a container class </td></tr> 15 <tr><td class="indexkey"><a class="el" href="classTiXmlHandle.html">TiXmlHandle</a></td><td class="indexvalue">A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing </td></tr> 16 <tr><td class="indexkey"><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td class="indexvalue">The parent class for everything in the Document Object Model </td></tr> 17 <tr><td class="indexkey"><a class="el" href="classTiXmlText.html">TiXmlText</a></td><td class="indexvalue">XML text </td></tr> 18 <tr><td class="indexkey"><a class="el" href="classTiXmlUnknown.html">TiXmlUnknown</a></td><td class="indexvalue">Any tag that tinyXml doesn't recognize is saved as an unknown </td></tr [all...] |
files.html | 9 <tr><td class="indexkey"><b>tinystr.h</b> <a href="tinystr_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> 10 <tr><td class="indexkey"><b>tinyxml.h</b> <a href="tinyxml_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
/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();
|
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();
|
DNSResultCode.java | 120 public int indexValue() { 146 return this.name() + " index " + this.indexValue();
|
/external/regex-re2/util/ |
sparse_array.h | 106 // IndexValue pairs: exposed in SparseArray::iterator. 107 class IndexValue; 109 typedef IndexValue value_type; 110 typedef typename vector<IndexValue>::iterator iterator; 111 typedef typename vector<IndexValue>::const_iterator const_iterator; 113 inline const IndexValue& iv(int i) const; 157 static bool less(const IndexValue& a, const IndexValue& b); 226 vector<IndexValue> dense_; 236 // IndexValue pairs: exposed in SparseArray::iterator [all...] |
/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/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/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/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));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiMisc.c | 126 UINTN Index, IndexValue, IndexNum, SizeStr;
135 IndexValue = 0;
154 if (++IndexValue >= 4) {
177 Value[IndexValue] = (UINT16) ((Value[IndexValue] << 4) + TemValue);
180 for (Index = 0; Index <= IndexValue; Index ++) {
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiMisc.c | 130 UINTN Index, IndexValue, IndexNum, SizeStr;
139 IndexValue = 0;
158 if (++IndexValue >= 4) {
181 Value[IndexValue] = (UINT16) ((Value[IndexValue] << 4) + TemValue);
184 for (Index = 0; Index <= IndexValue; Index ++) {
[all...] |
/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/proguard/src/proguard/evaluation/ |
Processor.java | [all...] |
/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/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
GPRArith.cpp | 143 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ 146 "(" #Index ", " #IndexValue ", " #Dst0 ", " #Dst1 ", " #Dst2 \ 149 Immediate(IndexValue)); \ 175 #define TestLeaBaseIndexDisp(Base, BaseValue, Index, IndexValue, Disp, Dst0, \ 179 "(" #Base ", " #BaseValue ", " #Index ", " #IndexValue ", " #Dst0 \ 189 Immediate(IndexValue)); \ [all...] |
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
GPRArith.cpp | 129 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ 132 "(" #Index ", " #IndexValue ", " #Dst0 ", " #Dst1 ", " #Dst2 \ 135 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \ 162 #define TestLeaBaseIndexDisp(Base, BaseValue, Index, IndexValue, Disp, Dst0, \ 166 "(" #Base ", " #BaseValue ", " #Index ", " #IndexValue ", " #Dst0 \ 174 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \ [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineInputAssemblyTests.cpp | 75 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue); 259 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) 262 return indexValue == s_restartIndex32; 264 return indexValue == s_restartIndex16; [all...] |