/third_party/libwebsockets/lib/misc/lwsac/ |
D | lwsac.c | 96 _lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size, char backfill) in _lwsac_use() argument 105 al = lwsac_align(ensure); in _lwsac_use() 114 if (bf->alloc_size - bf->ofs >= ensure) in _lwsac_use() 125 if (bf->alloc_size - bf->ofs >= ensure) in _lwsac_use() 149 lwsl_debug("%s: alloc %d for %d\n", __func__, (int)alloc, (int)ensure); in _lwsac_use() 190 if (al > ensure) in _lwsac_use() 192 memset((char *)bf + ofs + ensure, 0, al - ensure); in _lwsac_use() 202 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use() argument 204 return _lwsac_use(head, ensure, chunk_size, 0); in lwsac_use() 208 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_backfill() argument [all …]
|
/third_party/flutter/flutter/dev/bots/ |
D | download_goldctl.sh | 5 …ages.appspot.com\n\n# Skia Gold Client goldctl\nskia/tools/goldctl/${platform} latest' > ensure.txt 6 ./cipd ensure -ensure-file ./ensure.txt -root .
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channelz.pyx.pxi | 21 raise ValueError('Failed to get top channels, please ensure your' \ 28 raise ValueError('Failed to get servers, please ensure your' \ 35 raise ValueError('Failed to get the server, please ensure your' \ 46 raise ValueError('Failed to get server sockets, please ensure your' \ 55 raise ValueError('Failed to get the channel, please ensure your' \ 62 raise ValueError('Failed to get the subchannel, please ensure your' \ 69 raise ValueError('Failed to get the socket, please ensure your' \
|
/third_party/boost/libs/beast/doc/qbk/07_concepts/ |
D | File.qbk | 68 The function will ensure that `!ec` is `true` if there was 83 The function will ensure that `!ec` is `true` if there was 97 The function will ensure that `!ec` is `true` if there was 110 The function will ensure that `!ec` is `true` if there was 124 The function will ensure that `!ec` is `true` if there was 142 The function will ensure that `!ec` is `true` if there was 146 bytes, the function will ensure that `!ec` is `true` and the 163 The function will ensure that `!ec` is `true` if there was
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lwsac.h | 104 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size); 126 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size); 144 lwsac_use_zero(struct lwsac **head, size_t ensure, size_t chunk_size);
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | append.qbk | 33 so ensure that the zero-based index is smaller than the number of interior rings]] 36 The multi-linestring is not resized automatically, so ensure 44 The multi-polygon is not resized automatically, so ensure 48 automatically, so ensure that the zero-based ring index is
|
/third_party/typescript/tests/baselines/reference/project/prologueEmit/node/ |
D | prologueEmit.errors.txt | 6 // Add a lambda to ensure global 'this' capture is triggered 10 // class inheritance to ensure __extends is emitted
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 55 - Call clock_gettime() mulitple times and ensure the time is always 56 increasing (call also at nsec increments to ensure both nsec and sec 77 - Have the clock change underneath a timer and ensure it expires 80 and ensure they expire in the order set up. (May need to nanosleep 96 - Have multiple timers in a process blocked and ensure overrun count 98 - Have a repeating timer blocked for a period of time and ensure overrun
|
/third_party/pixman/ |
D | Makefile.am | 77 ensure-prev: 89 release-check: ensure-prev release-verify-newer release-remove-old distcheck 101 release-publish-message: $(HASHFILES) ensure-prev
|
/third_party/benchmark/docs/ |
D | dependencies.md | 3 To ensure the broadest compatibility when building the benchmark library, but 12 _Note, CI also runs ubuntu-16.04 and ubuntu-14.04 to ensure best effort support
|
/third_party/grpc/examples/python/cancellation/ |
D | README.md | 10 In particular, we ensure that client processes cancel the stream explicitly 11 before terminating and we ensure that server processes cancel RPCs that have gone on longer 92 ensure that your servicer thread terminates soon after the RPC has been 97 down through our hashing algorithm and ensure to check that the RPC is still 114 In our example, we ensure that no single client is monopolizing the server by
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.3.txt | 18 ensure build reproducibility. 20 Fix debian build rules to ensure build reproducibility and to avoid
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | slider_test.dart | 52 // Check the transientCallbackCount before tearing down the widget to ensure 86 // Check the transientCallbackCount before tearing down the widget to ensure 125 // Check the transientCallbackCount before tearing down the widget to ensure 164 // Check the transientCallbackCount before tearing down the widget to ensure 216 // Check the transientCallbackCount before tearing down the widget to ensure 272 // Check the transientCallbackCount before tearing down the widget to ensure
|
/third_party/typescript/tests/baselines/reference/ |
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.types | 22 // ensure merges as expected 58 // ensure merges as expected
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.types | 41 // ensure merges as expected 83 // ensure merges as expected
|
D | TwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.types | 22 // ensure merges as expected 60 // ensure merges as expected
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | CHANGELOG.md | 5 * [Robustness]: `ES2015+`: ensure `Math.{abs,floor}` and `Function.call` are cached 54 …* [Tests] use same lists of value types across tests; ensure tests are the same when ops are the s… 104 * [Fix] ensure `ES.ToNumber` trims whitespace, and does not trim non-whitespace (#3) 108 * [Fix] ensure only 0-1 are valid binary and 0-7 are valid octal digits (#2)
|
/third_party/node/deps/npm/node_modules/is-callable/ |
D | CHANGELOG.md | 9 * [Fix] ensure “class “ doesn’t screw up “class” detection 43 * Add tests to ensure arrow functions are callable.
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | debug.dart | 26 /// This setting can be overridden for testing to ensure that each test receives 34 /// This function is used by the test framework to ensure that debug variables
|
/third_party/cJSON/ |
D | cJSON.c | 439 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() function 585 output_pointer = ensure(output_buffer, (size_t)length + sizeof("")); in print_number() 915 output = ensure(output_buffer, sizeof("\"\"")); in print_string_ptr() 951 output = ensure(output_buffer, output_length + sizeof("\"\"")); in print_string_ptr() 1375 output = ensure(output_buffer, 5); in print_value() 1384 output = ensure(output_buffer, 6); in print_value() 1393 output = ensure(output_buffer, 5); in print_value() 1413 output = ensure(output_buffer, raw_length); in print_value() 1548 output_pointer = ensure(output_buffer, 1); in print_array() 1568 output_pointer = ensure(output_buffer, length + 1); in print_array() [all …]
|
/third_party/typescript_eslint/tests/integration/ |
D | README.md | 3 We have a set of integration tests defined in this project to help ensure we don't inadvertently br… 5 These tests are setup to run within docker containers to ensure that each test is completely isolat…
|
/third_party/e2fsprogs/tests/f_readonly_fsck/ |
D | name | 1 ensure that a readonly check doesn't modify the fs
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_device_context_volatile_eagl.txt | 78 Calls to OpenGL or OpenGL ES functions will not ensure the underlying device 80 clients should call MakeCurrent to ensure that the internal device
|
D | EGL_ANGLE_platform_angle_device_context_volatile_cgl.txt | 78 Calls to OpenGL or OpenGL ES functions will not ensure the underlying device 80 clients should call MakeCurrent to ensure that the internal device
|
/third_party/mindspore/third_party/proto/tensorflow/ |
D | graph.proto | 50 // ensure all inputs are ready in the same time. 54 // consumer may want to use Tuple() mechanism to ensure the
|