/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 158 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 D | UPropertyAliases.java | 181 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 D | IntlTestNumberFormatAPI.java | 161 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 D | uloc.h | 111 * 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 D | netbsd.c | 67 /* 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 D | test-thread.c | 162 /* 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 D | ia64-test-dyn1.c | 39 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 D | connect4.c | 166 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 D | ci_run_n_monitor.py | 64 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 D | generate_psa_wrappers.py | 72 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 D | ast_array_index.cpp | 60 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 D | main.c | 13 * 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 D | meltdown.c | 272 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 D | cve-2015-3290.c | 339 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 D | minimal-mqtt-client.c | 60 [0] = { .name = "test/topic0", .qos = QOS0 }, 61 [1] = { .name = "test/topic1", .qos = QOS1 }, 301 .name = "mqtt",
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-session.c | 33 /* 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 D | includeTest.c | 283 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 D | sig.js | 107 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 D | promises.js | 174 warning.name = 'PromiseRejectionHandledWarning'; 315 function getErrorWithoutStack(name, message) { 322 ObjectDefineProperty(err, 'name', { 324 value: name,
|
/third_party/node/lib/internal/streams/ |
H A D | duplexify.js | 60 module.exports = function duplexify(body, name) { 135 'Iterable, AsyncIterable or AsyncFunction', name, value); 200 name,
|
/third_party/node/lib/ |
H A D | os.js | 283 const name = data[i]; 296 const existing = result[name]; 300 result[name] = [entry];
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawnsync-validation-errors.js | 9 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 D | test-crypto-scrypt.js | 246 function testParameter(name, value) { 251 get [name]() { 260 get [name]() {
|
/third_party/node/src/quic/ |
H A D | transportparams.cc | 39 #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 D | js2c.py | 14 # * 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)
|