/aosp_15_r20/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
H A D | FormWidgetInfoTest.java | 38 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 D | PdfFormFillingTest.java | 77 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 D | PdfFormFillingPreVTest.java | 74 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/ |
D | FilledAutofillField.java | 55 @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 D | FilledAutofillField.java | 55 @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 D | assembly_grammar.cpp | 47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 246 const char* textValue, in parseMaskOperand() 252 const char* textValue, in lookupExtInst()
|
H A D | text.cpp | 51 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 D | assembly_grammar.cpp | 47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 246 const char* textValue, in parseMaskOperand() 252 const char* textValue, in lookupExtInst()
|
H A D | text.cpp | 51 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/ |
D | assembly_grammar.cpp | 47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 246 const char* textValue, in parseMaskOperand() 252 const char* textValue, in lookupExtInst()
|
D | text.cpp | 51 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/ |
D | flag.go | 299 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/ |
D | ClientAutofillDataBuilder.java | 92 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 D | ClientAutofillDataBuilder.java | 92 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/ |
D | FormWidgetInfo.java | 100 @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 D | hc_nodetextnodevalue.java | 67 String textValue; in runTest() local
|
H A D | nodetextnodevalue.java | 68 String textValue; in runTest() local
|
/aosp_15_r20/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/ |
H A D | ValidateWorkflowTaskConfig.java | 53 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/ |
D | FilledAutofillField.kt | 28 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 D | FilledAutofillField.kt | 28 var textValue: String? = null in <lambda>() variable
|
/aosp_15_r20/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/ |
D | ImsConfigActivity.java | 54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
|
D | ImsCallingActivity.java | 92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | KeyValueRow.java | 80 CharSequence textValue = text.getText(); in setValue() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
H A D | TextNode.java | 55 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 D | XmlPathQueryHelper.java | 188 String textValue = in matches() local
|