/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | nmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Windows NMake x86 12 os: windows-2022 14 vc-vars: x86 16 - name: Windows NMake x64 compat 17 os: windows-2022 19 vc-vars: x86_amd64 20 additional-args: ZLIB_COMPAT=yes [all …]
|
/external/swiftshader/tests/kokoro/gcp_windows/ |
D | continuous.bat | 18 REM choco upgrade cmake -y --limit-output --no-progress 19 cmake --version 21 rem To use ninja with CMake requires VC env vars 22 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" 28 -G "%CMAKE_GENERATOR_TYPE%" ^ 29 -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" ^ 30 "-DREACTOR_BACKEND=%REACTOR_BACKEND%" ^ 31 "-DSWIFTSHADER_LLVM_VERSION=%LLVM_VERSION%" ^ 32 "-DREACTOR_VERIFY_LLVM_IR=1" ^ 33 "-DLESS_DEBUG_INFO=%LESS_DEBUG_INFO%" ^ [all …]
|
/external/libwebsockets/READMEs/ |
D | README.build-windows.md | 4 in March - April 2020. Doing this on a linux distro is way simpler and quicker 26 https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe 28 ### Blood-pressure reduction: Firefox 30 https://www.mozilla.org/en-US/exp/firefox/ 32 When it's up, add-ons: ublock origin, privacy badger, noscript, disable search 35 ### Blood-pressure reduction: Clink 37 This is a hack on cmd.exe that lets it understand Ctrl-R and fixup unix-style 56 [git](https://git-scm.com/download/win) 58 **Select the install option for "extra unix commands"** so you can get `ls -l`, 67 I installed as little as possible, we just want the C "C++" tools... 7GB :-) [all …]
|
/external/skia/infra/bots/recipe_modules/build/ |
D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 21 '-DSWIFTSHADER_BUILD_TESTS=OFF', 22 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF', 23 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow. 25 cmake_bin = str(api.vars.workdir.join('cmake_linux', 'bin')) 33 # CMakeLists.txt at a harmless non-existent path. 44 clang_linux = str(api.vars.workdir.join('clang_linux')) 47 '-fsanitize=' + full, 48 '-stdlib=libc++', 49 '-L%s/lib' % libcxx, [all …]
|
/external/curl/tests/ |
D | testcurl.pl | 22 # SPDX-License-Identifier: curl 34 # curl-autocompile@haxx.se to be dealt with automatically (make sure the 40 # testcurl.pl [options] [curl-daily-name] > output 44 # --configure=[options] Configure options 45 # --crosscompile This is a crosscompile 46 # --desc=[desc] Description of your test system 47 # --email=[email] Set email address to report as 48 # --extvercmd=[command] Command to use for displaying version with cross compiles. 49 # --mktarball=[command] Command to run after completed test 50 # --name=[name] Set name to report as [all …]
|
D | runtests.pl | 22 # SPDX-License-Identifier: curl 30 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite 31 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl 32 # runclient, runclientoutput - Modify to copy all the files in the log/ 51 # Finally, to properly support -g and -n, checktestcmd needs to change 54 # fixed. As long as the -g option is never given, and the -n is always 62 # usually set by the Makefile, but for out-of-tree builds with direct 133 my %PORT = (nolisten => 47); # port we use for a local non-listening service 161 my $SOCKSIN="$LOGDIR/socksd-request.log"; # what curl sent to the SOCKS proxy 165 my $CURLCONFIG="../curl-config"; # curl-config from current build [all …]
|
/external/angle/build/toolchain/win/ |
D | setup_toolchain.py | 2 # Use of this source code is governed by a BSD-style license that can be 6 # invocations) and the environment blocks for the 32-bit and 64-bit builds on 93 """Given a bat command, runs it and returns env vars set by it.""" 116 # Old-style paths were relative to the win_sdk\bin directory. 119 # New-style paths are relative to the toolchain directory. 123 # clang-cl wants INCLUDE to be ;-separated even on non-Windows, 124 # lld-link wants LIB to be ;-separated even on non-Windows. Path gets :. 150 # We only support x64-hosted tools. 153 'VC/vcvarsall.bat')) 172 'VC/Auxiliary/Build/vcvarsall.bat')) [all …]
|
/external/cronet/build/toolchain/win/ |
D | setup_toolchain.py | 2 # Use of this source code is governed by a BSD-style license that can be 6 # invocations) and the environment blocks for the 32-bit and 64-bit builds on 93 """Given a bat command, runs it and returns env vars set by it.""" 116 # Old-style paths were relative to the win_sdk\bin directory. 119 # New-style paths are relative to the toolchain directory. 123 # clang-cl wants INCLUDE to be ;-separated even on non-Windows, 124 # lld-link wants LIB to be ;-separated even on non-Windows. Path gets :. 150 # We only support x64-hosted tools. 153 'VC/vcvarsall.bat')) 172 'VC/Auxiliary/Build/vcvarsall.bat')) [all …]
|
/external/libabigail/src/ |
D | abg-corpus.cc | 1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2 // -*- mode: C++ -*- 4 // Copyright (C) 2013-2021 Red Hat, Inc. 17 #include "abg-internal.h" 22 #include "abg-corpus.h" 23 #include "abg-ir.h" 24 #include "abg-reader.h" 25 #include "abg-sptr-utils.h" 26 #include "abg-symtab-reader.h" 27 #include "abg-tools-utils.h" [all …]
|
/external/curl/docs/ |
D | INSTALL.md | 16 ./bootstrap-vcpkg.sh 27 the `GIT-INFO` file in the root directory for specific instructions on how to 35 ./configure --with-openssl [--with-gnutls --with-wolfssl] 46 ./configure --help 51 ./configure --prefix=/path/to/curl/tree 57 ./configure --prefix=$HOME 66 ./configure --with-openssl 69 you have pkg-config installed, set the pkg-config path first, like this: 71 env PKG_CONFIG_PATH=/opt/OpenSSL/lib/pkgconfig ./configure --with-openssl 73 Without pkg-config installed, use this: [all …]
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 46 // external crash-reporting application. 124 // the exception as fully-handled, suppressing any other handlers from being 134 // For out-of-process dump generation, dump path and minidump ID will always 135 // be NULL. In case of out-of-process dump generation, the dump path and 174 // out-of-process dump generation if pipe_name is not NULL. If pipe_name is 175 // NULL, or if out-of-process dump generation registration step fails, 176 // in-process dump generation will be used. This also allows specifying 188 // out-of-process dump generation if the given pipe_handle is not NULL. 198 // ExceptionHandler that ENSURES out-of-process dump generation. Expects a 200 // server. Takes ownership of the passed-in crash_generation_client. [all …]
|
/external/libphonenumber/ |
D | release_notes.txt | 3 - Removing all references to possible_number_pattern other than the proto 4 buffer itself (and derived files, or hand-crafted files based on it.) This 6 - Refactored metadata loading and removed synchronization for all kinds of 9 - Reduced visibility of `public` internal API 11 and all its implementations are non-public so this should not affect public 14 - Updated phone metadata for region code(s): 16 - Updated short number metadata for region code(s): 19 - Updated geocoding data for country calling code(s): 504 (en) 20 - New carrier data for country calling code(s): 886 (en), 1284 (en) 21 - Updated carrier data for country calling code(s): 63 (en), 92 (en) [all …]
|
/external/dynamic_depth/internal/base/ |
D | port.h | 103 // GLIBC-related macros. 264 // Mach-O supports sections (albeit with small names), but doesn't have 265 // vars at the beginning and end. Instead you should call the function 276 #include <mach-o/dyld.h> 277 #include <mach-o/getsect.h> 283 for (int i = _dyld_image_count() - 1; i >= 0; --i) { in AssignAttributeStartEnd() 328 if (end) return end - s; in strnlen() 339 #elif defined(OS_CYGWIN) // Cygwin-specific behavior. 344 // It's probably possible to support 64-bit, but the #defines will need checked. 345 #error "Cygwin is currently only 32-bit." [all …]
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 8 - exit(sts): raise SystemExit 10 - stdin, stdout, stderr: standard file objects 11 - modules: the table of modules (dictionary) 12 - path: module search path (list of strings) 13 - argv: script arguments (list of strings) 14 - ps1, ps2: optional primary and secondary prompts (strings) 53 PyObject *sd = tstate->interp->sysdict; in PySys_GetObject() 75 PyObject *sd = tstate->interp->sysdict; in PySys_SetObject() 90 PyInterpreterState *interp = PyThreadState_GET()->interp; in sys_displayhook() 91 PyObject *modules = interp->modules; in sys_displayhook() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 16 ------------- 20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz 21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2 22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip 23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz 24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2 25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip 28 ------------ 30 - GL_ARB_explicit_attrib_location extension (Intel and software 32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers). [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 …]
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2 -------------- 7 file of the release25-maint branch.) 16 *Release date: 17-AUG-2006* 19 ----------------- 21 - Unicode objects will no longer raise an exception when being 34 - Fix segfault when doing string formatting on subclasses of long. 36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines 37 with new-style classes. 39 - Fix bug related to __len__ functions returning negative values with 42 - Patch #1538606, Fix __index__() clipping. There were some problems [all …]
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 8 - exit(sts): raise SystemExit 10 - stdin, stdout, stderr: standard file objects 11 - modules: the table of modules (dictionary) 12 - path: module search path (list of strings) 13 - argv: script arguments (list of strings) 14 - ps1, ps2: optional primary and secondary prompts (strings) 69 PyObject *sd = tstate->interp->sysdict; in sys_get_object_id() 92 PyObject *sysdict = interp->sysdict; in _PySys_GetObject() 106 PyObject *value = _PySys_GetObject(tstate->interp, name); in PySys_GetObject() 117 return -1; in sys_set_object() [all …]
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 4 .. release date: 2015-02-08 7 PEP 475 - EINTR handling. 95 .. nonce: p4B1H- 98 Delay-load ShellExecute[AW] in os.startfile for reduced startup overhead on 108 pyatomic.h now uses stdatomic.h or GCC built-in functions for atomic memory 118 %-interpolation (aka printf) formatting added for bytes and bytearray. 137 with non-string argument. Based on patch by Renaud Blanch. 146 If the current working directory ends up being set to a non-existent 153 .. nonce: rAWg-V 175 Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit [all …]
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | systrace_trace_viewer.html | 1 <template id="overlay-template"> 3 overlay-mask { 8 z-index: 1000; 9 font-family: sans-serif; 10 -webkit-justify-content: center; 19 overlay-mask:focus { 22 overlay-vertical-centering-container { 23 -webkit-justify-content: center; 24 flex-direction: column; 27 overlay-frame { [all …]
|
/external/rust/crates/csv/examples/data/bench/ |
D | worldcitiespop.csv | 5 mz,cabo nhavova,Cabo Nhavova,03,,-23.6277778,35.3291667 13 pe,pampa mayo,Pampa Mayo,15,,-11.2230556,-76.6338889 23 re,le ruisseau,Le Ruisseau,00,,-21.2333333,55.4333333 24 es,nava,Nava,55,,41.259958,-3.748929 27 ma,sidi salem,Sidi Salem,56,,32,-6.68 28 br,agreste,Agreste,05,,-13.866667,-43.233333 37 mw,katumba's village,Katumba's Village,16,,-14.7166667,34.6833333 42 lr,duogmai,Duogmai,05,,8.1838889,-9.7316667 53 la,ban ngoua-tai,Ban Ngoua-Tai,14,,19.344722,103.176389 58 mx,zapopan,Zapopan,14,987555,20.716667,-103.4 [all …]
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 2 ,"AD","ALV","Andorra la Vella","Andorra la Vella",,"--34-6--","AI","0601",,"4230N 00131E","" 3 ,"AD","CAN","Canillo","Canillo",,"--3-----","RL","0307",,"4234N 00135E", 4 ,"AD","ENC","Encamp","Encamp",,"--3-----","RL","0307",,"4232N 00134E", 5 ,"AD","ESC","Escaldes-Engordany","Escaldes-Engordany",,"--3-----","RL","0307",,"4231N 00133E", 6 ,"AD","FMO","La Farga de Moles","La Farga de Moles",,"--3----B","RQ","0307",,, 7 ,"AD","LMA","La Massana","La Massana",,"--3-----","RL","0307",,"4234N 00129E", 8 ,"AD","ORD","Ordino","Ordino",,"--3-----","RL","0307",,"4233N 00131E", 9 ,"AD","PAS","Pas de la Casa","Pas de la Casa",,"--3----B","RL","0307",,"4233N 00144E", 10 ,"AD","SJL","Sant Juli� de L�ria","Sant Julia de Loria",,"--3-----","RL","1101",,"4228N 00130E","" 11 ,"AD","SCO","Santa Coloma","Santa Coloma",,"--3-----","RL","0307",,"4230N 00130E", [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 48 ** NO_TEST - The branches on this line are not 53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false 57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true 61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 137 ** 2015-03-02 175 ** large file support, or if the OS is windows, these should be no-ops. 181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch 190 ** on 2008-11-28.) These days, all Linux kernels support large files, so [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 48 ** NO_TEST - The branches on this line are not 53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false 57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true 61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 137 ** 2015-03-02 175 ** large file support, or if the OS is windows, these should be no-ops. 181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch 190 ** on 2008-11-28.) These days, all Linux kernels support large files, so [all …]
|