/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | drawing_painter_impl_test.cpp | 53 PaintRecord::RSColor color(0, 0, 0, 255); // 255 just fot test in SetUpTestCase() 61 int32_t width = 200; // 200 just for test in SetUpTestCase() 62 int32_t height = 100; // 100 just for test in SetUpTestCase() 139 SkColor color = 255; // 255 just fot test in HWTEST_F() 140 canvasParagraphPainter_->drawTextShadow(textBlob, 0.0, 0.0, color, 0.5); // 0.5 just fot test in HWTEST_F() 169 SkColor color = 255; // 255 just fot test in HWTEST_F()
|
/third_party/curl/lib/ |
H A D | select.c | 54 * 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 D | MAIL-ETIQUETTE | 65 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 D | bpf_helpers.h | 66 * 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 D | script.c | 222 /* 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 D | tlscontext.cc | 20 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 D | advisory.js | 102 // 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 D | redundancy-elimination.cc | 266 // 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 D | cipher_cts.c | 176 * 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 D | EdgeWriter.java | 75 // 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 D | SkBitmapProcState_matrixProcs.cpp | 20 * 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 D | cipher_cts.c | 176 * 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 D | build_py.py | 171 # 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 D | WebAssemblyInstrMemory.td | 41 // 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/ffmpeg/doc/examples/ |
H A D | README | 10 Copy to a read/write user directory and just use "make", it will link 17 FFmpeg (no need to make install in any prefix). Then just run "make examples".
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | escoll.h | 27 // If this is too small for the test data, just increase it. 28 // Just don't make it too large, otherwise the executable will get too big
|
H A D | ficoll.h | 26 // If this is too small for the test data, just increase it. 27 // Just don't make it too large, otherwise the executable will get too big
|
H A D | mnkytst.h | 27 // If this is too small for the test data, just increase it. 28 // Just don't make it too large, otherwise the executable will get too big
|
H A D | encoll.h | 27 // If this is too small for the test data, just increase it. 28 // Just don't make it too large, otherwise the executable will get too big
|
H A D | decoll.h | 25 // If this is too small for the test data, just increase it. 26 // Just don't make it too large, otherwise the executable will get too big
|
H A D | trcoll.h | 26 // If this is too small for the test data, just increase it. 27 // Just don't make it too large, otherwise the executable will get too big
|
H A D | frcoll.h | 25 // If this is too small for the test data, just increase it. 26 // Just don't make it too large, otherwise the executable will get too big
|
H A D | jacoll.h | 26 // If this is too small for the test data, just increase it. 27 // Just don't make it too large, otherwise the executable will get too big
|
/third_party/node/deps/npm/node_modules/parse-conflict-json/ |
H A D | package.json | 31 "just-diff": "^6.0.0", 32 "just-diff-apply": "^5.2.0"
|
/third_party/node/deps/npm/node_modules/which/ |
H A D | README.md | 34 Just like the BSD `which(1)` binary but using `node-which`. 49 - `all`: Return all matches, instead of just the first one. Note that
|