/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-globals.h | 322 * Example for other items is property name hash map, or array of items. 340 * Property name listing options. 423 * Shift for property name part. 551 jmem_cpointer_t names_cp[ECMA_PROPERTY_PAIR_ITEM_COUNT]; /**< property name slots */ 561 * Get property name type. 817 uint16_t name; /**< name of the built-in functions */ member 900 uint16_t class_id; /**< for typedarray: the specific class name id */ 1418 * Must be compatible with the immediate property name. 1474 * Converts direct string type to property name typ [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 615 const char *name; member 648 name of m'th member of a struct value
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.h | 453 * (since it is really both SSBO and Image) I'll use the name "IBO" 519 char *name; member
|
H A D | ir3_context.c | 159 so->name); in ir3_context_init()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 60 .name = "AMD Vulkan HAL",
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 453 if (f && strcmp(f->name, "main") == 0) { in get_main()
|
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 236 lws_wsi_tag(wsi), wsi->a.protocol->name); in lws_read_h1() 577 // __func__, wsi, wsi->wsistate, wsi->role_ops->name, in rops_handle_POLLIN_h1() 675 //lwsl_notice("calling back %s\n", wsi->a.protocol->name); in rops_handle_POLLIN_h1() 1127 /* role name */ "h1",
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_EXT_CTRLS.c | 200 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_get_ext_control_one() 208 queryctrl.name, in do_get_ext_control_one()
|
/third_party/libwebsockets/plugins/deaddrop/ |
H A D | protocol_lws_deaddrop.c | 264 file_upload_cb(void *data, const char *name, const char *filename, in file_upload_cb() argument 517 "%c{\"name\":\"%s\", " in callback_deaddrop()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.c | 815 pp_filters[i].name); in dri_postprocessing_init()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.h | 113 uint64_t name; member
|
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 25 * Except as contained in this notice, the name of a copyright holder shall 61 * This function adds the "_dri.so" suffix to the driver name and searches the 65 * \param driverName - a name like "i965", "radeon", "nouveau", etc. 676 * Given a display pointer and screen number, determine the name of 755 if (strcmp(extensions[i]->name, __DRI_CONFIG_OPTIONS) != 0) in get_driver_config()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 347 virtual void dump_instructions(const char *name) const;
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 1041 if (strcmp(pp_filters[i].name, filter) == 0) { in OSMesaPostprocess()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.h | 457 const char *name; member
|
H A D | pvr_srv.c | 599 assert(strcmp(version->name, "pvr") == 0); in pvr_is_driver_compatible()
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
H A D | rs-test-templates.js | 686 const theError = { name: 'I\'ll be careful.' }; 703 const theError = { name: 'You just watch yourself!' };
|
/third_party/node/test/parallel/ |
H A D | test-fs-realpath.js | 239 }, { code: 'ELOOP', name: 'Error' });
|
H A D | test-repl-tab-complete.js | 569 putIn.run([`var ele = new ${type.name}(1e6 + 1); ele.biu = 1;`]);
|
H A D | test-stream-readable-async-iterators.js | 786 name: 'TypeError',
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ member 123 uInt name_max; /* space at name (only when reading header) */ 572 file name, no extra data, no comment, no modification time (set to zero), no 813 deflate(). The text, time, os, extra field, name, and comment information 816 caller must assure that, if not Z_NULL, name and comment are terminated with 824 the time set to zero, and os set to 255, with no extra, name, or comment 1051 If name is not Z_NULL, then up to name_max characters are written there, 1055 of extra, name, or comment are not Z_NULL and the respective field is not
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 522 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 518 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
|
/third_party/nghttp2/src/ |
H A D | template.h | 524 fprintf(stderr, "Caught %s:\n%s\n", typeid(x).name(), x.what());
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atifs_to_nir.c | 461 s->info.name = ralloc_asprintf(s, "ATIFS%d", program->Id); in st_translate_atifs_program()
|