/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 286 * 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 D | av1dec.c | 281 .name = "av1", 426 .name = "obu",
|
H A D | tls_openssl.c | 240 .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 D | compile_commands_writer.cc | 218 << range.type->name; in WriteCommand() 418 if (target_filters_set.count(target->label().name())) in FilterLegacyTargets()
|
H A D | json_project_writer.cc | 31 // "default_toolchain" : "name of default toolchain" 80 return a->label().name() < b->label().name(); in FilterTargets()
|
H A D | scope_unittest.cc | 17 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 D | target.h | 106 // 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 D | sign_digest.c | 441 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 D | scanner_interface_usb.cpp | 483 void ScannerInterfaceUsb::test_checkpoint(const std::string& name) in test_checkpoint() argument 485 (void) name; in test_checkpoint()
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 233 char *name; member 604 SANE_Int name; member
|
H A D | hp.c | 205 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 D | Sane.c | 117 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 D | textcommon.c | 477 TextMain(const char *name, /* I - Name of filter */ in TextMain() argument 516 name); in TextMain()
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 80 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 D | unity_fixture_Test.c | 216 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 D | Collator.java | 543 * 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 D | FormattedValueStringBuilderImpl.java | 151 private NullField(String name) { in NullField() argument 152 super(name); in NullField()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | cpdtrtst.cpp | 30 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 D | formatted_string_builder_test.cpp | 27 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 D | formattedvaluetest.cpp | 19 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 D | uobjtest.cpp | 207 // 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 D | unifiedcachetest.cpp | 72 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 D | bidiconf.cpp | 10 * 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 D | displayoptions_test.cpp | 20 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 D | filtration.py | 372 name = "%s_print_%d" % (self.category, i), 381 name = "%s_copy_%d" % (self.category, i),
|