Home
last modified time | relevance | path

Searched defs:js (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DFlexibilityControllerTest.java280 JobStatus js = JobStatus.createFromJobInfo( in createJobStatus() local
409 JobStatus js = createJobStatus("testDefaultFlexibilityConfig", createJob(0)); in testOnConstantsUpdated_AppliedConstraints() local
418 JobStatus js = createJobStatus("testDeadlineProximityConfig", createJob(0)); in testOnConstantsUpdated_DeadlineProximity() local
427 JobStatus js = createJobStatus("testFallbackDeadlineConfig", createJob(0)); in testOnConstantsUpdated_FallbackDeadline() local
442 JobStatus js = createJobStatus("testPercentsToDropConstraintsConfig", jb); in testOnConstantsUpdated_PercentsToDropConstraints() local
548 JobStatus js = createJobStatus("time", jb); in testGetNextConstraintDropTimeElapsedLocked() local
634 JobStatus js = createJobStatus("time", jb); in testCurPercent() local
750 JobStatus js = createJobStatus("time", jb); in testGetLifeCycleBeginningElapsedLocked_Prefetch() local
777 JobStatus js = createJobStatus("time", jb); in testGetLifeCycleBeginningElapsedLocked_NonPrefetch() local
793 JobStatus js = createJobStatus("time", jb); in testGetLifeCycleEndElapsedLocked_Prefetch() local
[all …]
H A DQuotaControllerTest.java414 JobStatus js = JobStatus.createFromJobInfo( in createJobStatus() local
3060 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_NeverApp", 1); in testIsWithinEJQuotaLocked_NeverApp() local
3070 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_Charging", 1); in testIsWithinEJQuotaLocked_Charging() local
3079 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_UnderDuration", 1); in testIsWithinEJQuotaLocked_UnderDuration() local
3093 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_OverDuration", 1); in testIsWithinEJQuotaLocked_OverDuration() local
3119 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_TimingSession", 1); in testIsWithinEJQuotaLocked_TimingSession() local
3156 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_TempAllowlisting", 1); in testIsWithinEJQuotaLocked_TempAllowlisting() local
3199 JobStatus js = in testIsWithinEJQuotaLocked_TempAllowlisting_Restricted() local
3247 JobStatus js = createExpeditedJobStatus("testIsWithinEJQuotaLocked_TopApp", 1); in testIsWithinEJQuotaLocked_TopApp() local
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/
H A Dcxfa_fmexpression.cpp115 bool CXFA_FMNullExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
130 bool CXFA_FMNumberExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
145 bool CXFA_FMStringExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
186 bool CXFA_FMIdentifierExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
223 bool CXFA_FMAssignExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
266 bool CXFA_FMBinExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
381 bool CXFA_FMUnaryExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
459 bool CXFA_FMCallExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
562 bool CXFA_FMDotAccessorExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
620 bool CXFA_FMIndexExpression::ToJavaScript(WideTextBuffer* js, in ToJavaScript()
[all …]
/aosp_15_r20/external/jsmn/test/
H A Dtests.c104 const char *js = "{\"x\": \"va\\\\ue\", \"y\": \"value y\"}"; in test_partial_string() local
127 const char *js = "[ 1, true, [123, \"hello\"]]"; in test_partial_array() local
150 const char *js; in test_array_nomem() local
177 const char *js; in test_unquoted_keys() local
194 const char *js; in test_issue_22() local
214 const char *js = in test_issue_27() local
221 const char *js; in test_input_length() local
238 const char *js; in test_count() local
285 const char *js; in test_nonstrict() local
303 const char *js; in test_unmatched_brackets() local
[all …]
/aosp_15_r20/external/kotlinc/lib/
HDjs.engines.jar ... jetbrains/kotlin/ org/jetbrains/kotlin/js/ org/jetbrains/kotlin/js/engine ...
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
H A DJsonWebKeyUnittest.cpp66 const String8 js( in TEST_F() local
82 const String8 js( in TEST_F() local
104 const String8 js( in TEST_F() local
129 const String8 js( in TEST_F() local
154 const String8 js( in TEST_F() local
192 const String8 js; in TEST_F() local
200 const String8 js( in TEST_F() local
218 const String8 js( in TEST_F() local
251 const String8 js( in TEST_F() local
282 const String8 js( in TEST_F() local
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DFlexibilityController.java379 public void maybeStartTrackingJobLocked(JobStatus js, JobStatus lastJob) { in maybeStartTrackingJobLocked()
439 public void maybeStopTrackingJobLocked(JobStatus js, JobStatus incomingJob) { in maybeStopTrackingJobLocked()
455 final JobStatus js = mJobsToCheck.valueAt(i); in onAppRemovedLocked() local
475 final JobStatus js = mJobsToCheck.valueAt(i); in onUserRemovedLocked() local
491 boolean isFlexibilitySatisfiedLocked(JobStatus js) { in isFlexibilitySatisfiedLocked()
508 int getRelevantAppliedConstraintsLocked(@NonNull JobStatus js) { in getRelevantAppliedConstraintsLocked()
521 boolean hasEnoughSatisfiedConstraintsLocked(@NonNull JobStatus js) { in hasEnoughSatisfiedConstraintsLocked()
619 long getLifeCycleBeginningElapsedLocked(JobStatus js) { in getLifeCycleBeginningElapsedLocked()
659 long getLifeCycleEndElapsedLocked(JobStatus js, long nowElapsed, long earliest) { in getLifeCycleEndElapsedLocked()
705 int getCurPercentOfLifecycleLocked(JobStatus js, long nowElapsed) { in getCurPercentOfLifecycleLocked()
[all …]
H A DIdleController.java164 final JobStatus js = mTrackedTasks.valueAt(i); in dumpControllerStateLocked() local
186 final JobStatus js = mTrackedTasks.valueAt(i); in dumpControllerStateLocked() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java259 JobStatus js = JobStatus.createFromJobInfo(b.build(), SOME_UID, null, -1, null, null); in testDynamicConstraintsNotPersisted() local
517 final JobStatus js = new JobStatus(b.build(), SOME_UID, "somePackage", in testMassivePeriodClampedOnRead() local
548 final JobStatus js = JobStatus.createFromJobInfo(b.build(), SOME_UID, null, -1, null, null); in testBiasPersisted() local
561 final JobStatus js = JobStatus.createFromJobInfo(ji, SOME_UID, null, -1, null, null); in testCumulativeExecutionTimePersisted() local
583 final JobStatus js = JobStatus.createFromJobInfo(ji, SOME_UID, null, -1, null, null); in testDebugTagsPersisted() local
602 final JobStatus js = in testNamespacePersisted() local
620 final JobStatus js = JobStatus.createFromJobInfo(job, SOME_UID, null, -1, null, null); in testPriorityPersisted() local
706 final JobStatus js = JobStatus.createFromJobInfo(ji, SOME_UID, null, -1, null, null); in testTraceTagPersisted() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DMediaContentJob.java52 JobScheduler js = context.getSystemService(JobScheduler.class); in scheduleJob() local
62 JobScheduler js = context.getSystemService(JobScheduler.class); in isScheduled() local
76 JobScheduler js = context.getSystemService(JobScheduler.class); in cancelJob() local
H A DPhotosContentJob.java89 JobScheduler js = context.getSystemService(JobScheduler.class); in scheduleJob() local
96 JobScheduler js = context.getSystemService(JobScheduler.class); in isScheduled() local
111 JobScheduler js = context.getSystemService(JobScheduler.class); in cancelJob() local
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_javascript_embeddertest.cpp35 ScopedFPDFJavaScriptAction js; in TEST_F() local
65 ScopedFPDFJavaScriptAction js(FPDFDoc_GetJavaScriptAction(document(), 0)); in TEST_F() local
95 ScopedFPDFJavaScriptAction js(FPDFDoc_GetJavaScriptAction(document(), 0)); in TEST_F() local
H A Dfpdf_javascript.cpp57 auto js = std::make_unique<CPDF_JavaScript>(); in FPDFDoc_GetJavaScriptAction() local
74 CPDF_JavaScript* js = in FPDFJavaScriptAction_GetName() local
85 CPDF_JavaScript* js = in FPDFJavaScriptAction_GetScript() local
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java708 JobStatus js = mRunningJobs.valueAt(i); in isSimilarJobRunningLocked() local
843 final JobStatus js = jsc.getRunningJobLocked(); in prepareForAssignmentDeterminationLocked() local
1179 final JobStatus js = assignment.context.getRunningJobLocked(); in carryOutAssignmentChangesLocked() local
1808 final JobStatus js = context.getRunningJobLocked(); in shouldStopRunningJobLocked() local
1918 final JobStatus js = jc.getRunningJobLocked(); in executeStopCommandLocked() local
1941 final JobStatus js = jc.getRunningJobLocked(); in getEstimatedNetworkBytesLocked() local
1960 final JobStatus js = jc.getRunningJobLocked(); in getTransferredNetworkBytesLocked() local
1993 JobStatus js; in printPendingQueueLocked() local
2259 int getJobWorkTypes(@NonNull JobStatus js) { in getJobWorkTypes()
/aosp_15_r20/external/jsmn/
H A Djsmn.h141 static int jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive()
196 static int jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string()
271 JSMN_API int jsmn_parse(jsmn_parser *parser, const char *js, const size_t len, in jsmn_parse()
/aosp_15_r20/external/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c499 lws_struct_serialize_t *js = lws_zalloc(sizeof(*js), __func__); in lws_struct_json_serialize_create() local
528 lws_struct_pretty(lws_struct_serialize_t *js, uint8_t **pbuf, size_t *plen) in lws_struct_pretty()
543 lws_struct_json_serialize(lws_struct_serialize_t *js, uint8_t *buf, in lws_struct_json_serialize()
/aosp_15_r20/external/dokka/core/testdata/format/website/dataTags/
H A Djs.kt6 fun js() {} in js() method
/aosp_15_r20/external/dokka/core/testdata/format/website-html/dataTags/
H A Djs.kt6 fun js() {} in js() method
/aosp_15_r20/external/dokka/core/testdata/format/multiplatform/implied/
H A Djs.kt10 fun js() { in js() method
/aosp_15_r20/external/dokka/core/testdata/format/multiplatform/mergeMembers/
H A Djs.kt10 fun js() { in js() method in foo.Foo
/aosp_15_r20/external/jsmn/example/
H A Djsondump.c28 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) { in dump()
75 char *js = NULL; in main() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/
H A Dlazyload.js57 var queue = {js: [], css: []}, sources = {js: {}, css: {}}, context = this; property
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/
H A Dlazyload.js57 var queue = {js: [], css: []}, sources = {js: {}, css: {}}, context = this; property
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dmanifest.json23 "js": ["ct.js"], array
29 "js": ["prevent_unload_popup.js"], array
/aosp_15_r20/external/pdfium/testing/tools/
H A Dsuppressor.py40 def _FilterSuppressions(self, os_name, js, xfa, rendering_option, argument
48 def _MatchSuppression(self, item, os_name, js, xfa, rendering_option): argument

12345678910>>...26