Home
last modified time | relevance | path

Searched full:just (Results 651 - 675 of 17049) sorted by relevance

1...<<21222324252627282930>>...682

/third_party/node/deps/minimatch/src/dist/cjs/
H A Dindex.js343 // just basic optimizations to remove some .. parts
351 // just get rid of adjascent ** portions
691 // a ** at the end will just swallow the rest.
709 // XXX remove this slice. Just pass the start index.
743 // non-magic patterns just have to match exactly
761 // a pattern that ends in /, unless the pattern just
846 // when you just want to work with a regex.
860 // if ** is only item, then we just do one twoStar
960 // just ONE of the pattern sets in this.set needs to match
961 // in order for it to be valid. If negating, then just on
[all...]
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
H A Dindex.js343 // just basic optimizations to remove some .. parts
351 // just get rid of adjascent ** portions
691 // a ** at the end will just swallow the rest.
709 // XXX remove this slice. Just pass the start index.
743 // non-magic patterns just have to match exactly
761 // a pattern that ends in /, unless the pattern just
846 // when you just want to work with a regex.
860 // if ** is only item, then we just do one twoStar
960 // just ONE of the pattern sets in this.set needs to match
961 // in order for it to be valid. If negating, then just on
[all...]
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
H A Dindex.js331 // just basic optimizations to remove some .. parts
339 // just get rid of adjascent ** portions
679 // a ** at the end will just swallow the rest.
697 // XXX remove this slice. Just pass the start index.
731 // non-magic patterns just have to match exactly
749 // a pattern that ends in /, unless the pattern just
834 // when you just want to work with a regex.
848 // if ** is only item, then we just do one twoStar
948 // just ONE of the pattern sets in this.set needs to match
949 // in order for it to be valid. If negating, then just on
[all...]
/third_party/node/deps/minimatch/src/dist/mjs/
H A Dindex.js331 // just basic optimizations to remove some .. parts
339 // just get rid of adjascent ** portions
679 // a ** at the end will just swallow the rest.
697 // XXX remove this slice. Just pass the start index.
731 // non-magic patterns just have to match exactly
749 // a pattern that ends in /, unless the pattern just
834 // when you just want to work with a regex.
848 // if ** is only item, then we just do one twoStar
948 // just ONE of the pattern sets in this.set needs to match
949 // in order for it to be valid. If negating, then just on
[all...]
/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp81 // NOTE: This could just be GrMatrixConvolutionEffect with one of the dimensions set to 1 in convolve_gaussian_1d()
130 // just a uniform array. in convolve_gaussian_2d()
255 // small sizes of mid it is worse to issue more draws than to just execute the slightly in convolve_gaussian()
407 // In clamp the column just outside the src bounds has the same value as the in two_pass_gaussian()
408 // column just inside, unlike decal. in two_pass_gaussian()
519 // If we determined that there is no blurring necessary in either direction then just do a in GaussianBlur()
552 // For really small blurs (certainly no wider than 5x5 on desktop GPUs) it is faster to just in GaussianBlur()
636 // Rather than run a potentially multi-pass rescaler on single rows/columns we just do a in GaussianBlur()
846 // Calling SigmaRadius() produces 1, just computing ceil(sigma)*3 produces 3 in Compute1DGaussianKernel()
890 // Note that halfsize isn't just siz in Compute1DLinearGaussianKernel()
[all...]
/third_party/python/Parser/
H A Dstring_parser.c247 /* Just return the bytes. The caller will parse the resulting in _PyPegen_parsestr()
478 followed by a "{". Just keep parsing this literal. This in fstring_find_literal()
549 doesn't need to error on all invalid expressions, just correctly
628 expression. We just need to match the non-error in fstring_find_expr()
717 /* Just consume this char and loop around. */ in fstring_find_expr()
723 expression. But, we can produce a better error message, so let's just in fstring_find_expr()
969 /* Just realloc. */ in ExprList_Append()
1099 /* We didn't have a string before, so just remember this one. */ in _PyPegen_FstringParser_ConcatAndDel()
1152 /* See if we should just loop around to get the next literal in _PyPegen_FstringParser_ConcatFstring()
1206 /* If we're just in _PyPegen_FstringParser_Finish()
[all...]
/third_party/googletest/docs/
H A Dgmock_cook_book.md164 You can mock class templates just like any class.
192 mocking virtual methods (just don't add `override`):
594 functionalities, rename stuff, etc instead of just trimming the class. This
612 just like they have been sharing `Concrete`. You can check in the interface
677 With that, you can use `MockFoo` in your tests as usual. Just remember that if
730 to test how your code uses `System` to do I/O, and you just want the file
838 (Why don't we just write `{ return foo.Concrete(str); }`? If you do that,
840 `Foo::Concrete()` is virtual. That's just how C++ works.)
897 Matchers are function objects, and parametrized matchers can be composed just
1101 Have you noticed that a matcher is just
[all...]
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp98 WS_HILOGE("NetworkType set is invalid, just ignore set."); in GetNetWorkInfo()
122 WS_HILOGE("ChargeType info is invalid, just ignore set."); in GetChargeInfo()
141 WS_HILOGE("BatteryLevel set is invalid, just ignore set."); in GetBatteryInfo()
154 WS_HILOGE("BatteryStatus set is invalid, just ignore set."); in GetBatteryInfo()
171 WS_HILOGE("StorageRequest set is invalid, just ignore set."); in GetStorageInfo()
181 WS_HILOGD("RepeatCycleTime not set, just ignore other repeat set."); in GetRepeatInfo()
/third_party/elfutils/libdwfl/
H A Drelocate.c49 Handle it first, just in case the ELF file has strange section in __libdwfl_relocate_value()
112 /* This is just doing dwfl_module_getsym, except that we must always use
265 If we just have no symbols in this module, no harm done. */ in resolve_symbol()
341 So we just pretend it's OK without further relocation. */ in relocate()
530 /* Reload Shdr in case section was just decompressed. */ in relocate_section()
551 /* Reload Shdr in case section was just decompressed. */ in relocate_section()
/third_party/glfw/docs/
H A DCONTRIBUTING.md45 invaluable. Just put it inline in the body text. Note that if the bug is
46 reproducible with one of the test programs that come with GLFW, just mention
59 GitHub Markdown; just surround it with triple backticks:
294 just link to that web page or mention that source file. You don't need to match
323 __There is no preferred patch size__. A one character fix is just as welcome as
353 __There is no preferred patch size__. A one-character change is just as welcome
/third_party/icu/icu4c/source/common/
H A Dloclikelysubtags.cpp52 // TODO(ICU-20777): Rename to just LikelySubtagsData.
423 // Intermediate or final value from just language. in maximize()
451 // Final value from just language or language+script. in maximize()
567 // Intermediate or final value from just language.
588 // Final value from just language or language+script.
640 // We could try just a series of checks, like:
/third_party/libwebsockets/READMEs/
H A DREADME.test-apps.md4 Are you building a client? You just need to look at the test client
49 your server, just define this before including the plugin source
154 To test it using SSL/WSS, just run the test server with
164 not signed by any real Certificate Authority. Just accept the
243 To test SSL/WSS client action, just run the client test with
441 The autobahn test itself admits this is not part of the standard, just someone's
H A DREADME.fault-injection.md6 But to provide reliable quality there's a need to not just test the code paths
36 paths, it's usually enough to just list the faults you want at context creation
57 to just pass a list of faults you want into the lws_context and have the
69 By default then just enabling Fault Injection at build does not have any impact
164 However typically the approach is just provide a list of faults at context
230 By default, if you just give the name part, if the namespace is absent or
/third_party/mesa3d/docs/gallium/
H A Dbuffermapping.rst16 upload, and as a whole they seem to take just about every path available. Let's
52 You can't just empty your valid range on ``glBufferData()`` unless you know that
273 just changes which region it flushes. The same GL buffer name is used in every
374 Note that this is just one small buffer. Most of the vertex data goes through a
392 can just empty the valid region.
396 blitting too much data. (When that bit is unset, you just blit the whole
/third_party/node/src/crypto/
H A Dcrypto_ec.cc29 using v8::Just;
450 return Just(!result->IsEmpty()); in EncodeOutput()
482 return Just(true); in AdditionalConfig()
623 return Just(true); in AdditionalConfig()
689 return Just(true); in AdditionalConfig()
917 return Just(true); in ExportJWKEdKey()
H A Dcrypto_dh.cc25 using v8::Just;
544 return Just(true); in AdditionalConfig()
599 return Just(true); in AdditionalConfig()
696 return Just(true); in AdditionalConfig()
705 return Just(!result->IsEmpty()); in EncodeOutput()
724 return Just(true); in GetDhKeyDetail()
H A Dcrypto_sig.cc22 using v8::Just;
432 salt_len = Just<int>(args[offset + 1].As<Int32>()->Value()); in SignFinal()
563 salt_len = Just<int>(args[offset + 2].As<Int32>()->Value()); in VerifyFinal()
695 return Just(true); in AdditionalConfig()
736 ? Just<int>(params.salt_length) : Nothing<int>(); in DeriveBits()
829 return Just(!result->IsEmpty()); in EncodeOutput()
H A Dcrypto_rsa.cc21 using v8::Just;
186 return Just(true); in AdditionalConfig()
258 return Just(true); in AdditionalConfig()
339 return Just(true); in AdditionalConfig()
416 return Just(true); in ExportJWKRsaKey()
630 return Just<bool>(true); in GetRsaKeyDetail()
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c191 * just wait for that to complete (since it will be done async if we in lws_tls_jit_trust_sort_kids()
265 * so, we can just bind to that and go. in lws_tls_jit_trust_vhost_bind()
273 /* hit, let's just use that then */ in lws_tls_jit_trust_vhost_bind()
314 /* hit, let's just use that then */ in lws_tls_jit_trust_vhost_bind()
433 * trusted CA, it will just cause temporary conn fail. in lws_tls_jit_trust_got_cert_cb()
506 * removed... we can just ask for the specific CAs to regenerate the in lws_tls_jit_trust_got_cert_cb()
/third_party/lwip/src/netif/ppp/
H A Dvj.c25 * to be in contiguous memory (just the compressed header).
411 /* Can we cope with this failing? Just assert for now */ in vj_compress_tcp()
420 /* Can we cope with this failing? Just assert for now */ in vj_compress_tcp()
481 just to help static code analysis to see this is correct ;-) */ in vj_uncompress_uncomp()
623 /* Can we cope with this failing? Just assert for now */ in vj_uncompress_tcp()
646 /* Can we cope with this failing? Just assert for now */ in vj_uncompress_tcp()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java93 * machine can just terminate (used to avoid jumping directly to the termination instruction).
387 * is just some specialization of this operation.
538 // If the destination of this jump would just be a termination instruction, just write in writeJumpTable()
550 // In the simple case, there are no extra branches, so we just write the offsets we have. in writeJumpTable()
553 // adjustment when deciding if it's safe to just use the offsets we were given. It's a form in writeJumpTable()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs89 // like non-null references for arrays we've just created.
325 /// Skips the data for the field with the tag we've just read.
488 // Currently just a pass-through, but it's nice to separate it logically from WriteInt32. in ReadEnum()
528 /// This is internally just reading a varint, but this method exists
555 /// That means we can check the size just once, then just read directly from the buffer
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs79 // Just one example for repeated fields - they're all just returning the list in GetValue()
82 Assert.AreEqual(message.RepeatedInt32[0], list[0]); // Just in case there was any doubt... in GetValue()
84 // Just a single map field, for the same reason in GetValue()
210 // Just a sample (primitives, messages, enums, strings, byte strings) in SetValue_SingleFields()
391 // test that the reflector works, since the reflector just runs through IExtendableMessage in GetExtensionValue()
/third_party/pulseaudio/sonic/
H A DSonic.java332 // Just copy from the array to the output buffer
343 // Just copy from the input buffer to the output buffer. Return num samples copied.
511 // For now, just find the pitch of the first channel. Note that retMinDiff and
687 // Just move the new samples in the output buffer to the pitch buffer
945 // This is a non-stream oriented interface to just change the speed of a sound sample
971 /* This is a non-stream oriented interface to just change the speed of a sound sample */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp265 // If all sources of a PHI node are implicit_def or undef uses, just emit an in LowerPHINode()
316 // information over to the new copy we just inserted. in LowerPHINode()
427 // the copy we just inserted) is the last use of the source value. Live in LowerPHINode()
464 // We just inserted this copy. in LowerPHINode()
514 // We may have to rewind a bit if we didn't just insert a copy. in LowerPHINode()
524 // We just inserted this copy. in LowerPHINode()

Completed in 51 milliseconds

1...<<21222324252627282930>>...682