Home
last modified time | relevance | path

Searched refs:name (Results 5426 - 5450 of 64068) sorted by relevance

1...<<211212213214215216217218219220>>...2563

/third_party/gn/src/gn/
H A Dlabel_unittest.cc84 std::string location, name; in TEST() local
93 EXPECT_EQ(cur.expected_name, result.name()) << i << " " << cur.str; in TEST()
107 std::string location, name; in TEST() local
118 EXPECT_EQ("target", result.name()); in TEST()
125 EXPECT_EQ("target", result.name()); in TEST()
132 EXPECT_EQ("target", result.name()); in TEST()
142 EXPECT_EQ("foo", result.name()); in TEST()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java41 * the InputStream and create InputStreamReaders itself, based on the charset name.
107 String name = getName(); in getString()
109 * getName() may return a name with a suffix 'rtl' or 'ltr'. This cannot in getString()
113 int startSuffix = name.indexOf("_rtl") < 0 ? name.indexOf("_ltr") : name.indexOf("_rtl"); in getString()
115 name = name.substring(0, startSuffix); in getString()
117 result = new String(fRawInput, name); in getString()
138 * Get the name o
[all...]
/third_party/icu/icu4c/source/common/
H A Drestrace.cpp94 void FileTracer::traceOpen(const char* path, const char* type, const char* name) { in traceOpen() argument
96 traceOpenResFile(path, name); in traceOpen()
98 traceOpenDataFile(path, type, name); in traceOpen()
102 void FileTracer::traceOpenDataFile(const char* path, const char* type, const char* name) { in traceOpenDataFile() argument
109 filePath.append(name, status); in traceOpenDataFile()
117 void FileTracer::traceOpenResFile(const char* path, const char* name) { in traceOpenResFile() argument
124 filePath.append(name, status); in traceOpenResFile()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUPropertyAliasesTest.java40 String name = null; in TestPropertyNames()
42 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames()
44 String n = (name != null) ? ("\"" + name + '"') : "null"; in TestPropertyNames()
50 if (name != null) { in TestPropertyNames()
52 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames()
55 name + " -> " + rev); in TestPropertyNames()
132 + " should have a null property value name"); in TestPropertyNames()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUPropertyAliasesTest.java37 String name = null; in TestPropertyNames()
39 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames()
41 String n = (name != null) ? ("\"" + name + '"') : "null"; in TestPropertyNames()
47 if (name != null) { in TestPropertyNames()
49 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames()
52 name + " -> " + rev); in TestPropertyNames()
129 + " should have a null property value name"); in TestPropertyNames()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetMatch.java42 * the InputStream and create InputStreamReaders itself, based on the charset name.
102 String name = getName(); in getString()
104 * getName() may return a name with a suffix 'rtl' or 'ltr'. This cannot in getString()
108 int startSuffix = name.indexOf("_rtl") < 0 ? name.indexOf("_ltr") : name.indexOf("_rtl"); in getString()
110 name = name.substring(0, startSuffix); in getString()
112 result = new String(fRawInput, name); in getString()
131 * Get the name o
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLanguageData.java26 private String name; field in LanguageData.Record
28 public Record(String tag, String name) in Record() argument
31 this.name = name; in Record()
39 public String name() in name() method in LanguageData.Record
41 return name; in name()
186 return languages[value - minLanguage].name(); in getName()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_parsing_helper.py29 r'(?!(?:' + r'|'.join(_KEYWORDS) + r'))(?P<name>\b\w+\b)?' +
46 self.name = m.group('name') #type: Optional[str]
62 name: str,
68 self.name = name
109 r'\b(?P<name>\w+)' +
122 name = m.group('name')
126 # Note: we replace any existing declaration for the same name
[all...]
H A Dpsa_information.py45 def psa_want_symbol(name: str) -> str:
47 if name.startswith('PSA_'):
48 return name[:4] + 'WANT_' + name[4:]
50 raise ValueError('Unable to determine the PSA_WANT_ symbol for ' + name)
87 return sorted(psa_want_symbol(name) for name in used)
125 _implemented_dependencies = None #type: Optional[FrozenSet[str]] #pylint: disable=invalid-name
127 global _implemented_dependencies #pylint: disable=global-statement,invalid-name
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c44 MODULE_PARM_DESC(fw_name, "Template firmware file name: n#_name");
83 static int try_request_fw(const char *name) in try_request_fw() argument
87 err = request_firmware(&fw_entry, name, &tdev); in try_request_fw()
89 pr_info(TCID ": firmware '%s' requested\n", name); in try_request_fw()
92 pr_err(TCID ": Can't request firmware '%s'\n", name); in try_request_fw()
120 char name[max_name]; in sys_fwnum() local
121 snprintf(name, max_name, "n%d_%s", fw, fw_name); in sys_fwnum()
122 err = try_request_fw(name); in sys_fwnum()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.h144 * \param[in,out] name Name to give to the command/state structure variable,
149 #define pvr_csb_pack(_dst, cmd, name) \
150 for (struct PVRX(cmd) name = { pvr_cmd_header(cmd) }, \
151 *_loop_terminate = &name; \
155 __pvr_cmd_pack(cmd)((_dst), &name); \
184 * \param[in,out] name Name to give to the command/state structure variable,
189 #define pvr_csb_emit(csb, cmd, name) \
191 name = { pvr_cmd_header(cmd) }, \
195 __pvr_cmd_pack(cmd)(_dst, &name); \
/third_party/node/test/parallel/
H A Dtest-https-agent-session-reuse.js35 name: 'first',
44 name: 'first-reuse',
53 name: 'cipher-change',
66 name: 'before-drop',
77 name: 'after-drop',
86 name: 'after-drop-reuse',
100 clientSessions[options.name] = res.socket.getSession();
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dfunction_call_mutator.js43 if (!common.isFunctionIdentifier(path.node.callee.name)) {
57 `Replaced ${path.node.callee.name} with ${randFunc.name}`);
80 `Optimizing ${path.node.callee.name}`);
101 `Compiling baseline ${path.node.callee.name}`);
123 `Deoptimizing ${path.node.callee.name}`);
131 `Run to stack limit ${path.node.callee.name}`);
/third_party/node/tools/
H A Dv8-json-to-junit.py17 # * Neither the name of Google Inc. nor the names of its
48 self.root.attrib["name"] = test_suite_name
52 test_case_element.attrib["name"] = test_name
72 failing_tests = {result["name"]: result for result in test_results["results"]}
73 all_tests = {result["name"]: result for result in test_results["slowest_tests"]}
75 name: result for name, result in all_tests.items() if name not in failing_tests
84 for name, failing_test in failing_tests.items():
107 test_name=name,
[all...]
/third_party/musl/porting/linux/user/src/locale/
H A Dlocale_map.c71 /* Limit name length and forbid leading dot or any slashes. */ in __get_locale()
87 if (!strcmp(val, p->name)) { in __get_locale()
94 * object anyway to store the name, which is kept for the in __get_locale()
100 memcpy(new->name, val, n); in __get_locale()
101 new->name[n] = 0; in __get_locale()
132 memcpy(new->name, val, n); in __get_locale()
133 new->name[n] = 0; in __get_locale()
143 * object anyway to store the name, which is kept for the in __get_locale()
149 memcpy(new->name, val, n); in __get_locale()
150 new->name[ in __get_locale()
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_serv.c13 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags) in __lookup_serv() argument
43 if (name) return EAI_SERVICE; in __lookup_serv()
50 if (name) { in __lookup_serv()
51 if (!*name) return EAI_SERVICE; in __lookup_serv()
52 port = strtoul(name, &z, 10); in __lookup_serv()
71 size_t l = strlen(name); in __lookup_serv()
79 /* Find service name */ in __lookup_serv()
80 for(p=line; (p=strstr(p, name)); p++) { in __lookup_serv()
87 /* Skip past canonical name at beginning of line */ in __lookup_serv()
/third_party/musl/src/network/
H A Dlookup_serv.c13 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags) in __lookup_serv() argument
49 if (name) { in __lookup_serv()
51 MUSL_LOGE("%{public}s: %{public}d: socktype mismatch name: %{public}d", __func__, __LINE__, EAI_SERVICE); in __lookup_serv()
61 if (name) { in __lookup_serv()
62 if (!*name) { in __lookup_serv()
64 MUSL_LOGE("%{public}s: %{public}d: invaild server name: %{public}d", __func__, __LINE__, EAI_SERVICE); in __lookup_serv()
68 port = strtoul(name, &z, 10); in __lookup_serv()
97 size_t l = strlen(name); in __lookup_serv()
105 /* Find service name */ in __lookup_serv()
106 for(p=line; (p=strstr(p, name)); in __lookup_serv()
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__parse_into_addrinfo.c125 cname->name = ares_strdup(hostname); in ares__parse_into_addrinfo()
126 if (cname->name == NULL) { in ares__parse_into_addrinfo()
157 /* save the hostname as ai->name */ in ares__parse_into_addrinfo()
158 if (ai->name == NULL || strcasecmp(ai->name, hostname) != 0) { in ares__parse_into_addrinfo()
159 ares_free(ai->name); in ares__parse_into_addrinfo()
160 ai->name = ares_strdup(hostname); in ares__parse_into_addrinfo()
161 if (ai->name == NULL) { in ares__parse_into_addrinfo()
/third_party/node/deps/icu-small/source/common/
H A Drestrace.cpp94 void FileTracer::traceOpen(const char* path, const char* type, const char* name) { in traceOpen() argument
96 traceOpenResFile(path, name); in traceOpen()
98 traceOpenDataFile(path, type, name); in traceOpen()
102 void FileTracer::traceOpenDataFile(const char* path, const char* type, const char* name) { in traceOpenDataFile() argument
109 filePath.append(name, status); in traceOpenDataFile()
117 void FileTracer::traceOpenResFile(const char* path, const char* name) { in traceOpenResFile() argument
124 filePath.append(name, status); in traceOpenResFile()
/third_party/mesa3d/src/mesa/main/
H A Dshaderobj.h61 _mesa_lookup_shader(struct gl_context *ctx, GLuint name);
64 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
87 _mesa_new_shader(GLuint name, gl_shader_stage type);
97 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name);
100 _mesa_lookup_shader_program_err_glthread(struct gl_context *ctx, GLuint name,
104 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name,
108 _mesa_new_shader_program(GLuint name);
/third_party/node/deps/openssl/config/
H A DMakefile75 find archs \( -name \*.S -o -name \*.s -o -name \*.asm -o \
76 -name \*.gypi -o -name \*.h -o -name \*.pm -o -name \*.rc \) -exec rm "{}" \;
/third_party/libinput/tools/
H A Dlibinput-list-kernel-devices.py47 name = parent.properties["NAME"] or ""
48 # The udev name includes enclosing quotes
49 devices[device.device_node] = name[1:-1]
59 def __init__(self, name, driver, vendor, product, devpath):
60 self.name = name
73 name = device.properties.get("HID_NAME")
78 devices.append(HidDevice(name, driver, vendor, product, devpath))
97 print(f"- name: '{d.name}'")
[all...]
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c31 char *name; member
53 tst_res(TPASS, "Created %s map", map_types[n].name); in run()
100 map_types[n].name); in run()
104 map_types[n].name); in run()
116 map_types[n].name); in run()
120 map_types[n].name); in run()
122 tst_res(TPASS, "%s map lookup", map_types[n].name); in run()
/third_party/lwip/src/apps/http/
H A Dfs.c13 * 3. The name of the author may not be used to endorse or promote products
44 int fs_open_custom(struct fs_file *file, const char *name);
57 fs_open(struct fs_file *file, const char *name) in fs_open() argument
61 if ((file == NULL) || (name == NULL)) { in fs_open()
66 if (fs_open_custom(file, name)) { in fs_open()
74 if (!strcmp(name, (const char *)f->name)) { in fs_open()
85 file->state = fs_state_init(file, name); in fs_open()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c23 char *name; member
119 while (tst->name) { in main()
120 for (i = 0; sym[i].name; i++) { in main()
121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name in main()
123 tst->name, sym[i].name); in main()

Completed in 18 milliseconds

1...<<211212213214215216217218219220>>...2563