/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.cpp | 285 NPVariant indexValue; in toStringVector() local 286 if (!WebBindings::getProperty(0, npValue, indexId, &indexValue)) in toStringVector() 288 if (NPVARIANT_IS_STRING(indexValue)) { in toStringVector() 289 string item(NPVARIANT_TO_STRING(indexValue).UTF8Characters, in toStringVector() 290 NPVARIANT_TO_STRING(indexValue).UTF8Length); in toStringVector() 293 WebBindings::releaseVariantValue(&indexValue); in toStringVector()
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSOptionCode.java | 57 public int indexValue() { in indexValue() method in DNSOptionCode 75 return this.name() + " index " + this.indexValue(); in toString()
|
D | DNSOperationCode.java | 65 public int indexValue() { in indexValue() method in DNSOperationCode 83 return this.name() + " index " + this.indexValue(); in toString()
|
D | DNSLabel.java | 58 public int indexValue() { in indexValue() method in DNSLabel 84 return this.name() + " index " + this.indexValue(); in toString()
|
D | DNSResultCode.java | 120 public int indexValue() { in indexValue() method in DNSResultCode 146 return this.name() + " index " + this.indexValue(); in toString()
|
D | DNSRecordClass.java | 91 public int indexValue() { in indexValue() method in DNSRecordClass 135 return this.name() + " index " + this.indexValue(); in toString()
|
D | DNSRecordType.java | 276 public int indexValue() { in indexValue() method in DNSRecordType 309 return this.name() + " index " + this.indexValue(); in toString()
|
/external/icu4c/i18n/ |
D | rbt_set.cpp | 301 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) ); in freeze() local 303 if (indexValue == 0) { in freeze() 309 indexValue[j] = r->getIndexValue(); in freeze() 314 if (indexValue[j] >= 0) { in freeze() 315 if (indexValue[j] == x) { in freeze() 330 uprv_free(indexValue); in freeze()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSEntry.java | 224 dout.writeShort(this.getRecordType().indexValue()); in toByteArray() 225 dout.writeShort(this.getRecordClass().indexValue()); in toByteArray() 269 …turn this.getKey().hashCode() + this.getRecordType().indexValue() + this.getRecordClass().indexVal… in hashCode()
|
D | DNSOutgoing.java | 150 writeShort(question.getRecordType().indexValue()); in writeQuestion() 151 writeShort(question.getRecordClass().indexValue()); in writeQuestion() 156 writeShort(rec.getRecordType().indexValue()); in writeRecord() 157 …writeShort(rec.getRecordClass().indexValue() | ((rec.isUnique() && _out.isMulticast()) ? DNSRecord… in writeRecord()
|
/external/webkit/Source/WebCore/wml/ |
D | WMLSelectElement.cpp | 422 Vector<unsigned> WMLSelectElement::parseIndexValueString(const String& indexValue) const in parseIndexValueString() 425 if (indexValue.isEmpty()) in parseIndexValueString() 429 indexValue.split(';', indexStrings); in parseIndexValueString()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | search_engine_manager_handler.cc | 248 StringValue indexValue(modelIndex); in CheckSearchEngineInfoValidity() local 250 validity, indexValue); in CheckSearchEngineInfoValidity()
|
/external/icu4c/common/ |
D | utrie.c | 195 int32_t indexValue, newBlock; in utrie_getDataBlock() local 198 indexValue=trie->index[c]; in utrie_getDataBlock() 199 if(indexValue>0) { in utrie_getDataBlock() 200 return indexValue; in utrie_getDataBlock() 212 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH); in utrie_getDataBlock()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 858 IntegerValue indexValue = stack.ipop(); in visitTableSwitchInstruction() local 868 int conditional = indexValue.equal(valueFactory.createIntegerValue( in visitTableSwitchInstruction() 886 IntegerValue indexValue = stack.ipop(); in visitLookUpSwitchInstruction() local 896 int conditional = indexValue.equal(valueFactory.createIntegerValue( in visitLookUpSwitchInstruction()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityRenderObject.h | 237 … virtual VisiblePosition visiblePositionForIndex(unsigned indexValue, bool lastIndexOK) const;
|
D | AccessibilityRenderObject.cpp | 2628 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(unsigned indexValue, bool lastIn… in visiblePositionForIndex() argument 2634 if (indexValue >= text().length()) { in visiblePositionForIndex() 2635 if (!lastIndexOK || indexValue > text().length()) in visiblePositionForIndex() 2638 VisiblePosition position = visiblePositionForIndex(indexValue); in visiblePositionForIndex()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 78059 (WebCore::IDBKeyPath::indexValue):
|