Home
last modified time | relevance | path

Searched refs:name (Results 8151 - 8175 of 23568) sorted by relevance

1...<<321322323324325326327328329330>>...943

/third_party/ffmpeg/libavfilter/
H A Dvf_shuffleplanes.c149 .name = "default",
158 .name = "default",
164 .name = "shuffleplanes",
H A Dvf_showpalette.c99 .name = "default",
107 .name = "default",
114 .name = "showpalette",
/third_party/curl/packages/OS400/
H A Dccsidcurl.h71 const char *name,
95 const char *name, unsigned int ccsid);
101 CURL_EXTERN CURLHcode curl_easy_header_ccsid(CURL *easy, const char *name,
/third_party/gn/src/gn/
H A Dfunction_template.cc19 A template defines a custom name that acts like a function. It provides a way
23 template, just use the name of the template like any other target type.
60 Your template should almost always define a built-in target with the name the
72 Access the invoking name in your template via the implicit "target_name"
78 name the source_set "target_name" because that's what you want external
79 targets to depend on to link your code. And you would name the action
111 # incorporate the target name so it's unique across template
115 # Intermediate target to convert IDL to C source. Note that the name is
116 # based on the name the invoker of the template specified. This way, each
117 # time the template is invoked we get a unique intermediate action name
[all...]
H A Dinput_file_manager.h86 void AddDynamicInput(const SourceFile& name,
143 const SourceFile& name,
149 const SourceFile& name,
H A Dlabel_pattern_unittest.cc22 const char* name; member
83 EXPECT_EQ(cur.name, result.name()) << i << " " << cur.input; in TEST()
H A Dvisual_studio_writer.h37 // solution file name ("all" is used if not specified). |filters| is optional
63 SolutionEntry(const std::string& name,
68 // Entry name. For projects must be unique in the solution.
69 std::string name; member
79 SolutionProject(const std::string& name,
/third_party/ffmpeg/tests/checkasm/
H A Dmotion.c38 static void test_motion(const char *name, me_cmp_func test_func) in test_motion() argument
67 if (check_func(test_func, "%s", name)) { in test_motion()
78 printf("func: %s, x=%d y=%d, error: asm=%d c=%d\n", name, x, y, d1, d2); in test_motion()
/third_party/alsa-utils/alsactl/
H A Dalsactl.h18 char name[16]; member
64 int monitor(const char *name);
65 int general_info(const char *name);
/third_party/curl/docs/examples/
H A Dhtmltidy.c51 ctmbstr name = tidyNodeGetName(child); in dumpNode() local
52 if(name) { in dumpNode()
53 /* if it has a name, then it's an HTML tag ... */ in dumpNode()
55 printf("%*.*s%s ", indent, indent, "<", name); in dumpNode()
65 /* if it does not have a name, then it's probably text, cdata, etc... */ in dumpNode()
H A Dxmlstream.c56 static void startElement(void *userData, const XML_Char *name, in startElement() argument
88 static void endElement(void *userData, const XML_Char *name) in endElement() argument
93 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name); in endElement()
/third_party/benchmark/src/
H A Dreporter.cc99 std::string name = run_name.str(); in benchmark_name() local
101 name += "_" + aggregate_name; in benchmark_name()
103 return name; in benchmark_name()
/third_party/icu/icu4c/source/test/intltest/
H A Dcurrcoll.cpp145 void CollationCurrencyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument
154 case 0: name = "currencyTest"; if (exec) currencyTest(/*par*/); break; in runIndexedTest()
155 default: name = ""; break; in runIndexedTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGenderInfo.java136 public static ListGenderStyle fromName(String name) { in fromName() argument
137 ListGenderStyle result = fromNameMap.get(name); in fromName()
139 throw new IllegalArgumentException("Unknown gender style name: " + name); in fromName()
/third_party/icu/icu4c/source/common/
H A Druleiter.cpp50 UnicodeString name = sym->parseReference(text, pos, text.length()); in next() local
51 // If name is empty there was an isolated SYMBOL_REF; in next()
53 if (name.length() == 0) { in next()
57 buf = sym->lookup(name); in next()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h41 #define MODULE_AUTHOR(name)
42 #define MODULE_DESCRIPTION(name)
46 #define MODULE_SUPPORTED_DEVICE(name)
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
74 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name) in linux_wake_lock_init() argument
85 lock->ws.name = name; in linux_wake_lock_init()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_obj.c13 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
47 int usbobj_init(struct usb_obj *obj, const char *name, in usbobj_init() argument
55 obj->name = name; in usbobj_init()
/third_party/PyYAML/lib/yaml/
H A Dtokens.py19 def __init__(self, name, value, start_mark, end_mark):
20 self.name = name
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGenderInfo.java140 public static ListGenderStyle fromName(String name) { in fromName() argument
141 ListGenderStyle result = fromNameMap.get(name); in fromName()
143 throw new IllegalArgumentException("Unknown gender style name: " + name); in fromName()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java115 public void openScriptAndLanguages(String name){ in openScriptAndLanguages() argument
118 updateFile = new PrintStream(new FileOutputStream(BUILDER_FILE_PATH+name)); in openScriptAndLanguages()
120 System.out.println("? Could not open " + name + " for writing."); in openScriptAndLanguages()
/third_party/icu/icu4c/source/i18n/
H A Dnortrans.cpp62 const char *name = (const char *)context.pointer; in _create() local
63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
65 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode); in _create()
H A Dnfrs.h8 * file name: nfrs.h
52 void getName(UnicodeString& result) const { result.setTo(name); } in getName()
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
73 UnicodeString name; member in NFRuleSet
/third_party/libwebsockets/lib/core-net/
H A Dstate.c78 mgr->name, l->name, in _report()
103 lwsl_cx_debug(mgr->context, "%s: changed %d '%s' -> %d '%s'", mgr->name, in _lws_state_transition()
/third_party/libuv/src/unix/
H A Dbsd-ifaddrs.c108 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
138 if (strcmp(address->name, ent->ifa_name) == 0) { in uv_interface_addresses()
159 uv__free(addresses[i].name); in uv_free_interface_addresses()

Completed in 16 milliseconds

1...<<321322323324325326327328329330>>...943