Home
last modified time | relevance | path

Searched refs:name (Results 17876 - 17900 of 24343) sorted by relevance

1...<<711712713714715716717718719720>>...974

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java65 // Cache to save currency name trie
70 * Selector for getName() indicating a symbolic name for a
76 * Selector for getName() indicating the long name for a
82 * Selector for getName() indicating the plural long name for a
486 * requests the symbol name for the default <code>DISPLAY</code> locale.
496 * requests the symbol name.
506 * requests the symbol name.
515 * Returns the display name for the given currency in the
521 * @param nameStyle selector for which kind of name to return.
538 * Returns the display name fo
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DChineseTest.java495 String name = roll ? "rolling" : "adding"; in doRollAdd()
514 errln("Fail: " + name + " " + in doRollAdd()
521 logln("OK: " + name + " " + in doRollAdd()
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp592 const char *name = locale.getName(); in initMeasureFormat() local
593 setLocaleIDs(name, name); in initMeasureFormat()
H A Ducol_res.cpp8 * file name: ucol_res.cpp
151 const char *name = locale.getName(); in loadTailoring() local
152 if(*name == 0 || uprv_strcmp(name, "root") == 0) { in loadTailoring()
695 // N.B.: Resource name is "collations" but keyword is "collation" in ucol_getFunctionalEquivalent()
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c81 vhost->name, new_wsi->tsi); in lws_create_new_server_wsi()
195 lws_metrics_tag_wsi_add(new_wsi, "role", new_wsi->role_ops->name); in __lws_adopt_descriptor_vhost1()
299 // new_wsi->role_ops->name); in lws_adopt_ss_server_accept()
339 // new_wsi->a.protocol->name); in lws_adopt_ss_server_accept()
441 new_wsi->a.protocol->name); in lws_adopt_descriptor_vhost2()
819 // lwsl_notice("%s: role %s\n", __func__, wsi->role_ops->name); in lws_create_adopt_udp()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h137 __kernel_size_t name_len; /**< Length of name buffer */
138 char *name; /**< Name of driver */ member
152 char *unique; /**< Unique name for driver instantiation */
606 /** Returned global name */
607 __u32 name; member
613 __u32 name; member
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c164 static void exit_usage(const char *name, const char *value) in exit_usage() argument
167 mbedtls_printf(" unknown option or missing value: %s\n", name); in exit_usage()
169 mbedtls_printf(" option %s: illegal value: %s\n", name, value); in exit_usage()
/third_party/libdrm/include/drm/
H A Ddrm.h137 __kernel_size_t name_len; /**< Length of name buffer */
138 char *name; /**< Name of driver */ member
152 char *unique; /**< Unique name for driver instantiation */
606 /** Returned global name */
607 __u32 name; member
613 __u32 name; member
/third_party/mbedtls/library/
H A Doid.c33 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s), name, description }
36 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s) }
209 OID_DESCRIPTOR(MBEDTLS_OID_AT_GIVEN_NAME, "id-at-givenName", "Given name"),
/third_party/json/tests/src/
H A Dunit-regression2.cpp253 std::string name; member
258 j.at("name").get_to(obj.name); in from_json()
884 ordered_json j = {{"name", "class"}};
889 CHECK(obj.name == "class");
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c108 " <interface name='" DBUS_INTERFACE_INTROSPECTABLE "'>\n"
109 " <method name='Introspect'>\n"
110 " <arg name='data' type='s' direction='out' />\n"
114 " <interface name='" DBUS_INTERFACE_PROPERTIES "'>\n"
115 " <method name='Get'>\n"
116 " <arg name='interface' type='s' direction='in' />\n"
117 " <arg name='property' type='s' direction='in' />\n"
118 " <arg name='value' type='s' direction='out' />\n"
120 " <method name='GetAll'>\n"
121 " <arg name
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp224 // Parse the compiler options. A file name should be present at the end in create_compiler_instance()
294 const std::string &name, const std::string &source, in compile()
329 c.getPreprocessorOpts().addMacroDef(feature.name); in compile()
335 name, ::llvm::MemoryBuffer::getMemBuffer(source).release()); in compile()
293 compile(LLVMContext &ctx, clang::CompilerInstance &c, const std::string &name, const std::string &source, const header_map &headers, const device &dev, const std::string &opts, bool use_libclc, std::string &r_log) compile() argument
/third_party/node/lib/
H A D_http_client.js119 function validateHost(host, name) {
121 throw new ERR_INVALID_ARG_TYPE(`options.${name}`,
380 name: 'HttpClient',
/third_party/node/lib/internal/console/
H A Dconstructor.js162 ObjectDefineProperty(this[key], 'name', {
427 name: 'Trace',
617 function timeLogImpl(self, name, label, data) {
620 process.emitWarning(`No such label '${label}' for console.${name}()`);
426 name: 'Trace', global() property
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh361 static auto make(Name&& module, Name&& name, own<ExternType>&&) ->
366 auto name() const -> const Name&;
382 auto name() const -> const Name&;
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py605 def _testCompactProgress(self, name):
609 '--progress=%s' % name,
614 if name == 'color':
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp333 : name() in ICUService()
343 : name(newName) in ICUService()
950 return result.append(name); in getName()
/third_party/ninja/src/
H A Dgraph.cc552 printf("--%s-> ", rule_->name().c_str()); in Dump()
565 if (!pool_->name().empty()) { in Dump()
566 printf("(in pool '%s')", pool_->name().c_str()); in Dump()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h14 // * Neither the name of Google Inc. nor the names of its
349 // Returns true if and only if the test name of test property matches on key_.
383 // suite name and the test name.
396 // Returns true if "name" matches the ':' separated list of glob-style
398 static bool MatchesFilter(const std::string& name, const char* filter);
402 // Returns the current application's name, removing directory path if that
642 // Finds and returns a TestSuite with the given name. If one doesn't
647 // test_suite_name: name of the test suite
648 // type_param: the name o
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_res.cpp8 * file name: ucol_res.cpp
151 const char *name = locale.getName(); in loadTailoring() local
152 if(*name == 0 || uprv_strcmp(name, "root") == 0) { in loadTailoring()
705 // N.B.: Resource name is "collations" but keyword is "collation" in ucol_getFunctionalEquivalent()
H A Dmeasfmt.cpp592 const char *name = locale.getName(); in initMeasureFormat() local
593 setLocaleIDs(name, name); in initMeasureFormat()
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js376 // normalize key name
552 var name = cleanString(data.name)
554 return name + '@' + ver
561 // /**package { "name": "foo", "version": "1.2.3", ... } **/
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp833 char *name = ralloc_asprintf(mem_ctx, "%s geometry shader %s", in brw_compile_gs() local
834 label, nir->info.name); in brw_compile_gs()
835 g.enable_debug(name); in brw_compile_gs()
/third_party/libinput/test/
H A Dtest-udev.c260 /* Changing the logical seat name will remove and re-add the device */ in START_TEST()
656 const char *name; in START_TEST() local
659 name = libinput_device_get_name(device); in START_TEST()
660 ck_assert_str_ne(devname, name); in START_TEST()
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc175 const String16& name) { in agentState()
176 protocol::DictionaryValue* state = m_state->getObject(name); in agentState()
181 m_state->setObject(name, std::move(newState)); in agentState()
174 agentState( const String16& name) agentState() argument

Completed in 39 milliseconds

1...<<711712713714715716717718719720>>...974