Home
last modified time | relevance | path

Searched refs:underlying (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesTest.java64 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 …]
DMapsTransformValuesUnmodifiableIteratorTest.java110 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 …]
DMapsSortedTransformValuesTest.java42 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/
Dbufferevent_filter.c78 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 …]
Dbufferevent_openssl.c290 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 …]
Dbufferevent.c609 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/
DUrlTextExample.java52 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/
DTagBalancingHtmlStreamEventReceiver.java49 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/
Dobjc-fixed-enum.m2 // 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/
Denum-fixed-type.m4 # error Enumerations with a fixed underlying type are not supported
40 …lem } DerivedEnum; // expected-error {{non-integral type 'BaseEnum' is an invalid underlying type}}
Dblocks.m77 // 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/
Dstore-barrier.ll5 ; an underlying object would be moved across the barrier. In this
7 ; won't have an underlying object.
/external/libevent/include/event2/
Dbufferevent_ssl.h69 struct bufferevent *underlying,
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/
DTESTING.md7 * Jasmine -- the underlying test suite which executes the test and reports feedback
/external/clang/test/Modules/
Dsignal.m7 // The dead symlink is still around, but the underlying lock file is gone.
/external/autotest/client/tests/fs_mark/
Dcontrol12 calculated number of synchronous operations/sec of the underlying drive.
/external/clang/test/FixIt/
Dformat.m85 …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/
Ddistro.rst19 all of its :ref:`Context` and :ref:`Screen` methods to an underlying Context
93 without extra knowledge of the underlying windowing system.
/external/ltrace/
DNEWS20 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/
D2002-06-25-MegaPatchInfo.txt29 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/
Dcontrol.openvpn16 the connection manager is correctly passing parameters to the underlying
Dcontrol.l2tpipsec_psk17 manager are correctly passing parameters to the underlying VPN client
Dcontrol.openvpn_user_pass17 the connection manager is correctly passing parameters to the underlying
/external/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll4 ; 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/
Disnan.m414 # If we replaced any of the underlying isnan* functions, replace

12345678910