/third_party/rust/crates/aho-corasick/src/packed/ |
H A D | mod.rs | 117 mod vector; modules
|
/third_party/skia/docs/examples/ |
H A D | Point_normalize_2.cpp | 13 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
|
H A D | Point_Normalize.cpp | 14 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 86 class vector { class 147 vector<T, BASE_CAPACITY>::vector( vector() function in marl::containers::vector 153 vector( const vector<T, BASE_CAPACITY_2>& other, Allocator* allocator ) vector() argument 162 vector( vector<T, BASE_CAPACITY_2>&& other, Allocator* allocator ) vector() argument 188 operator =( const vector<T, BASE_CAPACITY_2>& other) operator =() argument 201 operator =( vector<T, BASE_CAPACITY_2>&& other) operator =() argument [all...] |
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector.h | 105 std::vector<T> vector; global() member [all...] |
H A D | hash.h | 57 void HashCombine(size_t* hash, const std::vector<T>& vector) { in HashCombine() argument
|
/third_party/gn/src/gn/ |
H A D | pointer_set_unittest.cc | 173 auto vector = set.ToVector(); in TEST() local [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | error.hpp | 28 #undef vector macro
|
H A D | resource.hpp | 42 typedef std::array<size_t, 3> vector; typedef in clover::resource [all...] |
/third_party/mesa3d/src/util/ |
H A D | u_vector.c | 41 u_vector_init_pow2(struct u_vector *vector, in u_vector_init_pow2() argument 58 u_vector_add(struct u_vector *vector) in u_vector_add() argument 102 u_vector_remove(struct u_vector *vector) u_vector_remove() argument [all...] |
H A D | u_vector.h | 81 u_vector_head(struct u_vector *vector) in u_vector_head() argument 90 u_vector_tail(struct u_vector *vector) in u_vector_tail() argument [all...] |
/third_party/mesa3d/src/util/tests/ |
H A D | vector_test.cpp | 29 struct u_vector vector; in test() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | feedback-source.h | 24 Handle<FeedbackVector> vector; member
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-type-profile.cc | 41 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in Collect() local 96 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in SelectMode() local [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_vector.h | 29 class vector : public std::vector<Value> { class 44 vector() : Base() { in vector() function in ityp::vector 47 explicit vector(Index size) : Base(static_cast<I>(size)) { in vector() function in ityp::vector 50 vector(Index size, const Value& init) : Base(static_cast<I>(size), init) { in vector() function in ityp::vector 53 vector(cons function in ityp::vector 56 vector(vector&& rhs) : Base(static_cast<Base&&>(rhs)) { vector() function in ityp::vector 59 vector(std::initializer_list<Value> init) : Base(init) { vector() function in ityp::vector [all...] |
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | data_builder.h | 61 std::vector<T> vector() { in vector() function in tint::fuzzers::DataBuilder 76 std::vector<T> vector(Callback generate) { vector() function in tint::fuzzers::DataBuilder [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | ArchitectureSet.cpp | |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_uio.rs | 232 let mut vector = vec![1u8, 2, 3, 4, 5]; in test_process_vm_readv() variables
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-mmap.c | 15 char **vector; member [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_queue.h | 32 struct u_vector vector; member
|
/third_party/rust/crates/cxx/tests/ |
H A D | test.rs | 157 let mut vector = ffi::c_return_unique_ptr_vector_u8(); in test_c_take() variables 160 let mut vector = ffi::c_return_unique_ptr_vector_f64(); in test_c_take() variables 163 let mut vector = ffi::c_return_unique_ptr_vector_shared(); in test_c_take() variables
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLDeviceCL.cpp | 25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() argument
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Types.hpp | 227 inline constexpr float4 vector(float x, float y, float z, float w) in vector() function
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 80 auto* vector = ir_context->get_def_use_mgr()->GetDef( in Apply() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 80 auto* vector = ir_context->get_def_use_mgr()->GetDef( in Apply() local
|