Home
last modified time | relevance | path

Searched refs:name (Results 18326 - 18350 of 22614) sorted by relevance

1...<<731732733734735736737738739740>>...905

/third_party/ffmpeg/libavformat/
H A Davformat.h286 * printf("%s\n", entry->name);
359 * - Several modifiers can be applied to the tag name. This is done by
360 * appending a dash character ('-') and the modifier name in the order
381 album -- name of the set this work belongs to
387 copyright -- name of copyright holder.
391 encoder -- name/settings of the software/hardware that produced the file.
393 filename -- original name of the file.
401 publisher -- name of the label/publisher.
402 service_name -- name of the service in broadcasting (channel name)
510 const char *name; global() member
661 const char *name; global() member
[all...]
H A Dav1dec.c281 .name = "av1",
426 .name = "obu",
H A Dtls_openssl.c240 .name = "urlprotocol bio",
265 // and insecure SSLv2 and SSLv3. Despite the name, SSLv23_*_method() in tls_open()
389 .name = "tls",
/third_party/gn/src/gn/
H A Dcompile_commands_writer.cc218 << range.type->name; in WriteCommand()
418 if (target_filters_set.count(target->label().name())) in FilterLegacyTargets()
H A Djson_project_writer.cc31 // "default_toolchain" : "name of default toolchain"
80 return a->label().name() < b->label().name(); in FilterTargets()
H A Dscope_unittest.cc17 const char* name, in HasStringValueEqualTo()
19 const Value* value = scope->GetValue(name); in HasStringValueEqualTo()
83 // Template name collisions. in TEST()
16 HasStringValueEqualTo(const Scope* scope, const char* name, const char* expected_value) HasStringValueEqualTo() argument
H A Dtarget.h106 // Will be the empty string to use the target label as the output name.
109 void set_output_name(const std::string& name) { output_name_ = name; } in set_output_name() argument
111 // Returns the output name for this target, which is the output_name if
453 // given file name to compute the outputs.
/third_party/fsverity-utils/lib/
H A Dsign_digest.c441 md = EVP_get_digestbyname(hash_alg->name); in libfsverity_sign_digest()
444 hash_alg->name); in libfsverity_sign_digest()
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp483 void ScannerInterfaceUsb::test_checkpoint(const std::string& name) in test_checkpoint() argument
485 (void) name; in test_checkpoint()
/third_party/backends/backend/
H A Dhp3900_types.c233 char *name; member
604 SANE_Int name; member
H A Dhp.c205 Use backend name hp
457 if (strcmp(sanei_hp_device_sanedevice(ptr->dev)->name, devname) == 0) in sanei_hp_device_get()
564 if (strcmp(sanei_hp_device_sanedevice(ptr->dev)->name, devname) == 0) in hp_get_dev()
742 /* Cut off leading blanks of device name */ in hp_read_config()
744 strcpy (cu_device, dev_name); /* Save the device name */ in hp_read_config()
/third_party/backends/japi/
H A DSane.c117 fid = (*env)->GetFieldID(env, devClass, "name", in Java_Sane_getDevicesNative()
120 (*env)->NewStringUTF(env, device_list[i]->name)); in Java_Sane_getDevicesNative()
149 const char *device_name; /* Gets dev. name. */ in Java_Sane_open()
191 fid = (*env)->GetFieldID(env, optClass, "name", "Ljava/lang/String;"); in Java_Sane_getOptionNative()
193 { /* Set name to null. */ in Java_Sane_getOptionNative()
197 /* Return name. */ in Java_Sane_getOptionNative()
199 (*env)->NewStringUTF(env, sopt->name)); in Java_Sane_getOptionNative()
/third_party/cups-filters/filter/
H A Dtextcommon.c477 TextMain(const char *name, /* I - Name of filter */ in TextMain() argument
516 name); in TextMain()
/third_party/benchmark/src/
H A Dbenchmark_runner.cc80 report.run_name = b.name(); in CreateRunReport()
260 BM_VLOG(2) << "Running " << b.name().str() << " for " << iters << "\n"; in DoNIterations()
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c216 static const char* name[] = { variable
223 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, name)); in TEST()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java543 * Return the name of the collator for the objectLocale, localized for the displayLocale.
546 * @param displayLocale the locale for which the display name of the collator should be localized
547 * @return the display name
555 * Return the name of the collator for the objectLocale, localized for the displayLocale.
558 * @param displayLocale the locale for which the display name of the collator should be localized
559 * @return the display name
565 String name = objectLocale.getBaseName(); in getDisplayName()
566 if (supported.contains(name)) { in getDisplayName()
949 * The resource name for this service. Note that this is not the same as
956 * The resource bundle base name fo
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueStringBuilderImpl.java151 private NullField(String name) { in NullField() argument
152 super(name); in NullField()
/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp30 const char* &name, char* /*par*/) { in runIndexedTest()
37 default: name = ""; break; in runIndexedTest()
29 runIndexedTest(int32_t index, UBool exec, const char* &name, char* ) runIndexedTest() argument
H A Dformatted_string_builder_test.cpp27 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override;
42 void FormattedStringBuilderTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
H A Dformattedvaluetest.cpp19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
36 void FormattedValueTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
H A Duobjtest.cpp207 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
607 void UObjectTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /* par */ ) in runIndexedTest() argument
616 default: name = ""; break; //needed to end loop in runIndexedTest()
H A Dunifiedcachetest.cpp72 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
82 void UnifiedCacheTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
H A Dbidiconf.cpp10 * file name: bidiconf.cpp
39 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override;
70 void BiDiConformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument
173 * A simple parser could terminate or extract the name string and use in parseInputStringFromBiDiClasses()
180 // a complete, short BiDi class name. in parseInputStringFromBiDiClasses()
244 // Now we verify that the class name is terminated properly, in parseInputStringFromBiDiClasses()
H A Ddisplayoptions_test.cpp20 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override;
23 void DisplayOptionsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Dfiltration.py372 name = "%s_print_%d" % (self.category, i),
381 name = "%s_copy_%d" % (self.category, i),

Completed in 33 milliseconds

1...<<731732733734735736737738739740>>...905