Home
last modified time | relevance | path

Searched full:just (Results 426 - 450 of 16656) sorted by relevance

1...<<11121314151617181920>>...667

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc95 isolate, receiver, name, &desc, Just(kThrowOnError)); in ObjectDefineAccessor()
302 : Just(true); in BUILTIN()
314 : Just(true); in BUILTIN()
347 isolate, descriptors, key, from_descriptor, Just(kDontThrow)); in BUILTIN()
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.h255 // JSRegExpResult is just a JSArray with a specific initial map.
259 // This class just holds constants used when creating the result.
297 // JSRegExpResultIndices is just a JSArray with a specific initial map.
301 // This class just holds constants used when creating the result.
/third_party/python/Lib/distutils/
H A Dtext_file.py65 None for end-of-file: an empty string might just be a blank line (or
159 line(s) just read. Returns None on end-of-file, since the empty
185 # carry on. Otherwise, it's just an escaped "#", so
235 # just an ordinary line, read it as usual
/third_party/skia/src/core/
H A DSkRecordOpts.cpp118 // give the type out easily, so just do not optimize that at the moment. in fold_opacity_layer_color_to_paint()
193 // A SaveLayer's bounds field is just a hint, so we should be free to ignore it. in onMatch()
203 // We can just give the draw the SaveLayer's paint. in onMatch()
256 // We can just give the inner SaveLayer the paint of the outer SaveLayer. in onMatch()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c164 * little tricky; just copy the following code. in main()
209 * to a local here - just use row for the png_free below. in main()
291 * do the interlace, however, they just contain in main()
338 * (it just crashes if something goes wrong), but the safe in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h78 // RuntimeDyld that did the lookup), so just return a nullptr here. in find()
107 // names: We could just demangle name and search, rather than in searchGVs()
110 // If we have already built the mangled name set then just search it. in searchGVs()
129 // to the base layer we'll just look for symbols there. in emitToBaseLayer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInternalize.cpp81 return; // Just continue as if the file were empty in LoadFile()
94 // Available externally is really just a "declaration with a body". in shouldPreserveGV()
172 // one might think that it could just drop llvm.compiler.used. The problem in internalizeModule()
197 // FIXME: Shouldn't this just filter on llvm.metadata section?? in internalizeModule()
/third_party/toybox/kconfig/lxdialog/
H A Dmenubox.c31 * smarter and works more like other menu systems (just have a look at
36 * remember the last scrolling position, and just sets it so that the
41 * just to be sure. Just try it out - you will recognise a difference!
/third_party/toybox/www/doc/
H A Dmount.txt23 flags are just synonyms for adding option flags (for example
38 and --move mounts, I.E. -o bind and -o move) are just VFS actions and don't
81 The source argument for these filesystems indicates where the filesystem lives. It's often in a URL-like format for network filesystems, but it's really just a blob of data that the filesystem driver understands.
155 or the filesystem driver can just make up its contents programmatically.
/third_party/typescript/tests/baselines/reference/
H A DawaitedType.js14 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
15 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
16 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
161 // helps with tests where '.types' just prints out the type alias name
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_host.h40 /// by just setting the dng_memory_allocator and dng_abort_sniffer in the
59 // Does the host require all the image metadata (vs. just checking
64 // Does the host require actual image data (vs. just getting metadata
65 // or just checking to see if the file is readable)?
/third_party/python/Lib/venv/scripts/common/
H A DActivate.ps194 # Just remove the VIRTUAL_ENV altogether:
99 # Just remove VIRTUAL_ENV_PROMPT altogether.
104 # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether:
194 # just use the name of the virtual environment folder.
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc79 // Note that, since the thread ticker is just reset, we don't need to check in Wait()
185 // Note that, since the thread ticker is just reset, we don't need to check in Wait()
256 // Note that, since the thread ticker is just reset, we don't need to check in Wait()
379 // Note that, since the thread ticker is just reset, we don't need to check in Wait()
/third_party/skia/gm/
H A Dhsl.cpp25 // This isn't just an optimization... it's how the modes are specified.
44 // I think the KHR version is just wrong... it produces values >1. So we use the web version.
144 && SkColorGetA(src) == 0xff); // Not fundamental, just simplifying for this GM. in blend()
162 // Just to keep things reaaaal simple, we'll only use opaque colors. in DEF_SIMPLE_GM()
/third_party/zlib/examples/
H A Dfitblk.c14 /* Approach to just fitting a requested compressed size:
22 is discarded. The second pass decompresses and recompresses just
42 EXCESS is chosen to be just greater than the shortfall seen in a
49 block of the third and final pass. MARGIN is chosen to be just
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dlibjpeg.txt218 if you process just one scanline at a time, you must make a one-element
258 application doesn't control those directly.) This struct can be just a local
267 "Error handling". For now we'll assume you are just using the default error
388 just one or a few scanlines at a time. The expected format for the passed
400 in the next_scanline field of the JPEG object. Usually you can just use
420 ignore the return value. It is different in just two cases:
492 * If you don't need the JPEG object any more, just call
519 This is just like initialization for compression, as discussed above,
572 Typical code for this step is just
589 It is permissible to stop at this point if you just wante
[all...]
/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

Completed in 22 milliseconds

1...<<11121314151617181920>>...667