/third_party/grpc/src/ruby/pb/test/ |
D | client.rb | 173 def nulls(l) method 198 req = req_cls.new(payload: Payload.new(body: nulls(req_size)), 229 req = req_cls.new(payload: Payload.new(body: nulls(@req_size))) 277 payload = Payload.new(type: :COMPRESSABLE, body: nulls(req_size)) 380 req = Payload.new(body: nulls(x)) 392 payload: Payload.new(type: :COMPRESSABLE, body: nulls(27_182)), 406 payload: Payload.new(type: :COMPRESSABLE, body: nulls(45_904)), 482 req = Payload.new(body: nulls(x)) 534 payload = Payload.new(type: :COMPRESSABLE, body: nulls(1)) 559 duplex_req = req_cls.new(payload: Payload.new(body: nulls(1)), [all …]
|
D | server.rb | 112 def nulls(l) method 157 body: nulls(resp_size))) 184 body: nulls(req_size))) 197 body: nulls(p.size)))
|
/third_party/grpc/src/ruby/qps/ |
D | qps-common.rb | 27 def nulls(l) method 74 yield sr.new(payload: pl.new(body: nulls(req.response_size)))
|
D | server.rb | 34 sr.new(payload: pl.new(body: nulls(req.response_size)))
|
D | client.rb | 75 body: nulls(simple_params.req_size)))
|
/third_party/gptfdisk/ |
D | basicmbr.cc | 54 nulls = orig.nulls; in BasicMBRData() 111 nulls = orig.nulls; in operator =() 196 nulls = tempMBR.nulls; in ReadMBRData() 208 ReverseBytes(&nulls, 2); in ReadMBRData() 387 tempMBR.nulls = nulls; in WriteMBRData() 455 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() 479 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() 1021 nulls = 0; in EmptyBootloader()
|
D | basicmbr.h | 31 uint16_t nulls; member 45 uint16_t nulls; variable
|
D | mbr.cc | 54 nulls = 0; in MakeProtectiveMBR()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 206 static char *jn_string(napi_env env, napi_value val_, IWPOOL *pool, bool nulls, bool coerce, iwrc *… in jn_string() argument 211 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_string() 247 bool nulls, bool coerce, uint32_t idx, iwrc *rcp) { in jn_string_at() argument 256 return jn_string(env, el, pool, nulls, coerce, rcp); in jn_string_at() 259 static int64_t jn_int(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_int() argument 263 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_int() 284 static int64_t jn_int_at(napi_env env, napi_value arr, bool nulls, bool coerce, uint32_t idx, iwrc … in jn_int_at() argument 293 return jn_int(env, el, nulls, coerce, rcp); in jn_int_at() 296 static double jn_double(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_double() argument 300 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_double() [all …]
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | th18057.txt | 16 # and some obvious garbage lines (nulls, etc) were deleted
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 132 IW_INLINE char *cobject_str(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_str() argument 137 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_str() 145 IW_INLINE int64_t cobject_int(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_int() argument 152 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_int() 160 IW_INLINE bool cobject_bool(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_bool() argument 165 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_bool() 173 IW_INLINE double cobject_double(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_double() argument 178 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_double()
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | color_filter_test.dart | 44 test('ColorFilter - nulls', () async {
|
/third_party/grpc/doc/ |
D | security_audit.md | 24 One solution is to change the API of `gpr_free` so that it automatically nulls the given pointer af… 44 Adding an alternative `gpr_free` that nulls the given pointer is undesirable because we cannot enfo…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 455 raw_ostream &nulls();
|
/third_party/openssl/doc/man3/ |
D | ASN1_STRING_length.pod | 72 is null terminated or does not contain embedded nulls. The actual format
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | table_border_test.dart | 110 test('TableBorder.lerp with nulls', () {
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | text_span.dart | 95 /// The list must not contain any nulls. 349 … 'A TextSpan object with a non-null child list should not have any nulls in its child list.\n'
|
/third_party/boost/libs/ptr_container/doc/ |
D | ptr_sequence_adapter.rst | 346 …- Remarks: ``to_clone == 0`` is valid if the container supports nulls. The container does not take… 402 contain any nulls*.
|
D | tutorial.rst | 210 is thrown. If you want to allow nulls, then you must 309 shrinks. For containers that store nulls, we can exploit that
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 508 raw_ostream &nulls();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 33 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/ |
D | flutter_command_test.dart | 184 // nulls should be cleaned up.
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.05.txt | 51 exact size of the file so that the nulls at the end of the file are
|
/third_party/typescript_eslint/packages/types/ |
D | CHANGELOG.md | 126 * **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 717 raw_ostream &llvm::nulls() { in nulls() function in llvm
|