HomeSort by relevance Sort by last modified time
    Searched refs:indexValue (Results 1 - 17 of 17) sorted by null

  /external/jmdns/src/javax/jmdns/impl/constants/
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();
DNSLabel.java 58 public int indexValue() {
84 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/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 285 NPVariant indexValue;
286 if (!WebBindings::getProperty(0, npValue, indexId, &indexValue))
288 if (NPVARIANT_IS_STRING(indexValue)) {
289 string item(NPVARIANT_TO_STRING(indexValue).UTF8Characters,
290 NPVARIANT_TO_STRING(indexValue).UTF8Length);
293 WebBindings::releaseVariantValue(&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));
  /external/icu4c/i18n/
rbt_set.cpp 301 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) );
303 if (indexValue == 0) {
309 indexValue[j] = r->getIndexValue();
314 if (indexValue[j] >= 0) {
315 if (indexValue[j] == x) {
319 // If the indexValue is < 0, then the first key character is
330 uprv_free(indexValue);
  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 248 StringValue indexValue(modelIndex);
250 validity, indexValue);
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 422 Vector<unsigned> WMLSelectElement::parseIndexValueString(const String& indexValue) const
425 if (indexValue.isEmpty())
429 indexValue.split(';', indexStrings);
  /external/icu4c/common/
utrie.c 195 int32_t indexValue, newBlock;
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);
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 237 virtual VisiblePosition visiblePositionForIndex(unsigned indexValue, bool lastIndexOK) const;
AccessibilityRenderObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1066 milliseconds