Home
last modified time | relevance | path

Searched full:just (Results 526 - 550 of 17155) sorted by relevance

1...<<21222324252627282930>>...687

/third_party/pcre2/pcre2/doc/
H A Dpcre2compat.329 that the next three characters are not "a". It just asserts that the next
31 assertion just once). Perl allows some repeat quantifiers on other assertions,
69 treats a backslash between \eQ and \eE just like any other character. Note the
118 just with numbers, using an external table to translate between numbers and
128 error (for a while it was just deprecated). There may still be some cases where
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs147 // Just to test a single value for sanity... in RepeatedWrappersSerializeDeserialize()
155 // This test is just to prove that we use the right format. in RepeatedWrappersBinaryFormat()
201 // Just to test a single value for sanity... in MapWrappersSerializeDeserialize()
242 // Just a single example... note that we can't have a null value here in Reflection_RepeatedFields()
252 // Just a single example... note that we can't have a null value here despite the value type being int? in Reflection_MapFields()
/third_party/python/Doc/distutils/
H A Dsourcedist.rst115 called :file:`MANIFEST.in` by default. The manifest template is just a list of
210 Just like in the setup script, file and directory names in the manifest template
231 with just the default file set
233 * use the list of files now in :file:`MANIFEST` (either just generated or read
240 Second, you might just want to (re)generate the manifest, but not create a source
/third_party/python/Lib/distutils/
H A Dversion.py32 """Abstract base class for version numbering classes. Just provides
219 # numbers: just split on period and compare the numbers as tuples.
238 # implemented here, this just isn't so.
257 # just as happy dealing with things like "2g6" and "1.13++". I don't
311 # from the parsed tuple -- so I just store the string here for
/third_party/python/Lib/distutils/command/
H A Dsdist.py63 "just regenerate the manifest and then stop "
154 # If user just wanted us to regenerate the manifest, stop now.
173 reading the manifest template (and writing the manifest), or just
174 reading the manifest, or just using the default file set -- it all
428 # put 'files' there; the 'mkpath()' is just so we don't die
/third_party/openssl/crypto/evp/
H A Dkeymgmt_lib.c34 /* Just in time creation of keydata */ in evp_keymgmt_util_try_import()
44 * It's fine if there was no data to transfer, we just end up with an in evp_keymgmt_util_try_import()
185 * all the work we just did. in evp_keymgmt_util_export_to_provider()
338 * evp_keymgmt_util_match() doesn't just look at the provider side "origin",
494 * We can then just set its |keydata| to what we have, which might in evp_keymgmt_util_copy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp144 // If there is no definition of the renamed variable in this block, just use in GetValueInMiddleOfBlock()
149 // If there are no predecessors, just return undef. in GetValueInMiddleOfBlock()
178 // Otherwise, if all the merged values are the same, just use it. in GetValueInMiddleOfBlock()
182 // If an identical PHI is already in BB, just reuse it. in GetValueInMiddleOfBlock()
333 /// operands, i.e., it was just added.
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
H A DVK_EXT_host_image_copy.adoc23 The extra copy involved due to it going through a buffer is not just a performance cost though.
161 Additionally, to avoid having to submit a command just to transition the image to the correct layout, the following function is introduced to do the layout transition on the host.
236 and applications can assume that host image copy is just as efficient as using device copies for resources which are
268 `identicalMemoryLayout` is intended for the gray area where the image is just swizzled in a slightly different pattern to aid host access,
283 In practice, especially for read-only textures, a host-transferred image in the `VK_IMAGE_LAYOUT_GENERAL` layout could be just as efficient as an image transitioned to `VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL`.
/third_party/skia/third_party/externals/swiftshader/docs/
H A DReactor.md31 Just-in-time (JIT) compiled code has the potential to be faster than statically compiled code, through [run-time specialization](http://en.wikipedia.org/wiki/Run-time_algorithm_specialisation). However, this is rarely achieved in practice.
37 While the benefit of run-time specialization should now be apparent, JIT-compiled languages lack many of the practical advantages of static compilation. JIT-compilers are very constrained in how much time they can spend on compiling the bytecode into machine code. This limits their ability to even reach parity with static compilation, let alone attempt to exceed it by performing run-time specialization. Also, even if the compilation time was not as constrained, they can't specialize at every opportunity because it would result in an explosive growth of the amount of generated code. There's a need to be very selective in only specializing the hotspots for often recurring conditions, and to manage a cache of the different variants. Even just selecting the size of the set of variables that form the entire condition to specialize for can get immensely complicated.
41 This is becoming especially problematic for GPUs, as they are now just as programmable as CPUs but you can still only command them through an API. Attempts to disguise this by using a single language, such as C++AMP and SYCL, still have difficulties expressing how data is exchanged, don't actually provide control over the specialization, they have hidden overhead, and they have unpredictable performance characteristics across devices. Meanwhile CPUs gain ever more cores and wider SIMD vector units, but statically compiled languages don't readily exploit this and can't deal with the many code paths required to extract optimal performance. A different language and framework is required.
59 The braces are superfluous. They just make the syntax look more like regular C++, and they offer a new scope for Reactor variables.
268 Note that this example uses regular C++ `if` and `else` constructs. They only determine which code ends up in the generated routine, and don't end up in the generated code themselves. Thus the routine contains a loop with just one arithmetic or logical operation, making it more efficient than if this was written in regular C++.
H A DdEQP.md79 * Just above, add an option to CommandLine: `--deqp-gl-context-type=egl`
80 * Just below, modify the BinaryPath from 'Debug' to 'Release' if you did a Release build at step 17
224 * Just above, add an option to CommandLine: `--deqp-gl-context-type=egl`
225 * Just below, remove 'Debug/' from the BinaryPath.
226 * Just one more line below, replace `../candy-build/deqp-wgl/` with `<path to deqp>/build/modules/${TestPackageDir}`.
/third_party/openssl/crypto/x509/
H A Dv3_conf.c233 /* Create a generic extension: for now just handle DER type */
306 * file section to an extension STACK. Just check in case sk == NULL.
338 * Add extensions to a certificate. Just check in case cert == NULL.
351 * Add extensions to a CRL. Just check in case crl == NULL.
364 * Add extensions to certificate request. Just check in case req is NULL.
/third_party/openssl/doc/man3/
H A DOSSL_PARAM.pod148 entities should remain oblivious and just pass the B<OSSL_PARAM> array
189 and there is therefore no need to copy the data that is passed, just
215 there is therefore no need to copy the data that is passed, just the
297 to have more than just the section title.
307 A couple of examples to just show how B<OSSL_PARAM> arrays could be
/third_party/skia/third_party/externals/libpng/intel/
H A Dfilter_sse2_intrinsics.c57 * That works with our main loop if we just say that left pixel was zero. in png_read_filter_row_sub3_sse2()
90 * That works with our main loop if we just say that left pixel was zero. in png_read_filter_row_sub4_sse2()
133 /* PNG requires a truncating average, so we can't just use _mm_avg_epu8 */ in png_read_filter_row_avg3_sse2()
150 /* PNG requires a truncating average, so we can't just use _mm_avg_epu8 */ in png_read_filter_row_avg3_sse2()
186 /* PNG requires a truncating average, so we can't just use _mm_avg_epu8 */ in png_read_filter_row_avg4_sse2()
/third_party/pcre2/pcre2/doc/html/
H A Dpcre2compat.html42 that the next three characters are not "a". It just asserts that the next
44 assertion just once). Perl allows some repeat quantifiers on other assertions,
84 treats a backslash between \Q and \E just like any other character. Note the
135 just with numbers, using an external table to translate between numbers and
146 error (for a while it was just deprecated). There may still be some cases where
/third_party/protobuf/objectivec/
H A DREADME.md103 // Note: Just like above, you don't have to check subMessage and otherMessage
105 // to create the siblingsArray, you can safely just append to it.
121 cases where you need to know whether it was set explicitly or you are just
168 Any number of files can be listed for a framework, just separate them with
184 Please make updates to the tests along with changes. If just changing the
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java114 * &lt;0: backwards; 0: just after reset() (previous() begins from end);
115 * 1: just after setOffset(); >1: forward
532 // Note: In C++, we just setText(source.getText()). in setText()
535 // for a UCharacterIterator it also just used source.getText()). in setText()
567 // Note: In C++, we just setText(source.getText()). in setText()
663 /** Normalizes dir_=1 (just after setOffset()) to dir_=0 (just after reset()). */
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java72 * class which can be invoked passing just the desired output directory and which relies on the
327 // Run through all directories (not just the keySet() of the split path map) since we in processLdml()
377 // aliases, but since it's harmless otherwise, we just do it unconditionally. in processLdml()
424 // alias, and just needs to point to the canonical ID. in getAliasMap()
450 * 2: If a forced parent exists, but the forced value is what you would get by just truncating
577 // No need to add data: Just write a resource bundle with an empty top-level table. in writeEmptyFile()
641 // Then we remove all the written files to just leave the ones that need to be generated.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationElementIterator.java114 * &lt;0: backwards; 0: just after reset() (previous() begins from end);
115 * 1: just after setOffset(); >1: forward
516 // Note: In C++, we just setText(source.getText()). in setText()
519 // for a UCharacterIterator it also just used source.getText()). in setText()
550 // Note: In C++, we just setText(source.getText()). in setText()
645 /** Normalizes dir_=1 (just after setOffset()) to dir_=0 (just after reset()). */
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h50 * It is possible to use the library just for tst_fzsync_pair_wait() to get a
56 * For a usage example see testcases/cve/cve-2016-7117.c or just run
251 * Call this from your main test function (thread A), just before entering the
434 * the upper bound (the max delay of B), we just take the execution time of A
686 * This should be placed just before performing whatever action can cause a
687 * race condition. Usually it is placed just before a syscall and
688 * tst_fzsync_end_race_a() is placed just afterwards.
/third_party/node/src/api/
H A Denvironment.cc30 using v8::Just;
90 // is what ReThrow gives us). Just returning the empty MaybeLocal would leave in PrepareStackTraceCallback()
335 // but also otherwise just doesn't work, and the only real alternative in NewIsolate()
619 return Just(true); in InitializeContextRuntime()
677 return Just(true); in InitializeContextRuntime()
702 return Just(true); in InitializeBaseContextForSnapshot()
760 return Just(true); in InitializePrimordials()
/third_party/node/deps/minimatch/src/dist/cjs/
H A Dast.js10 // entire string, or just a single path portion, to prevent dots
344 // TODO: instead of injecting the start/end at this point, just return
372 // just stick it in now rather than try to inject it later in the middle of
375 // We can just always return the same end, and leave it up to the caller
386 // Then the caller just ignores the end if it's not the first pattern,
390 // so the caller can just attach $ at the end of the pattern when building.
408 // is ^(?!\.), we can just prepend (?!\.) to the pattern (either root
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
H A Dast.js10 // entire string, or just a single path portion, to prevent dots
344 // TODO: instead of injecting the start/end at this point, just return
372 // just stick it in now rather than try to inject it later in the middle of
375 // We can just always return the same end, and leave it up to the caller
386 // Then the caller just ignores the end if it's not the first pattern,
390 // so the caller can just attach $ at the end of the pattern when building.
408 // is ^(?!\.), we can just prepend (?!\.) to the pattern (either root
/third_party/node/deps/minimatch/src/dist/mjs/
H A Dast.js7 // entire string, or just a single path portion, to prevent dots
341 // TODO: instead of injecting the start/end at this point, just return
369 // just stick it in now rather than try to inject it later in the middle of
372 // We can just always return the same end, and leave it up to the caller
383 // Then the caller just ignores the end if it's not the first pattern,
387 // so the caller can just attach $ at the end of the pattern when building.
405 // is ^(?!\.), we can just prepend (?!\.) to the pattern (either root
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
H A Dast.js7 // entire string, or just a single path portion, to prevent dots
341 // TODO: instead of injecting the start/end at this point, just return
369 // just stick it in now rather than try to inject it later in the middle of
372 // We can just always return the same end, and leave it up to the caller
383 // Then the caller just ignores the end if it's not the first pattern,
387 // so the caller can just attach $ at the end of the pattern when building.
405 // is ^(?!\.), we can just prepend (?!\.) to the pattern (either root
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_tiler.c81 * in the worst case imaginable. Just... a gigantic allocation that we give a
84 * bit is actually allocated upfront. The GPU just keeps using the
89 * pushed to kernel space and we can mostly ignore it here, just remembering to
189 * Of course with no hierarchical tiling, this is not a mask; it's just a field
226 * because those care about the stride (not just the overall count) and only at
245 * a byte count for each level. We then just sum up the byte counts across the
353 * At the moment, we just default to 0xFF, which enables all possible hierarchy

Completed in 20 milliseconds

1...<<21222324252627282930>>...687