Home
last modified time | relevance | path

Searched refs:name (Results 19426 - 19450 of 25152) sorted by relevance

1...<<771772773774775776777778779780>>...1007

/third_party/ffmpeg/libavcodec/
H A Da64multienc.c397 .p.name = "a64multi",
412 .p.name = "a64multi5",
H A Daacdec.c556 .p.name = "aac",
584 .p.name = "aac_latm",
H A Dwmaenc.c437 .p.name = "wmav1",
452 .p.name = "wmav2",
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c42 get_offset_from (Dwarf_Die *die, int name, Dwarf_Word *retp) in get_offset_from() argument
46 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL) in get_offset_from()
/third_party/curl/tests/
H A Dsmbserver.py114 if os.name == "nt":
333 if os.name == "nt":
392 help="file name for the PID")
394 help="file name for the log")
/third_party/ffmpeg/libavfilter/
H A Dvsrc_cellauto.c314 .name = "default",
322 .name = "cellauto",
H A Dvsrc_mptestsrc.c341 .name = "default",
349 .name = "mptestsrc",
/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

Completed in 33 milliseconds

1...<<771772773774775776777778779780>>...1007