Home
last modified time | relevance | path

Searched full:retrieve (Results 1 – 25 of 13547) sorted by relevance

12345678910>>...542

/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DStringTrieUnitTest.java47 assertEquals(STORED_VAL_A, mTrie.retrieve("Landroid", "app", "sdksandbox")); in testString_exists()
54 assertThrows(IllegalArgumentException.class, () -> mTrie.retrieve(new String[0])); in testEmptyString_null()
61 assertNull(mTrie.retrieve("Landroid", "app", "ActivityManager")); in testString_null()
68 assertNull(mTrie.retrieve("Landroid", "app", "SdkSandbox")); in testCaseSensitive_null()
77 assertEquals(STORED_VAL_A, mTrie.retrieve("Landroid", "app", "sdksandbox")); in testString_multiChild()
78 assertEquals(STORED_VAL_B, mTrie.retrieve("Landroid", "app", "ActivityManager")); in testString_multiChild()
79 assertEquals(STORED_VAL_C, mTrie.retrieve("Landroid", "content")); in testString_multiChild()
81 assertNull(mTrie.retrieve("Ljava")); in testString_multiChild()
82 assertNull(mTrie.retrieve("Landroid", "content", "Context")); in testString_multiChild()
83 assertNull(mTrie.retrieve("Landroid")); in testString_multiChild()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DPcdLib.h31 @param TokenName The name of the PCD token to retrieve the token number for.
45 @param TokenName The name of the PCD token to retrieve a current value for.
59 @param TokenName The name of the PCD token to retrieve a current value for.
73 @param TokenName The name of the PCD token to retrieve a current value for.
87 @param TokenName The name of the PCD token to retrieve a current value for.
101 @param TokenName The name of the PCD token to retrieve a current value for.
115 @param TokenName The name of the PCD token to retrieve a current value for.
129 @param TokenName The name of the PCD token to retrieve a current value for.
143 @param TokenName The name of the PCD token to retrieve a current value for.
157 @param TokenName The name of the PCD token to retrieve a current value for.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DPcdLib.h32 @param TokenName The name of the PCD token to retrieve the token number for.
47 @param TokenName The name of the PCD token to retrieve a current value for.
62 @param TokenName The name of the PCD token to retrieve a current value for.
77 @param TokenName The name of the PCD token to retrieve a current value for.
92 @param TokenName The name of the PCD token to retrieve a current value for.
107 @param TokenName The name of the PCD token to retrieve a current value for.
122 @param TokenName The name of the PCD token to retrieve a current value for.
137 @param TokenName The name of the PCD token to retrieve a current value for.
152 @param TokenName The name of the PCD token to retrieve a current value for.
166 @param TokenName The name of the PCD token to retrieve a current value for.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DPcdLib.h32 @param TokenName The name of the PCD token to retrieve the token number for.
47 @param TokenName The name of the PCD token to retrieve a current value for.
62 @param TokenName The name of the PCD token to retrieve a current value for.
77 @param TokenName The name of the PCD token to retrieve a current value for.
92 @param TokenName The name of the PCD token to retrieve a current value for.
107 @param TokenName The name of the PCD token to retrieve a current value for.
122 @param TokenName The name of the PCD token to retrieve a current value for.
137 @param TokenName The name of the PCD token to retrieve a current value for.
152 @param TokenName The name of the PCD token to retrieve a current value for.
166 @param TokenName The name of the PCD token to retrieve a current value for.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DPcdLib.h38 @param TokenName The name of the PCD token to retrieve the token number for.
53 @param TokenName The name of the PCD token to retrieve a current value for.
68 @param TokenName The name of the PCD token to retrieve a current value for.
83 @param TokenName The name of the PCD token to retrieve a current value for.
98 @param TokenName The name of the PCD token to retrieve a current value for.
113 @param TokenName The name of the PCD token to retrieve a current value for.
128 @param TokenName The name of the PCD token to retrieve a current value for.
143 @param TokenName The name of the PCD token to retrieve a current value for.
158 @param TokenName The name of the PCD token to retrieve a current value for.
172 @param TokenName The name of the PCD token to retrieve a current value for.
[all …]
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/util/
H A DRegexTrieTest.java52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3"); in testStringPattern()
60 retrieved = mTrie.retrieve("alpha"); in testAlternation_single()
62 retrieved = mTrie.retrieve("beta"); in testAlternation_single()
64 retrieved = mTrie.retrieve("alpha|beta"); in testAlternation_single()
66 retrieved = mTrie.retrieve("gamma"); in testAlternation_single()
68 retrieved = mTrie.retrieve("alph"); in testAlternation_single()
76 retrieved = mTrie.retrieve("a", "b"); in testAlternation_multiple()
78 retrieved = mTrie.retrieve("a", "beta"); in testAlternation_multiple()
80 retrieved = mTrie.retrieve("alpha", "b"); in testAlternation_multiple()
82 retrieved = mTrie.retrieve("alpha", "beta"); in testAlternation_multiple()
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRegexTrieTest.java52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3"); in testStringPattern()
60 retrieved = mTrie.retrieve("alpha"); in testAlternation_single()
62 retrieved = mTrie.retrieve("beta"); in testAlternation_single()
64 retrieved = mTrie.retrieve("alpha|beta"); in testAlternation_single()
66 retrieved = mTrie.retrieve("gamma"); in testAlternation_single()
68 retrieved = mTrie.retrieve("alph"); in testAlternation_single()
76 retrieved = mTrie.retrieve("a", "b"); in testAlternation_multiple()
78 retrieved = mTrie.retrieve("a", "beta"); in testAlternation_multiple()
80 retrieved = mTrie.retrieve("alpha", "b"); in testAlternation_multiple()
82 retrieved = mTrie.retrieve("alpha", "beta"); in testAlternation_multiple()
[all …]
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java190 * Retrieve the styled string value for the attribute at <var>index</var>.
192 * @param index Index of attribute to retrieve.
223 * Retrieve the string value for the attribute at <var>index</var>.
225 * @param index Index of attribute to retrieve.
243 * Retrieve the boolean value for the attribute at <var>index</var>.
245 * @param index Index of attribute to retrieve.
258 * Retrieve the integer value for the attribute at <var>index</var>.
260 * @param index Index of attribute to retrieve.
285 * Retrieve the float value for the attribute at <var>index</var>.
287 * @param index Index of attribute to retrieve.
[all …]
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DResultMetadata.java18 * @param key The key of the value to retrieve
28 * @param key The key of the value to retrieve
47 * @param key The key of the value to retrieve
57 * @param key The key of the value to retrieve
76 * @param key The key of the value to retrieve
86 * @param key The key of the value to retrieve
105 * @param key The key of the value to retrieve
115 * @param key The key of the value to retrieve
134 * @param key The key of the value to retrieve
144 * @param key The key of the value to retrieve
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DTypedArray.java48 * The indices used to retrieve values from this structure correspond to
219 * @param index Index of attribute to retrieve.
255 * @param index Index of attribute to retrieve.
295 * @param index Index of attribute to retrieve.
327 * @param index Index of attribute to retrieve.
369 * Retrieve the boolean value for the attribute at <var>index</var>.
377 * @param index Index of attribute to retrieve.
411 * Retrieve the integer value for the attribute at <var>index</var>.
416 * @param index Index of attribute to retrieve.
450 * Retrieve the float value for the attribute at <var>index</var>.
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DContext.java1053 * Retrieve styled attribute information in this Context's theme. See
1066 * Retrieve styled attribute information in this Context's theme. See
1080 * Retrieve styled attribute information in this Context's theme. See
1094 * Retrieve styled attribute information in this Context's theme. See
1110 * Return a class loader you can use to retrieve classes in this package.
1214 * Retrieve and hold the contents of the preferences file 'name', returning
1215 * a SharedPreferences through which you can retrieve and modify its
1225 * <p>If a preferences file by this name does not exist, it will be created when you retrieve an
1233 * to retrieve and modify the preference values.
1240 * Retrieve and hold the contents of the preferences file, returning
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java551 * {@link #OPTION_PREVIOUS_SYNC} if one wants to retrieve a sync frame
553 * {@link #OPTION_NEXT_SYNC} if one wants to retrieve a sync frame
555 * {@link #OPTION_CLOSEST_SYNC} if one wants to retrieve a sync frame
557 * {@link #OPTION_CLOSEST} if one wants to retrieve a frame that may
595 * {@link #OPTION_PREVIOUS_SYNC} if one wants to retrieve a sync frame
597 * {@link #OPTION_NEXT_SYNC} if one wants to retrieve a sync frame
599 * {@link #OPTION_CLOSEST_SYNC} if one wants to retrieve a sync frame
601 * {@link #OPTION_CLOSEST} if one wants to retrieve a frame that may
636 * {@link #OPTION_PREVIOUS_SYNC} if one wants to retrieve a sync frame
638 * {@link #OPTION_NEXT_SYNC} if one wants to retrieve a sync frame
[all …]
/aosp_15_r20/external/google-breakpad/src/processor/
H A Daddress_map_unittest.cc87 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
88 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
89 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
95 ASSERT_TRUE(test_map.Retrieve(1, &entry, &address)); in DoAddressMapTest()
101 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
102 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
103 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
108 ASSERT_FALSE(test_map.Retrieve(9, &entry, &address)); in DoAddressMapTest()
109 ASSERT_TRUE(test_map.Retrieve(10, &entry, &address)); in DoAddressMapTest()
113 ASSERT_TRUE(test_map.Retrieve(11, &entry, &address)); in DoAddressMapTest()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/pricing/src/main/resources/codegen-resources/
H A Dservice-2.json68 …t you can retrieve your Price List file from. This URL is based on the <code>PriceListArn</code> a…
150retrieve, such as <code>AmazonEC2</code>. You can use the <code>ServiceCode</code> to filter the r…
158 …on":"<p>The pagination token that indicates the next set of results that you want to retrieve.</p>"
215 … multiple services, or use both a service code and an attribute name to retrieve only products tha…
241 …ce code for the service whose attributes you want to retrieve. For example, if you want the retrie…
245 …"documentation":"<p>The name of the attribute that you want to retrieve the values for, such as <c…
249 …on":"<p>The pagination token that indicates the next set of results that you want to retrieve.</p>"
266 … "documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
283 …"documentation":"<p>The format that you want to retrieve your Price List files in. The <code>FileF…
302 "documentation":"<p>The code for the service whose products you want to retrieve. </p>"
[all …]
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A Dmonster_test_grpc_fb.py18 self.Retrieve = channel.unary_stream(
19 '/MyGame.Example.MonsterStorage/Retrieve',
42 def Retrieve(self, request, context): member in MonsterStorageServicer
65 'Retrieve': grpc.unary_stream_rpc_method_handler(
66 servicer.Retrieve,
107 self.Retrieve = channel.unary_stream(
108 '/MyGame.Example.MonsterStorage/Retrieve',
131 def Retrieve(self, request, context): member in MonsterStorageServicer
154 'Retrieve': grpc.unary_stream_rpc_method_handler(
155 servicer.Retrieve,
[all …]
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h226 /// \brief Retrieve the location of the cast operator keyword, e.g.,
230 /// \brief Retrieve the location of the closing parenthesis.
619 /// \brief Retrieve source information for the type operand.
819 /// \brief Retrieve source information for the type operand.
993 // Retrieve the parameter that the argument was created from.
997 // Retrieve the actual argument to the function call.
1005 /// \brief Retrieve the location where this default argument was actually
1569 /// \brief Retrieve the mapping from captures to the first array index
1577 /// \brief Retrieve the complete set of array-index variables.
1606 /// \brief Retrieve the location of this lambda's capture-default, if any.
[all …]
H A DNestedNameSpecifier.h167 /// \brief Retrieve the identifier stored in this nested name
176 /// \brief Retrieve the namespace stored in this nested name
180 /// \brief Retrieve the namespace alias stored in this nested name
184 /// \brief Retrieve the record declaration stored in this nested name
188 /// \brief Retrieve the type stored in this nested name specifier.
255 /// \brief Retrieve the nested-name-specifier to which this instance
261 /// \brief Retrieve the opaque pointer that refers to source-location data.
264 /// \brief Retrieve the source range covering the entirety of this
272 /// \brief Retrieve the source range covering just the last part of
280 /// \brief Retrieve the location of the beginning of this
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprCXX.h196 /// Retrieve the implicit object argument for the member call.
201 /// Retrieve the type of the object argument.
206 /// Retrieve the declaration of the called method.
209 /// Retrieve the CXXRecordDecl for the underlying type of
401 /// Retrieve the location of the cast operator keyword, e.g.,
405 /// Retrieve the location of the closing parenthesis.
824 /// Retrieve the source range of the expression.
887 /// Retrieve source information for the type operand.
1098 /// Retrieve source information for the type operand.
1295 // Retrieve the parameter that the argument was created from.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprCXX.h196 /// Retrieve the implicit object argument for the member call.
201 /// Retrieve the type of the object argument.
206 /// Retrieve the declaration of the called method.
209 /// Retrieve the CXXRecordDecl for the underlying type of
401 /// Retrieve the location of the cast operator keyword, e.g.,
405 /// Retrieve the location of the closing parenthesis.
824 /// Retrieve the source range of the expression.
887 /// Retrieve source information for the type operand.
1098 /// Retrieve source information for the type operand.
1295 // Retrieve the parameter that the argument was created from.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprCXX.h196 /// Retrieve the implicit object argument for the member call.
201 /// Retrieve the type of the object argument.
206 /// Retrieve the declaration of the called method.
209 /// Retrieve the CXXRecordDecl for the underlying type of
401 /// Retrieve the location of the cast operator keyword, e.g.,
405 /// Retrieve the location of the closing parenthesis.
824 /// Retrieve the source range of the expression.
887 /// Retrieve source information for the type operand.
1098 /// Retrieve source information for the type operand.
1305 // Retrieve the parameter that the argument was created from.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprCXX.h196 /// Retrieve the implicit object argument for the member call.
201 /// Retrieve the type of the object argument.
206 /// Retrieve the declaration of the called method.
209 /// Retrieve the CXXRecordDecl for the underlying type of
401 /// Retrieve the location of the cast operator keyword, e.g.,
405 /// Retrieve the location of the closing parenthesis.
824 /// Retrieve the source range of the expression.
887 /// Retrieve source information for the type operand.
1098 /// Retrieve source information for the type operand.
1295 // Retrieve the parameter that the argument was created from.
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/
H A DListDetectorsRequest.java143 * Component filters will retrieve only detectors for the components
144 * specified. Label filters will retrieve only detectors that match one of the
145 * labels specified. Billing tier filters will retrieve only detectors for
174 * Component filters will retrieve only detectors for the components
175 * specified. Label filters will retrieve only detectors that match one of the
176 * labels specified. Billing tier filters will retrieve only detectors for
227 * Provide this to retrieve the subsequent page.
253 * Provide this to retrieve the subsequent page.
831 * Component filters will retrieve only detectors for the components
832 * specified. Label filters will retrieve only detectors that match one of the
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/lambda/src/main/resources/codegen-resources/
H A Dexamples-1.json173 "id": "to-retrieve-a-lambda-function-alias-1481648742254",
174 "title": "To retrieve a Lambda function alias"
199 "id": "to-retrieve-a-lambda-functions-event-source-mapping-1481661622799",
200 "title": "To retrieve a Lambda function's event source mapping"
249 "id": "to-retrieve-a-lambda-functions-event-source-mapping-1481661622799",
250 "title": "To retrieve a Lambda function's event source mapping"
287 "id": "to-retrieve-a-lambda-functions-event-source-mapping-1481661622799",
288 "title": "To retrieve a Lambda function's event source mapping"
307 "id": "to-retrieve-a-lambda-function-policy-1481649319053",
308 "title": "To retrieve a Lambda function policy"
[all …]
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h289 * \brief Retrieve the complete file and path name of the given file.
294 * \brief Retrieve the last modification time of the given file.
307 * \brief Retrieve the unique ID for the given \c file.
325 * \brief Retrieve a file handle within the given translation unit.
375 * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the
385 * \brief Retrieve a NULL (invalid) source location.
428 * \brief Retrieve a NULL (invalid) source range.
433 * \brief Retrieve a source range given the beginning and ending source
453 * \brief Retrieve the file, line, column, and offset represented by
481 * \brief Retrieve the file, line, column, and offset represented by
[all …]
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Dresultstore_download.proto334 // Required. The name of the invocation to retrieve. It must match this
403 // Token to retrieve the next page of results, or empty if there are no
410 // Required. The name of the invocation to retrieve. It must match this
478 // Token to retrieve the next page of results, or empty if there are no
485 // Required. The name of the download metadata to retrieve. It must match this
498 // Required. The name of the configuration to retrieve. It must match this
510 // Required. The invocation name of the configurations to retrieve.
544 // Token to retrieve the next page of results, or empty if there are no
551 // Required. The name of the target to retrieve. It must match this format:
563 // Required. The invocation name of the targets to retrieve. It must match
[all …]

12345678910>>...542