Home
last modified time | relevance | path

Searched +full:no +full:- +full:else +full:- +full:return (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/third_party/curl/m4/
Dcurl-functions.m48 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
28 dnl -------------------------------------------------
59 dnl -------------------------------------------------
83 dnl -------------------------------------------------
110 dnl -------------------------------------------------
129 ac_cv_header_stdint_h="no"
139 dnl -------------------------------------------------
160 dnl -------------------------------------------------
181 dnl -------------------------------------------------
205 dnl -------------------------------------------------
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeGuardIntersectionTypes.js40 return toTest && toTest.b;
46 return a;
47 } else {
48 return null;
61 // Beast feature detection via user-defined type guards
62 function hasLegs(x: Beast): x is Legged { return x && typeof x.legs === 'number'; }
63 function hasWings(x: Beast): x is Winged { return x && !!x.wings; }
74 log(`pegasus - 4 legs, wings`);
76 else if (beast.legs === 2) {
77 log(`bird - 2 legs, wings`);
[all …]
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js9 …"float": /-?(?=[0-9]*\.|[0-9]+[eE])(([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([Ee][-+]?[0-9]+)?|[0-9]+[Ee][-
10 "integer": /-?(0([Xx][0-9A-Fa-f]+|[0-7]*)|[1-9][0-9]*)/y,
11 "identifier": /_?[A-Za-z][0-9A-Z_a-z-]*/y,
15 "other": /[^\t\n\r 0-9A-Za-z]/y
79 "-Infinity",
99 let result = -1;
103 } else if (nextChar === '/') {
107 if (result !== -1) {
109 } else if (/[-0-9.]/.test(nextChar)) {
111 if (result === -1) {
[all …]
/third_party/boost/boost/vmd/
Delem.hpp2 // (C) Copyright Edward Diener 2011-2015
30 elem = A sequence element number. From 0 to sequence size - 1. <br/>
36 With no further variadic parameters the macro returns the particular element
43 Filters: specifying a VMD type tells the macro to return the element only
44 if it is of the VMD type specified, else macro access fails. If more than
50 … must match one of the identifiers else access fails. The identifiers may be specified multiple
67 Splitting: Splitting allows the macro to return the rest of the sequence
70 If BOOST_VMD_RETURN_AFTER is specified the return is a tuple
76 is specified the return is the rest of the sequence after the element accessed
77 found. If the element access fails the return is emptiness.
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
Ddis.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
7 // http://www.apache.org/licenses/LICENSE-2.0
25 #include "spirv-tools/libspirv.h"
30 R"(%s - Disassemble a SPIR-V binary module in print_usage()
34 The SPIR-V binary is read from <filename>. If no file is specified, in print_usage()
35 or if the filename is "-", then the binary is read from standard input. in print_usage()
39 -h, --help Print this help. in print_usage()
40 --version Display disassembler version information. in print_usage()
42 -o <filename> Set the output filename. in print_usage()
44 not specified, or if the filename is "-". in print_usage()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
Ddis.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
7 // http://www.apache.org/licenses/LICENSE-2.0
25 #include "spirv-tools/libspirv.h"
30 R"(%s - Disassemble a SPIR-V binary module in print_usage()
34 The SPIR-V binary is read from <filename>. If no file is specified, in print_usage()
35 or if the filename is "-", then the binary is read from standard input. in print_usage()
39 -h, --help Print this help. in print_usage()
40 --version Display disassembler version information. in print_usage()
42 -o <filename> Set the output filename. in print_usage()
44 not specified, or if the filename is "-". in print_usage()
[all …]
/third_party/spirv-tools/tools/dis/
Ddis.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
7 // http://www.apache.org/licenses/LICENSE-2.0
25 #include "spirv-tools/libspirv.h"
30 R"(%s - Disassemble a SPIR-V binary module in print_usage()
34 The SPIR-V binary is read from <filename>. If no file is specified, in print_usage()
35 or if the filename is "-", then the binary is read from standard input. in print_usage()
39 -h, --help Print this help. in print_usage()
40 --version Display disassembler version information. in print_usage()
42 -o <filename> Set the output filename. in print_usage()
44 not specified, or if the filename is "-". in print_usage()
[all …]
/third_party/node/deps/cares/m4/
Dcares-functions.m43 # Copyright (C) 2008 - 2012 by Daniel Stenberg et al
11 # written prior permission. M.I.T. makes no representations about the
22 dnl -------------------------------------------------
49 dnl -------------------------------------------------
73 dnl -------------------------------------------------
94 dnl -------------------------------------------------
115 dnl -------------------------------------------------
136 dnl -------------------------------------------------
160 dnl -------------------------------------------------
190 dnl -------------------------------------------------
[all …]
/third_party/python/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
26 else
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/dis/
Ddis.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
7 // http://www.apache.org/licenses/LICENSE-2.0
20 #include "spirv-tools/libspirv.h"
25 R"(%s - Disassemble a SPIR-V binary module in print_usage()
29 The SPIR-V binary is read from <filename>. If no file is specified, in print_usage()
30 or if the filename is "-", then the binary is read from standard input. in print_usage()
34 -h, --help Print this help. in print_usage()
35 --version Display disassembler version information. in print_usage()
37 -o <filename> Set the output filename. in print_usage()
39 not specified, or if the filename is "-". in print_usage()
[all …]
/third_party/toybox/toys/pending/
Dfsck.c1 /* fsck.c - check and repair a Linux filesystem
12 usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]...
16 -A Walk /etc/fstab and check all filesystems
17 -N Don't execute, just show what would be done
18 -P With -A, check filesystems in parallel
19 -R With -A, skip the root filesystem
20 -T Don't show title on startup
21 -V Verbose
22 -C n Write status information to specified file descriptor
23 -t TYPE List of filesystem types to check
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp6 * Copyright (C) 2003-2016, International Business Machines
11 * encoding: UTF-8
33 /* to Unicode --------------------------------------------------------------- */
36 * @return lookup value for the byte, if found; else 0
45 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]); in ucnv_extFindToU()
47 return 0; /* the byte is out of range */ in ucnv_extFindToU()
50 if(length==((limit-start)+1)) { in ucnv_extFindToU()
52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU()
72 i=limit-start; in ucnv_extFindToU()
76 /* start<limit-1 */ in ucnv_extFindToU()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnv_ext.cpp6 * Copyright (C) 2003-2016, International Business Machines
11 * encoding: UTF-8
33 /* to Unicode --------------------------------------------------------------- */
36 * @return lookup value for the byte, if found; else 0
45 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]); in ucnv_extFindToU()
47 return 0; /* the byte is out of range */ in ucnv_extFindToU()
50 if(length==((limit-start)+1)) { in ucnv_extFindToU()
52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU()
72 i=limit-start; in ucnv_extFindToU()
76 /* start<limit-1 */ in ucnv_extFindToU()
[all …]
/third_party/icu/icu4c/source/common/
Ducnv_ext.cpp6 * Copyright (C) 2003-2016, International Business Machines
11 * encoding: UTF-8
33 /* to Unicode --------------------------------------------------------------- */
36 * @return lookup value for the byte, if found; else 0
45 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]); in ucnv_extFindToU()
47 return 0; /* the byte is out of range */ in ucnv_extFindToU()
50 if(length==((limit-start)+1)) { in ucnv_extFindToU()
52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU()
72 i=limit-start; in ucnv_extFindToU()
76 /* start<limit-1 */ in ucnv_extFindToU()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp6 * Copyright (C) 2003-2016, International Business Machines
11 * encoding: UTF-8
33 /* to Unicode --------------------------------------------------------------- */
36 * @return lookup value for the byte, if found; else 0
45 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]); in ucnv_extFindToU()
47 return 0; /* the byte is out of range */ in ucnv_extFindToU()
50 if(length==((limit-start)+1)) { in ucnv_extFindToU()
52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU()
72 i=limit-start; in ucnv_extFindToU()
76 /* start<limit-1 */ in ucnv_extFindToU()
[all …]
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c1 /* libunwind - a platform-independent unwind library
2 Copyright (C) 2003-2005 Hewlett-Packard Co
3 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
22 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
34 # include "tdep-ia64/rse.h"
44 pid_t pid = ui->pid; in _UPT_access_reg()
54 Debug (16, "%s [%u] <- %lx\n", unw_regname (reg), (unsigned) reg, (long) *val); in _UPT_access_reg()
66 if (ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
70 if (ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
72 } else in _UPT_access_reg()
[all …]
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp2 Copyright (c) 2001-2019 Joel de Guzman
3 Copyright (c) 2001-2011 Hartmut Kaiser
51 // no need to compensate in compensate_roundoff()
70 // return false if exp exceeds the max_exp in scale()
73 return false; in scale()
76 else in scale()
82 n /= pow10<T>(-min_exp); in scale()
84 // return false if exp still exceeds the min_exp in scale()
86 exp += -min_exp; in scale()
88 return false; in scale()
[all …]
/third_party/curl/lib/
Dstrerror.c8 * Copyright (C) 2004 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
32 # error "strerror_r MUST be either POSIX, glibc or vxworks-style"
62 return "No error"; in curl_easy_strerror()
65 return "Unsupported protocol"; in curl_easy_strerror()
68 return "Failed initialization"; in curl_easy_strerror()
71 return "URL using bad/illegal format or missing URL"; in curl_easy_strerror()
74 return "A requested feature, protocol or option was not found built-in in" in curl_easy_strerror()
75 " this libcurl due to a build-time decision."; in curl_easy_strerror()
78 return "Couldn't resolve proxy name"; in curl_easy_strerror()
81 return "Couldn't resolve host name"; in curl_easy_strerror()
[all …]
/third_party/node/deps/cares/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for c-ares 1.18.1.
5 # Report bugs to <c-ares mailing list: http://lists.haxx.se/listinfo/c-ares>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
15 ## -------------------------------- ##
17 ## -------------------------------- ##
62 # Try built-in echo, and fail.
73 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
89 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
122 | sed -e 's:unknown:success:' 2>/dev/null`
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
32 * For example, consider the string "abcßDeF", which case-folds to "abcssdef". This string has the
35 * <li>abc ⇨ abc (no-change)
38 * <li>e ⇨ e (no-change)
43 * <li>abc ⇨ abc (no-change)
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java13 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
15 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
16 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-
26 * next() on the iterator, skips over no-change edits (unchanged regions).
27 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
30 * calling next() on the iterator, skips over no-change edits (unchanged regions).
33 * For example, consider the string "abcßDeF", which case-folds to "abcssdef". This string has the
36 * <li>abc ⇨ abc (no-change)
39 * <li>e ⇨ e (no-change)
44 * <li>abc ⇨ abc (no-change)
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
21 else
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
27 else
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
21 else
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
27 else
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
21 else
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
27 else
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m3 Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any damages
48 #else
58 - (BOOL)canBecomeKeyWindow;
59 - (BOOL)canBecomeMainWindow;
60 - (void)sendEvent:(NSEvent *)event;
61 - (void)doCommandBySelector:(SEL)aSelector;
63 /* Handle drag-and-drop of files onto the SDL window. */
64 - (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
[all …]

12345678910>>...48