Home
last modified time | relevance | path

Searched full:force (Results 1 – 25 of 16226) sorted by relevance

12345678910>>...650

/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state_static.json27 // - If mode == "force-https", then apply force-https to subdomains.
28 // mode: (optional string) "force-https" iff covered names should require
39 …{ "name": "android", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true …
40 { "name": "app", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
41 … { "name": "bank", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
42 …{ "name": "chrome", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
43 { "name": "dev", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
44 { "name": "foo", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
45 { "name": "gle", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
46 … { "name": "gmail", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true },
[all …]
/aosp_15_r20/external/libxkbcommon/
H A D.uncrustify.cfg120 sp_arith=force
121 sp_assign=force
122 sp_assign_default=force
123 sp_before_assign=force
124 sp_after_assign=force
125 sp_enum_assign=force
126 sp_enum_before_assign=force
127 sp_enum_after_assign=force
129 sp_bool=force
130 sp_compare=force
[all …]
/aosp_15_r20/external/ot-br-posix/third_party/openthread/
H A DCMakeLists.txt29 set(OT_15_4 ON CACHE STRING "enable 802.15.4 radio link" FORCE)
30 set(OT_ANYCAST_LOCATOR ON CACHE STRING "enable anycast locator" FORCE)
31 …E_ROUTER ${OTBR_BACKBONE_ROUTER} CACHE STRING "Enable Backbone Router feature in OpenThread" FORCE)
32 …A_NDPROXYING ${OTBR_DUA_ROUTING} CACHE STRING "Configure DUA ND Proxy feature in OpenThread" FORCE)
33 set(OT_BORDER_AGENT ON CACHE STRING "enable border agent" FORCE)
34 set(OT_BORDER_AGENT_EPSKC ON CACHE STRING "enable border agent ephemeral PSKc" FORCE)
35 set(OT_BORDER_AGENT_ID ON CACHE STRING "enable border agent ID" FORCE)
36 set(OT_BORDER_ROUTER ON CACHE STRING "enable border router feature" FORCE)
37 set(OT_BORDER_ROUTING ${OTBR_BORDER_ROUTING} CACHE STRING "enable border routing feature" FORCE)
38 …UNTERS ${OTBR_BORDER_ROUTING_COUNTERS} CACHE STRING "enable border routing counters feature" FORCE)
[all …]
/aosp_15_r20/art/test/1970-force-early-return-long/
H A Dexpected-stdout.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of 987000
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of 987001
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of 987002
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of 987003
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 }
29 Will force return of 987004
[all …]
H A Dexpected-stdout.jvm.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of 987000
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of 987001
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of 987002
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of 987003
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 }
29 Will force return of 987004
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py144 def cleanup(self, *, force=False): argument
146 self.delete_forwarding_rule(force=force)
147 self.delete_alternative_forwarding_rule(force=force)
148 self.delete_target_http_proxy(force=force)
149 self.delete_target_grpc_proxy(force=force)
150 self.delete_alternative_target_grpc_proxy(force=force)
151 self.delete_url_map(force=force)
152 self.delete_alternative_url_map(force=force)
153 self.delete_backend_service(force=force)
154 self.delete_alternative_backend_service(force=force)
[all …]
/aosp_15_r20/art/test/1968-force-early-return/
H A Dexpected-stdout.jvm.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of OveriddenReturnValue { id: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of OveriddenReturnValue { id: 1 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of OveriddenReturnValue { id: 2 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of OveriddenReturnValue { id: 3 }
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 }
29 Will force return of OveriddenReturnValue { id: 4 }
[all …]
H A Dexpected-stdout.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of OveriddenReturnValue { id: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of OveriddenReturnValue { id: 1 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of OveriddenReturnValue { id: 2 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of OveriddenReturnValue { id: 3 }
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 }
29 Will force return of OveriddenReturnValue { id: 4 }
[all …]
/aosp_15_r20/art/test/1969-force-early-return-void/
H A Dexpected-stdout.no-jvm.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of Test1969 target thread - 1
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of Test1969 target thread - 3
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of Test1969 target thread - 5
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of Test1969 target thread - 7
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0, cnt: 0 }
29 Will force return of Test1969 target thread - 9
[all …]
H A Dexpected-stdout.jvm.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of Test1969 target thread - 1
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of Test1969 target thread - 3
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of Test1969 target thread - 5
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of Test1969 target thread - 7
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0, cnt: 0 }
29 Will force return of Test1969 target thread - 9
[all …]
H A Dexpected-stdout.txt4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
5 Will force return of Test1969 target thread - 1
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
11 Will force return of Test1969 target thread - 3
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
17 Will force return of Test1969 target thread - 5
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
23 Will force return of Test1969 target thread - 7
28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0, cnt: 0 }
29 Will force return of Test1969 target thread - 9
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/4a/
D4aef7872dc1f7283c2c07432e1d4f7adb8691eef99 …diates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-return-void/android_com…
100 …diates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-return-void/android_com…
127force-early-return-void/art-run-test-1969-force-early-return-void/android_common/lint-srcs.list.rs…
130 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
134 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
138 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
142 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
146 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
150 …to: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-early-…
154 …file: "out/soong/.intermediates/art/test/1969-force-early-return-void/art-run-test-1969-force-earl…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/ce/
Dce5115b038b04eb1af585a56a02e1e2ea05124de99 …termediates/art/test/1968-force-early-return/art-run-test-1968-force-early-return/android_common/j…
100 …termediates/art/test/1968-force-early-return/art-run-test-1968-force-early-return/android_common/j…
127force-early-return/art-run-test-1968-force-early-return/android_common/lint-srcs.list.rsp __SBOX_S…
130 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
134 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
138 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
142 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
146 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
150 …to: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-retur…
154 …file: "out/soong/.intermediates/art/test/1968-force-early-return/art-run-test-1968-force-early-ret…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/3d/
D3d8ce927687d3ac9bb690e2eb2ac90177089542199 …art/test/1971-multi-force-early-return/art-run-test-1971-multi-force-early-return/android_common/j…
100 …art/test/1971-multi-force-early-return/art-run-test-1971-multi-force-early-return/android_common/j…
127force-early-return/art-run-test-1971-multi-force-early-return/android_common/lint-srcs.list.rsp __…
130 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
134 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
138 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
142 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
146 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
150 …to: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-force
154 …file: "out/soong/.intermediates/art/test/1971-multi-force-early-return/art-run-test-1971-multi-for…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/82/
D821921418d583fc0f7c603de6cb74763a74dbc8099 …diates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-return-long/android_com…
100 …diates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-return-long/android_com…
127force-early-return-long/art-run-test-1970-force-early-return-long/android_common/lint-srcs.list.rs…
130 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
134 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
138 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
142 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
146 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
150 …to: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-early-…
154 …file: "out/soong/.intermediates/art/test/1970-force-early-return-long/art-run-test-1970-force-earl…
[all …]
/aosp_15_r20/tools/asuite/experiments/a/tools/
H A Dupdate_aliases.py73 f'adb shell "am force-stop {target}"',
92 f'adb shell am force-stop {target}',
111 f'adb shell am force-stop {target}',
130 f'adb shell am force-stop {target}',
144 f'adb shell am force-stop {target}',
158 f'adb shell am force-stop {target}',
194 'update': 'adb shell am force-stop com.android.systemui',
198 'update': 'adb shell am force-stop com.android.systemui',
211 'update': 'adb shell am force-stop com.android.car.settings',
215 'update': 'adb shell am force-stop com.google.android.car.kitchensink',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/
DClangTidyForceLinker.h17 // This anchor is used to force the linker to link the AbseilModule.
22 // This anchor is used to force the linker to link the AlteraModule.
27 // This anchor is used to force the linker to link the AndroidModule.
32 // This anchor is used to force the linker to link the BoostModule.
37 // This anchor is used to force the linker to link the BugproneModule.
42 // This anchor is used to force the linker to link the CERTModule.
47 // This anchor is used to force the linker to link the ConcurrencyModule.
52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule.
57 // This anchor is used to force the linker to link the DarwinModule.
62 // This anchor is used to force the linker to link the FuchsiaModule.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/
DClangTidyForceLinker.h17 // This anchor is used to force the linker to link the AbseilModule.
22 // This anchor is used to force the linker to link the AlteraModule.
27 // This anchor is used to force the linker to link the AndroidModule.
32 // This anchor is used to force the linker to link the BoostModule.
37 // This anchor is used to force the linker to link the BugproneModule.
42 // This anchor is used to force the linker to link the CERTModule.
47 // This anchor is used to force the linker to link the ConcurrencyModule.
52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule.
57 // This anchor is used to force the linker to link the DarwinModule.
62 // This anchor is used to force the linker to link the FuchsiaModule.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/
DClangTidyForceLinker.h17 // This anchor is used to force the linker to link the AbseilModule.
22 // This anchor is used to force the linker to link the AlteraModule.
27 // This anchor is used to force the linker to link the AndroidModule.
32 // This anchor is used to force the linker to link the BoostModule.
37 // This anchor is used to force the linker to link the BugproneModule.
42 // This anchor is used to force the linker to link the CERTModule.
47 // This anchor is used to force the linker to link the ConcurrencyModule.
52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule.
57 // This anchor is used to force the linker to link the DarwinModule.
62 // This anchor is used to force the linker to link the FuchsiaModule.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DClangTidyForceLinker.h17 // This anchor is used to force the linker to link the AbseilModule.
22 // This anchor is used to force the linker to link the AlteraModule.
27 // This anchor is used to force the linker to link the AndroidModule.
32 // This anchor is used to force the linker to link the BoostModule.
37 // This anchor is used to force the linker to link the BugproneModule.
42 // This anchor is used to force the linker to link the CERTModule.
47 // This anchor is used to force the linker to link the ConcurrencyModule.
52 // This anchor is used to force the linker to link the CppCoreGuidelinesModule.
57 // This anchor is used to force the linker to link the DarwinModule.
62 // This anchor is used to force the linker to link the FuchsiaModule.
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/AArch64/
H A Darbitrary-induction-step.ll1 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=2 -force-vector-width=4 | FileCheck %s
2 … RUN: opt -S < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 | FileCheck %s …
23 ; FORCE-VEC-LABEL: @ind_plus2(
24 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>*
25 ; FORCE-VEC: mul nsw <2 x i32>
26 ; FORCE-VEC: add nsw <2 x i32>
27 ; FORCE-VEC: %index.next = add i64 %index, 2
28 ; FORCE-VEC: icmp eq i64 %index.next, 512
67 ; FORCE-VEC-LABEL: @ind_minus2(
68 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>*
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/df/
Ddfeb204badb0a4281823db58851b65b2b08d6fc3117 from: "art/test/1969-force-early-return-void/Android.bp"
118 to: "art/test/1969-force-early-return-void/Android.bp"
121 from: "art/test/1969-force-early-return-void/expected-stderr.txt"
122 to: "art/test/1969-force-early-return-void/expected-stderr.txt"
125 from: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
126 to: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
129 from: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
130 to: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
133 from: "art/test/1969-force-early-return-void/expected-stdout.txt"
134 to: "art/test/1969-force-early-return-void/expected-stdout.txt"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/cf/
Dcf0b14dafdbce51928f3a59215aa291284fd6068117 from: "art/test/1969-force-early-return-void/Android.bp"
118 to: "art/test/1969-force-early-return-void/Android.bp"
121 from: "art/test/1969-force-early-return-void/expected-stderr.txt"
122 to: "art/test/1969-force-early-return-void/expected-stderr.txt"
125 from: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
126 to: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
129 from: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
130 to: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
133 from: "art/test/1969-force-early-return-void/expected-stdout.txt"
134 to: "art/test/1969-force-early-return-void/expected-stdout.txt"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/54/
D5406c4011ce375ef9c53caf9a6867658f61c032f117 from: "art/test/1969-force-early-return-void/Android.bp"
118 to: "art/test/1969-force-early-return-void/Android.bp"
121 from: "art/test/1969-force-early-return-void/expected-stderr.txt"
122 to: "art/test/1969-force-early-return-void/expected-stderr.txt"
125 from: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
126 to: "art/test/1969-force-early-return-void/expected-stdout.jvm.txt"
129 from: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
130 to: "art/test/1969-force-early-return-void/expected-stdout.no-jvm.txt"
133 from: "art/test/1969-force-early-return-void/expected-stdout.txt"
134 to: "art/test/1969-force-early-return-void/expected-stdout.txt"
[all …]
/aosp_15_r20/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/java/com/google/api/serviceusage/v1beta1/
H A DDeleteAdminOverrideRequest.java132 * Whether to force the deletion of the quota override.
133 * Setting the force parameter to 'true' ignores all quota safety checks that
137 * <code>bool force = 2;</code>
139 * @return The force.
170 * Unlike 'force' field that ignores all the quota safety checks, the
172 * still enforced. The 'force' and 'force_only' fields cannot both be set.
190 * Unlike 'force' field that ignores all the quota safety checks, the
192 * still enforced. The 'force' and 'force_only' fields cannot both be set.
208 * Unlike 'force' field that ignores all the quota safety checks, the
210 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]

12345678910>>...650