| /third_party/pulseaudio/src/modules/ |
| D | module-rygel-media-server.c | 271 DBusMessageIter _iter, sub; in append_variant_string() local 287 DBusMessageIter _iter, sub; in append_variant_object() local 303 DBusMessageIter _iter, sub; in append_variant_unsigned() local 318 DBusMessageIter _iter, sub; in append_variant_boolean() local 333 DBusMessageIter _iter, sub, array; in append_variant_urls() local 382 DBusMessageIter sub; in append_property_dict_entry_object_array() local 393 DBusMessageIter sub; in append_property_dict_entry_string() local 404 DBusMessageIter sub; in append_property_dict_entry_object() local 415 DBusMessageIter sub; in append_property_dict_entry_unsigned() local 426 DBusMessageIter sub; in append_property_dict_entry_boolean() local [all …]
|
| /third_party/python/Objects/stringlib/ |
| D | split.h | 60 PyObject *sub; in STRINGLIB() local 109 PyObject *sub; in STRINGLIB() local 151 PyObject *list, *sub; in STRINGLIB() local 199 PyObject *sub; in STRINGLIB() local 250 PyObject *sub; in STRINGLIB() local 293 PyObject *list, *sub; in STRINGLIB() local 351 PyObject *sub; in STRINGLIB() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | ICUResourceBundleTest.java | 150 UResourceBundle sub; in TestOpen() local 167 UResourceBundle sub; in TestOpen() local 202 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local 219 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local 231 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local 238 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local 251 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local 259 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local 271 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local 290 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | ICUResourceBundleTest.java | 147 UResourceBundle sub; in TestOpen() local 164 UResourceBundle sub; in TestOpen() local 199 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local 216 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local 228 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local 235 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local 248 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local 256 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local 268 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local 287 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local [all …]
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 232 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 260 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local 280 __ sub(r3, r3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 284 __ sub(r3, r3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 300 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 305 __ sub(current_input_offset(), current_input_offset(), r1); in CheckNotBackReferenceIgnoreCase() local 331 __ sub(r1, r1, r4); in CheckNotBackReferenceIgnoreCase() local 351 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReferenceIgnoreCase() local 368 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() local 391 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReference() local [all …]
|
| /third_party/musl/libc-test/src/functional/ |
| D | wcsstr.c | 4 #define N(s, sub) { \ argument 11 #define T(s, sub, n) { \ argument
|
| D | string_strstr.c | 4 #define N(s, sub) { \ argument 11 #define T(s, sub, n) { \ argument
|
| D | string_memmem.c | 7 #define N(s, tail, sub) { \ argument 15 #define T(s, sub, n) { \ argument
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| D | subpicture.c | 69 vlVaSubpicture *sub; in vlVaCreateSubpicture() local 100 vlVaSubpicture *sub; in vlVaDestroySubpicture() local 125 vlVaSubpicture *sub; in vlVaSubpictureImage() local 177 vlVaSubpicture *sub; in vlVaAssociateSubpicture() local 253 vlVaSubpicture *sub, **array; in vlVaDeassociateSubpicture() local
|
| /third_party/node/deps/npm/node_modules/semver/ranges/ |
| D | subset.js | 43 const subset = (sub, dom, options = {}) => { argument 48 sub = new Range(sub, options) variable 74 const simpleSubset = (sub, dom, options) => { argument
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
|
| /third_party/node/deps/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 225 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 256 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local 273 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 307 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local 311 __ sub(edi, register_location(start_reg + 1)); in CheckNotBackReferenceIgnoreCase() local 340 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local 367 __ sub(edi, ebx); in CheckNotBackReferenceIgnoreCase() local 385 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local 411 __ sub(ebx, eax); // Offset by length when matching backwards. in CheckNotBackReference() local 442 __ sub(edi, esi); in CheckNotBackReference() local [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | function-prototype-hasinstance.js | 21 function sub (value) { function 25 sub.prototype = base; class
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | dep.js | 41 Dep.prototype.addSub = function (sub) { argument 49 Dep.prototype.removeSub = function (sub) { argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/string/ |
| D | wcswcs.c | 21 #define N(s, sub) \ argument 29 #define T(s, sub, n) \ argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_pair_dead_sources.c | 33 static void mark_used_presub(struct rc_pair_sub_instruction * sub) in mark_used_presub() 47 struct rc_pair_sub_instruction * sub) in mark_used()
|
| /third_party/ffmpeg/libavcodec/aarch64/ |
| D | neontest.c | 33 AVSubtitle *sub, in wrap() 43 const AVSubtitle *sub)) in wrap()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | neontest.c | 33 AVSubtitle *sub, in wrap() 43 const AVSubtitle *sub)) in wrap()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | w64xmmtest.c | 33 AVSubtitle *sub, in wrap() 43 const AVSubtitle *sub)) in wrap()
|
| /third_party/openssl/crypto/ |
| D | packet.c | 235 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) in wpacket_intern_close() 296 WPACKET_SUB *sub; in WPACKET_fill_lengths() local 343 WPACKET_SUB *sub; in WPACKET_start_sub_packet_len__() local 397 WPACKET_SUB *sub; in WPACKET_set_max_size() local 505 WPACKET_SUB *sub, *parent; in WPACKET_cleanup() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| D | packet.c | 235 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) in wpacket_intern_close() 296 WPACKET_SUB *sub; in WPACKET_fill_lengths() local 343 WPACKET_SUB *sub; in WPACKET_start_sub_packet_len__() local 397 WPACKET_SUB *sub; in WPACKET_set_max_size() local 505 WPACKET_SUB *sub, *parent; in WPACKET_cleanup() local
|
| /third_party/protobuf/js/binary/ |
| D | arith.js | 152 jspb.arith.UInt64.prototype.sub = function(other) { method in jspb.arith.UInt64 361 jspb.arith.Int64.prototype.sub = function(other) { method in jspb.arith.Int64
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| D | peer-entry-sets.js | 39 const sub = new Set([peer]) constant
|
| /third_party/rust/crates/clap/tests/derive_ui/ |
| D | flatten_enum_in_struct.rs | 4 sub: SubCmd, field
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 254 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 282 __ sub(r5, r5, r4); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local 324 __ sub(current_input_offset(), r5, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 331 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReferenceIgnoreCase() local 357 __ sub(r4, r4, r25); in CheckNotBackReferenceIgnoreCase() local 377 __ sub(current_input_offset(), current_input_offset(), r25); in CheckNotBackReferenceIgnoreCase() local 394 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference() local 417 __ sub(r5, r5, r4); // Offset by length when matching backwards. in CheckNotBackReference() local 441 __ sub(current_input_offset(), r5, end_of_input_address()); in CheckNotBackReference() local 447 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReference() local [all …]
|