Home
last modified time | relevance | path

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

12

/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/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/util/
DInMemorySharedPreferences.java131 public String getString(String key, String defValue) { in getString()
148 public int getInt(String key, int defValue) { in getInt()
156 public long getLong(String key, long defValue) { in getLong()
164 public float getFloat(String key, float defValue) { in getFloat()
172 public boolean getBoolean(String key, boolean defValue) { in getBoolean()
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/util/
DInMemorySharedPreferences.java131 public String getString(String key, String defValue) { in getString()
148 public int getInt(String key, int defValue) { in getInt()
156 public long getLong(String key, long defValue) { in getLong()
164 public float getFloat(String key, float defValue) { in getFloat()
172 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/apache-xml/test/java/src/org/apache/qetest/
DFileDatalet.java185 public int getIntOption(String name, int defValue) in getIntOption()
/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/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/defaultvalue/
DDefaultValueComposer.java85 Expr defValue = in createMethodArgValue() local
/external/skia/tests/
DFontationsTest.cpp30 float defValue; member
/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.cpp503 auto* defValue = pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding() local
Dcxfa_node.cpp3086 CXFA_Value* defValue = pChild->GetDefaultValueIfExists(); in ResetData() local
3117 CXFA_Value* defValue = GetDefaultValueIfExists(); in ResetData() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp456 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DSplitKit.cpp461 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/cronet/tot/third_party/libxml/src/include/libxml/
DschemasInternals.h262 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/cronet/stable/third_party/libxml/src/include/libxml/
DschemasInternals.h262 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/libxml2/include/libxml/
DschemasInternals.h262 const xmlChar *defValue; /* The initial value of the value constraint */ member

12