Home
last modified time | relevance | path

Searched +full:uri +full:- +full:js (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportImpressionScriptEngine.java8 * http://www.apache.org/licenses/LICENSE-2.0
20 import static com.android.adservices.service.js.JSScriptArgument.jsonArg;
21 import static com.android.adservices.service.js.JSScriptArgument.numericArg;
22 import static com.android.adservices.service.js.JSScriptArgument.stringArg;
23 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.RESULTS_FIELD_NAME;
24 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.STATUS_FIELD_NAME;
36 import android.net.Uri;
43 import com.android.adservices.service.js.IsolateSettings;
44 import com.android.adservices.service.js.JSScriptArgument;
45 import com.android.adservices.service.js.JSScriptEngine;
[all …]
DPrebuiltLogicGenerator.java8 * http://www.apache.org/licenses/LICENSE-2.0
20 import android.net.Uri;
34 * Generates JS scripts given prebuilt URIs.
36 * <p>Prebuilt URIs are in '{@code ad-selection-prebuilt://<use-case>/<name>?<query-param>}'
48 static final String MISSING_PREBUILT_PARAMS = "Missing prebuilt URI query params: '%s'!";
51 static final String PREBUILT_FEATURE_IS_DISABLED = "Prebuilt Uri feature is disabled!";
55 "Unrecognized prebuilt URI query params: '%s'!";
58 public static final String AD_SELECTION_PREBUILT_SCHEMA = "ad-selection-prebuilt";
60 @VisibleForTesting public static final String AD_SELECTION_USE_CASE = "ad-selection";
63 public static final String AD_SELECTION_HIGHEST_BID_WINS = "highest-bid-wins";
[all …]
DAdSelectionScriptEngine.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import static com.android.adservices.service.js.JSScriptArgument.arrayArg;
20 import static com.android.adservices.service.js.JSScriptArgument.jsonArg;
21 import static com.android.adservices.service.js.JSScriptArgument.recordArg;
22 import static com.android.adservices.service.js.JSScriptArgument.stringArg;
23 import static com.android.adservices.service.js.JSScriptArgument.stringArrayArg;
24 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.ENTRY_POINT_FUNC_NAME;
25 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.JS_EXECUTION_RESULT_I…
26 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.JS_EXECUTION_STATUS_U…
27 import static com.android.adservices.service.js.JSScriptEngineCommonConstants.JS_SCRIPT_STATUS_SUCC…
[all …]
DJsFetcher.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 import android.net.Uri;
57 static final String MISSING_BIDDING_LOGIC = "Error fetching bidding js logic";
92 * fetch from server. This method doesn't use caching. Use {@link JsFetcher#getBiddingLogic(Uri,
101 @NonNull final Uri decisionLogicUri, in getBiddingLogic()
117 @NonNull final Uri biddingLogicUri, in getBiddingLogic()
128 () -> in getBiddingLogic()
143 e -> { in getBiddingLogic()
170 () -> in getBuyerDecisionLogicWithLogger()
176 buyerDecisionLogicJs -> { in getBuyerDecisionLogicWithLogger()
[all …]
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DContentObserverController.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 import android.net.Uri;
66 * Per-userid {@link JobInfo.TriggerContentUri} keyed ContentObserver cache.
85 Slog.i(TAG, "Tracking content-trigger job " + taskStatus); in maybeStartTrackingJobLocked()
91 // any pending content URI trigger reports. in maybeStartTrackingJobLocked()
96 // to complete the job with them so will re-record them to report again. in maybeStartTrackingJobLocked()
110 for (Uri uri : taskStatus.changedUris) { in maybeStartTrackingJobLocked()
111 taskStatus.contentObserverJobInstance.mChangedUris.add(uri); in maybeStartTrackingJobLocked()
175 // any pending content URI trigger reports. in maybeStopTrackingJobLocked()
219 public ObserverInstance(Handler handler, JobInfo.TriggerContentUri uri, in ObserverInstance() argument
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/assets/scenarios/
Dremarketing-cuj-164.json11 "body": "BiddingLogicV3WithDebugReporting.js",
22 "body": "ScoringLogicWithDebugReporting.js"
95 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
96 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
97 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
98 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
99 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
100 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
101 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
102 "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression",
[all …]
Dremarketing-cuj-debug-reporting-zero-bid.json11 "body": "BiddingLogicV3WithDebugReportingOnZeroBid.js",
22 "body": "ScoringLogicWithDebugReportingOnZeroScore.js"
95 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
96 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
97 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
98 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
99 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
100 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
101 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
102 "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression",
[all …]
Dremarketing-cuj-160.json8 "body": "BiddingLogicV2ImpressionAdCost.js"
17 "body": "ScoringLogicAdCost.js"
56 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
57 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
58 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
59 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
60 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
61 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
62 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
63 "<buyer-reporting-uri>": "{base_url_with_prefix}",
[all …]
Dremarketing-cuj-060.json8 "body": "BiddingLogicV2With6SecDelay.js"
17 "body": "ScoringLogic.js"
57 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
58 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
59 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
60 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
61 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
62 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
63 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
64 "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression",
[all …]
Dremarketing-cuj-161.json8 "body": "BiddingLogicV2AdCostClick.js"
16 "body": "ScoringLogicAdCost.js"
74 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
75 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
76 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
77 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
78 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
79 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
80 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
81 "<buyer-reporting-uri>": "{base_url_with_prefix}",
[all …]
Dremarketing-cuj-187.json8 "body": "BiddingLogicV2Beacon.js"
17 "body": "ScoringLogicBeacon.js"
85 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
86 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
87 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
88 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
89 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
90 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
91 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
92 "<buyer-reporting-uri>": "{base_url_with_prefix}",
[all …]
Dremarketing-cuj-188.json8 "body": "BiddingLogicV2Beacon.js"
17 "body": "ScoringLogicBeacon.js"
85 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily",
86 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1",
87 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2",
88 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1",
89 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2",
90 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted",
91 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted",
92 "<buyer-reporting-uri>": "{base_url_with_prefix}",
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionConfig.java8 * http://www.apache.org/licenses/LICENSE-2.0
22 import android.net.Uri;
54 @NonNull private final Uri mDecisionLogicUri;
60 @NonNull private final Uri mTrustedScoringSignalsUri;
79 this.mDecisionLogicUri = Uri.EMPTY; in AdSelectionConfig()
85 this.mTrustedScoringSignalsUri = Uri.EMPTY; in AdSelectionConfig()
90 @NonNull Uri decisionLogicUri, in AdSelectionConfig()
96 @NonNull Uri trustedScoringSignalsUri) { in AdSelectionConfig()
110 mDecisionLogicUri = Uri.CREATOR.createFromParcel(in); in AdSelectionConfig()
120 mTrustedScoringSignalsUri = Uri.CREATOR.createFromParcel(in); in AdSelectionConfig()
[all …]
DAdSelectionFromOutcomesConfig.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 import android.net.Uri;
42 @NonNull private final Uri mSelectionLogicUri;
62 @NonNull Uri selectionLogicUri) { in AdSelectionFromOutcomesConfig()
83 this.mSelectionLogicUri = Uri.CREATOR.createFromParcel(in); in AdSelectionFromOutcomesConfig()
86 /** @return a AdTechIdentifier of the seller, for example "www.example-ssp.com" */
103 * AdSelectionFromOutcomesConfig} and consumed by the JS logic fetched from the DSP {@code
112 * @return the URI used to retrieve the JS code containing the seller/SSP {@code selectOutcome}
116 public Uri getSelectionLogicUri() {
152 * Builder for {@link AdSelectionFromOutcomesConfig} objects. All fields require non-null values
[all …]
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DMediaContentJob.java8 * http://www.apache.org/licenses/LICENSE-2.0
25 import android.net.Uri;
36 * Example stub job to monitor when there is a change to any media: content URI.
39 static final Uri MEDIA_URI = Uri.parse("content://" + MediaStore.AUTHORITY + "/");
52 JobScheduler js = context.getSystemService(JobScheduler.class); in scheduleJob() local
57 js.schedule(builder.build()); in scheduleJob()
62 JobScheduler js = context.getSystemService(JobScheduler.class); in isScheduled() local
63 List<JobInfo> jobs = js.getAllPendingJobs(); in isScheduled()
76 JobScheduler js = context.getSystemService(JobScheduler.class); in cancelJob() local
77 js.cancel(JobIds.MEDIA_CONTENT_JOB); in cancelJob()
[all …]
H A DPhotosContentJob.java8 * http://www.apache.org/licenses/LICENSE-2.0
29 import android.net.Uri;
43 // The root URI of the media provider, to monitor for generic changes to its content.
44 static final Uri MEDIA_URI = Uri.parse("content://" + MediaStore.AUTHORITY + "/");
46 // Path segments for image-specific URIs in the provider.
61 // A pre-built JobInfo we use for scheduling our job.
89 JobScheduler js = context.getSystemService(JobScheduler.class); in scheduleJob() local
90 js.schedule(JOB_INFO); in scheduleJob()
96 JobScheduler js = context.getSystemService(JobScheduler.class); in isScheduled() local
97 List<JobInfo> jobs = js.getAllPendingJobs(); in isScheduled()
[all …]
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java8 * http://www.apache.org/licenses/LICENSE-2.0
50 * Map of content-type to corresponding {@code HtmlParser.Mode}, used by {@code setContentType} to
63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS);
105 CONTENT_TYPE_LIST.put("application/json", HtmlParser.Mode.JS);
106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS);
129 * Create a new context in the state represented by mode. If a non-null resourceName is provided,
193 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, null); in createHtmlParser()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/upstream/
H A DResolvingDataSource.Resolver.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/upstream/
H A DResolvingDataSource.Resolver.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dbuild.js7 // http://www.apache.org/licenses/LICENSE-2.0
19 // - The build process for the whole UI and the chrome extension.
20 // - The HTTP dev-server with live-reload capabilities.
21 // The reason why this is a hand-rolled script rather than a conventional build
25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler
26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s)
27 // incremental-build times.
28 // This script allows mixing build tools that support --watch mode (tsc and
29 // rollup) and auto-triggering-on-file-change rules via fs.watch.
31 // just runs all the build tasks serially. It doesn't to do any mtime-based
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/datahandlers/
DReportingComputationData.java8 * http://www.apache.org/licenses/LICENSE-2.0
22 import android.net.Uri;
33 /** The buyer decision logic JS containing the reporting computation logic. */
37 /** The URI from where to fetch the buyer decision logic JS. */
39 public abstract Uri getBuyerDecisionLogicUri(); in getBuyerDecisionLogicUri()
53 /** The render uri of the ad which won the ad selection run */
55 public abstract Uri getWinningRenderUri(); in getWinningRenderUri()
70 /** Sets the buyer decision logic JS containing the reporting computation logic. */
73 /** Sets the URI from where to fetch the buyer decision logic JS. */
74 public abstract Builder setBuyerDecisionLogicUri(@Nullable Uri buyerDecisionLogicUri); in setBuyerDecisionLogicUri()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/util/
H A DUriUtil.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/util/
H A DUriUtil.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/
DSignalsEncodingE2ETest.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 import android.net.Uri;
74 import com.android.adservices.service.js.IsolateSettings;
123 // Every test in this class requires that the JS Sandbox be available. The JS Sandbox
319 () -> in setup()
337 Uri encoderUri = mMockWebServerRule.uriForPath(ENCODER_PATH); in testSignalsEncoding_Success()
398 Uri uri = mMockWebServerRule.uriForPath(SIGNALS_PATH); in testSignalsEncoding_Success() local
405 callForUri(uri); in testSignalsEncoding_Success()
427 "Downloaded encoder logic should have been same as one wired with encoder uri", in testSignalsEncoding_Success()
433 () -> PeriodicEncodingJobService.scheduleIfNeeded(any(), any(), eq(false)), in testSignalsEncoding_Success()
[all …]
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DCacheRedirector.kt6 import org.jetbrains.kotlin.gradle.targets.js.nodejs.*
7 import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.*
8 import org.jetbrains.kotlin.gradle.targets.js.yarn.*
18 …upported by cache redirector should be synced with the list at https://cache-redirector.jetbrains.…
19 …he list create an issue in ADM project (example issue https://youtrack.jetbrains.com/issue/IJI-149)
26 "https://dl.google.com/dl/android/studio/ide-zips",
42 "https://repo.jenkins-ci.org/releases",
45 "https://repo.typesafe.com/typesafe/ivy-releases",
48 "https://www.exasol.com/artifactory/exasol-releases",
49 "https://www.jetbrains.com/intellij-repository/nightly",
[all …]

12345678910>>...45