Home
last modified time | relevance | path

Searched defs:textValue (Results 1 – 25 of 191) sorted by relevance

12345678

/aosp_15_r20/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
H A DFormWidgetInfoTest.java38 String textValue = "Reset"; in testPushButton() local
66 String textValue = "Disabled"; in testPushButton_readOnly() local
93 String textValue = "False"; in testCheckBox() local
121 String textValue = "Checkbox"; in testCheckBox_readOnly() local
148 String textValue = "False"; in testRadioButton() local
176 String textValue = "False"; in testRadioButton_readOnly() local
213 String textValue = "quick"; in testCombobox() local
245 String textValue = "Eggs"; in testCombobox_readOnly() local
279 String textValue = "Northern Ireland"; in testCombobox_withEditableText() local
313 String textValue = "Northern Ireland"; in testCombobox_withFontSize() local
[all …]
H A DPdfFormFillingTest.java77 String textValue, String accessibilityLabel) { in makeCheckbox()
83 boolean readOnly, String textValue, String accessibilityLabel) { in makeRadioButton()
89 String textValue, String accessibilityLabel, boolean editableText, float fontSize, in makeCombobox()
102 String textValue, String accessibilityLabel, boolean multiSelect, in makeListbox()
110 String textValue, String accessibilityLabel, boolean editableText, in makeTextField()
H A DPdfFormFillingPreVTest.java74 String textValue, String accessibilityLabel) { in makeCheckbox()
80 boolean readOnly, String textValue, String accessibilityLabel) { in makeRadioButton()
86 String textValue, String accessibilityLabel, boolean editableText, float fontSize, in makeCombobox()
99 String textValue, String accessibilityLabel, boolean multiSelect, in makeListbox()
107 String textValue, String accessibilityLabel, boolean editableText, in makeTextField()
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DFilledAutofillField.java55 @Nullable String textValue, @Nullable Long dateValue, in FilledAutofillField()
66 @NonNull String fieldTypeName, @Nullable String textValue, @Nullable Long dateValue) { in FilledAutofillField()
72 @Nullable String textValue) { in FilledAutofillField()
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
H A DFilledAutofillField.java55 @Nullable String textValue, @Nullable Long dateValue, in FilledAutofillField()
66 @NonNull String fieldTypeName, @Nullable String textValue, @Nullable Long dateValue) { in FilledAutofillField()
72 @Nullable String textValue) { in FilledAutofillField()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dassembly_grammar.cpp47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand()
246 const char* textValue, in parseMaskOperand()
252 const char* textValue, in lookupExtInst()
H A Dtext.cpp51 bool spvIsValidID(const char* textValue) { in spvIsValidID()
64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral()
190 const char* textValue, in spvTextEncodeOperand()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.cpp47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand()
246 const char* textValue, in parseMaskOperand()
252 const char* textValue, in lookupExtInst()
H A Dtext.cpp51 bool spvIsValidID(const char* textValue) { in spvIsValidID()
64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral()
190 const char* textValue, in spvTextEncodeOperand()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dassembly_grammar.cpp47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand()
246 const char* textValue, in parseMaskOperand()
252 const char* textValue, in lookupExtInst()
Dtext.cpp51 bool spvIsValidID(const char* textValue) { in spvIsValidID()
64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral()
190 const char* textValue, in spvTextEncodeOperand()
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag.go299 type textValue struct{ p encoding.TextUnmarshaler } struct
317 func (v textValue) Set(s string) error {
321 func (v textValue) Get() interface{} {
325 func (v textValue) String() string {
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
DClientAutofillDataBuilder.java92 String textValue = null; in parseAutofillFields() local
118 @Nullable String textValue, @Nullable Long dateValue, @Nullable Boolean toggleValue, in appendViewMetadata()
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
H A DClientAutofillDataBuilder.java92 String textValue = null; in parseAutofillFields() local
118 @Nullable String textValue, @Nullable Long dateValue, @Nullable Boolean toggleValue, in appendViewMetadata()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/
DFormWidgetInfo.java100 @Nullable String textValue, in FormWidgetInfo()
355 @NonNull String textValue, in Builder()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodetextnodevalue.java67 String textValue; in runTest() local
H A Dnodetextnodevalue.java68 String textValue; in runTest() local
/aosp_15_r20/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
H A DValidateWorkflowTaskConfig.java53 String textValue = validateAndGetTextValue(JsonConfigConstants.CONFIG_TEXT, jsonObject); in deserialize() local
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillField.kt28 var textValue: String? = null in <lambda>() variable
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
H A DFilledAutofillField.kt28 var textValue: String? = null in <lambda>() variable
/aosp_15_r20/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DImsConfigActivity.java54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
DImsCallingActivity.java92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DKeyValueRow.java80 CharSequence textValue = text.getText(); in setValue() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
H A DTextNode.java55 public String textValue() { in textValue() method in TextNode
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
H A DXmlPathQueryHelper.java188 String textValue = in matches() local

12345678