Home
last modified time | relevance | path

Searched refs:retain (Results 51 - 75 of 144) sorted by relevance

123456

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp95 obj(d_ctx).retain(); in clRetainContext()
H A Devent.cpp149 obj(d_ev).retain(); in clRetainEvent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLEvent.cpp100 retain(); in setCallback()
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm8 ; 1. Redistributions of source code must retain the above copyright
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h156 DomainValue *retain(DomainValue *DV) {
/third_party/skia/include/ports/
H A DSkCFObject.h122 void retain(T object) { in retain() function in sk_cfp
170 * Returns a sk_cfp wrapping the provided object AND calls retain on it (if not null).
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java68 * by <code>retain</code>, a boolean XOR is implemented by
72 * union, <code>retain</code> is an intersection, <code>remove</code>
1545 public UnicodeSet retain(int start, int end) { in retain() method in UnicodeSet
1554 retain(range(start, end), 2, 0); in retain()
1569 public final UnicodeSet retain(int c) { in retain() method in UnicodeSet
1570 return retain(c, c); in retain()
1581 public final UnicodeSet retain(CharSequence cs) { in retain() method in UnicodeSet
1598 retain(cp, cp); in retain()
1624 retain(range(start, end), 2, 2); in remove()
2307 * @param c set that defines which elements this set will retain
3253 private UnicodeSet retain(int[] other, int otherLen, int polarity) { retain() method in UnicodeSet
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java69 * by <code>retain</code>, a boolean XOR is implemented by
73 * union, <code>retain</code> is an intersection, <code>remove</code>
1473 public UnicodeSet retain(int start, int end) { in retain() method in UnicodeSet
1482 retain(range(start, end), 2, 0); in retain()
1496 public final UnicodeSet retain(int c) { in retain() method in UnicodeSet
1497 return retain(c, c); in retain()
1507 public final UnicodeSet retain(CharSequence cs) { in retain() method in UnicodeSet
1520 retain(cp, cp); in retain()
1545 retain(range(start, end), 2, 2); in remove()
2206 * @param c set that defines which elements this set will retain
3139 private UnicodeSet retain(int[] other, int otherLen, int polarity) { retain() method in UnicodeSet
[all...]
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
H A Dlos_dispatch.S8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
H A Dlos_atomic.S7 ; 1. Redistributions of source code must retain the above copyright notice, this list of
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h326 uint8_t retain; member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java679 //UnicodeSet::retain(long) in TestAPI()
728 set.retain((char)0x73); in TestAPI()
730 if (!set.equals(exp)) { errln("FAIL: retain('s')"); return; } in TestAPI()
733 // public final UnicodeSet retain(String s); in TestAPI()
738 set.retain("cd"); in TestAPI()
740 if (!set.equals(exp)) { errln("FAIL: (with cd).retain(\"cd\")"); return; } in TestAPI()
743 set.retain("cd"); in TestAPI()
745 if (!set.equals(exp)) { errln("FAIL: (without cd).retain(\"cd\")"); return; } in TestAPI()
811 // {I_EQUALS, new UnicodeSet('a','z').add('A', 'Z').retain('M','m').complement('X'), in TestStrings()
829 {new UnicodeSet('a','z').add('A', 'Z').retain(' in TestStrings()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_rounding.cpp308 bool retain) { in constructFractionSignificant()
313 settings.fRetain = retain; in constructFractionSignificant()
303 constructFractionSignificant( const FractionPrecision &base, int32_t minSig, int32_t maxSig, UNumberRoundingPriority priority, bool retain) constructFractionSignificant() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_rounding.cpp308 bool retain) { in constructFractionSignificant()
313 settings.fRetain = retain; in constructFractionSignificant()
303 constructFractionSignificant( const FractionPrecision &base, int32_t minSig, int32_t maxSig, UNumberRoundingPriority priority, bool retain) constructFractionSignificant() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h58 # define ANGLE_MTL_RETAIN retain
279 [retained retain]; in retainAssign()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.cpp347 mImageViews->retain(&contextVk->getResourceUseList()); in retainImageViews()
350 mResolveImageViews->retain(&contextVk->getResourceUseList()); in retainImageViews()
H A DSyncVk.cpp96 retain(&contextVk->getResourceUseList()); in initialize()
229 retain(&contextVk->getResourceUseList()); in initializeWithFd()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh254 action pedit ex munge ip dsfield set $((3 << 2)) retain 0xfc \
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh241 action pedit ex munge ip dsfield set $((3 << 2)) retain 0xfc \
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c51 .retain = 0,
/third_party/skia/include/gpu/d3d/
H A DGrD3DTypes.h126 void retain(T* object) { in retain() function in gr_cp
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h95 bool retain; member
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c1354 int op, int flags, int used, int want, int retain, in __prep_cap()
1365 retain &= ~revoking; in __prep_cap()
1369 ceph_cap_string(held), ceph_cap_string(held & retain), in __prep_cap()
1371 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __prep_cap()
1375 cap->issued &= retain; /* drop bits we don't want */ in __prep_cap()
1934 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
1966 /* The ones we currently want to retain (may be adjusted below) */ in ceph_check_caps()
1967 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1970 retain |= CEPH_CAP_ANY; /* be greedy */ in ceph_check_caps()
1985 retain | in ceph_check_caps()
1353 __prep_cap(struct cap_msg_args *arg, struct ceph_cap *cap, int op, int flags, int used, int want, int retain, int flushing, u64 flush_tid, u64 oldest_flush_tid) __prep_cap() argument
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c1368 int op, int flags, int used, int want, int retain, in __prep_cap()
1379 retain &= ~revoking; in __prep_cap()
1383 ceph_cap_string(held), ceph_cap_string(held & retain), in __prep_cap()
1385 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __prep_cap()
1389 cap->issued &= retain; /* drop bits we don't want */ in __prep_cap()
1976 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
2014 /* The ones we currently want to retain (may be adjusted below) */ in ceph_check_caps()
2015 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2018 retain |= CEPH_CAP_ANY; /* be greedy */ in ceph_check_caps()
2033 retain | in ceph_check_caps()
1367 __prep_cap(struct cap_msg_args *arg, struct ceph_cap *cap, int op, int flags, int used, int want, int retain, int flushing, u64 flush_tid, u64 oldest_flush_tid) __prep_cap() argument
[all...]

Completed in 27 milliseconds

123456