| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 15 # each job takes forever. So we create a container image for each distribution 16 # tested, then run the tests on this container image. 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 17 shell: /bin/bash --login 19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-… 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 26 # We have selected a pre-built image that mirrors the build environment we use on 29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/ 30 # To see the list of pre-built images that CircleCI provides for most common languages see 31 # https://circleci.com/docs/2.0/circleci-images/ [all …]
|
| /third_party/skia/infra/pathkit/ |
| D | build_pathkit.sh | 4 # Use of this source code is governed by a BSD-style license that can be 7 # This assumes it is being run inside a docker container of emsdk-base 12 set -x 13 # Clean out previous builds (ignoring any errors for things like folders) 15 rm -f /OUT/* 16 # We want to clean out previously generated code and object files to avoid 18 rm -rf /OUT/gen 19 rm -rf /OUT/obj 20 set -e 28 chmod -R 0777 /OUT/*
|
| /third_party/skia/infra/canvaskit/ |
| D | build_canvaskit.sh | 4 # Use of this source code is governed by a BSD-style license that can be 7 # This assumes it is being run inside a docker container of emsdk-base 12 set -x 13 # Clean out previous builds (ignoring any errors for things like folders) 15 rm -f /OUT/* 16 # We want to clean out previously generated code and object files to avoid 18 rm -rf /OUT/gen 19 rm -rf /OUT/obj 20 set -e 28 chmod -R 0777 /OUT/*
|
| D | build_gmtests.sh | 4 # Use of this source code is governed by a BSD-style license that can be 7 # This assumes it is being run inside a docker container of emsdk-base 12 set -x 13 # Clean out previous builds (ignoring any errors for things like folders) 15 rm -f /OUT/* 16 set -e 25 chmod -R 0777 /OUT/*
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | ChangeLog | 3 731246ba update ChangeLog (tag: v1.2.1-rc2) 10 ece18e55 dsp.h: respect --disable-sse2/sse4.1/neon 56 98bbe35b Fix multi-threading with palettes. 63 8fdaecb0 Disable cross-color when palette is used. 77 fee64287 Merge "wicdec,icc: treat unsupported op as non-fatal" 79 b27ea852 wicdec,icc: treat unsupported op as non-fatal 82 a8853394 SSE4.1 versions of BGRA to RGB/BGR color-space conversions 88 373eb170 gif2webp: don't store loop-count if there's only 1 frame 95 fedac6cc update ChangeLog (tag: v1.2.0-rc3, tag: v1.2.0) 113 2e7bed79 WebPPicture: clarify the ownership of user-owned data. [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| D | structures.h | 21 * @brief internal and public structures -- most of the structs used by 74 * round-trip time from the sender. It can be sent from the client 93 * application-dependent. The name/value header block within this 161 * The session is in pre-closing state, do not read read anything 285 * out-of-sync with the other endpoint. In this case, senders of 324 * @param cls client-defined closure 407 * This is a doubly-linked list. 412 * This is a doubly-linked list. 489 * This is a doubly-linked list. 494 * This is a doubly-linked list. [all …]
|
| /third_party/ltp/testcases/kernel/controllers/freezer/ |
| D | README | 9 ------ 14 a useful for implementing container checkpointing or if you wish to gradually 19 freeze self -- freeze the control group that the current process is 21 freeze cancellation -- freeze but then backout of the freeze processing 23 signalling freezing/frozen tasks -- this should delay delivery of the 25 vfork -- The vfork system call introduces an obscure special case for 43 --------- 50 ----------- 56 --------- 60 make clean [all …]
|
| /third_party/libwebsockets/lib/roles/ |
| D | README.md | 15 You inherit all the well-maintained lws core functionality around: 17 - connection lifecycle sequencing in a valgrind-clean way 19 - client connection proxy support, for HTTP and Socks5 21 - tls support working equally on mbedTLS and OpenSSL and derivatives without any code in the role 23 - apis for cert lifecycle management and parsing 25 - event loop support working on all the lws event loops (poll, libuv , ev, and event) 27 - clean connection tracking and closing even on advanced event loops 29 - user code follows the same simple callbacks on wsi 31 - multi-vhost support 33 - core multithreaded service support with usually no locking requirement on the role code [all …]
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_event_win32.c | 24 * SPDX-License-Identifier: MIT 48 * which means we can hook in non-socket related events. 63 * obvious choice. Use the same container structure as used with a Socket 67 * 1. Create/Allocate a container for holding metadata about a socket: 68 * - SOCKET base_socket; 69 * - SOCKET peer_socket; 70 * - OVERLAPPED overlapped; -- Used by AFD POLL 71 * - AFD_POLL_INFO afd_poll_info; -- Used by AFD POLL 83 * pointer to the socket container as the "CompletionKey" which will be 90 * "container" for the socket as pending delete, and when the next IOCP [all …]
|
| /third_party/typescript/ |
| D | CONTRIBUTING.md | 14 …ith a title similar to yours may have been closed as a duplicate of one with a less-findable title. 29 * What version of TypeScript you're using (run `tsc --v`) 63 …([Here are some step-by-step instructions](https://github.com/anitab-org/mentorship-android/wiki/F… 64 4. Install the gulp command line tool: `npm install -g gulp-cli` 67 7. Make sure everything builds and tests pass: `gulp runtests-parallel` 73 Running `gulp --tasks --depth 1` provides the full listing, but here are a few common tasks you mig… 77 gulp clean # Delete the built compiler. 83 … # Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite. 85 … # The user and docker runners are extended test suite runners - the user runner 88 gulp runtests-parallel # Like runtests, but split across multiple threads. Uses a number of threads… [all …]
|
| /third_party/vixl/src/ |
| D | invalset-vixl.h | 35 #include "globals-vixl.h" 36 #include "utils-vixl.h" 47 // - Adding an element already present in the set is illegal. In debug mode, 49 // - The templated class `ElementType` must provide comparison operators so that 51 // - A key must be available to represent invalid elements. 52 // - Elements with an invalid key must compare higher or equal to any other 59 // - Elements are (generally) inserted in order (sorted according to their key). 60 // - A key is available to mark elements as invalid (deleted). 65 // marked with the 'invalid' key. Other methods of the container take care of 67 // To avoid the overhead of the `std::vector` container when only few entries [all …]
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 18 …paramIdx > 0 ? (parseTreeNode.parent as SignatureDeclaration).parameters[paramIdx - 1] : undefined; 91 …Imports: readonly AnyImportSyntax[] | undefined; // must be declared in container so it can be `un… 113 // Otherwise we should emit a path-based reference 114 const container = getSourceFileOfNode(node); constant 115 refs.set(getOriginalNodeId(container), container); 181 … "(Missing)"; // same fallback declarationNameToString uses when node is zero-width (ie, nameless) 360 return map(arrayFrom(libs.keys()), lib => ({ fileName: lib, pos: -1, end: -1 })); 382 … return { fileName: typeName, pos: -1, end: -1, ...(mode ? { resolutionMode: mode } : undefined) }; 407 … // via a non-relative name, emit a type reference directive to that non-relative name, rather than 430 references.push({ pos: -1, end: -1, fileName }); [all …]
|
| /third_party/toybox/scripts/ |
| D | genconfig.sh | 6 mkdir -p generated 12 ${CROSS_COMPILE}${CC} $CFLAGS -xc -o /dev/null $1 - 21 echo -e "config $1\n\tbool" || exit 1 22 echo -e "\tdefault $DEFAULT\n" || exit 1 31 [ -z "$(probecc -Wno-string-plus-int <<< \#warn warn 2>&1 | grep string-plus-int)" ] && 32 echo -Wno-string-plus-int >> generated/cflags 34 # Probe for container support on target 44 probesymbol TOYBOX_FIFREEZE -c << EOF 52 probesymbol TOYBOX_ICONV -c << EOF 62 probesymbol TOYBOX_UTMPX -c << EOF [all …]
|
| /third_party/libevdev/doc/html/ |
| D | group__init.html | 1 <!-- HTML header for doxygen 1.8.8--> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <!-- For Mobile Devices --> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 10 <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> 12 <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> 22 <script type="text/javascript" src="doxy-boot.js"></script> 25 <nav class="navbar navbar-default" role="navigation"> [all …]
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| D | mmap-corruption01.c | 17 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 21 ftruncate-mmap: pages are lost after writing to mmaped file, 37 number are contiguous for each segment which total bad pages container 38 several segments. ext "1-4, 9-20, 48-50" ( batch flushing ? ) 40 (The failure is reproduced based on 2.6.29-rc8, also happened on 60 char *TCID = "mmap-corruption01"; /* test program identifier. */ 66 char *usage = "-h hours -m minutes -s secs\n"; 78 char *fname = "test.mmap-corruption"; in main() 85 while ((c = getopt(argc, argv, ":h:m:s:")) != -1) { in main() 115 if (sigaction(SIGINT, &sa, 0) == -1) { in main() [all …]
|
| /third_party/node/deps/corepack/ |
| D | README.md | 3 Corepack is a zero-runtime-dependency Node.js script that acts as a bridge 24 npm uninstall -g yarn pnpm 27 # be more tedious - for example, you might need to run `brew uninstall yarn` as well. 33 npm install -g corepack 56 - **If the local project is configured for the package manager you're using**, 59 - **If the local project is configured for a different package manager**, 61 manager - thus avoiding corruptions of your install artifacts. 63 - **If the local project isn't configured for any package manager**, Corepack 79 along with the SHA-224 hash of this version for validation. 91 …"packageManager": "yarn@https://registry.npmjs.org/@yarnpkg/cli-dist/-/cli-dist-3.2.3.tgz#sha224.1… [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 1 Mesa 20.1.3 Release Notes / 2020-07-08 20 --------------- 24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz 27 ------------ 29 - None 32 --------- 34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores 36 - [v3d] corruption when GS omits some vertices 37 - [RADV] Non-precise occlusion queries return non-zero when all 39 - [DXVK] Project Cars rendering problems [all …]
|
| D | 20.1.0.rst | 1 Mesa 20.1.0 Release Notes / 2020-05-27 21 --------------- 25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on i965. 31 - GL_EXT_depth_bounds_test on Iris. 32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0. 33 - GL_NV_alpha_to_coverage_dither_control on radeonsi 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. [all …]
|
| /third_party/skia/third_party/externals/oboe/docs/ |
| D | OpenSLESMigration.md | 6 … for Android](https://developer.android.com/ndk/guides/audio/opensl/opensl-for-android) (just Open… 29 In OpenSL the audio callback mechanism is a user-defined function which is called each time a buffe… 75 This is a container array which you can read audio data from when recording, or write data into whe… 87 …ample.](https://github.com/google/oboe/blob/master/docs/GettingStarted.md#creating-an-audio-stream) 104 …-the-hood on older devices which does not provide the same information about audio devices, it sti… 120 …github.com/google/oboe/blob/master/docs/FullGuide.md#set-the-audio-stream-configuration-using-an-a… 125 … stopping callbacks, to indicate that an audio device has been disconnected - for example, when he… 127 …clean up any resources associated with the audio stream and create a new stream with optimal prope… 135 …rg/wiki/Pulse-code_modulation) data in float or signed 16-bit ints. Additional formats including 8… 153 … Channel masks - only [indexed channel masks](https://developer.android.com/reference/kotlin/and… [all …]
|
| /third_party/lame/doc/html/ |
| D | contributors.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 23 <div id="container"> 74 <tr><th colspan="2">Primary developers - Retired:</th></tr> 77 <td width="30%"><a href="http://www.mp3-tech.org">Gabriel Bouvigne</a></td> 115 <td><a href="http://sourceforge.net/users/jd-">John Dahlstrom</a></td> 161 <td>Python bindings, website clean-up.</td> 176 <a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png" 179 <a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png"
|
| /third_party/python/Lib/test/ |
| D | test_ipaddress.py | 27 # multiple problems get classified differently, that's OK - just 52 # Ensure we produce clean tracebacks on failure 57 """Ensure a clean AddressValueError""" 62 """Ensure a clean NetmaskValueError""" 99 # bpo-36384: no leading zeros to avoid ambiguity with octal notation 125 msg = "-1 (< 0) is not permitted as an IPv4 address" 127 self.factory(-1) 164 msg = "-1 (< 0) is not permitted as an IPv6 address" 166 self.factory(-1) 273 assertBadOctet("42.42.42.-0", "-0") [all …]
|
| /third_party/python/Lib/ |
| D | argparse.py | 4 """Command-line parsing library 6 This module is an optparse-inspired command-line parsing library that: 8 - handles both optional and positional arguments 9 - produces highly informative usage messages 10 - supports parsers that dispatch to sub-parsers 13 command-line and writes the result to a file:: 21 '--log', default=sys.stdout, type=argparse.FileType('w'), 29 - ArgumentParser -- The main entry point for command-line parsing. As the 33 command-line into an object with attributes. 35 - ArgumentError -- The exception raised by ArgumentParser objects when [all …]
|
| /third_party/ffmpeg/tests/ |
| D | Makefile | 5 # to keep all intermediate FATE-files by setting KEEP. 7 # that only some intermediate files (namely only non-raw files) 9 # files for other tests (mostly the seek-tests). 26 FATE_OUTDIRS = tests/data tests/data/fate tests/data/filtergraphs tests/data/lavf tests/data/lavf-f… 35 tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data 36 $(M)./$< $@ $(subst -, ,$*) 52 $(M)cp -f $(SRC_PATH)/tests/test.ffmeta tests/test_copy.ffmeta 54 tests/data/ffprobe-test.nut: ffmpeg$(PROGSSUF)$(EXESUF) tests/test_copy.ffmeta 55 $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin \ 56 …-f lavfi -i "aevalsrc=sin(400*PI*2*t):d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.… [all …]
|
| /third_party/python/Modules/ |
| D | zlibmodule.c | 1 /* zlibmodule.c -- gzip-compatible data compression */ 20 On failure, return -1 */ 34 On failure, return -1 */ 66 `init_size` may > it in 64-bit build. These wrapper functions maintain an 74 1. ====------ 76 2. ----====-- 78 3. --------== 102 window->left_bytes = allocated - window_size; in OutputBuffer_WindowInitWithSize() 103 window->next_posi = *next_out + window_size; in OutputBuffer_WindowInitWithSize() 123 return -1; in OutputBuffer_WindowGrow() [all …]
|