/third_party/curl/tests/data/ |
D | test1286 | 89 … join(', ', map { s/^(cnonce=)"[a-zA-Z0-9+\/=]+"$/$1REMOVED/; s/^(response=)"[a-f0-9]{32}"$/$1REMO… 99 Authorization: Digest cnonce=REMOVED, nc=00000001, nonce="1053604144", qop=auth, realm="testrealm",… 105 Authorization: Digest cnonce=REMOVED, nc=00000002, nonce="1053604144", qop=auth, realm="testrealm",…
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-bundle.md | 4 description: REMOVED 9 ## REMOVED section in npm-bundle(1)
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; enumerator 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
|
D | n2builder.cpp | 209 p->mappingType=Norm::REMOVED; in removeMapping() 965 if(writeRemoved ? prevType != Norm::NONE : prevType > Norm::REMOVED) { in writeDataFile()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; enumerator 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
|
D | n2builder.cpp | 209 p->mappingType=Norm::REMOVED; in removeMapping() 965 if(writeRemoved ? prevType != Norm::NONE : prevType > Norm::REMOVED) { in writeDataFile()
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; enumerator 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
|
D | n2builder.cpp | 209 p->mappingType=Norm::REMOVED; in removeMapping() 965 if(writeRemoved ? prevType != Norm::NONE : prevType > Norm::REMOVED) { in writeDataFile()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/ |
D | coverage.txt | 3 TEST WAS REMOVED: based on the Austin Group mailing list traffic "That
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdevice.c | 56 REMOVED, enumerator 106 signals[REMOVED] = g_signal_new ("removed", G_TYPE_FROM_CLASS (klass), in gst_device_class_init()
|
/third_party/openssl/doc/man3/ |
D | BN_CTX_new.pod | 47 =head1 REMOVED FUNCTIONALITY
|
D | BN_generate_prime.pod | 184 =head1 REMOVED FUNCTIONALITY
|
/third_party/python/Doc/library/ |
D | heapq.rst | 211 REMOVED = '<removed-task>' # placeholder for a removed task 224 'Mark an existing task as REMOVED. Raise KeyError if not found.' 226 entry[-1] = REMOVED 232 if task is not REMOVED:
|
/third_party/libwebsockets/ |
D | changelog | 192 - REMOVED: esp32-helper and friends used by esp32-factory now lws_drivers 195 - REMOVED: generic sessions and friends now JWT is provided 323 - CHANGE: REMOVED: LWS_WITH_GENRSA, LWS_WITH_GENHASH, LWS_WITH_GENEC, 326 - CHANGE: REMOVED: LWS_WITH_JWS, LWS_WITH_JWE have been removed and combined 332 - CHANGE: REMOVED: lws_client_connect() and lws_client_connect_extended() 444 - CHANGE: REMOVED: lws_alloc_vfs_file() (read a file to malloc buffer) 446 - CHANGE: REMOVED: lws_read() (no longer useful outside of lws internals) 448 - CHANGE: REMOVED: ESP8266... ESP32 is now within the same price range and much
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_fence_sync.txt | 416 1. [REMOVED - found in the reusable_sync extension.] 418 2. [REMOVED - found in the reusable_sync extension.] 441 5. [REMOVED - found in the reusable_sync extension.] 468 7. [REMOVED - found in the reusable_sync extension.] 470 8. [REMOVED - found in the reusable_sync extension.]
|
D | EGL_KHR_reusable_sync.txt | 422 4. [REMOVED - found in the fence_sync extension.]
|
/third_party/openGLES/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 426 1. [REMOVED - found in the reusable_sync extension.] 428 2. [REMOVED - found in the reusable_sync extension.] 451 5. [REMOVED - found in the reusable_sync extension.] 478 7. [REMOVED - found in the reusable_sync extension.] 480 8. [REMOVED - found in the reusable_sync extension.]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 416 1. [REMOVED - found in the reusable_sync extension.] 418 2. [REMOVED - found in the reusable_sync extension.] 441 5. [REMOVED - found in the reusable_sync extension.] 468 7. [REMOVED - found in the reusable_sync extension.] 470 8. [REMOVED - found in the reusable_sync extension.]
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_fence_sync.txt | 416 1. [REMOVED - found in the reusable_sync extension.] 418 2. [REMOVED - found in the reusable_sync extension.] 441 5. [REMOVED - found in the reusable_sync extension.] 468 7. [REMOVED - found in the reusable_sync extension.] 470 8. [REMOVED - found in the reusable_sync extension.]
|
D | EGL_KHR_reusable_sync.txt | 422 4. [REMOVED - found in the fence_sync extension.]
|
/third_party/libffi/m4/ |
D | ax_enable_builddir.m4 | 161 echo " []@ echo 'REMOVED,,,' >\$[]@" >> $tmp/conftemp.mk 163 if grep '^REMOVED,,,' "$SRC/Makefile" >/dev/null
|
/third_party/node/doc/api/ |
D | report.md | 301 "REMOTEHOST": "REMOVED", 308 "SSH_CLIENT": "REMOVED",
|
/third_party/grpc/src/core/lib/iomgr/ |
D | ev_epoll1_linux.cc | 492 typedef enum { EMPTIED, NEW_ROOT, REMOVED } worker_remove_result; enumerator 509 return REMOVED; in worker_remove()
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | converter.dart | 247 // start sending us ADDED and REMOVED data points.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sparse_texture2.txt | 113 [REMOVED LANGUAGE] ... In this case, <width>, <height>, and <depth> must 121 [REMOVED LANGUAGE] An INVALID_VALUE error is generated if
|