Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 14360) sorted by relevance

12345678910>>...575

/third_party/icu/icu4c/source/common/
Duprops.cpp160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains()
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
194 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument
211 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert()
[all …]
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() argument
128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty()
132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl()
133 if (which < UCHAR_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl()
154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl()
163 EmojiProps::hasBinaryProperty(const UChar *s, int32_t length, UProperty which) { in hasBinaryProperty() argument
166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty()
170 EmojiProps::hasBinaryPropertyImpl(const UChar *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl()
173 // The caller should have delegated single code points to hasBinaryProperty(c, which). in hasBinaryPropertyImpl()
174 if (which < UCHAR_BASIC_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl()
[all …]
/third_party/libinput/udev/
Dtest-libinput-fuzz-extract.c37 uint32_t which; in START_TEST() member
42 { .which = (MIN|MAX), in START_TEST()
45 { .which = (MIN|MAX), in START_TEST()
48 { .which = (MIN|MAX|RES), in START_TEST()
51 { .which = (RES), in START_TEST()
54 { .which = (MIN), in START_TEST()
57 { .which = (MAX|RES), in START_TEST()
60 { .which = (MIN|MAX|RES|FUZZ), in START_TEST()
63 { .which = (MIN|MAX|RES|FUZZ|FLAT), in START_TEST()
66 { .which = (MIN|RES|FUZZ|FLAT), in START_TEST()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duprops.cpp158 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
166 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
171 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
172 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains()
175 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
179 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
183 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
192 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion()
206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument
209 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert()
[all …]
/third_party/node/deps/icu-small/source/common/
Duprops.cpp160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains()
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
194 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument
211 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert()
[all …]
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() argument
128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty()
132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl()
133 if (which < UCHAR_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl()
154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl()
163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty() argument
166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty()
170 EmojiProps::hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl()
173 // The caller should have delegated single code points to hasBinaryProperty(c, which). in hasBinaryPropertyImpl()
174 if (which < UCHAR_BASIC_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl()
[all …]
/third_party/node/deps/npm/node_modules/which/
DREADME.md1 # which chapter
3 Like the unix `which` utility.
12 const which = require('which')
16 const resolved = await which('node')
19 const resolvedOrNull = await which('node', { nothrow: true })
23 const resolved = which.sync('node')
26 const resolvedOrNull = which.sync('node', { nothrow: true })
29 await which('node', { path: someOtherPath, pathExt: somePathExt })
34 Just like the BSD `which(1)` binary but using `node-which`.
37 usage: node-which [-as] program ...
[all …]
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsClassConstructor.errors.txt2 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
3 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
4 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
6 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
7 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
8 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
9 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
10 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
12 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
13 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
[all …]
DcollisionArgumentsClassMethod.errors.txt2 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
3 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
4 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
6 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
7 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
8 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
9 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
10 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
12 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
13 …S1210: Code contained in a class is evaluated in JavaScript's strict mode which does not allow thi…
[all …]
DimportHelpersNoHelpers.errors.txt1 …rror TS2343: This syntax requires an imported helper named '__exportStar' which does not exist in …
2 …: error TS2343: This syntax requires an imported helper named '__extends' which does not exist in …
3 … error TS2343: This syntax requires an imported helper named '__decorate' which does not exist in …
4 … error TS2343: This syntax requires an imported helper named '__metadata' which does not exist in …
5 …2): error TS2343: This syntax requires an imported helper named '__param' which does not exist in …
6 …): error TS2343: This syntax requires an imported helper named '__assign' which does not exist in …
7 …12): error TS2343: This syntax requires an imported helper named '__rest' which does not exist in …
13 !!! error TS2343: This syntax requires an imported helper named '__exportStar' which does not exist…
17 !!! error TS2343: This syntax requires an imported helper named '__extends' which does not exist in…
23 !!! error TS2343: This syntax requires an imported helper named '__decorate' which does not exist i…
[all …]
DimplicitAnyAmbients.errors.txt2 tests/cases/compiler/implicitAnyAmbients.ts(5,14): error TS7010: 'f', which lacks return-type annot…
4 tests/cases/compiler/implicitAnyAmbients.ts(6,14): error TS7010: 'f2', which lacks return-type anno…
5 tests/cases/compiler/implicitAnyAmbients.ts(10,9): error TS7010: 'foo', which lacks return-type ann…
6 tests/cases/compiler/implicitAnyAmbients.ts(11,9): error TS7010: 'foo2', which lacks return-type an…
7 tests/cases/compiler/implicitAnyAmbients.ts(16,9): error TS7010: 'foo', which lacks return-type ann…
8 tests/cases/compiler/implicitAnyAmbients.ts(17,9): error TS7010: 'foo2', which lacks return-type an…
21 !!! error TS7010: 'f', which lacks return-type annotation, implicitly has an 'any' return type.
26 !!! error TS7010: 'f2', which lacks return-type annotation, implicitly has an 'any' return type.
32 !!! error TS7010: 'foo', which lacks return-type annotation, implicitly has an 'any' return type.
35 !!! error TS7010: 'foo2', which lacks return-type annotation, implicitly has an 'any' return type.
[all …]
/third_party/toybox/
Dmain.c33 // skip the first entry, which is out of order. in toy_find()
69 toys.which = toy_list; in unknown()
74 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument
76 toys.which = which; in toy_singleinit()
83 if (CFG_TOYBOX_HELP_DASHDASH && !(which->flags & TOYFLAG_NOHELP) && argv[1]) { in toy_singleinit()
85 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()
86 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]); in toy_singleinit()
97 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit()
103 if (!(which->flags & TOYFLAG_UMASK)) umask(toys.old_umask); in toy_singleinit()
109 void toy_init(struct toy_list *which, char *argv[]) in toy_init() argument
[all …]
/third_party/toybox/porting/liteos_a/
Dmain.c40 // skip the first entry, which is out of order. in toy_find()
76 toys.which = toy_list; in unknown()
81 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument
83 toys.which = which; in toy_singleinit()
90 if (CFG_TOYBOX_HELP_DASHDASH && !(which->flags & TOYFLAG_NOHELP) && argv[1]) { in toy_singleinit()
92 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()
93 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]); in toy_singleinit()
104 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit()
110 if (!(which->flags & TOYFLAG_UMASK)) umask(toys.old_umask); in toy_singleinit()
116 void toy_init(struct toy_list *which, char *argv[]) in toy_init() argument
[all …]
/third_party/python/Doc/
DREADME.rst17 The documentation is built with several tools which are not included in this
42 You can also skip creating the virtual environment altogether, in which case
53 * "clean", which removes all build files and the virtual environment.
55 * "clean-venv", which removes the virtual environment directory.
57 * "venv", which creates a virtual environment with all necessary tools
60 * "html", which builds standalone HTML files for offline viewing.
62 * "htmlview", which re-uses the "html" builder, but then opens the main page
65 * "htmlhelp", which builds HTML files and a HTML Help project file usable to
73 * "latex", which builds LaTeX source files as input to "pdflatex" to produce
76 * "text", which builds a plain text file for each source file.
[all …]
/third_party/protobuf/objectivec/
DGPBUtilities.h92 * @param self The message for which to clear the field.
100 * @param self The message for which to clear the field.
119 * @param self The message from which to get the field.
127 * @param self The message into which to set the field.
136 * @param self The message from which to get the field.
144 * @param self The message into which to set the field.
153 * @param self The message from which to get the field.
161 * @param self The message into which to set the field.
170 * @param self The message from which to get the field.
178 * @param self The message into which to set the field.
[all …]
/third_party/libuv/src/unix/
Dopenbsd.c51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
53 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) < 0) return; in uv_loadavg()
116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
118 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory()
127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
130 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_total_memory()
172 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
174 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_uptime()
190 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info() local
197 if (sysctl(which, ARRAY_SIZE(which), &model, &size, NULL, 0)) in uv_cpu_info()
[all …]
/third_party/node/deps/uv/src/unix/
Dopenbsd.c51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local
53 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) < 0) return; in uv_loadavg()
116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local
118 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory()
127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local
130 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_total_memory()
167 static int which[] = {CTL_KERN, KERN_BOOTTIME}; in uv_uptime() local
169 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_uptime()
185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info() local
192 if (sysctl(which, ARRAY_SIZE(which), &model, &size, NULL, 0)) in uv_cpu_info()
[all …]
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/
DREADME.md1 # which chapter
3 Like the unix `which` utility.
12 var which = require('which')
15 which('node', function (er, resolvedPath) {
21 which('node').then(resolvedPath => { ... }).catch(er => { ... not found ... })
25 var resolved = which.sync('node')
28 resolved = which.sync('node', {nothrow: true})
31 which('node', { path: someOtherPath }, function (er, resolved) {
40 Same as the BSD `which(1)` binary.
43 usage: which [-as] program ...
/third_party/rust/crates/which-rs/
DREADME.md1 …Status](https://github.com/harryfei/which-rs/actions/workflows/rust.yml/badge.svg)](https://github…
3 # which chapter
5 A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
15 1) To find which rustc executable binary is using.
18 use which::which;
20 let result = which("rustc").unwrap();
27 use which::which_re;
35 The documentation is [available online](https://docs.rs/which/).
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_r_instruments.txt26 This extension defines behavior for instruments which are
33 number of fragments which passed the depth test.
44 * Currently we count only fragments which passed the depth test
45 and do not count fragments which were drawn when the depth
85 screen pixel which the primitive touched as long as this
87 region of the primitive only contains fragments which the GL has
95 paragraph which begins "If the depth buffer test fails...":
99 of fragments which have passed the depth test is maintained. This
100 counter is incremented by one for each fragment which passes the
103 sample for which the depth test passed.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_r_instruments.txt26 This extension defines behavior for instruments which are
33 number of fragments which passed the depth test.
44 * Currently we count only fragments which passed the depth test
45 and do not count fragments which were drawn when the depth
85 screen pixel which the primitive touched as long as this
87 region of the primitive only contains fragments which the GL has
95 paragraph which begins "If the depth buffer test fails...":
99 of fragments which have passed the depth test is maintained. This
100 counter is incremented by one for each fragment which passes the
103 sample for which the depth test passed.
[all …]
/third_party/typescript/src/lib/
Des2015.proxy.d.ts4 * @param target The original callable object which is being proxied.
10 * @param target The original object which is being proxied.
17 * @param target The original object which is being proxied.
24 * @param target The original object which is being proxied.
32 * @param target The original object which is being proxied.
40 * @param target The original object which is being proxied.
47 * @param target The original object which is being proxied.
53 * @param target The original object which is being proxied.
60 * @param target The original object which is being proxied.
66 * @param target The original object which is being proxied.
[all …]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_cc.h69 * :member:`pktns_id` is the ID of packet number space which this
97 * :type:`ngtcp2_cc_ack` is a convenient structure which stores
136 * :type:`ngtcp2_cc_on_pkt_acked` is a callback function which is
146 * :type:`ngtcp2_cc_on_pkt_lost` is a callback function which is
155 * :type:`ngtcp2_cc_congestion_event` is a callback function which is
167 * which is called when a spurious congestion is detected.
177 * which is called when persistent congestion is established.
186 * :type:`ngtcp2_cc_on_ack_recv` is a callback function which is
196 * :type:`ngtcp2_cc_on_pkt_sent` is a callback function which is
205 * :type:`ngtcp2_cc_new_rtt_sample` is a callback function which is
[all …]
/third_party/ffmpeg/doc/
Dissue_tracker.txt18 Cc list or to subscribe to the ffmpeg-trac mailing list which receives
60 Bugs which make FFmpeg unusable for a significant number of users.
77 Feature requests about things few people want or which do not make a big
101 Bugs which have been analyzed and where it is understood what causes them
102 and which exact chain of events triggers them. This analysis should be
117 Issues which have been briefly looked at and which did not look outright
124 Bugs or feature requests which are duplicates.
132 Issues for which some information has been requested by the developers,
133 but which has not been provided by anyone within reasonable time.
137 Bugs which have to the best of our knowledge been fixed.
[all …]
/third_party/rust/crates/which-rs/src/
Dlib.rs1 //! which
3 //! A Rust equivalent of Unix command `which(1)`.
6 //! To find which rustc executable binary is using:
9 //! use which::which;
12 //! let result = which("rustc").unwrap();
49 /// use which::which;
52 /// let result = which::which("rustc").unwrap();
56 pub fn which<T: AsRef<OsStr>>(binary_name: T) -> Result<path::PathBuf> { in which() function
73 /// use which::which;
76 /// let result = which::which_global("rustc").unwrap();
[all …]

12345678910>>...575