/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | AnnualTimeZoneRule.java | 37 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its 41 * @param name The time zone name. 51 public AnnualTimeZoneRule(String name, int rawOffset, int dstSavings, in AnnualTimeZoneRule() argument 53 super(name, rawOffset, dstSavings); in AnnualTimeZoneRule()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | brkiter.h | 477 * 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 D | test-sequencer.c | 186 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 D | oscore_cose.h | 15 * 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 D | scalartest.c | 93 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 D | crashdec-mempool.c | 34 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 D | nir_split_per_member_structs.c | 76 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 D | freedreno_drmif.h | 137 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 D | lower_precision_test.py | 29 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 D | private-lib-tls.h | 161 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 D | minimal-http-client-captive-portal.c | 258 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 D | minimal-raw-netcat.c | 233 protocols[0].name, NULL); in main() 241 sock, protocols[0].name, NULL); in main()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-init.c | 68 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 D | netns_lib.sh | 130 $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 D | native.cpp | 90 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 D | is_main_thread.js | 21 function defineStream(name, getter) { 22 ObjectDefineProperty(process, name, {
|
/third_party/node/lib/internal/crypto/ |
H A D | hash.js | 171 switch (algorithm.name) { 181 normalizeHashName(algorithm.name), 185 throw lazyDOMException('Unrecognized algorithm name', 'NotSupportedError');
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 45 name, value, _ = _winreg.EnumValue(aKey, i) 47 res[name] = value
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | multiple-propagation.any.js | 7 error1.name = 'error1'; 10 error2.name = 'error2';
|
/third_party/node/test/internet/ |
H A D | test-dgram-broadcast-multi-process.js | 46 get_bindAddress: for (const name in networkInterfaces) { 47 const interfaces = networkInterfaces[name];
|
H A D | test-dgram-multicast-ssmv6-multi-process.js | 27 get_sourceAddress: for (const name in networkInterfaces) { 28 const interfaces = networkInterfaces[name];
|
H A D | test-dgram-multicast-ssm-multi-process.js | 27 get_sourceAddress: for (const name in networkInterfaces) { 28 const interfaces = networkInterfaces[name];
|
/third_party/node/test/parallel/ |
H A D | test-file-write-stream3.js | 191 name: 'RangeError' 209 name: 'RangeError'
|
H A D | test-fs-promises-file-handle-writeFile.js | 42 name: 'AbortError' 105 { name: 'AbortError' }
|
H A D | test-inspector-connect-main-thread.js | 110 name: 'Error', 141 name: 'Error',
|