Home
last modified time | relevance | path

Searched full:without (Results 1 – 25 of 13209) sorted by relevance

12345678910>>...529

/third_party/skia/tests/sksl/errors/
DCanExitWithoutReturningValue.glsl3 error: 6: function 'if_only' can exit without returning a value
4 error: 7: function 'return_on_if_but_not_else' can exit without returning a value
5 error: 8: function 'return_on_else_but_not_if' can exit without returning a value
6 error: 10: function 'for_with_conditional_return' can exit without returning a value
7 error: 11: function 'for_with_conditional_break' can exit without returning a value
8 error: 12: function 'for_with_conditional_continue' can exit without returning a value
9 error: 14: function 'do_with_conditional_return' can exit without returning a value
10 error: 15: function 'do_with_conditional_break' can exit without returning a value
11 error: 16: function 'do_with_conditional_continue' can exit without returning a value
12 error: 18: function 'bad_if_else_chain' can exit without returning a value
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbytereader-docs.h10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
32 * Skips @nbytes bytes of the #GstByteReader instance without checking if
41 * Read an unsigned 8 bit integer without checking if there are enough bytes
50 * Read an unsigned 8 bit integer without checking if there are enough bytes
59 * Read an signed 8 bit integer without checking if there are enough bytes
68 * Read an signed 8 bit integer without checking if there are enough bytes
82 * Read an unsigned 16 bit integer in little endian format without checking
92 * Read an unsigned 16 bit integer in little endian format without checking
102 * Read an unsigned 16 bit integer in big endian format without checking
112 * Read an unsigned 16 bit integer in big endian format without checking
[all …]
Dgstbytewriter-docs.h10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
32 * Writes a unsigned 8 bit integer to @writer without checking if there
42 * Writes a unsigned big endian 16 bit integer to @writer without
52 * Writes a unsigned big endian 24 bit integer to @writer without
62 * Writes a unsigned big endian 32 bit integer to @writer without
72 * Writes a unsigned big endian 64 bit integer to @writer without
82 * Writes a unsigned little endian 16 bit integer to @writer without
92 * Writes a unsigned little endian 24 bit integer to @writer without
102 * Writes a unsigned little endian 32 bit integer to @writer without
112 * Writes a unsigned little endian 64 bit integer to @writer without
[all …]
Dgstbitreader-docs.h10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
32 * Skips @nbits bits of the #GstBitReader instance without checking if there
41 * Skips until the next byte without checking if there are enough bits
51 * Read @nbits bits into @val and update the current position without
63 * Read @nbits bits into @val but keep the current position without
75 * Read @nbits bits into @val and update the current position without
87 * Read @nbits bits into @val but keep the current position without
99 * Read @nbits bits into @val and update the current position without
111 * Read @nbits bits into @val but keep the current position without
123 * Read @nbits bits into @val and update the current position without
[all …]
Dgstbitwriter-docs.h12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
35 * Write @nbits bits of @value to #GstBitWriter without checking whether
46 * Write @nbits bits of @value to #GstBitWriter without checking whether
57 * Write @nbits bits of @value to #GstBitWriter without checking whether
68 * Write @nbits bits of @value to #GstBitWriter without checking whether
79 * Write @nbytes bytes of @data to #GstBitWriter without checking whether
89 * Write trailing bit to align last byte of @data without checking whether there
/third_party/node/deps/npm/node_modules/lodash.without/
Dpackage.json4 "lodash.without@4.4.0",
8 "_from": "lodash.without@4.4.0",
9 "_id": "lodash.without@4.4.0",
12 "_location": "/lodash.without",
17 "raw": "lodash.without@4.4.0",
18 "name": "lodash.without",
19 "escapedName": "lodash.without",
27 "_resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz",
55 "description": "The lodash method `_.without` exported as a module.",
60 "without"
[all …]
DREADME.md1 # lodash.without v4.4.0
3 The [lodash](https://lodash.com/) method `_.without` exported as a [Node.js](https://nodejs.org/) m…
10 $ npm i --save lodash.without
15 var without = require('lodash.without');
18 …](https://lodash.com/docs#without) or [package source](https://github.com/lodash/lodash/blob/4.4.0…
/third_party/openssl/test/ssl-tests/
D12-ct.cnf5 test-0 = 0-ct-permissive-without-scts
7 test-2 = 2-ct-strict-without-scts
13 [0-ct-permissive-without-scts]
14 ssl_conf = 0-ct-permissive-without-scts-ssl
16 [0-ct-permissive-without-scts-ssl]
17 server = 0-ct-permissive-without-scts-server
18 client = 0-ct-permissive-without-scts-client
20 [0-ct-permissive-without-scts-server]
25 [0-ct-permissive-without-scts-client]
32 client = 0-ct-permissive-without-scts-client-extra
[all …]
/third_party/node/deps/npm/test/tap/
Dversion-from-git.js23 t.ifError(er, 'git tag ran without error')
31 t.ifError(er, 'version command ran without error')
40 t.ifError(er, 'git log ran without issue')
53 t.ifError(er, 'git tag ran without error')
60 t.ifError(er, 'npm run version ran without error')
62 t.ifError(er, 'read manifest without error')
78 t.ifError(er, 'git tag ran without error')
87 t.ifError(er, 'version command ran without error')
96 t.ifError(er, 'git log ran without issue')
111 t.ifError(er, 'git tag ran without error')
[all …]
Dls-depth-cli.js42 t.equal(c, 0, 'ls ran without raising error code')
61 t.ifError(er, 'npm ls ran without issue')
62 t.equal(c, 0, 'ls ran without raising error code')
85 t.ifError(er, 'npm ls ran without issue')
86 t.equal(c, 0, 'ls ran without raising error code')
107 t.ifError(er, 'npm ls ran without issue')
108 t.equal(c, 0, 'ls ran without raising error code')
131 t.ifError(er, 'npm ls ran without issue')
132 t.equal(c, 0, 'ls ran without raising error code')
159 t.ifError(er, 'npm ls ran without issue')
[all …]
Drun-script.js169 t.ifError(er, 'npm run-script test ran without issue')
198 t.ifError(er, 'npm run-script --if-present non-existent-script ran without issue')
209 t.ifError(err, 'ran run-script without crashing')
223 t.ifError(err, 'ran run-script without crashing')
237 t.ifError(err, 'ran run-script without crashing')
252 t.ifError(err, 'ran run-script without crashing')
273 t.ifError(err, 'ran run-script without parameters without crashing')
274 t.notOk(code, 'npm exited without error code')
292 t.ifError(err, 'ran run-script without parameters without crashing')
293 t.notOk(code, 'npm exited without error code')
[all …]
/third_party/node/
DLICENSE8 deal in the Software without restriction, including without limitation the
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 deal in the Software without restriction, including without limitation the
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62 in the Software without restriction, including without limitation the rights
70 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87 documentation for any purpose and without fee is hereby granted, provided that
91 distribution of the software without specific, written prior permission.
93 purpose. It is provided "as is" without express or implied warranty.
103 …entation files (the "Software"), to deal in the Software without restriction, including without li…
[all …]
/third_party/node/deps/npm/node_modules/util-promisify/
DLICENSE8 deal in the Software without restriction, including without limitation the
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 deal in the Software without restriction, including without limitation the
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60 software and its documentation for any purpose and without
66 software without specific, written prior permission.
69 without express or implied warranty.
82 deal in the Software without restriction, including without limitation the
90 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
110 without restriction, including without limitation the rights to use,
[all …]
/third_party/flutter/engine/flutter/sky/packages/sky_engine/
DLICENSE6 Redistribution and use in source and binary forms, with or without modification,
15 used to endorse or promote products derived from this software without
33 Redistribution and use in source and binary forms, with or without modification,
42 used to endorse or promote products derived from this software without
59 Redistribution and use in source and binary forms, with or without
73 or promote products derived from this software without specific
93 Redistribution and use in source and binary forms, with or without
107 or promote products derived from this software without specific
127 Redistribution and use in source and binary forms, with or without
141 or promote products derived from this software without specific
[all …]
/third_party/typescript/tests/baselines/reference/
DnullishCoalescingOperator5.errors.txt1 …scingOperator5.ts(6,6): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
2 …scingOperator5.ts(9,1): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
3 …cingOperator5.ts(12,6): error TS5076: '&&' and '??' operations cannot be mixed without parentheses.
4 …cingOperator5.ts(15,1): error TS5076: '&&' and '??' operations cannot be mixed without parentheses.
15 !!! error TS5076: '||' and '??' operations cannot be mixed without parentheses.
20 !!! error TS5076: '||' and '??' operations cannot be mixed without parentheses.
25 !!! error TS5076: '&&' and '??' operations cannot be mixed without parentheses.
30 !!! error TS5076: '&&' and '??' operations cannot be mixed without parentheses.
DdeclFileTypeAnnotationVisibilityErrorAccessors.js20 // getter without annotation
29 // Both - getter without annotation, setter with annotation
48 // getter without annotation
57 // Both - getter without annotation, setter with annotation
76 // getter without annotation
85 // Both - getter without annotation, setter with annotation
137 // getter without annotation
152 // Both - getter without annotation, setter with annotation
180 // getter without annotation
195 // Both - getter without annotation, setter with annotation
[all …]
/third_party/NuttX/
DLICENSE90 Work or Derivative Works thereof in any medium, with or without
133 this License, without any additional terms or conditions.
146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 implied, including, without limitation, any warranties or conditions
199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
213 Redistribution and use in source and binary forms, with or without
222 products derived from this software without specific prior
246 purpose with or without fee is hereby granted, provided that the above
275 without fee, provided that the above copyright notice appear in
280 software without specific, written prior permission.
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs6 // Redistribution and use in source and binary forms, with or without
18 // this software without specific prior written permission.
101 /// Writes a double field value, without a tag.
110 /// Writes a float field value, without a tag.
119 /// Writes a uint64 field value, without a tag.
128 /// Writes an int64 field value, without a tag.
137 /// Writes an int32 field value, without a tag.
146 /// Writes a fixed64 field value, without a tag.
155 /// Writes a fixed32 field value, without a tag.
164 /// Writes a bool field value, without a tag.
[all …]
/third_party/skia/third_party/externals/d3d12allocator/
DNOTICES.txt8 files (the "Software"), to deal in the Software without restriction, including without limitation t…
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT N…
27 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
38 in the Software without restriction, including without limitation the rights
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59 Redistribution and use in source and binary forms, with or without modification,
70 used to endorse or promote products derived from this software without
/third_party/flutter/skia/third_party/externals/sdl/debian/
Dcopyright101 This software is provided 'as-is', without any express or implied
129 in the Software without restriction, including without limitation the rights
137 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146 ings in this Software without prior written authorization from the XFree86
150 Redistribution and use in source and binary forms, with or without
159 derived from this software without specific prior written permission.
174 This software is provided 'as-is', without any express or implied
186 Redistribution and use in source and binary forms, with or without
196 this software without specific prior written permission.
215 * documentation for any purpose, without fee, and without written agreement is
[all …]
/third_party/gn/src/base/third_party/icu/
DLICENSE10 without restriction, including without limitation the rights to use,
19 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
32 use or other dealings in these Data Files or Software without prior
52 "Software"), to deal in the Software without restriction, including
53 without limitation the rights to use, copy, modify, merge, publish,
60 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 or other dealings in this Software without prior written authorization
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfeature_private.h11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * but WITHOUT ANY WARRANTY; without even the implied warranty of
56 /* The name of the function without the "EXT" or "ARB" suffix */
72 without needing an extension. Set to 255, 255 if it's only
76 without needing an extension. Set to 255, 255 if it's only
81 /* \0 separated list of required extension names without the GL_EXT
/third_party/libwebsockets/
DLICENSE43 deal in the Software without restriction, including without limitation the
51 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62 * Redistribution and use in source and binary forms, with or without
88 distribution, this applies to builds with ws support enabled, and without
96 * Redistribution and use in source and binary forms, with or without
106 * without specific prior written permission.
130 This software is provided 'as-is', without any express or implied
170 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
179 users can build off and modify them without any constraint.
186without fear of later claims of infringement build upon, modify, incorporate in other works, reuse…
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c60 assertSuccessCheck("Should create without error", &ec, TRUE); in TestSkeletonFormatToString()
62 assertSuccess("Should create result without error", &ec); in TestSkeletonFormatToString()
67 if (assertSuccessCheck("Should format integer without error", &ec, TRUE)) { in TestSkeletonFormatToString()
69 assertSuccess("Should print string to buffer without error", &ec); in TestSkeletonFormatToString()
74 assertSuccess("Should format double without error", &ec); in TestSkeletonFormatToString()
76 assertSuccess("Should print string to buffer without error", &ec); in TestSkeletonFormatToString()
81 assertSuccess("Should format decimal without error", &ec); in TestSkeletonFormatToString()
83 assertSuccess("Should print string to buffer without error", &ec); in TestSkeletonFormatToString()
100 assertSuccessCheck("Should create without error", &ec, TRUE); in TestSkeletonFormatToFields()
102 assertSuccess("Should create result without error", &ec); in TestSkeletonFormatToFields()
[all …]
/third_party/EGL/extensions/KHR/
DEGL_KHR_no_config_context.txt65 This extension allows creation of GL & ES contexts without specifying an
87 create a context without using an EGLConfig, by specifying relevant
98 * The context was created without an EGLConfig. Such contexts match
117 created <without reference to an EGLConfig>. In this case, the context
119 support being made current without a rendering surface. Such support is
133 made current without a rendering surface.
147 to which the context was created, or zero if created without
177 support binding a surface without a context. This implies that they
185 glReadBuffer/glDrawBuffer have undefined results if called without a
218 eglCreateContext but without the config parameter?
[all …]

12345678910>>...529