Home
last modified time | relevance | path

Searched refs:name (Results 21701 - 21725 of 60061) sorted by relevance

1...<<861862863864865866867868869870>>...2403

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestNumberFormatAPI.java158 String name; in TestAPI()
159 name = locales[i].getDisplayName(); in TestAPI()
160 logln(name); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUPropertyAliases.java181 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); in getName()
187 // Find the end of this name. in getName()
193 return null; // no name (Property[Value]Aliases.txt has "n/a") in getName()
202 private boolean containsName(BytesTrie trie, CharSequence name) { in containsName() argument
204 for(int i=0; i<name.length(); ++i) { in containsName()
205 int c=name.charAt(i); in containsName()
238 * Returns a property name given a property enum.
252 * Returns a value name given a property enum and a value enum.
282 * If the property name is not known, this method returns
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestNumberFormatAPI.java161 String name; in TestAPI()
162 name = locales[i].getDisplayName(); in TestAPI()
163 logln(name); in TestAPI()
/third_party/icu/icu4c/source/common/unicode/
H A Duloc.h111 * name of the country suitable for displaying to the user. Similarly,
112 * you can use <code>uloc_getDisplayLanguage</code> to get the name of
116 * that takes a locale as an argument and displays the name or country in
473 * Gets the full name for the specified locale.
480 * @param localeID the locale to get the full name with
481 * @param name fill in buffer for the name without keywords.
483 * @param err error information if retrieving the full name failed
484 * @return the actual buffer size needed for the full name. If it's greater
485 * than nameCapacity, the returned full name wil
[all...]
/third_party/libuv/src/unix/
H A Dnetbsd.c67 /* Intermediate buffer, retrieving partial path name does not work in uv_exepath()
244 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl() local
253 if (sysctl(name, ARRAY_SIZE(name), p, &count, NULL, 0) == -1) in uv__random_sysctl()
/third_party/libuv/test/
H A Dtest-thread.c162 /* Hilariously bad test name. Run a lot of tasks in the thread pool and verify
202 char name[] = "main"; in TEST_IMPL() local
206 uv_key_set(&tls_key, name); in TEST_IMPL()
207 ASSERT_PTR_EQ(name, uv_key_get(&tls_key)); in TEST_IMPL()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-dyn1.c39 create_func (unw_dyn_info_t *di, const char *name, long (*func) (), in create_func() argument
50 __FUNCTION__, name, mem, len); in create_func()
78 di->u.pi.name_ptr = (unw_word_t) name; in create_func()
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect4.c166 wsi->role_ops->name, wsi->a.protocol->name, rawish, in lws_client_connect_4_established()
167 wsi->a.vhost->name, lwsi_state(wsi)); in lws_client_connect_4_established()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py64 def get_gitlab_project(glab, name: str):
92 + f"{job.web_url}\a{job.name}"
108 + f"{job.web_url}\a{job.name}"
140 if target_job and target_jobs_regex.match(job.name):
160 if job.name in dependencies:
199 print(Fore.MAGENTA + f"{jtype} job {job.name} manually enabled" + Style.RESET_ALL)
206 print(f"♲ {job.name}")
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_wrappers.py72 if function.name in self._SKIP_FUNCTIONS:
84 """The name of the variable that will contain the return value."""
161 if self._parameter_should_be_copied(function.name,
162 function.arguments[param.index].name))
/third_party/mesa3d/src/compiler/glsl/
H A Dast_array_index.cpp60 check_builtin_array_max_size(var->name, idx+1, *loc, state); in update_max_array_access()
106 deref_record->record->type->fields.structure[field_idx].name; in update_max_array_access()
242 int field_index = iface_type->field_index(var->name); in _mesa_ast_array_index_to_hir()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c13 * dns name and is expected to fail.
210 i.protocol = protocols[0].name; in sequencer_start_client()
211 i.local_protocol_name = protocols[0].name; in sequencer_start_client()
379 i.name = "seq"; in main()
/third_party/ltp/testcases/cve/
H A Dmeltdown.c272 find_kernel_symbol(const char *name) in find_kernel_symbol() argument
278 addr = find_symbol_in_file("/proc/kallsyms", name); in find_kernel_symbol()
285 addr = find_symbol_in_file(systemmap, name); in find_kernel_symbol()
H A Dcve-2015-3290.c339 const char *name; in child_thread() member
344 .name = "hw instructions", in child_thread()
349 .name = "hw cache references", in child_thread()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c60 [0] = { .name = "test/topic0", .qos = QOS0 },
61 [1] = { .name = "test/topic1", .qos = QOS1 },
301 .name = "mqtt",
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-session.c33 /* name is overallocated here */
54 __lws_tls_session_lookup_by_name(struct lws_vhost *vh, const char *name) in __lws_tls_session_lookup_by_name() argument
61 if (!strcmp(name, ts_name)) in __lws_tls_session_lookup_by_name()
256 wsi->lc.gutag, disposition, buf, vh->name, in lws_tls_session_new_mbedtls()
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c283 char name[50]; in test_sunrpc_svc() local
297 hash_str(name, bits); in test_sunrpc_svc()
298 hash_mem(name, bits, bits2); in test_sunrpc_svc()
/third_party/node/lib/internal/crypto/
H A Dsig.js107 function getIntOption(name, options) {
108 const value = options[name];
113 throw new ERR_INVALID_ARG_VALUE(`options.${name}`, value);
/third_party/node/lib/internal/process/
H A Dpromises.js174 warning.name = 'PromiseRejectionHandledWarning';
315 function getErrorWithoutStack(name, message) {
322 ObjectDefineProperty(err, 'name', {
324 value: name,
/third_party/node/lib/internal/streams/
H A Dduplexify.js60 module.exports = function duplexify(body, name) {
135 'Iterable, AsyncIterable or AsyncFunction', name, value);
200 name,
/third_party/node/lib/
H A Dos.js283 const name = data[i];
296 const existing = result[name];
300 result[name] = [entry];
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-validation-errors.js9 const invalidArgTypeError = { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' };
10 const invalidRangeError = { code: 'ERR_OUT_OF_RANGE', name: 'RangeError' };
188 const unknownSignalErr = { code: 'ERR_UNKNOWN_SIGNAL', name: 'TypeError' }; property
H A Dtest-crypto-scrypt.js246 function testParameter(name, value) {
251 get [name]() {
260 get [name]() {
/third_party/node/src/quic/
H A Dtransportparams.cc39 #define SET(name) \ in From()
40 SetOption<TransportParams::Options, &TransportParams::Options::name>( \ in From()
41 env, &options, params, state.name##_string()) in From()
/third_party/node/tools/
H A Djs2c.py14 # * Neither the name of Google Inc. nor the names of its
124 name = NormalizeFileName(filename)
125 slug = SLUGGER_RE.sub('_', name)
128 initializer = INITIALIZER.format(name, var, size)

Completed in 35 milliseconds

1...<<861862863864865866867868869870>>...2403