Home
last modified time | relevance | path

Searched refs:retain (Results 26 - 50 of 150) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h60 * by <code>retain</code>, a boolean XOR is implemented by
64 * union, <code>retain</code> is an intersection, <code>remove</code>
1195 virtual UnicodeSet& retain(UChar32 start, UChar32 end);
1206 UnicodeSet& retain(UChar32 c);
1219 UnicodeSet& retain(const UnicodeString &s);
1328 * @param c set that defines which elements this set will retain.
1592 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLObject.h27 void retain() noexcept { ++mRefCount; }
H A DCLEvent.cpp100 retain(); in setCallback()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh193 "ip dsfield set $((dscp << 2)) retain 0xfc" \
212 "ip dsfield set $ecn retain 0x03" \
229 flower action pedit ex munge ip dsfield set 124 retain 0xfc \
230 action pedit ex munge ip dsfield set 1 retain 0x03
273 "ip6 traffic_class set $((dscp << 2)) retain 0xfc" \
292 "ip6 traffic_class set $ecn retain 0x3" \
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh195 "ip dsfield set $((dscp << 2)) retain 0xfc" \
214 "ip dsfield set $ecn retain 0x03" \
231 flower action pedit ex munge ip dsfield set 124 retain 0xfc \
232 action pedit ex munge ip dsfield set 1 retain 0x03
275 "ip6 traffic_class set $((dscp << 2)) retain 0xfc" \
294 "ip6 traffic_class set $ecn retain 0x3" \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.h192 void retain(ResourceUseList *resourceUseList) const;
203 ANGLE_INLINE void Resource::retain(ResourceUseList *resourceUseList) const in retain() function in rx::vk::Resource
254 // Track any use of the object. Always updated on every retain call.
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs.cpp93 dev.retain(); in RetainDevice()
159 context->cast<Context>().retain(); in RetainContext()
202 command_queue->cast<CommandQueue>().retain(); in RetainCommandQueue()
291 memobj->cast<Memory>().retain(); in RetainMemObject()
373 sampler->cast<Sampler>().retain(); in RetainSampler()
435 program->cast<Program>().retain(); in RetainProgram()
553 kernel->cast<Kernel>().retain(); in RetainKernel()
654 event->cast<Event>().retain(); in RetainEvent()
/third_party/skia/third_party/externals/dawn/src/common/
H A DNSRef.h71 [value retain]; in Reference()
/third_party/icu/icu4c/source/common/
H A Duset.cpp132 ((UnicodeSet*) set)->UnicodeSet::retain(start, end); in uset_retain()
138 ((UnicodeSet*) set)->UnicodeSet::retain(s); in uset_retainString()
148 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll() argument
149 ((UnicodeSet*) set)->UnicodeSet::retainAll(*(const UnicodeSet*)retain); in uset_retainAll()
H A Duniset.cpp1108 UnicodeSet& UnicodeSet::retain(UChar32 start, UChar32 end) {
1111 retain(range, 2, 0);
1118 UnicodeSet& UnicodeSet::retain(UChar32 c) {
1119 return retain(c, c);
1122 UnicodeSet& UnicodeSet::retain(const UnicodeString &s) {
1137 retain(cp, cp);
1156 retain(range, 2, 2);
1298 * @param c set that defines which elements this set will retain.
1304 retain(c.list, c.len, 0);
1328 retain(
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duset.cpp132 ((UnicodeSet*) set)->UnicodeSet::retain(start, end); in uset_retain()
138 ((UnicodeSet*) set)->UnicodeSet::retain(s); in uset_retainString()
148 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll() argument
149 ((UnicodeSet*) set)->UnicodeSet::retainAll(*(const UnicodeSet*)retain); in uset_retainAll()
H A Duniset.cpp1108 UnicodeSet& UnicodeSet::retain(UChar32 start, UChar32 end) {
1111 retain(range, 2, 0);
1118 UnicodeSet& UnicodeSet::retain(UChar32 c) {
1119 return retain(c, c);
1122 UnicodeSet& UnicodeSet::retain(const UnicodeString &s) {
1137 retain(cp, cp);
1156 retain(range, 2, 2);
1298 * @param c set that defines which elements this set will retain.
1304 retain(c.list, c.len, 0);
1328 retain(
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duset.cpp132 ((UnicodeSet*) set)->UnicodeSet::retain(start, end); in uset_retain()
138 ((UnicodeSet*) set)->UnicodeSet::retain(s); in uset_retainString()
148 uset_retainAll(USet* set, const USet* retain) { in uset_retainAll() argument
149 ((UnicodeSet*) set)->UnicodeSet::retainAll(*(const UnicodeSet*)retain); in uset_retainAll()
H A Duniset.cpp1109 UnicodeSet& UnicodeSet::retain(UChar32 start, UChar32 end) {
1112 retain(range, 2, 0);
1119 UnicodeSet& UnicodeSet::retain(UChar32 c) {
1120 return retain(c, c);
1123 UnicodeSet& UnicodeSet::retain(const UnicodeString &s) {
1138 retain(cp, cp);
1157 retain(range, 2, 2);
1299 * @param c set that defines which elements this set will retain.
1305 retain(c.list, c.len, 0);
1329 retain(
[all...]
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c147 lws_mqtt_qos_levels_t qos, uint8_t retain, uint8_t dup, in secstream_mqtt_publish()
193 mqpp.retain = !!retain; in secstream_mqtt_publish()
279 h->policy->u.mqtt.retain, 1, f); in secstream_mqtt_resend()
858 h->policy->u.mqtt.retain, 0, f) != 0) { in secstream_mqtt()
1033 ct->ccp.will_param.retain = h->policy->u.mqtt.will_retain; in secstream_connect_munge_mqtt()
1035 ct->ccp.birth_param.retain = h->policy->u.mqtt.birth_retain; in secstream_connect_munge_mqtt()
145 secstream_mqtt_publish(struct lws *wsi, uint8_t *buf, size_t buf_len, uint32_t payload_len, const char* topic, lws_mqtt_qos_levels_t qos, uint8_t retain, uint8_t dup, int f) secstream_mqtt_publish() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DStringTokenizerTest.java802 * public UnicodeSet retain(int start, int end)
813 us.retain(invalid[i], UnicodeSet.MAX_VALUE); in TestRetain_int_int()
814 errln("UnicodeSet.retain(int start, int end) was suppose to give " in TestRetain_int_int()
823 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int()
824 errln("UnicodeSet.retain(int start, int end) was suppose to give " in TestRetain_int_int()
832 us.retain(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE); in TestRetain_int_int()
834 errln("UnicodeSet.retain(int start, int end) was not suppose to give " in TestRetain_int_int()
839 us.retain(UnicodeSet.MAX_VALUE, UnicodeSet.MAX_VALUE-1); in TestRetain_int_int()
841 errln("UnicodeSet.retain(int start, int end) was not suppose to give " in TestRetain_int_int()
847 * public final UnicodeSet retain(Strin
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java800 * public UnicodeSet retain(int start, int end)
811 us.retain(invalid[i], UnicodeSet.MAX_VALUE); in TestRetain_int_int()
812 errln("UnicodeSet.retain(int start, int end) was supposed to give " in TestRetain_int_int()
821 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int()
822 errln("UnicodeSet.retain(int start, int end) was supposed to give " in TestRetain_int_int()
830 us.retain(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE); in TestRetain_int_int()
832 errln("UnicodeSet.retain(int start, int end) was not supposed to give " in TestRetain_int_int()
837 us.retain(UnicodeSet.MAX_VALUE, UnicodeSet.MAX_VALUE-1); in TestRetain_int_int()
839 errln("UnicodeSet.retain(int start, int end) was not supposed to give " in TestRetain_int_int()
845 * public final UnicodeSet retain(Strin
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dsampler.cpp47 obj(d_s).retain(); in clRetainSampler()
H A Dqueue.cpp52 obj(d_q).retain(); in clRetainCommandQueue()
H A Dcontext.cpp95 obj(d_ctx).retain(); in clRetainContext()
/third_party/lwip/src/include/lwip/apps/
H A Dmqtt.h13 * 1. Redistributions of source code must retain the above copyright notice,
78 will_msg, will_qos and will retain are then ignored */
198 err_t mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u8_t qos, u8_t retain,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp64 retain(DV); in resolve()
78 LiveRegs[rx] = retain(dv); in setLiveReg()
142 B->Next = retain(A); in merge()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs239 expected.retain(|p| p.file_stem().unwrap() == BIN_NAME); in test_which_all()
240 expected.retain(|p| p.extension().map(|ext| ext == "exe" || ext == "cmd") == Some(true)); in test_which_all()
244 expected.retain(|p| p.file_name().unwrap() == BIN_NAME); in test_which_all()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java114 public void addConfiguredRetain(Retain retain) { in addConfiguredRetain() argument
115 retained.add(retain.path); in addConfiguredRetain()
/third_party/libwebsockets/lib/roles/mqtt/
H A Dprivate-lib-roles-mqtt.h347 uint8_t retain; member
437 uint8_t retain);

Completed in 38 milliseconds

123456