Home
last modified time | relevance | path

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

/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/nghttp2/tests/
Dnghttp2_queue_test.c34 int ints[] = {1, 2, 3, 4, 5}; in test_nghttp2_queue() local
/third_party/libunwind/tests/
Dppc64-test-altivec-utils.c7 int ints[4]; member
/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/rust/crates/syn/tests/
Dtest_lit.rs140 fn ints() { in ints() function
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp80 TEST_F(xmlconfig_test, ints) in TEST_F() argument
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c27 static int ints[ARRAY_LENGTH]; variable
/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/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()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java519 int[] ints = mbcsTable.fromUnicodeInts; in writeStage3Roundtrip() local
1295 private static int MBCS_VALUE_4_FROM_STAGE_2(int[] ints, int stage2Entry, int c) { in MBCS_VALUE_4_FROM_STAGE_2()
2857 int[] ints; in encodeLoop() local
4828 int[] ints = mbcsTable.fromUnicodeInts; in MBCSGetFilteredUnicodeSetForUnicode() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioresample.c250 GstClockTime ints; in test_discont_stream_instance() local
/third_party/rust/crates/nom/src/character/
Dstreaming.rs633 macro_rules! ints { macro
Dcomplete.rs727 macro_rules! ints { macro
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_test.cc952 const uint32_t* ints = buf->GetValues<uint32_t>(); in TEST_F() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleReader.java401 int[] ints = new int[count]; in getInts() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java399 int[] ints = new int[count]; in getInts() local
/third_party/mesa3d/src/mesa/main/
Dget.c244 GLint n, ints[100]; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp35 rr::RValue<rr::Int> PackFields(rr::Int4 const &ints, const sw::int4 shifts) in PackFields()
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc1143 const std::forward_list<int> ints(a, a + 3); local
/third_party/libbpf/src/
Dbtf_dump.c1886 const __u64 *ints = data; in btf_dump_int_data() local
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.h4337 unsigned int ints; member
/third_party/skia/src/core/
DSkVM.h556 int ints[sizeof(ptr) / sizeof(int)]; in pushPtr() local
/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc48 std::vector<std::unique_ptr<int>> MakeUniquePtrs(const std::vector<int>& ints) { in MakeUniquePtrs()