Home
last modified time | relevance | path

Searched defs:defValue (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DInMemorySharedPreferences.java40 public String getString(String key, String defValue) { in getString()
61 public int getInt(String key, int defValue) { in getInt()
71 public long getLong(String key, long defValue) { in getLong()
81 public float getFloat(String key, float defValue) { in getFloat()
91 public boolean getBoolean(String key, boolean defValue) { in getBoolean()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DBeanDescription.java247 public abstract JsonInclude.Value findPropertyInclusion(JsonInclude.Value defValue); in findPropertyInclusion()
256 public abstract JsonFormat.Value findExpectedFormat(JsonFormat.Value defValue); in findExpectedFormat()
DAnnotationIntrospector.java855 … public JsonInclude.Include findSerializationInclusion(Annotated a, JsonInclude.Include defValue) { in findSerializationInclusion()
869 …onInclude.Include findSerializationInclusionForContent(Annotated a, JsonInclude.Include defValue) { in findSerializationInclusionForContent()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java195 public int getIntParameter(String key, int defValue) { in getIntParameter()
199 public String getStringParameter(String key, String defValue) { in getStringParameter()
/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DNotificationComponent.java44 public int getIntExtra(String key, int defValue) { in getIntExtra()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DBasicBeanDescription.java386 public JsonFormat.Value findExpectedFormat(JsonFormat.Value defValue) in findExpectedFormat()
451 public JsonInclude.Value findPropertyInclusion(JsonInclude.Value defValue) { in findPropertyInclusion()
DAnnotationIntrospectorPair.java374 JsonInclude.Include defValue) in findSerializationInclusion()
384 …JsonInclude.Include findSerializationInclusionForContent(Annotated a, JsonInclude.Include defValue) in findSerializationInclusionForContent()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKScalarsTest.java701 private void _testNullForPrimitiveArrays(Class<?> cls, Object defValue) throws IOException { in _testNullForPrimitiveArrays()
705 private void _testNullForPrimitiveArrays(Class<?> cls, Object defValue, in _testNullForPrimitiveArrays()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8DataInputJsonParser.java253 public String getValueAsString(String defValue) throws IOException in getValueAsString()
288 public int getValueAsInt(int defValue) throws IOException in getValueAsInt()
DUTF8StreamJsonParser.java357 public String getValueAsString(String defValue) throws IOException in getValueAsString()
394 public int getValueAsInt(int defValue) throws IOException in getValueAsInt()
DReaderBasedJsonParser.java354 public final String getValueAsString(String defValue) throws IOException { in getValueAsString()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParserBase.java444 public String getValueAsString(String defValue) throws IOException in getValueAsString()
/external/llvm/lib/CodeGen/
DSplitKit.cpp384 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp497 auto* defValue = pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding() local
Dcxfa_node.cpp3052 CXFA_Value* defValue = pChild->GetDefaultValueIfExists(); in ResetData() local
3083 CXFA_Value* defValue = GetDefaultValueIfExists(); in ResetData() local
/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.cpp459 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp456 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/libxml2/include/libxml/
DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/libxml2/
Dxmlschemas.c537 const xmlChar * defValue; member
7197 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local