| /third_party/node/test/parallel/ |
| D | test-buffer-readint.js | 8 const buffer = Buffer.alloc(4); constant 21 name: 'TypeError' property 30 name: 'RangeError' property 39 name: 'RangeError', property 65 const buffer = Buffer.from([0x16, 0x79, 0x65, 0x6e, 0x69, 0x78]); constant 91 const buffer = Buffer.from([0x43, 0x53, 0x16, 0x79, 0x36, 0x17]); constant 117 const buffer = Buffer.from([0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]); constant 155 name: 'RangeError', property 170 name: 'TypeError' property 179 name: 'RangeError', property [all …]
|
| D | test-buffer-writeint.js | 9 name: 'RangeError', property 16 const buffer = Buffer.alloc(2); constant 53 const buffer = Buffer.alloc(4); constant 105 const buffer = Buffer.alloc(8); constant 168 const buffer = Buffer.allocUnsafe(6); constant 208 name: 'RangeError', property 232 name: 'RangeError', property 243 name: 'TypeError' property 252 name: 'RangeError', property 263 name: 'RangeError', property
|
| D | test-buffer-readuint.js | 8 const buffer = Buffer.alloc(4); constant 21 name: 'TypeError' property 30 name: 'RangeError' property 39 name: 'RangeError', property 85 const buffer = Buffer.from([0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]); constant 123 name: 'RangeError', property 138 name: 'TypeError' property 147 name: 'RangeError', property 158 name: 'RangeError', property
|
| D | test-fs-writev-sync.js | 24 const buffer = Buffer.from(expected); constant 44 const buffer = Buffer.from(expected); constant 70 name: 'TypeError' property 84 name: 'TypeError' property
|
| D | test-fs-writev.js | 24 const buffer = Buffer.from(expected); constant 44 const buffer = Buffer.from(expected); constant 71 name: 'TypeError' property 85 name: 'TypeError' property
|
| D | test-buffer-readfloat.js | 7 const buffer = Buffer.alloc(4); constant 82 name: 'RangeError', property 92 name: 'RangeError', property 101 name: 'RangeError', property
|
| D | test-buffer-readdouble.js | 7 const buffer = Buffer.allocUnsafe(8); constant 119 name: 'RangeError', property 129 name: 'RangeError', property 138 name: 'RangeError', property
|
| D | test-buffer-writefloat.js | 8 const buffer = Buffer.allocUnsafe(8); constant 83 name: 'RangeError', property 99 name: 'RangeError', property 111 name: 'RangeError', property
|
| D | test-buffer-writedouble.js | 8 const buffer = Buffer.allocUnsafe(16); constant 101 name: 'RangeError', property 116 name: 'RangeError', property 127 name: 'RangeError', property
|
| /third_party/ltp/testcases/kernel/syscalls/nftw/ |
| D | lib.c | 61 char *buffer; in get_long_name_buffer() local 98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument 133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument 135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local 154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument 157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument 245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument [all …]
|
| D | lib64.c | 61 char *buffer; in get_long_name_buffer() local 98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument 133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument 135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local 154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument 157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument 245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument [all …]
|
| /third_party/mbedtls/programs/psa/ |
| D | psa_constant_names.c | 55 static void append(char **buffer, size_t buffer_size, in append() 66 static void append_integer(char **buffer, size_t buffer_size, in append_integer() 81 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve() 99 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group() 119 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg() 124 const char *name = get_name(alg); in append_with_alg() local 136 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status() 139 const char *name = psa_strerror(status); in psa_snprint_status() local 153 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve() 156 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local [all …]
|
| /third_party/boost/boost/winapi/ |
| D | environment.hpp | 97 BOOST_FORCEINLINE DWORD_ get_environment_variable(LPCSTR_ name, LPSTR_ buffer, DWORD_ size) in get_environment_variable() 102 BOOST_FORCEINLINE BOOL_ set_environment_variable(LPCSTR_ name, LPCSTR_ value) in set_environment_variable() 120 BOOST_FORCEINLINE DWORD_ get_environment_variable(LPCWSTR_ name, LPWSTR_ buffer, DWORD_ size) in get_environment_variable() 125 BOOST_FORCEINLINE BOOL_ set_environment_variable(LPCWSTR_ name, LPCWSTR_ value) in set_environment_variable()
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | properties.c | 48 prop_copy_ensure_buffer (guint8 ** buffer, guint64 * bsize, guint64 * offset, in prop_copy_ensure_buffer() 58 copy_func (void *prop, guint size, guint8 ** buffer, guint64 * bsize, in copy_func() 69 #define INT_ARRAY_COPY_FUNC_FAST(name, datatype) \ argument 75 #define INT_ARRAY_COPY_FUNC(name, datatype) \ argument 88 prop_copy_uint8 (guint8 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint8() 95 prop_copy_uint16 (guint16 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint16() 103 prop_copy_uint32 (guint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint32() 111 prop_copy_uint64 (guint64 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint64() 119 prop_copy_int32 (gint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_int32() 135 prop_copy_fourcc (guint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_fourcc() [all …]
|
| /third_party/boost/libs/system/test/ |
| D | error_category_test.cpp | 26 virtual const char * name() const BOOST_NOEXCEPT in name() function in user_category 33 char buffer[ 256 ]; in message() local 67 char buffer[ 256 ]; in main() local 72 char buffer[ 4 ]; in main() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fInternalFormatQueryTests.cpp | 61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum… in FormatSamplesCase() 220 NumSampleCountsBufferCase::NumSampleCountsBufferCase (Context& ctx, const char* name, const char* d… in NumSampleCountsBufferCase() 233 glw::GLint buffer[2] = { defaultValue, defaultValue }; in iterate() local 248 glw::GLint buffer[1] = { defaultValue }; in iterate() local 279 SamplesBufferCase::SamplesBufferCase (Context& ctx, const char* name, const char* desc) in SamplesBufferCase() 309 std::vector<glw::GLint> buffer(numSampleCounts + 1, defaultValue); in iterate() local 325 glw::GLint buffer[3] = { defaultValue, defaultValue, defaultValue }; in iterate() local 340 glw::GLint buffer[1] = { defaultValue }; in iterate() local 378 const char* name; in init() member 437 const char* name; in init() member [all …]
|
| /third_party/node/deps/npm/node_modules/sshpk/lib/ |
| D | signature.js | 185 var buf = new SSHBuffer({buffer: data}); property 221 opts.parts.push({name: 'sig', data: data}); property 231 opts.parts.push({name: 'r', data: utils.mpNormalize(r)}); property 232 opts.parts.push({name: 's', data: utils.mpNormalize(s)}); property 239 var buf = new SSHBuffer({buffer: data}); property 247 opts.parts.push({name: 'r', data: data.slice(0, 20)}); property 248 opts.parts.push({name: 's', data: data.slice(20, 40)}); property 253 var buf = new SSHBuffer({buffer: data}); property 279 buf = new SSHBuffer({buffer: inner}); property
|
| /third_party/boost/boost/wave/util/ |
| D | cpp_macromap_predef.hpp | 52 char const *name; member 59 char const *name; member 86 char buffer[sizeof("\"Oct 11 1347\"")+1]; in reset_datestr() local 107 char buffer[sizeof("\"12:34:56\"")+1]; in reset_timestr() local 121 char buffer[sizeof("0x00000000")+1]; in reset_version() local 146 char buffer[sizeof("\"00.00.00.0000 \"")+sizeof(BOOST_PLATFORM)+sizeof(BOOST_COMPILER)+4]; in reset_versionstr() local 175 char buffer[sizeof("0x0000")+1]; in get_version() local 186 char buffer[sizeof("0x00000000")+1]; in get_config() local
|
| /third_party/mesa3d/src/mesa/drivers/dri/i915/ |
| D | intel_regions.c | 59 uint32_t tiling, drm_intel_bo *buffer) in intel_region_alloc_internal() 85 drm_intel_bo *buffer; in intel_region_alloc() local 110 intel_region_flink(struct intel_region *region, uint32_t *name) in intel_region_flink() 126 GLuint handle, const char *name) in intel_region_alloc_for_handle() 129 drm_intel_bo *buffer; in intel_region_alloc_for_handle() local 161 int fd, const char *name) in intel_region_alloc_for_fd() 164 drm_intel_bo *buffer; in intel_region_alloc_for_fd() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Buffer.cpp | 28 Buffer::Buffer(GLuint name) : NamedObject(name) in Buffer() 70 char *buffer = (char*)mContents->data(); in bufferData() local 80 char *buffer = (char*)mContents->lock(sw::PUBLIC); in bufferSubData() local 90 char* buffer = (char*)mContents->lock(sw::PUBLIC); in mapRange() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fLifetimeTests.cpp | 155 void ScaleProgram::setPos (GLuint buffer, GLuint vao) in setPos() 174 void bind (GLuint name) { glBindVertexArray(name); } in bind() 181 void bind (GLuint name) { glBindSampler(0, name); } in bind() 197 void bind (GLuint name) in bind() 232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer() 257 void BufferVAOAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment() 264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) in attach() 272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) in detach() 280 GLint name = 0; in getAttachment() local 319 void BufferTfAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment() [all …]
|
| /third_party/mindspore/mindspore/ccsrc/debug/ |
| D | draw.h | 32 …Graphviz(const std::string &name, const std::string &filename) : name_(name), filename_(filename),… in Graphviz() 34 explicit Graphviz(const std::string &name) : name_(name) {} in Graphviz() 43 std::ostringstream &buffer() { return buffer_; } in buffer() function 54 BaseDigraph(const std::string &name, const std::string &filename) : Graphviz(name, filename) {} in BaseDigraph() 55 explicit BaseDigraph(const std::string &name) : Graphviz(name) {} in BaseDigraph() 67 const std::string &name() const { return name_; } in name() function 77 Digraph(const std::string &name, const std::string &filename) : BaseDigraph(name, filename) {} in Digraph() 78 explicit Digraph(const std::string &name) : BaseDigraph(name) {} in Digraph() 87 …ModelDigraph(const std::string &name, const std::string &filename) : BaseDigraph(name, filename) {} in ModelDigraph() 88 explicit ModelDigraph(const std::string &name) : BaseDigraph(name) {} in ModelDigraph()
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 41 char buffer[4000]; in errIfFailureAndReset() local 68 char buffer[4000]; in errDataIfFailureAndReset() local 93 char buffer[4000]; in expectErrorAndReset() local 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule() 245 TestData* RBTestDataModule::createTestData(const char* name, UErrorCode &status) const in createTestData() argument
|
| /third_party/icu/icu4c/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 41 char buffer[4000]; in errIfFailureAndReset() local 68 char buffer[4000]; in errDataIfFailureAndReset() local 93 char buffer[4000]; in expectErrorAndReset() local 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule() 245 TestData* RBTestDataModule::createTestData(const char* name, UErrorCode &status) const in createTestData() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 41 char buffer[4000]; in errIfFailureAndReset() local 68 char buffer[4000]; in errDataIfFailureAndReset() local 93 char buffer[4000]; in expectErrorAndReset() local 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule() 245 TestData* RBTestDataModule::createTestData(const char* name, UErrorCode &status) const in createTestData() argument
|