/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | t_req.c | 119 int j, type = 0, count = 1, ii = 0; in X509_REQ_print_ex() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | epoll.c | 128 int count; in uv__io_poll() local
|
H A D | hurd.c | 68 mach_msg_type_number_t count; in uv_resident_set_memory() local 134 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
|
H A D | haiku.c | 113 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
|
H A D | qnx.c | 117 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherCompilerTest.java | 114 private static Byte any(int count) { in any() argument
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | RangeTableSubject.java | 65 public void hasRowCount(int count) { in hasRowCount() argument
|
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 140 long count = PyLong_AsLong(value); in Py_UNUSED() local
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | flags.rs | 128 fn count() { in count() functions
|
/third_party/openssl/test/ |
H A D | trace_api_test.c | 116 static size_t trace_cb(const char *buffer, size_t count, in trace_cb() argument
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix_test.c | 54 #define count (int)(sizeof(cflags)/sizeof(int)) macro
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 84 public override int Read(byte[] buffer, int offset, int count) in Read() argument 105 public override void Write(byte[] buffer, int offset, int count) in Write() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 135 public void Advance(int count) in Advance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 129 void setRange (size_t offset, size_t count, bool value) in setRange() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Preprocessor.cpp | 53 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 56 static std::vector<egl::Config> GenerateUniqueConfigs(size_t count) in GenerateUniqueConfigs() argument
|
H A D | IndexRangeCache.cpp | 22 addRange(DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, const IndexRange &range) addRange() argument 31 findRange(DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, IndexRange *outRange) const findRange() argument [all...] |
H A D | validationES2.h | 18 ValidateDrawArrays(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count) ValidateDrawArrays() argument 57 ValidateDrawElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawElements() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 189 setMaxShaderCompilerThreads(GLuint count) setMaxShaderCompilerThreads() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BuiltinVariableTest.cpp | 80 void runTest(GLuint drawMode, const std::vector<GLint> &indices, int count) in runTest() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | location_test.cpp | 18 void expectLocation(int count, in expectLocation() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | UnrollFlatten_test.cpp | 43 void expect(const char *patterns[], size_t count) in expect() argument
|
/third_party/skia/src/core/ |
H A D | SkDataTable.cpp | 25 SkDataTable::SkDataTable(const void* array, size_t elemSize, int count, in SkDataTable() argument 36 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable() argument 87 MakeCopyArrays(const void * const * ptrs, const size_t sizes[], int count) MakeCopyArrays() argument 113 MakeCopyArray(const void* array, size_t elemSize, int count) MakeCopyArray() argument 125 MakeArrayProc(const void* array, size_t elemSize, int count, FreeProc proc, void* ctx) MakeArrayProc() argument [all...] |
H A D | SkLRUCache.h | 79 int count() { in count() function in SkLRUCache
|
H A D | SkStringUtils.cpp | 56 SkString SkStringFromUTF16(const uint16_t* src, size_t count) { in SkStringFromUTF16() argument
|