Home
last modified time | relevance | path

Searched refs:forced (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/fonttools/Lib/fontTools/varLib/
Diup.py113 forced = set()
164 forced.add(i)
169 return forced
171 def _iup_contour_optimize_dp(delta, coords, forced={}, tolerance=0, lookback=None): argument
192 if i - 1 in forced:
203 if j in forced:
241 forced = _iup_contour_bound_forced_set(delta, coords, tolerance)
247 if forced:
250 k = (n-1) - max(forced)
255 forced = _rot_set(forced, k, n)
[all …]
/external/elfutils/tests/
Delfputzdata.c117 bool forced = false; in main() local
123 forced = true; in main()
129 forced ? " (forced) " : " ", in main()
139 forced = true; in main()
145 forced ? " (forced) " : " ", in main()
163 if (forced && new_size < orig_size) in main()
170 if (! forced && new_size >= orig_size) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Doptimization-remarks-lazy-bfi.ll19 ; HOTNESS: Branch Probability Info : forced
20 ; HOTNESS: block-frequency: forced
21 ; NO_HOTNESS-NOT: Branch Probability Info : forced
22 ; NO_HOTNESS-NOT: block-frequency: forced
26 ; 1 void forced (char *A, char *B, char *C, int N) {
37 define void @forced(i8* %A, i8* %B, i8* %C, i32 %N) !dbg !7 !prof !22 {
71 !7 = distinct !DISubprogram(name: "forced", scope: !1, file: !1, line: 1, type: !8, isLocal: false,…
/external/iputils/ninfod/
Dninfod_name.c290 void init_nodeinfo_nodename(int forced) in init_nodeinfo_nodename() argument
301 if (!changed && !forced) in init_nodeinfo_nodename()
307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) { in init_nodeinfo_nodename()
330 if (changed || forced) { in init_nodeinfo_nodename()
Dninfod_core.c303 if (!forced && initialized) in init_nodeinfo_suptypes()
392 void init_core(int forced) in init_core() argument
398 if (!initialized || forced) { in init_core()
427 subjinfo_table[i].init(forced); in init_core()
434 qtypeinfo_table[i].init(forced); in init_core()
Dninfod.h54 int forced
117 void init_core(int forced);
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.cellular.full7 PURPOSE = "Test forced update at OOBE."
14 This tests the forced autoupdate flow at OOBE using cellular.
Dcontrol.cellular.delta7 PURPOSE = "Test forced update at OOBE."
14 This tests the forced autoupdate flow at OOBE using cellular.
Dcontrol.interrupt.full7 PURPOSE = "Test forced update at OOBE with interruptions."
14 This tests the forced autoupdate flow at OOBE with interruptions.
Dcontrol.delta7 PURPOSE = "Test forced update at OOBE."
14 This tests the forced autoupdate flow at OOBE.
Dcontrol.full7 PURPOSE = "Test forced update at OOBE."
14 This tests the forced autoupdate flow at OOBE.
/external/autotest/client/site_tests/logging_UserCrash/
Dcontrol12 - forced crash does not occur
13 - forced segv message is not found
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
Dcontrol10 PURPOSE = "Start a forced autoupdate at OOBE."
14 This test will start a forced autoupdate at OOBE.
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java38 private final boolean forced; field in ResTableTheme.AppliedStyle
40 public AppliedStyle(int styleResId, boolean forced) { in AppliedStyle() argument
42 this.forced = forced; in AppliedStyle()
49 return (found ? resourceName : "unknown") + (forced ? " (forced)" : ""); in toString()
/external/parameter-framework/upstream/
DSetVersion.cmake38 # First, let's see if the user forced a version (i.e. "vX.Y.Z-N")
60 # Set the "nice version string" to the one forced by the user
76 # forced by the user - see above)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDistribute/
Ddiagnostics-with-hotness.ll17 ; 1 void forced (char *A, char *B, char *C, int N) {
32 define void @forced(i8* %A, i8* %B, i8* %C, i32 %N) !dbg !7 !prof !22 {
66 !7 = distinct !DISubprogram(name: "forced", scope: !1, file: !1, line: 1, type: !8, isLocal: false,…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport_forcecold.ll13 ; Next rebuild caller module summary with non-critical edges forced cold (which
20 ; Next rebuild caller module summary with all edges forced cold.
Dfuncimport_forcecold_samplepgo.ll13 ; Next rebuild caller module summary with only non-critical edges forced cold,
19 ; Next rebuild caller module summary with all edges forced cold.
/external/cros/system_api/dbus/power_manager/
Dbacklight.proto64 // Backlights were forced off by Chrome (typically due to the user tapping
67 // Backlights are no longer being forced off by Chrome.
/external/python/cpython3/Misc/NEWS.d/
D3.5.2.rst16 Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
/external/e2fsprogs/tests/f_summary_counts/
Dexpect.11 test_filesys contains a file system with errors, check forced.
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt38 All forced by CONFIG_TINY_RCU.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dinlineasm-X-allocation.ll3 ; In the novfp case, the compiler is forced to assign a core register,
/external/llvm/test/CodeGen/AArch64/
Dinlineasm-X-allocation.ll3 ; In the novfp case, the compiler is forced to assign a core register,
/external/clang/test/Misc/
DlanguageOptsOpenCL.cl4 // Test the forced language options for OpenCL are set correctly.

1234567891011