/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTransformValuesTest.java | 64 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local 65 underlying.put("a", 1); in makePopulatedMap() 66 underlying.put("b", 2); in makePopulatedMap() 67 underlying.put("c", 3); in makePopulatedMap() 68 return Maps.transformValues(underlying, Functions.toStringFunction()); in makePopulatedMap() 111 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 113 underlying, Functions.<Integer>identity()); in testTransformIdentityFunctionEquality() 114 assertMapsEqual(underlying, map); in testTransformIdentityFunctionEquality() 140 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 141 underlying.put("a", 1); in testTransformRemoveEntry() [all …]
|
D | MapsTransformValuesUnmodifiableIteratorTest.java | 110 Map<String, Integer> underlying = Maps.newHashMap(); 112 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction()); 116 Map<String, Integer> underlying = Maps.newHashMap(); 117 underlying.put("a", 1); 118 underlying.put("b", 2); 119 underlying.put("c", 3); 121 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction()); 164 Map<String, Integer> underlying = ImmutableMap.of("a", 1); 166 underlying, Functions.<Integer>identity()); 167 assertMapsEqual(underlying, map); [all …]
|
D | MapsSortedTransformValuesTest.java | 42 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local 43 underlying.put("a", 1); in makePopulatedMap() 44 underlying.put("b", 2); in makePopulatedMap() 45 underlying.put("c", 3); in makePopulatedMap() 46 return Maps.transformValues(underlying, Functions.toStringFunction()); in makePopulatedMap()
|
/external/libevent/ |
D | bufferevent_filter.c | 78 struct bufferevent *underlying; member 129 struct bufferevent *u = bevf->underlying; in be_underlying_writebuf_full() 161 bufferevent_filter_new(struct bufferevent *underlying, in bufferevent_filter_new() argument 171 if (!underlying) in bufferevent_filter_new() 183 if (bufferevent_init_common(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new() 192 bufev_f->underlying = underlying; in bufferevent_filter_new() 199 bufferevent_setcb(bufev_f->underlying, in bufferevent_filter_new() 206 bufferevent_incref(underlying); in bufferevent_filter_new() 208 bufferevent_enable(underlying, EV_READ|EV_WRITE); in bufferevent_filter_new() 209 bufferevent_suspend_read(underlying, BEV_SUSPEND_FILT_READ); in bufferevent_filter_new() [all …]
|
D | bufferevent_openssl.c | 290 struct bufferevent *underlying; member 378 if (bev_ssl->underlying) { in start_reading() 379 bufferevent_unsuspend_read(bev_ssl->underlying, in start_reading() 400 if (bev_ssl->underlying) { in start_writing() 417 if (bev_ssl->underlying) { in stop_reading() 418 bufferevent_suspend_read(bev_ssl->underlying, in stop_reading() 431 if (bev_ssl->underlying) { in stop_writing() 442 if (!bev_ssl->underlying) in set_rbow() 451 if (!bev_ssl->underlying) in set_wbor() 625 if (bev_ssl->underlying) in do_read() [all …]
|
D | bufferevent.c | 609 struct bufferevent *underlying; in _bufferevent_decref_and_unlock() local 618 underlying = bufferevent_get_underlying(bufev); in _bufferevent_decref_and_unlock() 662 if (underlying) in _bufferevent_decref_and_unlock() 663 bufferevent_decref(underlying); in _bufferevent_decref_and_unlock() 701 struct bufferevent *underlying; in bufferevent_enable_locking() 705 underlying = bufferevent_get_underlying(bufev); in bufferevent_enable_locking() 707 if (!lock && underlying && BEV_UPCAST(underlying)->lock) { in bufferevent_enable_locking() 708 lock = BEV_UPCAST(underlying)->lock; in bufferevent_enable_locking() 724 if (underlying && !BEV_UPCAST(underlying)->lock) in bufferevent_enable_locking() 725 bufferevent_enable_locking(underlying, lock); in bufferevent_enable_locking()
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | UrlTextExample.java | 52 final HtmlStreamEventReceiver underlying; field in UrlTextExample.AppendDomainAfterText 55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) { in AppendDomainAfterText() argument 56 this.underlying = underlying; in AppendDomainAfterText() 60 underlying.openDocument(); in openDocument() 63 underlying.closeDocument(); in closeDocument() 66 underlying.openTag(elementName, attribs); in openTag() 105 underlying.closeTag(elementName); in closeTag() 116 underlying.text(text); in text()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.java | 49 private final HtmlStreamEventReceiver underlying; field in TagBalancingHtmlStreamEventReceiver 55 HtmlStreamEventReceiver underlying) { in TagBalancingHtmlStreamEventReceiver() argument 56 this.underlying = underlying; in TagBalancingHtmlStreamEventReceiver() 67 underlying.openDocument(); in openDocument() 72 underlying.closeTag(openElements.get(i).elementName); in closeDocument() 75 underlying.closeDocument(); in closeDocument() 85 underlying.openTag(elementName, attrs); in openTag() 93 underlying.openTag(elInfo.elementName, attrs); in openTag() 109 underlying.openTag( in prepareForContent() 122 underlying.closeTag(top.elementName); in prepareForContent() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 2 // The DWARF standard says the underlying data type of an enum may be 4 // so the debugger knows about the signedness of the underlying type. 9 // Enum with no specified underlying type 21 // Enum declared with a fixed underlying type
|
/external/clang/test/SemaObjC/ |
D | enum-fixed-type.m | 4 # error Enumerations with a fixed underlying type are not supported 40 …lem } DerivedEnum; // expected-error {{non-integral type 'BaseEnum' is an invalid underlying type}}
|
D | blocks.m | 77 // In C, enum constants have the type of the underlying integer type, not the 154 // Since we fixed the underlying type of the enum, this is considered a 212 // Since we fixed the underlying type of the enum, these are considered
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | store-barrier.ll | 5 ; an underlying object would be moved across the barrier. In this 7 ; won't have an underlying object.
|
/external/libevent/include/event2/ |
D | bufferevent_ssl.h | 69 struct bufferevent *underlying,
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/ |
D | TESTING.md | 7 * Jasmine -- the underlying test suite which executes the test and reports feedback
|
/external/clang/test/Modules/ |
D | signal.m | 7 // The dead symlink is still around, but the underlying lock file is gone.
|
/external/autotest/client/tests/fs_mark/ |
D | control | 12 calculated number of synchronous operations/sec of the underlying drive.
|
/external/clang/test/FixIt/ |
D | format.m | 85 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has underlying t… 92 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has underlying t… 248 …icit)0); // expected-warning{{format specifies type 'double' but the argument has underlying type}} 251 …Long)0); // expected-warning{{format specifies type 'double' but the argument has underlying type}} 254 … // expected-warning{{format specifies type 'double' but the argument has underlying type 'short'}}
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 19 all of its :ref:`Context` and :ref:`Screen` methods to an underlying Context 93 without extra knowledge of the underlying windowing system.
|
/external/ltrace/ |
D | NEWS | 20 lens as usual, but use array of integers as underlying type. 197 *** Lenses: change the way that underlying type is rendered 205 be used to render any underlying type in base 8. Plain "octal" 218 underlying type is selected by square brackets: 258 Ltrace needs to know the exact underlying type to decide what the 264 Instead, rewrite the prototype depending on the exact underlying
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 29 BasicBlock::iterator) now produces a reference to the underlying type (same 30 example: Instruction&) instead of a pointer to the underlying object. This
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | control.openvpn | 16 the connection manager is correctly passing parameters to the underlying
|
D | control.l2tpipsec_psk | 17 manager are correctly passing parameters to the underlying VPN client
|
D | control.openvpn_user_pass | 17 the connection manager is correctly passing parameters to the underlying
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | nonescaping-noalias.ll | 4 ; a non-escaping global as one indentified underlying object and some pointer 5 ; that would inherently have escaped any other function as the other underlying
|
/external/bison/m4/ |
D | isnan.m4 | 14 # If we replaced any of the underlying isnan* functions, replace
|