Home
last modified time | relevance | path

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

12345678910>>...475

/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dicons.dart49 /// * [share_solid], which is similar, but filled in.
57 /// * [share], which is similar, but not filled in.
65 /// * [book_solid], which is similar, but filled in.
72 /// * [book], which is similar, but not filled in.
79 /// * [bookmark_solid], which is similar, but filled in.
86 /// * [bookmark], which is similar, but not filled in.
119 /// * [check_mark_circled], which consists of this check mark and a circle surrounding it.
126 /// * [check_mark_circled_solid], which is similar, but filled in.
127 /// * [check_mark], which is the check mark without a circle.
134 /// * [check_mark_circled], which is similar, but not filled in.
[all …]
/third_party/node/deps/npm/node_modules/which/
Dpackage.json2 "_from": "which@1.3.1",
3 "_id": "which@1.3.1",
6 "_location": "/which",
11 "raw": "which@1.3.1",
12 "name": "which",
13 "escapedName": "which",
28 "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
30 "_spec": "which@1.3.1",
38 "which": "./bin/which" string
41 "url": "https://github.com/isaacs/node-which/issues"
[all …]
DREADME.md1 # which chapter
3 Like the unix `which` utility.
12 var which = require('which')
15 which('node', function (er, resolvedPath) {
22 var resolved = which.sync('node')
25 resolved = which.sync('node', {nothrow: true})
28 which('node', { path: someOtherPath }, function (er, resolved) {
37 Same as the BSD `which(1)` binary.
40 usage: which [-as] program ...
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duprops.cpp50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
64 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains()
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
84 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion()
98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument
101 (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 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/icu/icu4c/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/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/npm/node_modules/which-module/
Dpackage.json2 "_from": "which-module@^2.0.0",
3 "_id": "which-module@2.0.0",
6 "_location": "/which-module",
11 "raw": "which-module@^2.0.0",
12 "name": "which-module",
13 "escapedName": "which-module",
21 "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
23 "_spec": "which-module@^2.0.0",
29 "url": "https://github.com/nexdrew/which-module/issues"
44 "homepage": "https://github.com/nexdrew/which-module#readme",
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeParameterDiamond3.errors.txt2 'Top' could be instantiated with an arbitrary type which could be unrelated to 'T | U'.
4 'Top' could be instantiated with an arbitrary type which could be unrelated to 'T'.
9 'U' could be instantiated with an arbitrary type which could be unrelated to 'Top'.
11 'U' could be instantiated with an arbitrary type which could be unrelated to 'Bottom'.
13 … 'U' could be instantiated with an arbitrary type which could be unrelated to 'Top | T | U'.
15 … 'U' could be instantiated with an arbitrary type which could be unrelated to 'Top'.
17 'Top' could be instantiated with an arbitrary type which could be unrelated to 'Bottom'.
19 'Top' could be instantiated with an arbitrary type which could be unrelated to 'Top | T | U'.
21 'Top' could be instantiated with an arbitrary type which could be unrelated to 'T'.
35 !!! error TS2322: 'Top' could be instantiated with an arbitrary type which could be unrelated to …
[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 …]
DsubtypesOfTypeParameterWithRecursiveConstraints.errors.txt4 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
6 'T' could be instantiated with an arbitrary type which could be unrelated to 'Foo<T>'.
10 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
12 'T' could be instantiated with an arbitrary type which could be unrelated to 'Foo<V>'.
16 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
18 'U' could be instantiated with an arbitrary type which could be unrelated to 'Foo<U>'.
22 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
24 'U' could be instantiated with an arbitrary type which could be unrelated to 'Foo<V>'.
28 'V' could be instantiated with an arbitrary type which could be unrelated to 'T'.
30 'V' could be instantiated with an arbitrary type which could be unrelated to 'Foo<U>'.
[all …]
DtypeParametersShouldNotBeEqual2.errors.txt6 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
8 'V' could be instantiated with an arbitrary type which could be unrelated to 'T'.
10 'V' could be instantiated with an arbitrary type which could be unrelated to 'Date'.
12 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
14 'V' could be instantiated with an arbitrary type which could be unrelated to 'U'.
16 'V' could be instantiated with an arbitrary type which could be unrelated to 'Date'.
18 'T' could be instantiated with an arbitrary type which could be unrelated to 'Object'.
35 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'V…
39 !!! error TS2322: 'V' could be instantiated with an arbitrary type which could be unrelated to 'T…
41 !!! error TS2322: 'V' could be instantiated with an arbitrary type which could be unrelated t…
[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/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/toybox/
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/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/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_notification.dart22 /// [RenderAbstractViewport] render objects through which this notification
46 /// * A [ScrollStartNotification], which indicates that the widget has started
48 /// * Zero or more [ScrollUpdateNotification]s, which indicate that the widget
50 /// [OverscrollNotification]s, which indicate that the widget has not changed
55 /// which indicate that the user has changed the direction in which they are
57 /// * A [ScrollEndNotification], which indicates that the widget has stopped
62 /// Notifications bubble up through the tree, which means a given
72 /// lagged one frame behind, which is a poor user experience. Scroll
107 /// * [ScrollEndNotification], which indicates that scrolling has stopped.
108 /// * [ScrollNotification], which describes the notification lifecycle.
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dtap.dart16 /// * [GestureDetector.onTapDown], which receives this information.
17 /// * [TapGestureRecognizer], which passes this information to one of its callbacks.
29 /// The global position at which the pointer contacted the screen.
35 /// The local position at which the pointer contacted the screen.
42 /// The position at which the pointer contacted the screen is available in the
47 /// * [GestureDetector.onTapDown], which matches this signature.
48 /// * [TapGestureRecognizer], which uses this signature in one of its callbacks.
55 /// * [GestureDetector.onTapUp], which receives this information.
56 /// * [TapGestureRecognizer], which passes this information to one of its callbacks.
65 /// The global position at which the pointer contacted the screen.
[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()
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/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/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/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 …]

12345678910>>...475