Home
last modified time | relevance | path

Searched full:just (Results 201 - 225 of 16464) sorted by relevance

12345678910>>...659

/third_party/typescript/tests/baselines/reference/
H A DawaitedType.errors.txt18 type T13 = _Expect<Awaited<Promise<Promise<number>> | string | null>, /*expected*/ string | number | null>; // otherwise just prints T13 in types tests, which isn't very helpful
19 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | number | undefined>; // otherwise just prints T14 in types tests, which isn't very helpful
20 type T15 = _Expect<Awaited<Promise<Promise<number>> | string | null | undefined>, /*expected*/ string | number | null | undefined>; // otherwise just prints T15 in types tests, which isn't very helpful
169 // helps with tests where '.types' just prints out the type alias name
H A DcomputedPropertyNames49_ES6.js11 // just throw
37 // just throw
H A DcomputedPropertyNames50_ES6.js13 // just throw
39 // just throw
H A DexportEqualsProperty2.js4 // This test is just like exportDefaultProperty2, but with `export =`.
22 // This test is just like exportDefaultProperty2, but with `export =`.
H A DunicodeExtendedEscapesInRegularExpressions10_ES5.js4 // Although we should just get back a single code point value of 0xD800,
12 // Although we should just get back a single code point value of 0xD800,
H A DunicodeExtendedEscapesInRegularExpressions10_ES6.js4 // Although we should just get back a single code point value of 0xD800,
12 // Although we should just get back a single code point value of 0xD800,
H A DunicodeExtendedEscapesInRegularExpressions11_ES5.js4 // Although we should just get back a single code point value of 0xDC00,
12 // Although we should just get back a single code point value of 0xDC00,
H A DunicodeExtendedEscapesInRegularExpressions11_ES6.js4 // Although we should just get back a single code point value of 0xDC00,
12 // Although we should just get back a single code point value of 0xDC00,
H A DunicodeExtendedEscapesInStrings10_ES5.js4 // Although we should just get back a single code point value of 0xD800,
12 // Although we should just get back a single code point value of 0xD800,
H A DunicodeExtendedEscapesInStrings10_ES6.js4 // Although we should just get back a single code point value of 0xD800,
12 // Although we should just get back a single code point value of 0xD800,
/third_party/curl/lib/
H A Dselect.c54 * is provided to wait on, just being used to delay execution.
138 /* no sockets, just wait */ in our_select()
154 It is unclear why WinSock doesn't just handle this for us instead of in our_select()
156 many bits are set on an fd_set. So, let's just check it beforehand. in our_select()
200 /* no sockets, just wait */ in Curl_socket_check()
295 /* no sockets, just wait */ in Curl_poll()
/third_party/curl/docs/
H A DMAIL-ETIQUETTE65 services, by all means go ahead, but if it's just another curl question,
133 the email, your post will just be silently discarded.
179 or just remove them completely from the mail. Note that this includes base64
198 just hit reply on an existing mail and change the subject, create a new mail.
203 reply" or "reply to all", and not just reply to the author of the single
251 Quote as little as possible. Just enough to provide the context you cannot
/third_party/libbpf/src/
H A Dbpf_helpers.h66 * vmlinux.h. This just adds unnecessary hurdles and forces users to re-define
327 * *`, not just `int`. So for integers bpf_for() is more convenient.
336 struct bpf_iter_##type ___it __attribute__((aligned(8), /* enforce, just in case */, \
338 /* ___p pointer is just to call bpf_iter_##type##_new() *once* to init ___it */ \
365 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \
390 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c222 /* if a register has no bitfields, just return in l_rnn_etype()
301 /* if just a single sub-element, it is directly a register, in l_rnn_array_meta_index()
641 /* if no handler just ignore it: */ in script_start_cmdstream()
665 /* if no handler just ignore it: */ in script_draw()
731 /* if no handler for the packet, just ignore it: */ in script_packet()
766 /* if no handler just ignore it: */ in simple_call()
/third_party/node/src/quic/
H A Dtlscontext.cc20 using v8::Just;
30 // TODO(@jasnell): This session class is just a placeholder.
189 if (!bio) return Just(false); in InitializeSecureContext()
219 if (!bio) return Just(false); in InitializeSecureContext()
487 // The early data will just be ignored if it's invalid. in MaybeSetEarlySession()
583 return Just<const Options>(options); in From()
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
H A Dadvisory.js102 // just don't use the cached data, so we will definitely not match later
126 // if no changes, then just return what we got from cache
155 // advisories just get their range from the advisory above
176 // we don't test prerelease versions, so just skip past it
191 // it'll either be just the first version, which means no overlap,
238 // advisory, just test range
/third_party/node/deps/v8/src/compiler/
H A Dredundancy-elimination.cc266 // If we do not know anything about the predecessor, do not propagate just yet in ReduceCheckNode()
283 // The loop entry edge always dominates the header, so we can just use in ReduceEffectPhi()
316 // If we do not know anything about the predecessor, do not propagate just yet in ReduceSpeculativeNumberComparison()
377 // If we do not know anything about the predecessor, do not propagate just yet in ReduceSpeculativeNumberOperation()
420 // If we do not know anything about the predecessor, do not propagate just yet in TakeChecksFromFirstEffect()
423 // We just propagate the information from the effect input (ideally, in TakeChecksFromFirstEffect()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c176 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs1_decrypt()
177 * doing an Cipher CBC block - so just XOR in the cipher text. in cts128_cs1_decrypt()
205 /* If we only have one block then just process the aligned block */ in cts128_cs3_encrypt()
245 /* If we only have one block then just process the aligned block */ in cts128_cs3_decrypt()
283 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs3_decrypt()
284 * doing an AES block - so just XOR in the ciphertext. in cts128_cs3_decrypt()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeWriter.java75 // It's easier to just attempt to extract an "any" edge as that code already has to work for in visit()
95 // cope with this, track and accumulate the un-written "any" edge, and emit it just before in visitSequence()
123 // (ie. "(?:a|b|c)" can just be "a|b|c"). in visitGroup()
146 // Easier to just remove the disjunction we know was added last than track state in the loop. in visitGroup()
203 // Looking for a group like (xxx(xx)?)? which contains one edge only. We just recurse into in visitGroup()
264 // Recurse using the mask that's had the match we just emitted "factored out". This is always in appendRegex()
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp20 * just SkFixed, so we will abort the decal_ call if dx is very small, since
21 * the decal_ function just operates on SkFixed. If that were changed, we could
29 // if decal_ kept SkFractionalInt precision, this would just be dx <= 0 in can_truncate_to_fixed_for_decal()
30 // I just made up the 1/256. Just don't want to perceive accumulated error in can_truncate_to_fixed_for_decal()
146 // just grab the high four fractional bits. in extract_low_bits_clamp_clamp()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c176 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs1_decrypt()
177 * doing an Cipher CBC block - so just XOR in the cipher text. in cts128_cs1_decrypt()
205 /* If we only have one block then just process the aligned block */ in cts128_cs3_encrypt()
245 /* If we only have one block then just process the aligned block */ in cts128_cs3_decrypt()
283 * block using an IV of zero. For decryption the IV is just XORed after in cts128_cs3_decrypt()
284 * doing an AES block - so just XOR in the ciphertext. in cts128_cs3_decrypt()
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py171 # package_dir at all, as we just use the directory implied
253 # just the "package" for a toplevel is empty (either an empty
273 # XXX perhaps we should also check for just .pyc files
288 (package, module, module_file), just like 'find_modules()' and
338 # easy, we just copy it somewhere under self.build_lib (the build
368 # Now loop over the modules we found, "building" each one (just
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td41 // offsets folded into them, so we can just use add.
86 // Select loads with just a constant offset.
151 // Select extending loads with just a constant offset.
197 // Select "don't care" extending loads with just a constant offset.
249 // Select stores with just a constant offset.
291 // Select truncating stores with just a constant offset.
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
H A Dindex.html11 This opens a ws connection back to the server and just sits there
13 for 60s each timer. It should just stay like that forever.
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dearly-escape.c8 * done in phase 5, just after preprocessing and just

Completed in 13 milliseconds

12345678910>>...659