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

/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/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/chromium_org/third_party/icu/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/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/chromium_org/chrome/browser/ui/webui/options/
H A Dsearch_engine_manager_handler.cc295 base::StringValue indexValue(modelIndex);
297 validity, indexValue);
/external/chromium_org/third_party/icu/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/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.java856 IntegerValue indexValue = stack.ipop();
866 int conditional = indexValue.equal(valueFactory.createIntegerValue(
884 IntegerValue indexValue = stack.ipop();
894 int conditional = indexValue.equal(valueFactory.createIntegerValue(
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp2103 String& indexValue = pathTokens[i]; local
2104 unsigned childNumber = indexValue.toUInt(&success);
2107 child = shadowRootForNode(node, indexValue);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1564 unsigned int indexValue = static_cast<unsigned int>(static_cast<const T*>(indices)[i]) - minIndex; local
1565 device->DrawPrimitive(D3DPT_POINTLIST, indexValue, 1);
/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 353 milliseconds