Home
last modified time | relevance | path

Searched refs:name (Results 27976 - 28000 of 65004) sorted by relevance

1...<<1111111211131114111511161117111811191120>>...2601

/third_party/icu/icu4c/source/common/unicode/
H A Dbrkiter.h477 * Get name of the object for the desired Locale, in the desired language.
480 * @param name the fill-in parameter of the return value
482 * @return user-displayable name
487 UnicodeString& name);
490 * Get name of the object for the desired Locale, in the language of the
493 * @param name the fill-in parameter of the return value
494 * @return user-displayable name
498 UnicodeString& name);
/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c186 if (!s->args.tests[s->state].name) { in test_sequencer_cb()
246 i.name = "test-seq"; in lws_abs_unit_test_sequencer()
/third_party/libcoap/include/oscore/
H A Doscore_cose.h15 * 3. Neither the name of the Institute nor the names of its contributors
171 cose_curve_t cose_get_curve_id(const char *name);
174 cose_alg_t cose_get_alg_id(const char *name);
/third_party/lame/misc/
H A Dscalartest.c93 void test2 ( const char* name, ddf f ) in test2() argument
98 printf ( "\n%%%% %s\n\n", name ); in test2()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-mempool.c34 printf("\t\twrite %s (%02x) pipe\n", info->name, reg); in dump_mem_pool_reg_write()
36 if (!strcmp(info->typeinfo->name, "void")) { in dump_mem_pool_reg_write()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_per_member_structs.c76 if (var->name) { in split_variable()
77 /* Calculate a reasonable variable name */ in split_variable()
78 member_name = ralloc_strdup(dead_ctx, var->name); in split_variable()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h137 FD_VERSION_SOFTPIN = 4, /* adds softpin, bo name, and dump flag */
209 struct fd_bo *fd_bo_from_name(struct fd_device *dev, uint32_t name);
215 int fd_bo_get_name(struct fd_bo *bo, uint32_t *name);
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_precision_test.py29 Test = namedtuple("Test", "name source match_re")
2288 source_file.name],
2307 print('Testing {} ... '.format(test.name), end='')
/third_party/libwebsockets/lib/tls/
H A Dprivate-lib-tls.h161 lws_tls_use_any_upgrade_check_extant(const char *name);
191 lws_genec_curve(const struct lws_ec_curves *table, const char *name);
211 * lws_tls_session_name_discrete() - form an lws session tag name from pieces
213 * \param vhname: name of the vhost
214 * \param host: name of the host we are connecting to, like warmcat.com
227 * lws_tls_session_name_from_wsi() - form an lws session tag name from a client wsi
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c258 i.protocol = protocols[0].name; in app_system_state_nf()
302 nl.name = "app"; in main()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
H A Dminimal-raw-netcat.c233 protocols[0].name, NULL); in main()
241 sock, protocols[0].name, NULL); in main()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-init.c68 lwsl_debug("deferred iface: checking if on vh %s\n", (*pv)->name); in lws_sul_plat_unix()
71 lwsl_notice("vh %s: became connected\n", v->name); in lws_sul_plat_unix()
/third_party/ltp/testcases/kernel/containers/netns/
H A Dnetns_lib.sh130 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
160 ROD $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp90 const char *name = elf_strptr(elf, header.sh_link, s->st_name); in get_symbol_offsets() local
91 symbol_offsets[name] = s->st_value; in get_symbol_offsets()
/third_party/node/lib/internal/bootstrap/switches/
H A Dis_main_thread.js21 function defineStream(name, getter) {
22 ObjectDefineProperty(process, name, {
/third_party/node/lib/internal/crypto/
H A Dhash.js171 switch (algorithm.name) {
181 normalizeHashName(algorithm.name),
185 throw lazyDOMException('Unrecognized algorithm name', 'NotSupportedError');
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py45 name, value, _ = _winreg.EnumValue(aKey, i)
47 res[name] = value
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dmultiple-propagation.any.js7 error1.name = 'error1';
10 error2.name = 'error2';
/third_party/node/test/internet/
H A Dtest-dgram-broadcast-multi-process.js46 get_bindAddress: for (const name in networkInterfaces) {
47 const interfaces = networkInterfaces[name];
H A Dtest-dgram-multicast-ssmv6-multi-process.js27 get_sourceAddress: for (const name in networkInterfaces) {
28 const interfaces = networkInterfaces[name];
H A Dtest-dgram-multicast-ssm-multi-process.js27 get_sourceAddress: for (const name in networkInterfaces) {
28 const interfaces = networkInterfaces[name];
/third_party/node/test/parallel/
H A Dtest-file-write-stream3.js191 name: 'RangeError'
209 name: 'RangeError'
H A Dtest-fs-promises-file-handle-writeFile.js42 name: 'AbortError'
105 { name: 'AbortError' }
H A Dtest-inspector-connect-main-thread.js110 name: 'Error',
141 name: 'Error',
H A Dtest-punycode.js209 const handleError = (error, name) => {
211 `FAIL: ${name} expected ${error.expected}, got ${error.actual}`

Completed in 38 milliseconds

1...<<1111111211131114111511161117111811191120>>...2601