/third_party/benchmark/src/ |
H A D | benchmark_name.cc | 21 // Compute the total size of a pack of std::strings 26 return head.size() + size_impl(tail...); in size_impl()
|
/third_party/cJSON/fuzzing/ |
H A D | fuzz_main.c | 5 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); /* required by C89 */
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 66 // empty() and size() (e.g. std::vector or std::string), or a C-style string. 69 // Matches anything that defines empty() and size(). 76 *listener << "whose size is " << c.size(); in MatchAndExplain() 94 // string. The container must support both size() and empty(), which all
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | UVector32.java | 20 public int size() { return length; } in size() method in UVector32
|
H A D | UVector64.java | 20 public int size() { return length; } in size() method in UVector64
|
/third_party/icu/icu4c/source/common/ |
H A D | ucol_data.h | 10 * tab size: 8 (not used) 37 int32_t size; member 53 uint32_t expansionCESize; /* array of maximum expansion size 57 int32_t endExpansionCECount; /* size of endExpansionCE */
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | UnicodeMapBoilerplateTest.java | 48 if (list.size() > 30) return false; in _addTestObject()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
H A D | RbValueSubject.java | 37 check("getElements().size()").that(actual.getElements().size()).isEqualTo(n); in hasSize()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapBoilerplateTest.java | 45 if (list.size() > 30) return false; in _addTestObject()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | UVector64.java | 24 public int size() { return length; } in size() method in UVector64
|
H A D | UVector32.java | 24 public int size() { return length; } in size() method in UVector32
|
/third_party/libunwind/libunwind/src/s390x/ |
H A D | setcontext.S | 73 .size _Us390x_setcontext, . - _Us390x_setcontext
|
H A D | getcontext.S | 71 .size _Us390x_getcontext, . - _Us390x_getcontext
|
/third_party/libcoap/src/ |
H A D | coap_io_riot.c | 66 session->addr_info.remote.size); in coap_socket_send()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | setjmp.S | 24 .size \_name, .-\_name
|
/third_party/json/tests/thirdparty/Fuzzer/standalone/ |
H A D | StandaloneFuzzTargetMain.c | 21 extern int LLVMFuzzerTestOneInput(const unsigned char *data, size_t size);
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.h | 93 uint32_t size; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_dominance.cpp | 47 for (unsigned i = 1; i < program->blocks.size(); i++) { in dominator_tree()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | linker_util.h | 58 * All valid array indices are less than the size of the array. If index 59 * is equal to the size of the array, this means the entire array has been 65 unsigned size; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_shader.c | 70 module->size / sizeof(uint32_t), in pvr_spirv_to_nir()
|
H A D | pvr_bo.h | 83 uint64_t size,
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | context.hpp | 68 add_svm_allocation(const void *ptr, size_t size);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | resource9.h | 46 long long size; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_video.h | 55 unsigned size, unsigned usage);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.h | 47 assert((size_t)idx < m_rows.size()); return m_rows[idx];}
|