/external/fonttools/Lib/fontTools/varLib/ |
D | iup.py | 113 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/ |
D | elfputzdata.c | 117 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/ |
D | optimization-remarks-lazy-bfi.ll | 19 ; 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/ |
D | ninfod_name.c | 290 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()
|
D | ninfod_core.c | 303 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()
|
D | ninfod.h | 54 int forced 117 void init_core(int forced);
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | control.cellular.full | 7 PURPOSE = "Test forced update at OOBE." 14 This tests the forced autoupdate flow at OOBE using cellular.
|
D | control.cellular.delta | 7 PURPOSE = "Test forced update at OOBE." 14 This tests the forced autoupdate flow at OOBE using cellular.
|
D | control.interrupt.full | 7 PURPOSE = "Test forced update at OOBE with interruptions." 14 This tests the forced autoupdate flow at OOBE with interruptions.
|
D | control.delta | 7 PURPOSE = "Test forced update at OOBE." 14 This tests the forced autoupdate flow at OOBE.
|
D | control.full | 7 PURPOSE = "Test forced update at OOBE." 14 This tests the forced autoupdate flow at OOBE.
|
/external/autotest/client/site_tests/logging_UserCrash/ |
D | control | 12 - forced crash does not occur 13 - forced segv message is not found
|
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/ |
D | control | 10 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/ |
D | ResTableTheme.java | 38 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/ |
D | SetVersion.cmake | 38 # 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/ |
D | diagnostics-with-hotness.ll | 17 ; 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/ |
D | funcimport_forcecold.ll | 13 ; Next rebuild caller module summary with non-critical edges forced cold (which 20 ; Next rebuild caller module summary with all edges forced cold.
|
D | funcimport_forcecold_samplepgo.ll | 13 ; 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/ |
D | backlight.proto | 64 // 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/ |
D | 3.5.2.rst | 16 Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
|
/external/e2fsprogs/tests/f_summary_counts/ |
D | expect.1 | 1 test_filesys contains a file system with errors, check forced.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 38 All forced by CONFIG_TINY_RCU.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | inlineasm-X-allocation.ll | 3 ; In the novfp case, the compiler is forced to assign a core register,
|
/external/llvm/test/CodeGen/AArch64/ |
D | inlineasm-X-allocation.ll | 3 ; In the novfp case, the compiler is forced to assign a core register,
|
/external/clang/test/Misc/ |
D | languageOptsOpenCL.cl | 4 // Test the forced language options for OpenCL are set correctly.
|