/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CollationElementIterator.java | 114 * <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 D | tst_fuzzy_sync.h | 50 * 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 D | environment.cc | 30 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 D | ast.js | 10 // 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 D | ast.js | 10 // 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 D | ast.js | 7 // 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 D | ast.js | 7 // 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 D | pan_tiler.c | 81 * 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
|
/third_party/mesa3d/src/util/ |
H A D | ralloc.h | 114 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 129 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 182 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 203 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 243 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 265 * memory. Instead, it resizes it to a 0-byte ralloc context, just like 312 * Set a callback to occur just before an object is freed.
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 125 /* A marker placed just after each BO, then checked after rendering to make 449 * Making a VC4 BO is just a matter of making a corresponding BO on the host. 474 * In simulation we defer shader validation until exec time. Just make a host 518 * We just pass this straight through to dumb mmap. 594 /* We do all of the vc4 rendering synchronously, so we just in vc4_simulator_ioctl() 602 /* This is just debug information, nothing to do. */ in vc4_simulator_ioctl() 650 * hardware, but for simulation we just get one shot to set up enough in vc4_simulator_init_global()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2demo.c | 48 that just changing 8 to 16 (for example) is not sufficient to convert this 160 * pattern match against the subject string. This does just ONE match. If * in main() 304 * If the previous match was NOT for an empty string, we can just start * in main() 316 * succeed, we still stay in the loop, advancing by just one character. * in main() 400 is zero, it just means we have found all possible matches, so the loop ends. in main() 408 the current position is just before it, advance by an extra byte. (b) in main() 454 demonstration program, we just detect this case and give up. */ in main()
|
/third_party/pcre2/pcre2/doc/ |
H A D | pcre2demo.3 | 68 that just changing 8 to 16 (for example) is not sufficient to convert this 180 * pattern match against the subject string. This does just ONE match. If * 324 * If the previous match was NOT for an empty string, we can just start * 336 * succeed, we still stay in the loop, advancing by just one character. * 420 is zero, it just means we have found all possible matches, so the loop ends. 428 the current position is just before it, advance by an extra byte. (b) 474 demonstration program, we just detect this case and give up. */
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | WrappersTest.cs | 148 // Just to test a single value for sanity... in RepeatedWrappersSerializeDeserialize() 160 // This test is just to prove that we use the right format. in RepeatedWrappersBinaryFormat() 204 // Just to test a single value for sanity... in MapWrappersSerializeDeserialize() 249 // Just a single example... note that we can't have a null value here in Reflection_RepeatedFields() 259 // Just a single example... note that we can't have a null value here despite the value type being int? in Reflection_MapFields() 405 // Wrapper message is just long enough - 6 bytes - to use the wrapper fast-path. in UnknownFieldInWrapperInt32FastPath() 459 // Wrapper message is just long enough - 10 bytes - to use the wrapper fast-path. in UnknownFieldInWrapperInt64FastPath()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 337 # OpenXR: this section was not under 'else:' previously, just fell through 339 # If the type is an alias, just emit a typedef declaration 407 C type declarations. The <member> tags are just like <param> 412 If alias is not None, then this struct aliases another; just 459 which aliases this type; just generate that alias.""" 471 # If the group name is aliased, just emit a typedef declaration 485 just integers."""
|
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.cpp | 112 // so we just clamp against the top in chop_quad_in_Y() 133 // so we just clamp against the bottom in chop_quad_in_Y() 193 // so we just clamp against the left in clipMonoQuad() 211 // so we just clamp against the right in clipMonoQuad() 294 * If just the first or first 2 Y values are above the fTop, we can just smash them in chop_cubic_in_Y() 411 // Current value chosen just by experiment. Larger (and still succeeds) is always better. in too_big_for_reliable_float_math()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fold.cpp | 84 // Dividing by 0 is undefined, so we will just pick 0. in BinaryOperate() 91 // Dividing by 0 is undefined, so we will just pick 0. in BinaryOperate() 102 // Remainder when dividing with 0 is undefined, so we will just pick 0. in BinaryOperate() 113 // Mod with 0 is undefined, so we will just pick 0. in BinaryOperate() 121 // Mod with 0 is undefined, so we will just pick 0. in BinaryOperate() 130 // will be 0, so just return that value. in BinaryOperate() 153 // will be 0, so just return that value. in BinaryOperate()
|
H A D | scalar_analysis_simplification.cpp | 41 // just that node) with each of the like terms (or multiplication node) as a 281 // If we can't work out how to fold the expression just add it back into in GatherAccumulatorsFromChildNodes() 336 // If the count is -1 we can just add a negative version of that node, in SimplifyPolynomial() 360 // If there is only one term in the addition left just return that term. in SimplifyPolynomial() 365 // If there are no terms left in the addition just return 0. in SimplifyPolynomial() 451 // If we only have one child in the add just return that. in FoldRecurrentAddExpressions() 469 // entirely and just return the offset as the recurrent expression is in EliminateZeroCoefficientRecurrents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fold.cpp | 84 // Dividing by 0 is undefined, so we will just pick 0. in BinaryOperate() 91 // Dividing by 0 is undefined, so we will just pick 0. in BinaryOperate() 102 // Remainder when dividing with 0 is undefined, so we will just pick 0. in BinaryOperate() 113 // Mod with 0 is undefined, so we will just pick 0. in BinaryOperate() 121 // Mod with 0 is undefined, so we will just pick 0. in BinaryOperate() 130 // will be 0, so just return that value. in BinaryOperate() 153 // will be 0, so just return that value. in BinaryOperate()
|
H A D | scalar_analysis_simplification.cpp | 41 // just that node) with each of the like terms (or multiplication node) as a 281 // If we can't work out how to fold the expression just add it back into in GatherAccumulatorsFromChildNodes() 336 // If the count is -1 we can just add a negative version of that node, in SimplifyPolynomial() 360 // If there is only one term in the addition left just return that term. in SimplifyPolynomial() 365 // If there are no terms left in the addition just return 0. in SimplifyPolynomial() 451 // If we only have one child in the add just return that. in FoldRecurrentAddExpressions() 469 // entirely and just return the offset as the recurrent expression is in EliminateZeroCoefficientRecurrents()
|
/third_party/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 128 // between "start" and "aligned offset," which is just padding and is left poisoned) in DEF_TEST() 269 // start of the block (i.e. unwinds the entire stack, and not just the last cursor position) in DEF_TEST() 389 // Since we're back to just the head block, if we add a new block, the growth policy should in DEF_TEST() 428 // pool should have just the head block, but was reset in DEF_TEST() 445 // pool should have just the head block, but was reset in DEF_TEST() 536 // This steal should move B's 2 heap blocks to A, bringing A to 6 and B to just its head in DEF_TEST() 547 // Redoing the steal now that B is just a head block should be a no-op in DEF_TEST()
|
/third_party/pcre2/pcre2/doc/html/ |
H A D | pcre2demo.html | 65 that just changing 8 to 16 (for example) is not sufficient to convert this 177 * pattern match against the subject string. This does just ONE match. If * 321 * If the previous match was NOT for an empty string, we can just start * 333 * succeed, we still stay in the loop, advancing by just one character. * 417 is zero, it just means we have found all possible matches, so the loop ends. 425 the current position is just before it, advance by an extra byte. (b) 471 demonstration program, we just detect this case and give up. */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 86 /// RewriteUsesOfClonedInstructions - We just cloned the instructions from the 203 /// \param SimplifiedLatch is true if the latch was just folded into the final 235 // latch was just simplified. Or if we think it will be profitable. in rotateLoop() 269 // indirectbr in it, just give up. in rotateLoop() 307 // For PHI nodes, the value available in OldPreHeader is just the in rotateLoop() 392 // Along with all the other instructions, we just cloned OrigHeader's in rotateLoop() 513 // connected by an unconditional branch. This is just a cleanup so the in rotateLoop()
|
H A D | SSAUpdater.cpp | 100 // If there is no definition of the renamed variable in this block, just use in GetValueInMiddleOfBlock() 141 // If there are no predecessors, just return undef. in GetValueInMiddleOfBlock() 145 // Otherwise, if all the merged values are the same, just use it. in GetValueInMiddleOfBlock() 303 /// operands, i.e., it was just added. 374 // Okay, this is the first use in the block. If this block just has a in run() 399 // scan large blocks, so just add all loads as live ins. in run() 407 // Otherwise, we have mixed loads and stores (or just a bunch of stores). in run()
|
/third_party/unity/docs/ |
H A D | UnityHelperScriptsGuide.md | 6 The Unity project includes a couple of Ruby scripts for making your life just a tad easier. 9 Just install whatever the latest version is, and it is likely to work. You can find Ruby at [ruby-lang.org][]. 74 If you would like to force your generated test runner to include one or more header files, you can just include those at the command line too. 75 Just make sure these are _after_ the YAML file, if you are using one: 136 You can normally just return `num_failures`. 178 You can just use the same array here. 180 This script will just ignore the plugins that don't require additional support.
|
/third_party/typescript/src/services/ |
H A D | goToDefinition.ts | 98 // Don't go to the component constructor definition for a JSX element, just go to the component definition.
101 // For a function, if this is the original function definition, return just sigInfo.
133 // If the node is the name of a BindingElement within an ObjectBindingPattern instead of just returning the
269 // If a function returns 'void' or some other type with no definition, just return the function definition.
282 // If the type is just a function's inferred type,
367 * declaration contribute to the symbol for `f`?" If the answer is just `Namespace` and the
423 const symbolName = checker.symbolToString(symbol); // Do not get scoped name, just the name of the symbol
|