| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_cmd_enqueue.c | 122 vk_cmd_enqueue_CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) vk_cmd_enqueue_CmdPushDescriptorSetKHR() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | static_unisets_test.cpp | 104 assertInSet(const UnicodeString &localeName, const UnicodeString &setName, const UnicodeSet &set, const UnicodeString &str) assertInSet() argument 113 assertInSet(const UnicodeString &localeName, const UnicodeString &setName, const UnicodeSet &set, UChar32 cp) assertInSet() argument
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| H A D | Selection.java | 30 public Selection set(Selection other) { in set() method in Selection 37 public Selection set(int anchor, int caret, boolean clickAfter) { in set() method in Selection
|
| /third_party/ltp/utils/sctp/func_tests/ |
| H A D | test_tcp_style.c | 74 fd_set set; in main() local
|
| /third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
| H A D | main.c | 120 lws_dll2_owner_t set; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
| H A D | 18-1.c | 160 sigset_t set; in test() local [all...] |
| /third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
| H A D | pthread_kill_latency.c | 117 sigset_t set, oset; in signal_receiving_thread() local
|
| /third_party/node/deps/v8/src/base/utils/ |
| H A D | random-number-generator.cc | 132 ComplementSample( const std::unordered_set<uint64_t>& set, uint64_t max) ComplementSample() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | gdb-jit.cc | 69 void set(const T& value) { in set() function in v8::internal::GDBJITInterface::Writer::Slot [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | property-descriptor.h | 100 Handle<Object> set() const { return set_; } in set() function in v8::internal::PropertyDescriptor 101 void set_set(Handle<Object> set) { set_ = set; } in set_set() argument
|
| /third_party/musl/libc-test/src/functionalext/sigchain/ |
| H A D | sigchain_rm_special_handler.c | 67 sigset_t set = {0}; in sigchain_rm_special_handler_001() local 133 sigset_t set = {0}; in sigchain_rm_special_handler_002() local 202 sigset_t set = {0}; in sigchain_rm_special_handler_003() local 241 sigset_t set = {0}; in sigchain_rm_special_handler_004() local 289 sigset_t set = {0}; in sigchain_rm_special_handler_005() local 340 sigset_t set = {0}; sigchain_rm_special_handler_006() local 405 sigset_t set = {0}; sigchain_rm_all_special_handler_007() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509name.c | 141 X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_OBJ() argument 156 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_NID() argument 170 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_txt() argument 188 X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne, int loc, int set) X509_NAME_add_entry() argument [all...] |
| /third_party/libbpf/src/ |
| H A D | strset.c | 41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() local 84 strset__free(struct strset *set) strset__free() argument 94 strset__data_size(const struct strset *set) strset__data_size() argument 99 strset__data(const struct strset *set) strset__data() argument 104 strset_add_str_mem(struct strset *set, size_t add_sz) strset_add_str_mem() argument 116 strset__find_str(struct strset *set, const char *s) strset__find_str() argument 142 strset__add_str(struct strset *set, const char *s) strset__add_str() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | layout_align.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
| H A D | weird_bitfields.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions [all...] |
| H A D | derive-bitfield-method-same-name.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
| H A D | issue-1947.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions [all...] |
| H A D | timex.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions [all...] |
| /third_party/rust/crates/aho-corasick/src/ |
| H A D | classes.rs | 30 pub fn set(&mut self, byte: u8, class: u8) { in set() functions 200 let mut set = ByteClassBuilder::new(); in byte_classes() variables 215 let mut set = ByteClassBuilder::new(); byte_classes() variables 232 let mut set = ByteClassBuilder::new(); full_byte_classes() variables [all...] |
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | map.rs | 140 let mut set = UnorderedSet::new(); in keys() variables
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | map.rs | 140 let mut set = UnorderedSet::new(); in keys() variables
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | map.rs | 140 let mut set = UnorderedSet::new(); in keys() variables
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | map.rs | 140 let mut set = UnorderedSet::new(); in keys() variables
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| H A D | layout_align.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | map.rs | 140 let mut set = UnorderedSet::new(); in keys() variables
|