Home
last modified time | relevance | path

Searched +full:- +full:- +full:hard (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/third_party/skia/gm/
Dhardstop_gradients.cpp4 * Use of this source code is governed by a BSD-style license that can be
19 * 2-color | rect00 rect01 rect02
20 * 3-color even | rect10 rect11 rect12
21 * 3-color texture | rect20 rect21 rect22
22 * 5-color hard stop | rect30 rect31 rect32
23 * 4-color hard stop centered | rect40 rect41 rect42
24 * 3-color hard stop 001 | rect50 rect51 rect52
25 * 3-color hard stop 011 | rect60 rect61 rect62
26 * 4-color hard stop off-center | rect70 rect71 rect72
28 * The first three rows are cases covered by pre-hard-stop code; simple
[all …]
Dcrbug_938592.cpp4 * Use of this source code is governed by a BSD-style license that can be
18 // This draws a hard stop gradient applied to a rectangle. The hard stops fall at half pixel
21 // When they disagree the hard stop gradient appears jagged. We draw the rectangle four times:
22 // no-mirroring, mirror in x, mirror in y, and mirror in x and y.
35 canvas->translate(50, 50);
37 canvas->save();
39 canvas->translate(0, kMirrorY);
40 canvas->scale(1.f, -1.f);
43 canvas->translate(kMirrorX, 0);
44 canvas->scale(-1.f, 1.f);
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-webvttenc3 00:00.000 --> 00:00.000
6 00:01.500 --> 00:04.500
14 00:04.500 --> 00:04.500
17 00:04.501 --> 00:07.500
22 00:07.501 --> 00:11.500
30 00:11.501 --> 00:14.500
38 00:14.501 --> 00:17.500
42 but show un-closed invalid html tags
46 00:17.501 --> 00:20.500
49 but show un-closed invalid html tags
[all …]
Dsub-textenc2 00:00:00,000 --> 00:00:00,000
6 00:00:01,500 --> 00:00:04,500
15 00:00:04,500 --> 00:00:04,500
19 00:00:04,501 --> 00:00:07,500
25 00:00:07,501 --> 00:00:11,500
34 00:00:11,501 --> 00:00:14,500
43 00:00:14,501 --> 00:00:17,500
47 but show un-closed invalid html tags
52 00:00:17,501 --> 00:00:20,500
55 but show un-closed invalid html tags
[all …]
Dsub-ttmlenc1 <?xml version="1.0" encoding="utf-8"?>
43 … invalid html tags that are closed and show the text in them<br/>but show un-closed invalid html t…
46 …gs with parameters that are closed and show the text in them<br/>but show un-closed invalid html t…
112hard space<br/>Normal spaces at the start and at the end of the line are trimmed while hard spaces…
115 …Default"><br/>\h\h\h\h\hA (05 hard spaces followed by a letter)<br/>A (Normal spaces followed by …
118hard spaces followed by a letter)<br/>A (Normal spaces followed by a letter)<br/>A (No hard space…
121hard spaces: A\h\h\h\h\h<br/>A letter followed by normal spaces: A<br/>A letter followed by no ha…
Dsub-srt20 …ide invalid html tags that are closed and show the text in them\Nbut show un-closed invalid html t…
21 … tags with parameters that are closed and show the text in them\Nbut show un-closed invalid html t…
43hard space\NNormal spaces at the start and at the end of the line are trimmed while hard spaces ar…
44 …,,0,0,0,,{\an1}\N\h\h\h\h\hA (05 hard spaces followed by a letter)\NA (Normal spaces followed by …
45 …05 hard spaces followed by a letter)\NA (Normal spaces followed by a letter)\NA (No hard spaces f…
46hard spaces: A\h\h\h\h\h\NA letter followed by normal spaces: A\NA letter followed by no hard spa…
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Drfkill.c24 u8 hard; member
62 len = read(rfkill->fd, &event, sizeof(event)); in rfkill_receive()
74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) in rfkill_receive()
78 "op=%u soft=%u hard=%u", in rfkill_receive()
80 event.hard); in rfkill_receive()
82 if (event.hard) { in rfkill_receive()
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive()
93 if (new_blocked != rfkill->blocked) { in rfkill_receive()
94 rfkill->blocked = new_blocked; in rfkill_receive()
96 rfkill->cfg->blocked_cb(rfkill->cfg->ctx); in rfkill_receive()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Drfkill.c24 u8 hard; member
62 len = read(rfkill->fd, &event, sizeof(event)); in rfkill_receive()
74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) in rfkill_receive()
78 "op=%u soft=%u hard=%u", in rfkill_receive()
80 event.hard); in rfkill_receive()
82 if (event.hard) { in rfkill_receive()
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive()
93 if (new_blocked != rfkill->blocked) { in rfkill_receive()
94 rfkill->blocked = new_blocked; in rfkill_receive()
96 rfkill->cfg->blocked_cb(rfkill->cfg->ctx); in rfkill_receive()
[all …]
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen11.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 * 9. Open hard link file O_RDONLY
18 * 10. Open hard link file O_WRONLY
19 * 11. Open hard link file O_RDWR
29 * 21. Open non-existing regular file in existing dir
37 * 28. Open regular file(non-empty) O_RDONLY | O_TRUNC, behaviour is undefined
54 #define T_LINK_REG "t_link_reg" /* hard link to T_REG */
128 /* Test open(2) hard link */
129 { /* open hard link file O_RDONLY */
130 .desc = "Open hard link file O_RDONLY",
[all …]
/third_party/python/Lib/distutils/
Dfile_util.py12 'hard': 'hard linking',
24 # custom error-handling added.
74 'preserve_times' is true (the default), the last-modified and
75 last-access times are copied as well. If 'update' is true, 'src' will
79 'link' allows you to make hard links (os.link) or symbolic links
80 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
82 don't support it: 'copy_file()' doesn't check if hard or symbolic
97 # changing it (ie. it's not already a hard/soft link to src OR
115 log.debug("not copying %s (output up-to-date)", src)
125 log.info("%s %s -> %s", action, src, dir)
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.h5 * Copyright (C) 2015-2016, International Business Machines
34 * zero hard references. The cache may use this to keep track the number of
46 * Base class for shared, reference-counted, auto-deleted objects.
51 * Either stack-allocate, use LocalPointer, or use addRef()/removeRef().
52 * Sharing requires reference-counting.
72 * Increments the number of hard references to this object. Thread-safe.
78 * Decrements the number of hard references to this object, and
79 * arrange for possible cache-eviction and/or deletion if ref
80 * count goes to zero. Thread-safe.
87 * Returns the number of hard references for this object.
[all …]
/third_party/icu/icu4c/source/common/
Dsharedobject.h5 * Copyright (C) 2015-2016, International Business Machines
34 * zero hard references. The cache may use this to keep track the number of
46 * Base class for shared, reference-counted, auto-deleted objects.
51 * Either stack-allocate, use LocalPointer, or use addRef()/removeRef().
52 * Sharing requires reference-counting.
72 * Increments the number of hard references to this object. Thread-safe.
78 * Decrements the number of hard references to this object, and
79 * arrange for possible cache-eviction and/or deletion if ref
80 * count goes to zero. Thread-safe.
87 * Returns the number of hard references for this object.
[all …]
/third_party/node/deps/icu-small/source/common/
Dsharedobject.h5 * Copyright (C) 2015-2016, International Business Machines
34 * zero hard references. The cache may use this to keep track the number of
46 * Base class for shared, reference-counted, auto-deleted objects.
51 * Either stack-allocate, use LocalPointer, or use addRef()/removeRef().
52 * Sharing requires reference-counting.
72 * Increments the number of hard references to this object. Thread-safe.
78 * Decrements the number of hard references to this object, and
79 * arrange for possible cache-eviction and/or deletion if ref
80 * count goes to zero. Thread-safe.
87 * Returns the number of hard references for this object.
[all …]
/third_party/musl/
DINSTALL7 itself, which is useful for upgrading an existing musl-based system or
8 compiler toolchain, or for using the provided musl-gcc wrapper with an
9 existing non-musl-based compiler.
11 Building complete native or cross-compiler toolchains is outside the
17 -------------------
19 The only build-time prerequisites for musl are GNU Make and a
22 extensions consisting mainly of gcc-style inline assembly, weak
23 aliases, hidden visibility, and stand-alone assembly source files.
30 The system used to build musl does not need to be Linux-based, nor do
36 -----------------
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata/
DREADME.zoneinfo1 testdata/zoneinfo contains time-zone data files that may be used with CCTZ.
3 Symbolic and hard links have been eliminated for portability.
10 #!/bin/sh -
11 set -e
12 DESTDIR=$(mktemp -d)
13 trap "rm -fr ${DESTDIR}" 0 2 15
17 make --directory=tz \
25 tar --create --dereference --hard-dereference --file tzfile.tar \
26 --directory=tz tzfile.h
27 tar --create --dereference --hard-dereference --file zoneinfo.tar \
[all …]
/third_party/python/Doc/library/
Dresource.rst1 :mod:`resource` --- Resource usage information
11 --------------
16 .. include:: ../includes/wasm-notavail.rst
33 ---------------
36 below. Each resource is controlled by a pair of limits: a soft limit and a hard
38 process over time. The soft limit can never exceed the hard limit. The hard
40 (Only processes with the effective UID of the super-user can raise a hard
57 Returns a tuple ``(soft, hard)`` with the current soft and hard limits of
65 tuple ``(soft, hard)`` of two integers describing the new limits. A value of
70 limit exceeds the hard limit, or if a process tries to raise its hard limit.
[all …]
/third_party/node/doc/api/
Dreport.md3 <!--introduced_in=v11.8.0-->
5 <!-- type=misc -->
7 > Stability: 2 - Stable
9 <!-- name=report -->
11 Delivers a JSON-formatted diagnostic summary, written to a file.
30 "dumpEventTime": "2018-12-21T00:50:11Z",
36 "--report-uncaught-exception",
37 "/home/nodeuser/project/node/test/report/test-exception.js",
40 "nodejsVersion": "v12.0.0-pre",
47 "node": "12.0.0-pre",
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk28 # zlib-1.2.8.tar.gz
29 # openssl-1.0.2g.tar.gz
39 # At least on Debian, building openssl requires package xutils-dev
41 # installed, but xutils-dev is not that obvious in this case...
50 -include Application.mk
56 NDK_ROOT := /opt/Android/SDK/ndk-bundle
68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
78 APP_PLATFORM = android-21
97 ZLIB_TGZ_SOURCE := zlib-$(ZLIB_VERSION).tar.gz
100 OPENSSL_TGZ_SOURCE := openssl-$(OPENSSL_VERSION).tar.gz
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloatInfo.h1 //===---- Mips16HardFloatInfo.h for Mips16 Hard Float --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // Mips16 hard float.
13 //===----------------------------------------------------------------------===//
22 // Return types that matter for hard float are:
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp193 // Create a hard event that depends on the events in the wait list: in clEnqueueMarkerWithWaitList()
195 // with respect to it -- hard events always are. in clEnqueueMarkerWithWaitList()
228 // Create a hard event that depends on the events in the wait list: in clEnqueueBarrierWithWaitList()
230 // serialized with respect to it -- hard events always are. in clEnqueueBarrierWithWaitList()
299 // Create a temporary hard event -- it implicitly depends on all in clFinish()
300 // the previously queued hard events. in clFinish()
/third_party/python/Lib/distutils/tests/
Dtest_file_util.py52 wanted = ['moving %s -> %s' % (self.source, self.target)]
62 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
87 # instead of creating the hard link.
95 copy_file(self.source, self.target, link='hard')
105 # If hard linking fails, copy_file() falls back on copying file
106 # (some special filesystems don't support hard linking even under
112 copy_file(self.source, self.target, link='hard')
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_hardcode.c43 * \brief Contains hard coding functions.
103 .name = "simple-compute",
144 const struct pvr_device_ident *const ident = &dev_info->ident; in pvr_device_get_bvnc()
146 return PVR_BVNC_PACK(ident->b, ident->v, ident->n, ident->c); in pvr_device_get_bvnc()
181 mesa_loge("Could not find hard coding data for %s", program); in pvr_get_hard_coding_data()
192 rogue_get_slc_cache_line_size(&device->pdevice->dev_info); in pvr_hard_code_compute_pipeline()
194 pvr_get_hard_coding_data(&device->pdevice->dev_info); in pvr_hard_code_compute_pipeline()
196 assert(data->type == PVR_HARD_CODE_SHADER_TYPE_COMPUTE); in pvr_hard_code_compute_pipeline()
198 mesa_logd("Hard coding compute pipeline for %s", data->name); in pvr_hard_code_compute_pipeline()
200 *build_info_out = data->compute.build_info; in pvr_hard_code_compute_pipeline()
[all …]
/third_party/mbedtls/3rdparty/p256-m/p256-m/
DREADME.md1 *This is the original README for the p256-m repository. Please note that as
2 only a subset of p256-m's files are present in Mbed TLS, this README may refer
5 p256-m is a minimalistic implementation of ECDH and ECDSA on NIST P-256,
6 especially suited to constrained 32-bit environments. It's written in standard
7 C, with optional bits of assembly for Arm Cortex-M and Cortex-A CPUs.
16 some might even risk weakening security for more speed. p256-m was written
21 to existing implementations (see below) - in less than 700 LOC.
25 - [Correctness](#correctness)
26 - [Security](#security)
27 - [Code size](#code-size)
[all …]
/third_party/rust/crates/regex/bench/src/
Dmisc.rs7 #[cfg(any(feature = "re-rust", feature = "re-rust-bytes"))]
11 #[cfg(not(feature = "re-onig"))]
12 #[cfg(not(feature = "re-pcre1"))]
13 #[cfg(not(feature = "re-pcre2"))]
42 #[cfg(not(feature = "re-rust-bytes"))]
43 #[cfg(not(feature = "re-tcl"))]
92 bench_not_match!(reverse_suffix_no_quadratic, r"[r-z].*bcdefghijklmnopq", {
96 #[cfg(feature = "re-rust")]
109 fn get_text(corpus: &str, suffix: String) -> String { in get_text()
115 fn easy0_suffix() -> String { in easy0_suffix()
[all …]
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp4 * Use of this source code is governed by a BSD-style license that can be
26 // Intervals smaller than this (that aren't hard stops) on low-precision-only devices force us to
35 // MakeColorizer to transparently take care of hard stops at the end points of the gradient.
43 if (GrColorTypeIsWiderThan(args.fDstColorInfo->colorType(), 8)) { in make_textured_colorizer()
44 auto f16Format = args.fContext->priv().caps()->getDefaultBackendFormat( in make_textured_colorizer()
117 const Vec4 scale[2] = {(vc1 - vc0) / threshold, in make_dual_interval_colorizer()
118 (vc3 - vc2) / (1 - threshold)}; in make_dual_interval_colorizer()
120 vc2 - threshold * scale[1]}; in make_dual_interval_colorizer()
128 // The "unrolled" colorizer contains hand-written nested ifs which perform a binary search.
129 // This works on ES2 hardware that doesn't support non-constant array indexes.
[all …]

12345678910>>...44