/external/jdiff/src/jdiff/ |
D | APIHandler.java | 78 String apiName = attributes.getValue("name"); in startElement() 79 String version = attributes.getValue("jdversion"); // Not used yet in startElement() 83 String pkgName = attributes.getValue("name"); in startElement() 87 String className = attributes.getValue("name"); in startElement() 88 String parentName = attributes.getValue("extends"); in startElement() 90 if (attributes.getValue("abstract").compareTo("true") == 0) in startElement() 95 String className = attributes.getValue("name"); in startElement() 96 String parentName = attributes.getValue("extends"); in startElement() 98 if (attributes.getValue("abstract").compareTo("true") == 0) in startElement() 102 String interfaceName = attributes.getValue("name"); in startElement() [all …]
|
D | CommentsHandler.java | 63 String commentsName = attributes.getValue("name"); in startElement() 64 String version = attributes.getValue("jdversion"); // Not used yet in startElement() 81 String id = attributes.getValue("id"); in startElement() 162 String value = attributes.getValue(i); in addStartTagToText()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 163 Object key = referencedKey.getValue(); in entrySet() 164 Object value = entry.getValue(); in entrySet() 194 return nextReference.getValue(); in keys() 209 Object keyValue = referenceKey.getValue(); 253 put(entry.getKey(), entry.getValue()); 362 (getValue()==null ? 363 entry.getValue() == null : 364 getValue().equals(entry.getValue())); 372 (getValue()==null ? 0 : getValue().hashCode()); 379 public Object getValue() { [all …]
|
/external/webkit/JavaScriptCore/runtime/ |
D | PropertySlot.h | 56 JSValue getValue(ExecState* exec, const Identifier& propertyName) const in getValue() function 65 JSValue getValue(ExecState* exec, unsigned propertyName) const in getValue() function 126 void setCustom(JSValue slotBase, GetValueFunc getValue) in setCustom() argument 129 ASSERT(getValue); in setCustom() 130 m_getValue = getValue; in setCustom() 134 void setCustomIndex(JSValue slotBase, unsigned index, GetValueFunc getValue) in setCustomIndex() argument 137 ASSERT(getValue); in setCustomIndex() 138 m_getValue = getValue; in setCustomIndex()
|
/external/clearsilver/python/examples/base/ |
D | CSPage.py | 43 domain = self.ncgi.hdf.getValue("CGI.ServerName","") 44 domain = self.ncgi.hdf.getValue("HTTP.Host", domain) 47 self.setPaths([self.ncgi.hdf.getValue("CGI.DocumentRoot","")]) 165 if ncgi.hdf.getValue("Query.debug","") == ncgi.hdf.getValue("Config.DebugPassword","1"): 167 ncgi.hdf.getValue("Config.DebugPassword","")) 174 template_name = ncgi.hdf.getValue("Content","%s.cs" % self.pagename) 197 script_name = ncgi.hdf.getValue("CGI.ScriptName","") 216 if self.ncgi.hdf.getValue ("Query.%s.0" % s, ""): 222 t = self.ncgi.hdf.getValue ("Query.%s" % s, "")
|
/external/proguard/src/proguard/classfile/editor/ |
D | ComparableConstant.java | 126 …result = new Integer(integerConstant.getValue()).compareTo(new Integer(((IntegerConstant)otherCons… in visitIntegerConstant() 132 …result = new Long(longConstant.getValue()).compareTo(new Long(((LongConstant)otherConstant).getVal… in visitLongConstant() 138 …result = new Float(floatConstant.getValue()).compareTo(new Float(((FloatConstant)otherConstant).ge… in visitFloatConstant() 144 …result = new Double(doubleConstant.getValue()).compareTo(new Double(((DoubleConstant)otherConstant… in visitDoubleConstant()
|
D | ConstantAdder.java | 90 constantPoolEditor.addIntegerConstant(integerConstant.getValue()); in visitIntegerConstant() 97 constantPoolEditor.addLongConstant(longConstant.getValue()); in visitLongConstant() 104 constantPoolEditor.addFloatConstant(floatConstant.getValue()); in visitFloatConstant() 111 constantPoolEditor.addDoubleConstant(doubleConstant.getValue()); in visitDoubleConstant()
|
/external/srec/tools/grxmlcompile/ |
D | testhashmap.cpp | 48 myHash.getValue(1, &value); in test1() 75 myHash.getValue(1, &value); in test2() 168 if ( myHash.getValue(i, &s) ) { in finds() 179 if (!myHash.getValue(i, &ss) ) { in insert() 192 if (myHash.getValue(i, &ss) ) { in remove()
|
D | grxmldoc.cpp | 859 if (m_SubgraphList.getValue( ruleName, &p_SubGraph ) ) { in deleteRules() 875 return m_SubgraphList.getValue(s, &p_SubGraph); in findSubGraph() 885 return m_TagList.getValue( i, &s ); in findTag() 890 return m_LabelList.getValue( i, &s ); in findLabel() 900 return m_RuleList.getValue( s, &i ); in findRuleIndex() 912 return m_MetaKeyValPairs.getValue( sn, &s ); in findMeta() 1087 if (m_RuleScope.getValue(origIndex, &scope) ) in writeMapFile() 1198 return m_SortedLabelList.getValue( i, &s ); in findSortedLabel() 1207 if ( m_LabelList.getValue( i, &s ) ) { in findSortedLabelIndex() 1231 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp); in WriteOLabels() [all …]
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 57 m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ()); in setUnits() 62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ()); in setDepth() 136 final String value = property.getValue () != null ? property.getValue () : ""; in processGenericSettings() 328 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ()); in setUnits() 333 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ()); in setDepth()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 222 public String getValue(int i) in getValue() method in SAX1ParserAdapter.AttributesWrapper 224 return attrs.getValue(i); in getValue() 227 public String getValue(String name) in getValue() method in SAX1ParserAdapter.AttributesWrapper 229 return attrs.getValue(name); in getValue()
|
/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 333 matchingConstant = integerConstant.getValue() == in visitIntegerConstant() 334 integerPatternConstant.getValue(); in visitIntegerConstant() 343 matchingConstant = longConstant.getValue() == in visitLongConstant() 344 longPatternConstant.getValue(); in visitLongConstant() 353 matchingConstant = floatConstant.getValue() == in visitFloatConstant() 354 floatPatternConstant.getValue(); in visitFloatConstant() 363 matchingConstant = doubleConstant.getValue() == in visitDoubleConstant() 364 doublePatternConstant.getValue(); in visitDoubleConstant()
|
/external/clearsilver/java-jni/ |
D | CSTest.java | 26 String foo = hdf.getValue("Foo.Bar", "30"); in main() 28 foo = hdf.getValue("Foo.Baz", "30"); in main() 35 foo = hdf.getValue("Foo.Baz", "30"); in main() 41 foo = hdf.getValue("Foo.Bar", null); in main() 43 foo = hdf.getValue("Foo.Nonexistent", null); in main() 150 two.getValue("entity.value.name", "--undefined--") +"\n"); in main()
|
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 950 result = (OptDef) entry.getValue (); in getOptDef() 1145 optdef.setValueMnemonic (m_token.getValue ()); in optmetadata() 1173 optdef.setDescription (accept (Token.TEXT_ID).getValue ()); in optmetadata() 1180 if ("0".equals (result.getValue ())) in cardinality() 1182 else if ("1".equals (result.getValue ())) in cardinality() 1192 _result.add (accept (Token.STRING_ID).getValue ()); in namelist() 1196 _result.add (accept (Token.STRING_ID).getValue ()); in namelist() 1387 KEYWORDS.put (Token.OPTIONAL.getValue (), Token.OPTIONAL); in Token.OPTIONAL.getValue() 1388 KEYWORDS.put (Token.REQUIRED.getValue (), Token.REQUIRED); in Token.REQUIRED.getValue() 1389 KEYWORDS.put (Token.VALUES.getValue (), Token.VALUES); in Token.VALUES.getValue() [all …]
|
/external/apache-http/src/org/apache/http/impl/entity/ |
D | LaxContentLengthStrategy.java | 221 if (HTTP.IDENTITY_CODING.equalsIgnoreCase(transferEncodingHeader.getValue())) { in determineLength() 241 contentlen = Long.parseLong(header.getValue()); in determineLength() 245 throw new ProtocolException("Invalid content length: " + header.getValue()); in determineLength()
|
D | StrictContentLengthStrategy.java | 193 String s = transferEncodingHeader.getValue(); in determineLength() 208 String s = contentLengthHeader.getValue(); in determineLength()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | CookieSpecBase.java | 76 String value = headerelement.getValue(); in parse() 91 cookie.setAttribute(s, attrib.getValue()); in parse() 95 handler.parse(cookie, attrib.getValue()); in parse()
|
D | RFC2965Spec.java | 113 String value = headerelement.getValue(); in parse() 137 NameValuePair attrib = entry.getValue(); in parse() 140 cookie.setAttribute(s, attrib.getValue()); in parse() 144 handler.parse(cookie, attrib.getValue()); in parse()
|
D | BrowserCompatSpec.java | 111 String headervalue = header.getValue(); in parse() 138 String s = header.getValue(); in parse() 170 String s = cookie.getValue(); in formatCookies()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueFormatter.java | 192 final String value = elem.getValue(); in formatHeaderElement() 222 final String value = elem.getValue(); in estimateHeaderElementLen() 348 final String value = nvp.getValue(); in formatNameValuePair() 370 final String value = nvp.getValue(); in estimateNameValuePairLen()
|
/external/tesseract/java/com/google/scrollview/ui/ |
D | SVCheckboxMenuItem.java | 50 SVEvent svme = new SVEvent(eventType, window, id, getValue()); in performAction() 56 public String getValue() { in getValue() method in SVCheckboxMenuItem
|
/external/clearsilver/perl/ |
D | test.pl | 94 $str = $hdf->getValue("Data.1", "default"); 98 $str = $hdf->getValue("Data.2", "default"); # doesn't exist 109 $str = $copy->getValue("Data.1", "default");
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 184 public String getValue (int index) in getValue() method in AttributesImpl 290 public String getValue (String uri, String localName) in getValue() method in AttributesImpl 310 public String getValue (String qName) in getValue() method in AttributesImpl 364 data[i*5+4] = atts.getValue(i); in setAttributes()
|
/external/clearsilver/python/ |
D | static.py | 25 hdf_file = cgi.hdf.getValue("CGI.PathTranslated", "") 35 content = cgi.hdf.getValue("Content", "")
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URLEncodedUtils.java | 102 encoding != null ? encoding.getValue() : null); in parse() 114 return (contentType != null && contentType.getValue().equalsIgnoreCase(CONTENT_TYPE)); in isEncoded() 162 final String value = parameter.getValue(); in format()
|