Home
last modified time | relevance | path

Searched defs:unique (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c21 static struct unique { struct
22 int value;
23 char *name;
24 int duplicate;
D4-1.c17 static struct unique { struct
18 int value;
19 char *name;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D3-1.c19 static struct unique { struct
20 int value;
21 char *name;
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D10-1.c20 static struct unique { struct
39 struct unique *tst; in main() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D1-1.c25 static struct unique { struct
46 struct unique *tst; in main() argument
D19-1.c23 static struct unique { struct
45 struct unique *tst; in main() argument
D17-1.c28 static struct unique { struct
51 struct unique *tst; in main() argument
/third_party/node/deps/npm/node_modules/promise-inflight/
Dinflight.js13 function inflight (unique, doFly) { argument
26 function _inflight (unique, doFly) { argument
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java300 …public EJDB2 ensureStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in ensureStringIndex()
314 …public EJDB2 removeStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in removeStringIndex()
328 …public EJDB2 ensureIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in ensureIntIndex()
342 …public EJDB2 removeIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in removeIntIndex()
357 …public EJDB2 ensureFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in ensureFloatIndex()
362 …public EJDB2 removeFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in removeFloatIndex()
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.js588 ensureStringIndex(collection, path, unique) { argument
600 removeStringIndex(collection, path, unique) { argument
612 ensureIntIndex(collection, path, unique) { argument
624 removeIntIndex(collection, path, unique) { argument
636 ensureFloatIndex(collection, path, unique) { argument
648 removeFloatIndex(collection, path, unique) { argument
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift369 let unique = asBoolean(mc.args[3]) in removeFloatIndex() variable
377 let unique = asBoolean(mc.args[3]) in ensureFloatIndex() variable
385 let unique = asBoolean(mc.args[3]) in removeIntIndex() variable
393 let unique = asBoolean(mc.args[3]) in ensureIntIndex() variable
401 let unique = asBoolean(mc.args[3]) in removeStringIndex() variable
409 let unique = asBoolean(mc.args[3]) in ensureStringIndex() variable
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.js616 ensureStringIndex(collection, path, unique) { argument
628 removeStringIndex(collection, path, unique) { argument
640 ensureIntIndex(collection, path, unique) { argument
652 removeIntIndex(collection, path, unique) { argument
664 ensureFloatIndex(collection, path, unique) { argument
676 removeFloatIndex(collection, path, unique) { argument
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java168 …public void ensureStringIndex(Integer handle, String collection, String path, Boolean unique, Prom… in ensureStringIndex()
176 …public void removeStringIndex(Integer handle, String collection, String path, Boolean unique, Prom… in removeStringIndex()
184 …public void ensureIntIndex(Integer handle, String collection, String path, Boolean unique, Promise… in ensureIntIndex()
192 …public void removeIntIndex(Integer handle, String collection, String path, Boolean unique, Promise… in removeIntIndex()
200 …public void ensureFloatIndex(Integer handle, String collection, String path, Boolean unique, Promi… in ensureFloatIndex()
208 …public void removeFloatIndex(Integer handle, String collection, String path, Boolean unique, Promi… in removeFloatIndex()
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java408 …public EJDB2 ensureStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in ensureStringIndex()
422 …public EJDB2 removeStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in removeStringIndex()
436 …public EJDB2 ensureIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in ensureIntIndex()
450 …public EJDB2 removeIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in removeIntIndex()
465 …public EJDB2 ensureFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in ensureFloatIndex()
470 …public EJDB2 removeFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in removeFloatIndex()
/third_party/flutter/skia/src/gpu/
DGrNonAtomicRef.h32 bool unique() const { return 1 == fRefCnt; } in unique() function
/third_party/skia/src/gpu/
DGrNonAtomicRef.h32 bool unique() const { return 1 == fRefCnt; } in unique() function
DGrManagedResource.h104 bool unique() const { in unique() function
/third_party/node/test/parallel/
Dtest-process-getgroups.js50 function unique(groups) { function
/third_party/flutter/skia/include/core/
DSkRefCnt.h50 bool unique() const { in unique() function
175 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() function
/third_party/skia/include/core/
DSkRefCnt.h49 bool unique() const { in unique() function
174 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc345 std::vector<Unique> unique; in CountingSort() local
550 InputVec unique(inputs, inputs + num_inputs); in UniqueInputs() local
558 size_t NumSkip(const Func func, const void* arg, const InputVec& unique, in NumSkip()
740 const InputVec& unique, const InputVec& full, in MeasureImpl()
784 const InputVec unique = UniqueInputs(inputs, num_inputs); in Measure() local
/third_party/libfuse/lib/
Dfuse_i.h16 uint64_t unique; member
25 uint64_t unique; member
37 uint64_t unique; member
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c390 static drm_unique_t unique; in main() local
/third_party/node/deps/npm/node_modules/har-schema/lib/
Dpage.json20 "unique": true boolean
/third_party/alsa-utils/topology/
Dpre-process-class.c70 snd_config_t *unique; in tplg_class_is_attribute_unique() local
157 snd_config_t *unique; in tplg_class_get_unique_attribute_name() local

123