/third_party/icu/icu4c/source/i18n/ |
H A D | rbtz.cpp | 214 UnicodeString curName, name; in complete() local 227 r->getName(name); in complete() 229 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete() 779 // For now, this implementation ignore transitions with only zone name changes. in findNext() 859 // For now, this implementation ignore transitions with only zone name changes. in findPrev()
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 46 * \name DRI interface structures 106 const char *name; member 325 * \name Capabilities that might be returned by __DRI2fenceExtensionRec::get_capabilities 655 * extensions struct depending on the driver name being loaded or any other 961 unsigned int name; member 1080 * \name Context priority levels. 1096 * \name Reasons that __DRIdri2Extension::createContextAttribs might fail 1312 * \name Reasons that __DRIimageExtensionRec::createImageFromTexture or 1333 * \name Capabilities that might be returned by __DRIimageExtensionRec::getCapabilities 1366 int name, in [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 286 self.name = file_name 629 name, arg, code, dispatch_code = parse_function_code(stream, [], []) 634 self.assertEqual(name, 'test_func') 712 Test with line break before the function name. 1169 Test name conflict. 1286 # List of (name, function_name, dependencies, args) 1332 # List of (name, function_name, dependencies, args) 1350 Test GeneratorInputError is raised when test function name and 1373 Test GeneratorInputError is raised when test function name
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 782 buf->name = get_native_buffer_name(dri2_surf->buffer); in ohos_get_buffers_parse_attachments() 787 buf->name ? num_buffers++ : 0; in ohos_get_buffers_parse_attachments() 1093 if (strcmp(vendor, ver->name) != 0) { in ohos_filter_device()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_CTRL.c | 55 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_get_control() 63 queryctrl.name, in do_get_control() 210 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_set_control() 218 queryctrl.name, in do_set_control() 620 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_set_control_invalid() 628 queryctrl.name, in do_set_control_invalid()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.c | 180 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_R300; break; in do_winsys_init() 184 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_R600; break; in do_winsys_init() 191 ws->info.name = #cfamily; \ in do_winsys_init()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 114 } name; member 252 pinfo->name.s = pstrs; in vmw_svga_winsys_add_stats() 264 pinfo->name.s = pstrs; in vmw_svga_winsys_add_stats()
|
/third_party/node/test/internet/ |
H A D | test-dns.js | 47 console.log(f.name); 230 assert.ok(item.name); 231 assert.strictEqual(typeof item.name, 'string');
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 106 xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name}) 148 name = xcbc.GetProperty("name") 149 if name not in configurations: 150 configurations.append(name) 170 # only resolve the configuration name once, when the project file is 268 "name": "Run " + target_name, 363 {"buildConfigurationList": xccl, "name": "All"}, parent=self.project 378 {"buildConfigurationList": xccl, "name": "Run All Tests"}, 423 "name" [all...] |
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 366 GL_APICALL GLint GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar *name); 376 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name); 381 GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | lstmbe.cpp | 780 const char16_t* LSTMBreakEngine::name() const { in name() function in LSTMBreakEngine 798 UnicodeString name = defaultLSTM(script, status); in CreateLSTMDataForScript() local 801 namebuf.appendInvariantChars(name, status).truncate(namebuf.lastIndexOf('.')); in CreateLSTMDataForScript()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | formats.c | 42 /** text name for debugging */ 100 /** Return string name of format (for debugging) */ 1295 * \name Non-normalized unsigned integer formats. in _mesa_uncompressed_format_to_type_and_comps() 1424 const char *name = _mesa_get_format_name(format); in _mesa_uncompressed_format_to_type_and_comps() local 1427 name ? name : "???"); in _mesa_uncompressed_format_to_type_and_comps()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.c | 36 const char *name, in dzn_nir_create_bo_desc() 43 .name = "dummy_int", in dzn_nir_create_bo_desc() 49 nir_variable_create(b->shader, mode, dummy_type, name); in dzn_nir_create_bo_desc() 32 dzn_nir_create_bo_desc(nir_builder *b, nir_variable_mode mode, uint32_t desc_set, uint32_t binding, const char *name, unsigned access) dzn_nir_create_bo_desc() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 106 xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name}) 148 name = xcbc.GetProperty("name") 149 if name not in configurations: 150 configurations.append(name) 170 # only resolve the configuration name once, when the project file is 268 "name": "Run " + target_name, 363 {"buildConfigurationList": xccl, "name": "All"}, parent=self.project 378 {"buildConfigurationList": xccl, "name": "Run All Tests"}, 423 "name" [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbtz.cpp | 214 UnicodeString curName, name; in complete() local 227 r->getName(name); in complete() 229 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete() 779 // For now, this implementation ignore transitions with only zone name changes. in findNext() 859 // For now, this implementation ignore transitions with only zone name changes. in findPrev()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 326 const char *name) in vk_device_get_proc_addr() 328 if (device == NULL || name == NULL) in vk_device_get_proc_addr() 333 name, in vk_device_get_proc_addr() 325 vk_device_get_proc_addr(const struct vk_device *device, const char *name) vk_device_get_proc_addr() argument
|
/third_party/libinput/test/ |
H A D | test-misc.c | 53 create_simple_test_device(const char *name, ...) in create_simple_test_device() argument 71 libevdev_set_name(evdev, name); in create_simple_test_device() 73 va_start(args, name); in create_simple_test_device()
|
/third_party/libinput/tools/ |
H A D | libinput-record-verify-yaml.py | 116 sections = ["name", "id", "codes", "properties"] 127 name = evdev["name"] 128 self.assertTrue(isinstance(name, str)) 129 self.assertGreaterEqual(len(name), 5)
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 52 /* size of the event structure, not counting name */ 61 /* Reporting dfid+name+fid merges events similar to reporting fd */ 836 i, fanotify_class[p], mark->name, in test_fanotify() 863 i, fanotify_class[p], mark->name, in test_fanotify() 864 ignore_mark->name, event_count, in test_fanotify()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 338 * use server name indication (SNI), if supported, in lws_ssl_client_bio_create() 402 lwsl_info("%s client conn using alpn list '%s'\n", wsi->role_ops->name, alpn_comma); in lws_ssl_client_bio_create() 845 __func__, vh->name, tcr->index, 892 vh->name, tcr->index);
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 85 if (!strcmp(c->mode->name, c->mode_str)) in connector_find_mode() 715 static void usage(char *name) in usage() argument 717 fprintf(stderr, "usage: %s [-s]\n", name); in usage()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumber.pb.h | 89 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value); 221 static inline bool CountryCodeSource_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in CountryCodeSource_Parse() argument 223 return PhoneNumber_CountryCodeSource_Parse(name, value); in CountryCodeSource_Parse()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.c | 134 memcpy(string->data, current_fn->ident->name, len); in handle_func() 156 "\"%s\"", sym->ident->name); in parse_type() 204 "\"%s\"", sym->ident->name); in builtin_offsetof_expr() 228 sparse_error(token->pos, "Expected member name"); in builtin_offsetof_expr() 597 sparse_error(token->pos, "Expected member name"); in postfix_expression()
|
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 51 MY_SEG_PROC macro name:req, numParams:req
52 ; seg_name equ @CatStr(_TEXT$, name)
54 MY_PROC name, numParams
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 485 function->name->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in PrintBlockCoverage() 715 Handle<String> name = SharedFunctionInfo::DebugName(info); in Collect() local 716 CoverageFunction function(start, end, count, name); in Collect()
|