Home
last modified time | relevance | path

Searched full:retrieval (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/aosp_15_r20/external/curl/tests/unit/
H A Dunit1603.c85 fail_unless(nodep == key1, "hash retrieval failed");
90 fail_unless(nodep == key2, "hash retrieval failed");
95 fail_unless(nodep == key3, "hash retrieval failed");
101 fail_unless(nodep == key4, "hash retrieval failed");
105 fail_unless(nodep == key1, "hash retrieval failed");
107 fail_unless(nodep == key2, "hash retrieval failed");
109 fail_unless(nodep == key3, "hash retrieval failed");
111 fail_unless(nodep == key4, "hash retrieval failed");
117 fail_unless(nodep == key1, "hash retrieval failed");
119 fail_unless(!nodep, "hash retrieval should have failed");
[all …]
/aosp_15_r20/external/libpng/
H A Dpngget.c2 /* pngget.c - retrieval of values from info struct
435 png_debug1(1, "in %s retrieval function", "pHYs"); in png_get_pHYs_dpi()
500 png_debug1(1, "in %s retrieval function", "bKGD"); in png_get_bKGD()
525 png_debug1(1, "in %s retrieval function", "cHRM"); in png_get_cHRM()
572 png_debug1(1, "in %s retrieval function", "cHRM_XYZ(float)"); in png_get_cHRM_XYZ()
620 png_debug1(1, "in %s retrieval function", "cHRM_XYZ"); in png_get_cHRM_XYZ_fixed()
655 png_debug1(1, "in %s retrieval function", "cHRM"); in png_get_cHRM_fixed()
690 png_debug1(1, "in %s retrieval function", "gAMA"); in png_get_gAMA_fixed()
709 png_debug1(1, "in %s retrieval function", "gAMA(float)"); in png_get_gAMA()
730 png_debug1(1, "in %s retrieval function", "sRGB"); in png_get_sRGB()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/glacier/src/main/resources/codegen-resources/
H A Dservice-2.json127retrieval of this archive will fail. Archive retrievals that are in progress for this archive ID m…
143 …-post.html\">Initiate a Job (POST jobs)</a> to initiate a new inventory retrieval for a vault. The…
213 "requestUri":"/{accountId}/policies/data-retrieval"
222retrieval policy for the account and region specified in the GET request. For more information abo…
238retrieval job, depending on the byte range you specify, Amazon S3 Glacier (Glacier) returns the ch…
305 …ob of the specified type, which can be a select, an archival retrieval, or a vault retrieval. For …
355 …attempt to download it fails. For example, suppose you start an archive retrieval job to download …
473 "requestUri":"/{accountId}/policies/data-retrieval",
482retrieval policy in the region specified in the PUT request. You can set one policy per region for…
514retrieval is completed (<a>InitiateJob</a>). The status of the completed job can be \"Succeeded\" …
[all …]
H A Dexamples-1.json266 "description": "The example returns the current data retrieval policy for the account.",
267 "id": "to-get-the-current-data-retrieval-policy-for-the-account-1481851580439",
268 "title": "To get the current data retrieval policy for an account"
291 …: "The example downloads the output of a previously initiated inventory retrieval job that is iden…
375 "Type": "inventory-retrieval"
389 …"description": "The example initiates an inventory-retrieval job for the vault named examplevault.…
390 "id": "to-initiate-an-inventory-retrieval-job-1482186883826",
391 "title": "To initiate an inventory-retrieval job"
707 "description": "The example sets and then enacts a data retrieval policy.",
708 "id": "to-set-and-then-enact-a-data-retrieval-policy--1481928352408",
[all …]
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/
H A Dtool.proto37 // one type of Tool (e.g FunctionDeclaration, Retrieval or
51 // Optional. Retrieval tool type.
52 // System will always execute the provided retrieval tool(s) to get external
53 // knowledge to answer the prompt. Retrieval results are presented to the
55 Retrieval retrieval = 2 [(google.api.field_behavior) = OPTIONAL]; field
58 // Specialized retrieval tool that is powered by Google search.
122 // Defines a retrieval tool that model can call to access external knowledge.
123 message Retrieval { message
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dtool.proto37 // one type of Tool (e.g FunctionDeclaration, Retrieval or
51 // Optional. Retrieval tool type.
52 // System will always execute the provided retrieval tool(s) to get external
53 // knowledge to answer the prompt. Retrieval results are presented to the
55 Retrieval retrieval = 2 [(google.api.field_behavior) = OPTIONAL]; field
58 // Specialized retrieval tool that is powered by Google search.
165 // Defines a retrieval tool that model can call to access external knowledge.
166 message Retrieval { message
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/configuration/
H A Dtest-config.properties53 # Testing String retrieval
58 # Testing boolean retrieval
63 # Testing byte retrieval
68 # Testing short retrieval
73 # Testing integer retrieval
78 # Testing long retrieval
83 # Testing float retrieval
88 # Testing double retrieval
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
H A DGoogleAuthException.java52 * @param message The detail message (which is saved for later retrieval by the {@link
54 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()} method).
68 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()} method).
83 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()} method).
95 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()} method).
115 * @param message The detail message (which is saved for later retrieval by the {@link
151 * @param message The detail message (which is saved for later retrieval by the {@link
/aosp_15_r20/system/keymint/ta/src/
H A Ddevice.rs37 /// Retrieval of root key material.
40 /// Retrieval of attestation certificate signing information.
43 /// Retrieval of attestation ID information.
50 /// Retrieval of bootloader status.
63 /// Retrieval of artifacts related to the device implementation of IRemotelyProvisionedComponent
68 /// Functionality related to retrieval of device-specific key material, and its subsequent use.
78 // Default implementation is to have an empty KEK retrieval context. in kek_context()
147 /// Retrieval of attestation certificate signing information. The caller is expected to drop key
164 /// Retrieval of attestation ID information. This information will not change (so the caller can
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DLoadSdkException.java34 * @param cause The cause of the exception, which is saved for later retrieval by the {@link
46 * @param message The detailed message which is saved for later retrieval by the {@link
59 * @param message The detailed message which is saved for later retrieval by the {@link
61 * @param cause The cause of the exception, which is saved for later retrieval by the {@link
78 * @param message The detailed message which is saved for later retrieval by the {@link
80 * @param cause The cause of the exception, which is saved for later retrieval by the {@link
DRequestSurfacePackageException.java40 * @param message The detailed message which is saved for later retrieval by the {@link
54 * @param message The detailed message which is saved for later retrieval by the {@link
56 * @param cause The cause of the exception, which is saved for later retrieval by the {@link
72 * @param message The detailed message which is saved for later retrieval by the {@link
74 * @param cause The cause of the exception, which is saved for later retrieval by the {@link
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMockVideoProvider.java64 * retrieval using {@link #getPreviewSurface()}.
75 * retrieval using {@link #getDisplaySurface()}.
86 * retrieval using {@link #getDeviceOrientation()}.
96 * Stores the zoom level set via the {@link VideoCall#setZoom(float)} API for retrieval using
120 * {@link VideoCall#sendSessionModifyResponse(VideoProfile)} API for retrieval via
148 * retrieval via {@link #getPauseImage()}.
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dgenerated-windows-binary-conda-nightly.yml56 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
167 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
297 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
409 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
540 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
652 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
783 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
895 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
1025 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
1136 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
[all …]
H A Dgenerated-windows-binary-wheel-nightly.yml57 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
168 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
299 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
411 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
543 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
655 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
787 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
899 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
1030 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
1141 … # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html
[all …]
/aosp_15_r20/external/json-schema-validator/doc/
H A Dschema-retrieval.md1 # Customizing Schema Retrieval
7 …schema does not define a schema identifier using the `$id` keyword, the retrieval IRI will be used…
60 ## Mapping Schema Identifier to Retrieval IRI
62 The schema identifier can be mapped to the retrieval IRI by implementing the `SchemaMapper` interfa…
105 ## Customizing Network Schema Retrieval
/aosp_15_r20/external/aws-sdk-java-v2/services/bedrockagentruntime/src/main/resources/codegen-resources/
H A Dservice-2.json452 "documentation":"<p>Result item returned from a knowledge base retrieval.</p>"
457 "documentation":"<p>List of knowledge base retrieval results</p>",
470 "documentation":"<p>Configurations for retrieval and generation for knowledge base.</p>"
748 "documentation":"<p>Content of a retrieval result in text</p>"
751 "documentation":"<p>Content of a retrieval result.</p>"
760 "documentation":"<p>The source location of a retrieval result.</p>"
764 "documentation":"<p>The location type of a retrieval result.</p>",
775 "documentation":"<p>The S3 location of a retrieval result.</p>"
784 "documentation":"<p>Configures the retrieval and generation for the session.</p>"
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcontent_v2.accounts.html177 …link between this Merchant Center account and the AdWords account. Upon retrieval, it represents t…
218 …link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents t…
257 …link between this Merchant Center account and the AdWords account. Upon retrieval, it represents t…
298 …link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents t…
358 …link between this Merchant Center account and the AdWords account. Upon retrieval, it represents t…
399 …link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents t…
419 …link between this Merchant Center account and the AdWords account. Upon retrieval, it represents t…
460 …link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents t…
479 …link between this Merchant Center account and the AdWords account. Upon retrieval, it represents t…
520 …link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents t…
[all …]
/aosp_15_r20/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DUnsupportedApiLevelException.java35 * @param message The detail message (which is saved for later retrieval by the
46 * @param message The detail message (which is saved for later retrieval by the
49 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()}
62 * @param cause The cause (which is saved for later retrieval by the {@link #getCause()}
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DJsonSchemaFactory.java341 * Gets the base IRI from the schema retrieval IRI if present otherwise return
347 * @param schemaLocation the schema retrieval uri
469 * @param schemaUri the absolute IRI of the schema which can map to the retrieval IRI.
549 * @param schemaUri the absolute IRI of the schema which can map to the retrieval IRI.
559 * @param schemaUri the absolute IRI of the schema which can map to the retrieval IRI.
571 * @param schemaUri the absolute IRI of the schema which can map to the retrieval IRI.
582 * @param schemaUri the absolute IRI of the schema which can map to the retrieval IRI.
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/prefs/
DInvalidPreferencesFormatException.java45 * @param cause the cause (which is saved for later retrieval by the
57 * later retrieval by the {@link Throwable#getMessage()} method.
68 * later retrieval by the {@link Throwable#getMessage()} method.
69 * @param cause the cause (which is saved for later retrieval by the
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/
DInvalidPreferencesFormatException.java45 * @param cause the cause (which is saved for later retrieval by the
57 * later retrieval by the {@link Throwable#getMessage()} method.
68 * later retrieval by the {@link Throwable#getMessage()} method.
69 * @param cause the cause (which is saved for later retrieval by the
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/
H A DInvalidPreferencesFormatException.java45 * @param cause the cause (which is saved for later retrieval by the
57 * later retrieval by the {@link Throwable#getMessage()} method.
68 * later retrieval by the {@link Throwable#getMessage()} method.
69 * @param cause the cause (which is saved for later retrieval by the
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DStatement.java640 * available for retrieval.
648 * available for retrieval.
715 * should be made available for retrieval. The driver will ignore the
727 * should be made available for retrieval;
752 * for retrieval. This array contains the indexes of the columns in the
787 * for retrieval. This array contains the names of the columns in the
822 * for retrieval. The driver will ignore this signal if the SQL statement
842 * keys should be made available for retrieval using the method
875 * for retrieval. This array contains the indexes of the columns in the
897 * inserted row that should be made available for retrieval by a
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DStatement.java640 * available for retrieval.
648 * available for retrieval.
715 * should be made available for retrieval. The driver will ignore the
727 * should be made available for retrieval;
752 * for retrieval. This array contains the indexes of the columns in the
787 * for retrieval. This array contains the names of the columns in the
822 * for retrieval. The driver will ignore this signal if the SQL statement
842 * keys should be made available for retrieval using the method
875 * for retrieval. This array contains the indexes of the columns in the
897 * inserted row that should be made available for retrieval by a
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DStatement.java640 * available for retrieval.
648 * available for retrieval.
715 * should be made available for retrieval. The driver will ignore the
727 * should be made available for retrieval;
752 * for retrieval. This array contains the indexes of the columns in the
787 * for retrieval. This array contains the names of the columns in the
822 * for retrieval. The driver will ignore this signal if the SQL statement
842 * keys should be made available for retrieval using the method
875 * for retrieval. This array contains the indexes of the columns in the
897 * inserted row that should be made available for retrieval by a
[all …]

12345678910>>...69