Home
last modified time | relevance | path

Searched full:just (Results 2351 - 2375 of 17229) sorted by relevance

1...<<919293949596979899100>>...690

/third_party/protobuf/js/experimental/runtime/kernel/
H A Duint8arrays_test.js32 // This test just documents our behavior in those cases.
/third_party/protobuf/kokoro/release/python/macos/
H A Dconfig.sh6 # macOS on Kokoro, so just leave them be.
/third_party/pulseaudio/src/pulsecore/
H A Dsemaphore.h34 /* Static semaphores are basically just atomically updated pointers to
/third_party/python/Lib/test/
H A Dtest_nis.py36 # just test the one key, otherwise this test could take a
H A Dtest_tix.py35 # this test is just here to make setUp run
/third_party/rust/crates/minimal-lexical/ci/
H A Dtest.sh30 # Need to test a few permutations just to ensure everything compiles.
/third_party/rust/crates/clap/.github/workflows/
H A Dpost-release.yml23 # See: https://github.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32167/highlight/true#M1027
/third_party/skia/modules/svg/src/
H A DSkSVGPoly.cpp22 // TODO: we can likely just keep the points array and create the SkPath when needed. in parseAndSetAttribute()
/third_party/skia/gm/
H A Dskbug_9819.cpp39 // Picture-backed canvases, that sort of thing. Just assume they're good. in DEF_SIMPLE_GM()
H A Dcrbug_847759.cpp16 // squashed oval-like path became slightly non-vertical. This caused a missed pixel of AA just in DEF_SIMPLE_GM()
/third_party/skia/include/sksl/
H A DDSLCase.h30 // in C++17, we could just do: in DSLCase()
H A DDSLBlock.h29 // in C++17, we could just do: in DSLBlock()
/third_party/skia/include/core/
H A DSkAnnotation.h20 * specified rectangle (in local coordinates, just like drawRect).
/third_party/skia/experimental/sorttoy/
H A Dsorttypes.h38 // This class just serves to strictly differentiate between painter's order and the sort/draw Zs
/third_party/skia/buildtools/
H A DREADME.txt28 to just leave blank when prompted).
/third_party/rust/crates/once_cell/examples/
H A Dlazy_static.rs30 // Any further access to `HASHMAP` just returns the computed value in main()
/third_party/rust/crates/static-assertions-rs/src/
H A Dassert_cfg.rs10 /// # #[cfg(not(target_pointer_width = "16"))] // Just in case
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dc.rs3 //! The linux_raw backend doesn't use actual libc; this just defines certain
/third_party/spirv-tools/test/
H A Dbinary_destroy_test.cpp25 // There is no state or return value to check. Just check in TEST()
/third_party/vulkan-headers/tests/integration/
H A DCMakeLists.txt64 # NOTE: For us testing just means that these header files compile
/third_party/NuttX/
H A DREADME.md234 <http://www.cygwin.com/> for installation instructions. Basically you just
428 install works just like Ubuntu running natively on your PC.
485 **NOTE**: That is just an example. I am not sure if apt-get will give you a
563 moved into a separate tarball, the apps tarball. If you are just
605 Makefiles probably just need some paths within double quotes]
928 If you don't want to make any decisions are willing to just accept the
1070 configuration item. Just enter the string `CONFIG_XYZ` and press ENTER.
1473 Re-building is normally simple -- just type make again.
1725 not just bad but terrible. If you are seeing awful performance.. like two
1731 Protections Settings" screen up: I disable "Real-Time Protection" just
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c566 * be inserted. If we reach the end of @drl, @srl just needs to be in ntfs_runlists_merge_i()
731 * It can also be appended to the end of the runlist, which is just a variant
1085 /* Just in case... We could replace this with BUG() some day. */ in ntfs_rl_vcn_to_lcn()
1140 /* It is a hole. Just fill buffer @b with zeroes. */ in ntfs_rl_pread()
1317 * If @rl is NULL, just return 1 (for the single terminator byte).
1371 * zero space. On earlier NTFS versions we just store the lcn. in ntfs_get_size_for_mapping_pairs()
1394 * zero space. On earlier NTFS versions we just store the lcn. in ntfs_get_size_for_mapping_pairs()
1472 * If @rl is NULL, just write a single terminator byte to @dst.
1536 * zero space. On earlier NTFS versions we just write the lcn in ntfs_mapping_pairs_build()
1537 * change. FIXME: Do we need to write the lcn change or just in ntfs_mapping_pairs_build()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_pass_donate_modules_test.cpp217 // We just check that the result is valid. Checking to what it should be in TEST()
524 // We just check that the result is valid. Checking to what it should be
596 // We just check that the result is valid. Checking to what it should be
724 // We just check that the result is valid. Checking to what it should be
820 // We just check that the result is valid. Checking to what it should be
952 // We just check that the result is valid. Checking to what it should be
1088 // We just check that the result is valid. Checking to what it should be
1170 // We just check that the result is valid. Checking to what it should be
1257 // We just check that the result is valid. Checking to what it should be
1361 // We just chec
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_pass_donate_modules_test.cpp217 // We just check that the result is valid. Checking to what it should be in TEST()
524 // We just check that the result is valid. Checking to what it should be
596 // We just check that the result is valid. Checking to what it should be
724 // We just check that the result is valid. Checking to what it should be
820 // We just check that the result is valid. Checking to what it should be
952 // We just check that the result is valid. Checking to what it should be
1088 // We just check that the result is valid. Checking to what it should be
1170 // We just check that the result is valid. Checking to what it should be
1257 // We just check that the result is valid. Checking to what it should be
1361 // We just chec
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c607 /* Free the image buffer; the buffer is re-used on a re-read, this is just for
745 /* Log an error and close a file (just a utility to do both things in one
2127 * transform function just gets a pixel value, however because libpng in transform_from_formats()
2264 * The following is *just* the result of a round trip from 8-bit sRGB to linear
2476 if (errmsg == NULL) /* else just signal an alpha error */ in cmppixel()
2512 /* Handle a component mis-match; log it, just return an error code, or in cmppixel()
2698 * accumulating errors in which case the program just ignores them. in compare_two_images()
2778 * 2) RGB to grayscale has not been done (the reverse is ok; we just compare in compare_two_images()
3372 /* Otherwise an alpha channel is not being eliminated, just leave in testimage()
3378 /* else just us in testimage()
[all...]

Completed in 20 milliseconds

1...<<919293949596979899100>>...690