Searched full:looks (Results 1 – 25 of 2301) sorted by relevance
12345678910>>...93
| /third_party/node/test/parallel/ |
| D | test-eslint-avoid-prototype-pollution.js | 157 errors: [{ message: /looks up the "exec" property/ }], 161 errors: [{ message: /looks up the "exec" property/ }], 165 errors: [{ message: /looks up the "exec" property/ }], 173 errors: [{ message: /looks up the Symbol\.match property/ }], 177 errors: [{ message: /looks up the Symbol\.match property/ }], 181 errors: [{ message: /looks up the Symbol\.match property/ }], 185 errors: [{ message: /looks up the Symbol\.matchAll property/ }], 189 errors: [{ message: /looks up the Symbol\.matchAll property/ }], 193 errors: [{ message: /looks up the Symbol\.replace property/ }], 197 errors: [{ message: /looks up the Symbol\.replace property/ }], [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/misc/ |
| D | ffs.c | 20 * @tc.desc : Validation looks for first set value in integer (parameter is 0). 31 * @tc.desc : Validation looks for first set value in integer (parameter is 1). 42 * @tc.desc : Validation looks for first set value in integer (parameter is 2). 53 * @tc.desc : Validation looks for first set value in integer (parameter is 3). 64 * @tc.desc : Validation looks for first set value in integer (parameter is 255).
|
| /third_party/typescript/tests/baselines/reference/ |
| D | derivedClassConstructorWithExplicitReturns01.types | 17 >{ cProp: value, foo() { return "well this looks kinda C-ish."… 26 return "well this looks kinda C-ish."; 27 >"well this looks kinda C-ish." : "well this looks kinda C-ish."
|
| D | derivedClassConstructorWithExplicitReturns01.js | 11 return "well this looks kinda C-ish."; 58 return "well this looks kinda C-ish.";
|
| /third_party/libinput/ |
| D | .triage-policies.yml | 19 This bug looks like a kernel issue and it cannot be fixed 33 Looks like we may need some extra information that isn't yet available in this issue. 45 … Looks like we may need some extra information. Please **attach** (do not paste) the full output 59 …Hi. Looks like the pipeline failed because one or more of the commits in this MR do not meet our r…
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/ |
| D | README.md | 192 A callback looks like this: 222 A dictionary looks like this: 273 An enum looks like this: 297 A typedef looks like this: 334 An implements definition looks like this: 354 An includes definition looks like this: 374 An operation looks like this: 427 An attribute member looks like this: 463 A constant member looks like this:
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor_pool.h | 93 // Looks up a field by name. Returns a PyFieldDescriptor corresponding to 99 // Looks up an extension by name. Returns a PyFieldDescriptor corresponding 105 // Looks up an enum type by name. Returns a PyEnumDescriptor corresponding 111 // Looks up a oneof by name. Returns a COneofDescriptor corresponding
|
| /third_party/rust/crates/autocfg/src/ |
| D | lib.rs | 94 /// This looks like: `cargo:rustc-cfg=CFG` 103 /// This looks like: `cargo:rerun-if-changed=PATH` 114 /// This looks like: `cargo:rerun-if-env-changed=VAR` 241 /// The test code is subject to change, but currently looks like: 260 /// The test code is subject to change, but currently looks like: 288 /// The test code is subject to change, but currently looks like: 317 /// The test code is subject to change, but currently looks like: 346 /// The test code is subject to change, but currently looks like: 365 /// The test code is subject to change, but currently looks like:
|
| /third_party/skia/gm/ |
| D | nonclosedpaths.cpp | 28 // The path looks not closed at all. 31 // The path looks closed, but final rendering has 2 ends with cap. 34 // The path looks closed, and the final rendering looks closed too.
|
| /third_party/vulkan-loader/loader/ |
| D | loader_windows.h | 57 // This function looks for filename in given device handle, filename is then added to return list 65 // This function looks for display devices and childish software components 79 // This function looks in the registry (hive = DEFAULT_VK_REGISTRY_HIVE) key as 123 // If running with elevated privileges, this function only looks in HKEY_LOCAL_MACHINE.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | VFABIDemangling.cpp | 85 /// The function looks for the following strings at the beginning of 110 /// The function looks for the following stringt at the beginning of 148 /// The function looks for the following strings at the beginning of 176 /// The function looks for the following strings at the beginning of 210 /// The function looks for the following strings at the beginning of 232 /// Looks into the <parameters> part of the mangled name in search 265 /// Looks into the <parameters> part of the mangled name in search
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64Subtarget.cpp | 109 // FIXME: remove this to enable 64-bit SLP if performance looks good. in initializeProperties() 123 // FIXME: remove this to enable 64-bit SLP if performance looks good. in initializeProperties() 134 // FIXME: remove this to enable 64-bit SLP if performance looks good. in initializeProperties() 145 // FIXME: remove this to enable 64-bit SLP if performance looks good. in initializeProperties() 155 // FIXME: remove this to enable 64-bit SLP if performance looks good. in initializeProperties()
|
| /third_party/mesa3d/docs/vulkan/ |
| D | dispatch.rst | 15 extension. The device table looks like this: 63 table looks like this: 91 The device dispatch table looks like this: 175 a dispatch table. The typical pattern for this inside a driver looks 214 looks like this:
|
| /third_party/curl/tests/data/ |
| D | test1268 | 23 file name argument looks like a flag 32 Warning: The file name argument '-k' looks like a flag.
|
| /third_party/rust/crates/rustix/src/io/ |
| D | procfs.rs | 207 /// and that it looks normal. It also returns the `Stat` of `/proc`. 233 /// it, and that it looks normal. It also returns the `Stat` of `/proc/self`. 263 /// top of it, and that it looks normal. 301 /// on top of it, and that it looks normal. It also returns the `Stat` of 331 /// mounted on top of it, and that it looks normal. 352 /// mounted on top of it, and that it looks normal. 369 /// mounted on top of it, and that it looks normal. 384 /// mounted on top of it, and that it looks normal.
|
| /third_party/glslang/Test/ |
| D | hlsl.buffer.frag | 29 float foo() // float looks like identifier, but can't be part of tbuffer 42 id PixelShaderFunction(float4 input : SV_POSITION) : SV_TARGET0 // id looks like id for cbuffer na…
|
| /third_party/node/ |
| D | glossary.md | 7 * LGTM: "Looks good to me", commonly used to approve a code review. 9 * RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
|
| /third_party/skia/include/private/ |
| D | SkSafe_math.h | 27 // Nothing looks anywhere near as likely to be used by Skia as math.h. 42 #error Hmm. Looks like math.h has changed its header guards.
|
| /third_party/openssl/doc/man3/ |
| D | X509v3_get_ext_by_NID.pod | 74 looks for an extension of criticality I<crit>. A zero value for I<crit> 75 looks for a non-critical extension. A nonzero value looks for a critical
|
| D | EVP_PKEY_asn1_get_count.pod | 36 EVP_PKEY_asn1_find() looks up the B<EVP_PKEY_ASN1_METHOD> with NID 42 EVP_PKEY_asn1_find_str() looks up the B<EVP_PKEY_ASN1_METHOD> with PEM
|
| /third_party/rust/crates/cxx/book/src/ |
| D | context.md | 54 Bindgen emitted something that *looks* reasonable and you will have a hell of a 89 moment to appreciate that the C++ side *really* looks like we are just writing 90 C++ and the Rust side *really* looks like we are just writing Rust. Anything you
|
| /third_party/lwip/ |
| D | backport-tcp-tighten-up-checks-for-received-SYN.patch | 40 + /* Looks like another copy of the SYN - retransmit our SYN-ACK */ 52 - /* Looks like another copy of the SYN - retransmit our SYN-ACK */
|
| /third_party/protobuf/src/google/protobuf/ |
| D | generated_enum_util.h | 63 // Looks up a numeric enum value given the string name. 67 // Looks up an enum name given the numeric value.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 379 /// Looks up the vertex with identifier I, if it does not exist it default 385 /// Looks up the edge with identifier I, if it does not exist it default 397 /// Looks up a vertex with Identifier I, or an error if it does not exist. 416 /// Looks up an edge with Identifier I, or an error if it does not exist. 435 /// Looks for a vertex with identifier I, returns 1 if one exists, and 441 /// Looks for an edge with Identifier I, returns 1 if one exists and 0
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_random_impl.h | 38 /* Looks like a 64-bit system, so prefer SHA-512. */ 41 /* Looks like a 32-bit system, so prefer SHA-256. */
|
12345678910>>...93