/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
H A D | brace-expressions.js | 25 // everything has already been escaped, we just have to join 32 // entire class just no good. 70 // either a posix class, a collation equivalent, or just a [ 87 // now it's just a normal character, effectively 114 // not the start of a range, just a single character 129 // not actually a magic pattern, it's just that one literal character. 130 // we should not treat that as "magic", we should just return the literal
|
/third_party/node/deps/v8/src/objects/ |
H A D | option-utils.h | 60 return Just(enum_values[i]); in GetStringOption() 65 return Just(default_value); in GetStringOption() 90 return Just(fallback_value); in GetStringOrBooleanOption() 94 return Just(true_value); in GetStringOrBooleanOption() 100 return Just(false_value); in GetStringOrBooleanOption() 120 return Just(enum_values[i]); in GetStringOrBooleanOption() 125 return Just(enum_values[i]); in GetStringOrBooleanOption()
|
H A D | option-utils.cc | 64 return Just(false); in GetStringOption() 81 return Just(true); in GetStringOption() 96 return Just(true); in GetStringOption() 120 return Just(true); in GetBoolOption() 123 return Just(false); in GetBoolOption() 130 if (value->IsUndefined()) return Just(fallback); in DefaultNumberOption() 154 return Just(FastD2I(floor(value_num->Number()))); in DefaultNumberOption()
|
H A D | js-objects.cc | 102 if (result.FromJust() != ABSENT) return Just(true); in HasProperty() 110 return Just(result.FromJust() != ABSENT); in HasProperty() 114 return Just(false); in HasProperty() 117 return Just(true); in HasProperty() 120 return Just(false); in HasProperty() 141 return Just(attributes.FromJust() != ABSENT); in HasOwnProperty() 181 if (iter.IsAtEnd()) return Just(false); in HasInPrototypeChain() 183 return Just(true); in HasInPrototypeChain() 255 return Just(true); in CheckIfCanDefine() 281 return Just(!sourc in FastAssign() [all...] |
/third_party/freetype/ |
H A D | backport-freetype-2.10.0-internal-outline.patch | 5 for ABI compatibility but make them just throw 23 + * It just throws error now. Remove once soname has been bumped. 39 + * It just throws error now. Remove once soname has been bumped. 55 + * It just throws error now. Remove once soname has been bumped. 75 + * It just throws error now. Remove once soname has been bumped.
|
/third_party/typescript/tests/cases/conformance/node/ |
H A D | nodeModulesExportsBlocksTypesVersions.ts | 37 // @Filename: /node_modules/just-types-versions/package.json 39 "name": "just-types-versions", 48 // @Filename: /node_modules/just-types-versions/types/foo.d.ts 57 import {} from "just-types-versions/foo"; 65 import {} from "just-types-versions/foo";
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageLite.java | 86 * Serializes the message to a {@code ByteString} and returns it. This is just a trivial wrapper 92 * Serializes the message to a {@code byte} array and returns it. This is just a trivial wrapper 98 * Serializes the message and writes it to {@code output}. This is just a trivial wrapper around 106 * just use {@link #writeDelimitedTo(OutputStream)}. 193 * is just a small wrapper around {@link #mergeFrom(CodedInputStream)}. 201 * is just a small wrapper around {@link #mergeFrom(CodedInputStream,ExtensionRegistryLite)}. 210 * is just a small wrapper around {@link #mergeFrom(CodedInputStream)}. 218 * is just a small wrapper around {@link #mergeFrom(CodedInputStream)}. 226 * is just a small wrapper around {@link #mergeFrom(CodedInputStream,ExtensionRegistryLite)}. 235 * is just [all...] |
/third_party/node/deps/npm/node_modules/just-diff/ |
H A D | package.json | 2 "name": "just-diff", 20 "repository": "https://github.com/angus-c/just", 26 "just" 31 "url": "https://github.com/angus-c/just/issues"
|
/third_party/node/deps/npm/node_modules/just-diff-apply/ |
H A D | package.json | 2 "name": "just-diff-apply", 20 "repository": "https://github.com/angus-c/just", 27 "just" 32 "url": "https://github.com/angus-c/just/issues"
|
/third_party/node/deps/npm/tap-snapshots/test/lib/utils/ |
H A D | error-message.js.test.cjs | 1205 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 1`] = ` 1217 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 10`] = ` 1240 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 11`] = ` 1263 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 12`] = ` 1286 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 13`] = ` 1311 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 14`] = ` 1331 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 15`] = ` 1351 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 16`] = ` 1372 exports[`test/lib/utils/error-message.js TAP just simple messages > must match snapshot 17`] = ` 1392 exports[`test/lib/utils/error-message.js TAP just simpl [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | indexer_test.js | 108 // This test just documents our behavior in those cases. 142 // This test just documents our behavior in those cases. 159 // This test just documents our behavior in those cases. 188 // This test just documents our behavior in those cases. 222 // This test just documents our behavior in those cases. 239 // This test just documents our behavior in those cases. 283 // This test just documents our behavior in those cases. 299 // This test just documents our behavior in those cases. 315 // This test just documents our behavior in those cases.
|
/third_party/typescript/tests/cases/conformance/jsx/ |
H A D | tsxStatelessFunctionComponentOverload3.tsx | 19 const two3 = <ZeroThingOrTwoThing {...obj2} />; // it is just any so we allow it to pass through
20 const two4 = <ZeroThingOrTwoThing yy={1000} {...obj2} />; // it is just any so we allow it to pass through
21 const two5 = <ZeroThingOrTwoThing {...obj2} yy={1000} />; // it is just any so we allow it to pass through
30 const three3 = <ThreeThing {...obj2} y2={10} />; // it is just any so we allow it to pass throug
|
/third_party/typescript/tests/cases/fourslash/ |
H A D | refactorConvertToEsModule_export_moduleDotExportsEqualsRequire.ts | 21 // Normally -- just `export *` 23 // If just a default is exported, just `export { default }` 29 // In untyped case just go with `export *`
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_linux_trace.h | 258 * Just-in-time memory allocation subsystem tracepoints 261 /* Just-in-time memory allocation soft-job template. Override the TP_printk 286 * Tracepoint about a just-in-time memory allocation soft-job successfully 295 * Tracepoint about memory that was allocated just-in-time being freed 299 * Free doesn't immediately have the just-in-time memory allocation ID so 312 * Tracepoint about the GPU data structure read to form a just-in-time memory 356 * - a report on a region that was allocated just-in-time 357 * - just-in-time allocation of a region 358 * - free of a region that was allocated just-in-time 455 /* Size in bytes of the memory surrounding the location used for a just [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_linux_trace.h | 171 * Just-in-time memory allocation subsystem tracepoints 174 /* Just-in-time memory allocation soft-job template. Override the TP_printk 189 * Tracepoint about a just-in-time memory allocation soft-job successfully 197 * Tracepoint about memory that was allocated just-in-time being freed 201 * Free doesn't immediately have the just-in-time memory allocation ID so 213 * Tracepoint about the GPU data structure read to form a just-in-time memory 244 * - a report on a region that was allocated just-in-time 245 * - just-in-time allocation of a region 246 * - free of a region that was allocated just-in-time 301 /* Size in bytes of the memory surrounding the location used for a just [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-ws-ext.h | 51 /****** add new things just above ---^ ******/ 60 /* Add new things just above here ---^ 72 /* Add new things just above here ---^ 104 * just before the server will send back the handshake accepting 112 * you can just merge handlers for both CONSTRUCTS. 123 * extension a chance to change websocket data just before it will 144 /* Add new things just above here ---^
|
/third_party/mbedtls/tests/suites/ |
H A D | test_suite_base64.data | 7 Test case mbedtls_base64_encode #1 buffer just right 10 Test case mbedtls_base64_encode #2 buffer just right 16 Test case mbedtls_base64_encode #3 buffer just right 22 Test case mbedtls_base64_encode #4 buffer just right 28 Test case mbedtls_base64_encode #5 buffer just right 34 Test case mbedtls_base64_encode #6 buffer just right 40 Test case mbedtls_base64_encode #7 buffer just right
|
/third_party/mesa3d/src/glx/ |
H A D | eval.c | 35 ** allowed to have extra arbitrary data, so these routines extract just 44 /* Just copy the data */ in __glFillMap1f() 63 /* Just copy the data */ in __glFillMap1d() 84 /* Just copy the data */ in __glFillMap2f() 109 /* Just copy the data */ in __glFillMap2d()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
H A D | textStorage.ts | 20 // Since script info is not used in these tests, just cheat by passing undefined
55 // Since script info is not used in these tests, just cheat by passing undefined
73 // Since script info is not used in these tests, just cheat by passing undefined
81 // Since script info is not used in these tests, just cheat by passing undefined
92 // Since script info is not used in these tests, just cheat by passing undefined
132 // Since script info is not used in these tests, just cheat by passing undefined
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declFileTypeAnnotationTypeQuery.js | 13 // Just the name 29 // Just the name with type arguments 71 // Just the name
85 // Just the name with type arguments
|
H A D | declFileTypeAnnotationTypeReference.js | 13 // Just the name 29 // Just the name with type arguments 71 // Just the name
85 // Just the name with type arguments
|
H A D | nodeModulesExportsBlocksTypesVersions(module=node16).trace.json | 5 "File '/node_modules/just-types-versions/types/package.json' does not exist.", 6 "Found 'package.json' at '/node_modules/just-types-versions/package.json'.", 81 "======== Resolving module 'just-types-versions/foo' from '/main.cts'. ========", 85 "Loading module 'just-types-versions/foo' from 'node_modules' folder, target file type 'TypeScript'.", 86 "File '/node_modules/just-types-versions/package.json' exists according to earlier cached lookups.", 90 "File '/node_modules/just-types-versions/types/foo.d.ts' exist - use it as a name resolution result.", 91 "Resolving real path for '/node_modules/just-types-versions/types/foo.d.ts', result '/node_modules/just-types-versions/types/foo.d.ts'.", 92 "======== Module name 'just-types-versions/foo' was successfully resolved to '/node_modules/just [all...] |
H A D | nodeModulesExportsBlocksTypesVersions(module=nodenext).trace.json | 5 "File '/node_modules/just-types-versions/types/package.json' does not exist.", 6 "Found 'package.json' at '/node_modules/just-types-versions/package.json'.", 81 "======== Resolving module 'just-types-versions/foo' from '/main.cts'. ========", 85 "Loading module 'just-types-versions/foo' from 'node_modules' folder, target file type 'TypeScript'.", 86 "File '/node_modules/just-types-versions/package.json' exists according to earlier cached lookups.", 90 "File '/node_modules/just-types-versions/types/foo.d.ts' exist - use it as a name resolution result.", 91 "Resolving real path for '/node_modules/just-types-versions/types/foo.d.ts', result '/node_modules/just-types-versions/types/foo.d.ts'.", 92 "======== Module name 'just-types-versions/foo' was successfully resolved to '/node_modules/just [all...] |
/third_party/libabigail/ |
H A D | CONTRIBUTING | 24 you don't know how to use git, send-email, fine. Just use your 49 idea is that if the test fails, the programmer should just have to 154 So adding your own tests usually just amounts to adding the right input 161 things too) to the right sub-director of tests/data/, you just need to 165 instance, the variable name is "in_out_specs". You just have to add a 167 input binaries and reference reports. Just read the code in there and 202 consistency at very least. Just for history, it's derived from the 214 Please do not rush and send gazillions of patches that just re-write 243 avoid those mistakes that we make just for the pleasure of writing 282 then you just ad [all...] |
/third_party/glslang/Test/ |
H A D | hlsl.intrinsics.comp | 22 // Don't repeat all the pixel/vertex fns - just one for sanity. 58 // Don't repeat all the pixel/vertex fns - just one for sanity. 85 // Don't repeat all the pixel/vertex fns - just one for sanity. 112 // Don't repeat all the pixel/vertex fns - just one for sanity.
|