Home
last modified time | relevance | path

Searched defs:ints (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dsmall_vector.cpp47 SmallVector<RAIIInt, 2> ints; in propagate_stack_to_heap() local
63 SmallVector<RAIIInt, 2> ints; in insert_end() local
80 SmallVector<RAIIInt, 2> ints; in insert_begin_realloc() local
97 SmallVector<RAIIInt, 2> ints; in insert_middle_realloc() local
114 SmallVector<RAIIInt, 2> ints; in insert_begin_no_realloc() local
132 SmallVector<RAIIInt, 2> ints; in insert_middle_no_realloc() local
150 SmallVector<RAIIInt, 2> ints; in erase_end() local
163 SmallVector<RAIIInt, 2> ints; in erase_middle() local
177 SmallVector<RAIIInt, 2> ints; in erase_start() local
194 std::vector<RAIIInt> ints(foo); in convert_to_std_vector() local
/third_party/rust/rust/tests/ui/array-slice-vec/
Dmutability-inherits-through-fixed-length-vec.rs5 let mut ints = [0; 32]; in test1() localVariable
11 let mut ints = [0; 32]; in test2() localVariable
/third_party/rust/rust/tests/ui/structs-enums/
Denum-univariant-repr.rs28 let ints: &[i32] = unsafe { mem::transmute(enums) }; in main() localVariable
39 let ints: &[u16] = unsafe { mem::transmute(enums) }; in main() localVariable
/third_party/skia/m133/tests/
DSkMallocTest.cpp31 int32_t* ints = (int32_t*) sk_calloc_throw(alloc_count, sizeof(int32_t)); // count + elem size in DEF_TEST() local
50 int32_t* ints = (int32_t*) sk_malloc_throw(alloc_count, sizeof(int32_t)); // count + elem size in DEF_TEST() local
/third_party/nghttp2/tests/
Dnghttp2_queue_test.c43 int ints[] = {1, 2, 3, 4, 5}; in test_nghttp2_queue() local
/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmore_defaults_generated.swift52 …public func ints(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.ints.v); return o =… in ints() function
53 public var ints: [Int32] { return _accessor.getVector(at: VTOFFSET.ints.v) ?? [] } variable
181 public var ints: [Int32] variable
/third_party/rust/rust/tests/ui/threads-sendsync/
Dissue-8827.rs42 let ints = integers(); in main() localVariable
/third_party/flatbuffers/tests/more_defaults/
Dmore_defaults_generated.rs59 let ints = { in unpack() localVariable
94 pub fn ints(&self) -> flatbuffers::Vector<'a, i32> { in ints() method
155 pub ints: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, i32>>>, field
235 pub ints: Vec<i32>, field
259 let ints = Some({ in pack() localVariable
/third_party/rust/rust/tests/ui/borrowck/
Dborrowck-mut-uniq.rs22 let mut ints: Box<_> = Box::new(Ints {sum: Box::new(0), values: Vec::new()}); in main() localVariable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralSamples.java200 List<Integer> ints = new ArrayList<Integer>(result); in fractions() local
231 private Integer getDifferentCategory(List<Integer> ints, String keyword) { in getDifferentCategory()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/caffe/
Dcaffe_custom_parser.cc88 std::vector<int64_t> ints; in SetAttrsByParam() local
/third_party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks/
DFlatbuffersBenchmarks.swift32 let ints: [Int] = Array(repeating: 42, count: 100) variable
/third_party/rust/crates/syn/tests/
Dtest_lit.rs147 fn ints() { in ints() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/ascend_ge_distributed_java/src/main/java/com/mindspore/lite/demo/
DMain.java54 private static ByteBuffer intArrayToByteBuffer(int[] ints) { in intArrayToByteBuffer()
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Ddshape.cc101 auto ints = IntSymbol::Make(); in BuildSymbolicShape() local
/third_party/rust/rust/src/tools/miri/tests/pass/
Dprovenance.rs146 let ints: [usize; 1] = unsafe { mem::transmute(ptrs) }; in int_load_strip_provenance() localVariable
/third_party/grpc/test/core/resource_quota/
Darena_test.cc209 void Scribble(Int* ints, int n, int offset) { in Scribble()
216 bool IsScribbled(Int* ints, int n, int offset) { in IsScribbled()
/third_party/flatbuffers/tests/
Dflexbuffers_test.cpp36 int ints[] = { 1, 2, 3 }; in FlexBuffersTest() local
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp80 TEST_F(xmlconfig_test, ints) in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/optimizer/
Dtensorrt_optimizer.cc53 std::vector<int32_t> ints; in GetParameterIntValue() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp861 static const glw::GLint ints[4] = { -1, -1234, 1, 1234 }; in iterate() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java978 ResourceInt[] ints = new ResourceInt[2]; in parseTransUnit() local
986 ResourceAlias[] ints = new ResourceAlias[2]; in parseTransUnit() local
/third_party/mindspore/mindspore-src/source/third_party/proto/onnx/
Donnx.proto154 repeated int64 ints = 8; // list of ints field
/third_party/mindspore/mindspore-src/source/mindspore/core/proto/
Dmind_ir.proto66 repeated int64 ints = 10; field
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp631 rr::RValue<rr::Bool> AnyTrue(rr::RValue<sw::SIMD::Int> const &ints) in AnyTrue()
636 rr::RValue<rr::Bool> AnyFalse(rr::RValue<sw::SIMD::Int> const &ints) in AnyFalse()

12