Home
last modified time | relevance | path

Searched refs:name (Results 3126 - 3150 of 19665) sorted by relevance

1...<<121122123124125126127128129130>>...787

/third_party/toybox/lib/
H A Dhelp.c9 #define NEWTOY(name,opt,flags) HELP_##name "\0"
11 #define OLDTOY(name,oldname,flags) "\xff" #oldname "\0"
13 #define OLDTOY(name, oldname, flags) HELP_##oldname "\0"
28 // If it's an alias, restart search for real name in show_help()
/third_party/typescript/tests/baselines/reference/
H A DoverloadReturnTypes.js4 function attr(name: string): string;
5 function attr(name: string, value: string): Accessor;
20 attr(name:string):string;
21 attr(name: string, value: string): Accessor;
H A DgenericMethodOverspecialization.js14 var elements = names.map(function (name) {
15 return document.getElementById(name);
31 var elements = names.map(function (name) {
32 return document.getElementById(name);
H A DlambdaPropSelf.js7 constructor (public name: string, children: string[]) {
28 function Person(name, children) {
30 this.name = name;
H A DtsxAttributesHasInferrableIndex.js6 function createElement(name: string, attributes: Attributes | undefined, ...contents: string[]) {
7 return name;
21 function createElement(name, attributes) {
26 return name;
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DCardinality.php48 public static function name($value) function
52 'Enum %s has no name defined for value %s', __CLASS__, $value));
57 public static function value($name)
59 $const = __CLASS__ . '::' . strtoupper($name);
62 'Enum %s has no value defined for name %s', __CLASS__, $name));
68 // Adding a class alias for backwards compatibility with the previous class name.
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DLabel.php35 public static function name($value) function
39 'Enum %s has no name defined for value %s', __CLASS__, $value));
45 public static function value($name)
47 $const = __CLASS__ . '::' . strtoupper($name);
50 'Enum %s has no value defined for name %s', __CLASS__, $name));
56 // Adding a class alias for backwards compatibility with the previous class name.
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
H A DJSType.php39 public static function name($value) function
43 'Enum %s has no name defined for value %s', __CLASS__, $value));
49 public static function value($name)
51 $const = __CLASS__ . '::' . strtoupper($name);
54 'Enum %s has no value defined for name %s', __CLASS__, $name));
60 // Adding a class alias for backwards compatibility with the previous class name.
H A DCType.php35 public static function name($value) function
39 'Enum %s has no name defined for value %s', __CLASS__, $value));
45 public static function value($name)
47 $const = __CLASS__ . '::' . strtoupper($name);
50 'Enum %s has no value defined for name %s', __CLASS__, $name));
56 // Adding a class alias for backwards compatibility with the previous class name.
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
H A DIdempotencyLevel.php41 public static function name($value) function
45 'Enum %s has no name defined for value %s', __CLASS__, $value));
51 public static function value($name)
53 $const = __CLASS__ . '::' . strtoupper($name);
56 'Enum %s has no value defined for name %s', __CLASS__, $name));
62 // Adding a class alias for backwards compatibility with the previous class name.
/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
H A DOptimizeMode.php41 public static function name($value) function
45 'Enum %s has no name defined for value %s', __CLASS__, $value));
51 public static function value($name)
53 $const = __CLASS__ . '::' . strtoupper($name);
56 'Enum %s has no value defined for name %s', __CLASS__, $name));
62 // Adding a class alias for backwards compatibility with the previous class name.
/third_party/skia/modules/svg/src/
H A DSkSVGFeOffset.cpp15 bool SkSVGFeOffset::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
16 return INHERITED::parseAndSetAttribute(name, value) || in parseAndSetAttribute()
17 this->setDx(SkSVGAttributeParser::parse<SkSVGNumberType>("dx", name, value)) || in parseAndSetAttribute()
18 this->setDy(SkSVGAttributeParser::parse<SkSVGNumberType>("dy", name, value)); in parseAndSetAttribute()
/third_party/skia/bench/
H A DResultsWriter.h43 void beginBench(const char* name, int32_t x, int32_t y) { in beginBench() argument
44 SkString id = SkStringPrintf("%s_%d_%d", name, x, y); in beginBench()
50 void appendMetric(const char* name, double value) { in appendMetric() argument
53 this->appendDoubleDigits(name, value, 16); in appendMetric()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument
24 if (name == NULL) in wpa_config_read()
37 int wpa_config_write(const char *name, struct wpa_config *config) in wpa_config_write() argument
42 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name); in wpa_config_write()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksIPC.hpp41 bool SetFile (const string& name, const std::vector<u8>& content);
42 vector<u8> GetFile (const string& name);
55 bool SetFile (const string& name, const std::vector<u8>& content);
56 vector<u8> GetFile (const string& name);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument
24 if (name == NULL) in wpa_config_read()
37 int wpa_config_write(const char *name, struct wpa_config *config) in wpa_config_write() argument
42 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name); in wpa_config_write()
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreRdbstoreJsunit.test.js24 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
27 name: "rdbstore.db",
55 * @tc.name rdb store getRdbStore test
75 * @tc.name rdb store getRdbStore and create table
99 * @tc.name rdb storegetRdbStore with wrong path
107 name: "/wrong/rdbstore.db",
126 * @tc.name rdb store deleteRdbStore
144 * @tc.name rdb store deleteRdbStore
163 * @tc.name rdb store getRdbStore test
172 name
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_module.c53 free (file->name); in free_file()
121 free (mod->name); in __libdwfl_module_free()
166 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module() argument
174 && !strcmp (m->name, name)) in dwfl_report_module()
191 mod->name = strdup (name); in dwfl_report_module()
192 if (mod->name == NULL) in dwfl_report_module()
/third_party/backends/backend/
H A Dplustek-usbio.c98 static void dumpPic( char* name, SANE_Byte *buffer, u_long len, int is_gray ) in dumpPic() argument
108 DBG( _DBG_DPIC, "Creating file '%s'\n", name ); in dumpPic()
110 fp = fopen( name, "w+b" ); in dumpPic()
130 fp = fopen( name, "a+b" ); in dumpPic()
134 DBG( _DBG_DPIC, "Can not open file '%s'\n", name ); in dumpPic()
144 static void dumpPicInit( ScanParam *sd, char* name ) in dumpPicInit()
158 dumpPic(name, NULL, 0, 0); in dumpPicInit()
160 dumpPic(name, NULL, 0, 1); in dumpPicInit()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dunewdata.cpp10 * file name: unewdata.c
36 udata_create(const char *dir, const char *type, const char *name, in udata_create() argument
48 } else if(name==NULL || *name==0 || pInfo==NULL) { in udata_create()
81 length += static_cast<int32_t>(strlen(name)); /* Add the filename length */ in udata_create()
107 uprv_strcat(filename, name); in udata_create()
194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument
196 udata_finish(udata_create(dir, type, name, &dummyDataInfo, NULL, pErrorCode), pErrorCode); in udata_createDummy()
199 u_errorName(*pErrorCode), dir, name, type); in udata_createDummy()
/third_party/googletest/googletest/test/
H A Dgoogletest-listener-test.cc13 // * Neither the name of Google Inc. nor the names of its
58 explicit EventRecordingListener(const char* name) : name_(name) {} in EventRecordingListener() argument
125 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() argument
133 explicit EventRecordingListener2(const char* name) : name_(name) {} in EventRecordingListener2() argument
197 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() argument
226 // recording the test name in TEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java26 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
36 * In <a href="http://cldr.unicode.org/">CLDR</a> (which uses LDML for representing locale data), the display name
37 * "Eastern Time" is stored as long generic display name of a meta zone identified by the ID "America_Eastern".
58 * have a specific name that is not shared with other time zones.
60 * For example, time zone "Europe/London" has English long name for standard time "Greenwich Mean Time", which is also
61 * shared with other time zones. However, the long name for daylight saving time is "British Summer Time", which is only
65 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone.
84 * Time zone display name types
90 * Long display name, such as "Eastern Time".
96 * Long display name fo
[all...]
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp10 * file name: utrie2perf.cpp
84 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
232 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument
234 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break; in runIndexedTest()
235 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break; in runIndexedTest()
236 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break; in runIndexedTest()
238 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break; in runIndexedTest()
239 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break; in runIndexedTest()
241 default: name = ""; break; in runIndexedTest()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneNames.java27 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
37 * In <a href="http://cldr.unicode.org/">CLDR</a> (which uses LDML for representing locale data), the display name
38 * "Eastern Time" is stored as long generic display name of a meta zone identified by the ID "America_Eastern".
59 * have a specific name that is not shared with other time zones.
61 * For example, time zone "Europe/London" has English long name for standard time "Greenwich Mean Time", which is also
62 * shared with other time zones. However, the long name for daylight saving time is "British Summer Time", which is only
66 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone.
83 * Time zone display name types
87 * Long display name, such as "Eastern Time".
91 * Long display name fo
[all...]
/third_party/libwebsockets/lib/abstract/
H A Dabstract.c54 lws_abs_transport_get_by_name(const char *name) in lws_abs_transport_get_by_name() argument
59 if (!strcmp(name, available_abs_transports[n]->name)) in lws_abs_transport_get_by_name()
62 lwsl_err("%s: cannot find '%s'\n", __func__, name); in lws_abs_transport_get_by_name()
68 lws_abs_protocol_get_by_name(const char *name) in lws_abs_protocol_get_by_name() argument
74 if (!strcmp(name, available_abs_protocols[n]->name)) in lws_abs_protocol_get_by_name()
77 lwsl_err("%s: cannot find '%s'\n", __func__, name); in lws_abs_protocol_get_by_name()

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...787