| /third_party/gn/src/gn/ |
| D | pointer_set_unittest.cc | 24 TestPointerSet set; in TEST() local 31 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() local 63 TestPointerSet set; in TEST() local 92 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() local 115 TestPointerSet set; in TEST() local 152 TestPointerSet set = set1.intersection_with(set2); in TEST() local 172 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() local 173 auto vector = set.ToVector(); in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | containers.h | 47 using set = std::set<K, C, StlAllocator<K>>; variable 69 MARL_NO_EXPORT inline T take(unordered_set<T, H, E>& set) { in take() 147 vector<T, BASE_CAPACITY>::vector( in vector() function 153 vector<T, BASE_CAPACITY>::vector( in vector() function 162 vector<T, BASE_CAPACITY>::vector( in vector() function
|
| /third_party/node/deps/v8/src/objects/ |
| D | feedback-vector-inl.h | 54 void FeedbackMetadata::set(int index, int32_t value) { in set() function 358 MaybeObject NexusConfig::GetFeedback(FeedbackVector vector, in GetFeedback() 363 void NexusConfig::SetFeedback(FeedbackVector vector, FeedbackSlot slot, in SetFeedback()
|
| /third_party/elfio/.vscode/ |
| D | settings.json | 39 "set": "cpp", string 42 "vector": "cpp", string
|
| /third_party/ffmpeg/libswresample/tests/ |
| D | swresample.c | 59 static void set(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f, double v){ in set() function 280 unsigned vector= remaining_tests[max_tests - test - 1]; in main() local
|
| /third_party/node/test/parallel/ |
| D | test-crypto-sign-verify.js | 36 set() { method 53 set() { method 287 function testVerify(cert, vector) { argument
|
| /third_party/node/deps/v8/src/json/ |
| D | json-stringifier.cc | 246 Handle<OrderedHashSet> set = factory()->NewOrderedHashSet(); in InitializeReplacer() local 1000 base::Vector<const SrcChar> vector = string->GetCharVector<SrcChar>(no_gc); in SerializeString_() local
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_instruction_builder_autogen.cpp | 195 IdRef set, in WriteExtInst() 743 IdRef vector, in WriteVectorExtractDynamic() 757 IdRef vector, in WriteVectorInsertDynamic() 1546 IdRef vector, in WriteVectorTimesScalar() 1574 IdRef vector, in WriteVectorTimesMatrix() 1589 IdRef vector) in WriteMatrixTimesVector() 1697 void WriteAny(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef vector) in WriteAny() 1706 void WriteAll(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef vector) in WriteAll()
|
| D | spirv_instruction_parser_autogen.cpp | 164 IdRef *set, in ParseExtInst() 858 IdRef *vector, in ParseVectorExtractDynamic() 874 IdRef *vector, in ParseVectorInsertDynamic() 1867 IdRef *vector, in ParseVectorTimesScalar() 1899 IdRef *vector, in ParseVectorTimesMatrix() 1916 IdRef *vector) in ParseMatrixTimesVector() 2043 IdRef *vector) in ParseAny() 2057 IdRef *vector) in ParseAll()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_common.hpp | 83 inline void set(uint32_t bit) in set() function in SPIRV_CROSS_NAMESPACE::Bitset 1232 inline const ConstantVector &vector() const in vector() function 1436 void set(IVariant *val, Types new_type) in set() function in SPIRV_CROSS_NAMESPACE::Variant 1624 uint32_t set = 0; member
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| D | rust-library.rs | 1812 let mut set = BTreeSet::new(); in random() localVariable 1821 let set: BTreeSet<i32> = (-(n as i32)..=-1).collect(); in neg() localVariable 1827 let set: BTreeSet<i32> = (1..=(n as i32)).collect(); in pos() localVariable 1883 let mut set = src.clone(); in clone_100_and_drain_half() localVariable 1899 let mut set = src.clone(); in clone_100_and_pop_all() localVariable 1909 let mut set = src.clone(); in clone_100_and_remove_all() localVariable 1922 let mut set = src.clone(); in clone_100_and_remove_half() localVariable 1954 let mut set = src.clone(); in clone_10k_and_drain_half() localVariable 1970 let mut set = src.clone(); in clone_10k_and_pop_all() localVariable 1980 let mut set = src.clone(); in clone_10k_and_remove_all() localVariable [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cShadingLanguage420PackTests.cpp | 5211 static const GLchar* vector = "vec4(0.5, 0.125, 0.375, 0)"; in prepareShaderSource() local 5760 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local 6127 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local 6512 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local 6825 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local 7142 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local 7464 const Utils::qualifierSet& set = getCurrentTestCase(); in prepareNextTestCase() local
|
| /third_party/mesa3d/include/CL/ |
| D | cl.hpp | 714 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED vector class 722 vector() : in vector() function in cl::vector 782 vector(const vector<T, N>& vec) : in vector() function in cl::vector 796 vector(unsigned int size, const T& val = T()) : in vector() function in cl::vector 7403 static void set (Kernel kernel, T0 arg) in set() function 7412 static void set (Kernel, NullType) in set() function
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 915 SpvId vector = this->nextId(&argType); in vectorize() local 3493 int set = fProgram.fConfig->fSettings.fRTFlipSet; in addRTFlipUniform() local
|
| /third_party/elfutils/src/ |
| D | readelf.c | 6302 const char *set; in register_info() local 11311 uint32_t vector = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section() local 12291 const char *set; member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 64746 void set(const T& newPtr) { in set() function in JS::Heap 64941 void set(const T& v) { in set() function in JS::MutableHandle 65149 void set(const T& value) { in set() function in JS::Rooted 65217 void set(const T& value) { in set() function in js::FakeRooted 65239 void set(const T& v) { in set() function in js::FakeMutableHandle 65447 void set(U&& value) { in set() function in JS::PersistentRooted 82733 static nsIAtom* set; member in nsGkAtoms 96958 mozilla::Vector<T, MinInlineCapacity, AllocPolicy> vector; member in JS::GCVector 98230 VectorImpl vector; member in JS::AutoVectorRooterBase 98578 HashSetImpl set; member in JS::AutoHashSetRooter [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 469 explicit BranchInfoSetIterator(BranchInfoSet* set) : set_(set) { in BranchInfoSetIterator() 8431 Register AcquireRegisterToHoldLane(const CPURegister& vector) { in AcquireRegisterToHoldLane()
|