Home
last modified time | relevance | path

Searched refs:name (Results 4301 - 4325 of 18625) sorted by relevance

1...<<171172173174175176177178179180>>...745

/third_party/ffmpeg/libavcodec/
H A Dffjni.c148 char *name = NULL; in ff_jni_exception_get_summary() local
194 name = ff_jni_jstring_to_utf_chars(env, string, log_ctx); in ff_jni_exception_get_summary()
221 if (name && message) { in ff_jni_exception_get_summary()
222 av_bprintf(&bp, "%s: %s", name, message); in ff_jni_exception_get_summary()
223 } else if (name && !message) { in ff_jni_exception_get_summary()
224 av_bprintf(&bp, "%s occurred", name); in ff_jni_exception_get_summary()
225 } else if (!name && message) { in ff_jni_exception_get_summary()
228 av_log(log_ctx, AV_LOG_WARNING, "Could not retrieve exception name and message\n"); in ff_jni_exception_get_summary()
235 av_free(name); in ff_jni_exception_get_summary()
291 for (i = 0; jfields_mapping[i].name; in ff_jni_init_jfields()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_remap.c134 #define DEFINE_REMAP_PLANAR_FUNC(name, bits, div) \
135 static int remap_planar##bits##_##name##_slice(AVFilterContext *ctx, void *arg, \
185 #define DEFINE_REMAP_PACKED_FUNC(name, bits, div) \
186 static int remap_packed##bits##_##name##_slice(AVFilterContext *ctx, void *arg, \
323 ctx->input_pads[1].name, xlink->w, xlink->h, in config_output()
324 ctx->input_pads[2].name, ylink->w, ylink->h); in config_output()
374 .name = "source",
379 .name = "xmap",
383 .name = "ymap",
390 .name
[all...]
H A Dvf_identity.c162 ctx->filter->name, ctx->filter->name, key, comp); in set_meta()
167 ctx->filter->name, ctx->filter->name, key); in set_meta()
304 s->is_msad = !strcmp(ctx->filter->name, "msad"); in config_input_ref()
364 ctx->filter->name, in uninit()
379 .name = "main",
382 .name = "reference",
390 .name = "default",
406 .name
[all...]
H A Dvf_vignette.c64 #define DEF_EXPR_FIELDS(name) AVExpr *name##_pexpr; char *name##_expr; double name
103 #define PARSE_EXPR(name) do { \ in init()
104 int ret = av_expr_parse(&s->name##_pexpr, s->name##_expr, var_names, \ in init()
108 AV_STRINGIFY(name) "'\n"); \ in init()
321 .name = "default",
330 .name
[all...]
/third_party/curl/src/
H A Dtool_writeout.c177 fprintf(stream, "\"%s\":", wovar->name); in writeTime()
184 fprintf(stream, "\"%s\":null", wovar->name); in writeTime()
405 fprintf(stream, "\"%s\":", wovar->name); in writeString()
413 fprintf(stream, "\"%s\":null", wovar->name); in writeString()
462 fprintf(stream, "\"%s\":%ld", wovar->name, longinfo); in writeLong()
472 fprintf(stream, "\"%s\":null", wovar->name); in writeLong()
499 fprintf(stream, "\"%s\":", wovar->name); in writeOffset()
505 fprintf(stream, "\"%s\":null", wovar->name); in writeOffset()
549 for(i = 0; variables[i].name; i++) { in ourWriteOut()
550 if((strlen(variables[i].name) in ourWriteOut()
[all...]
/third_party/elfutils/libebl/
H A Deblobjnote.c47 ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name, uint32_t type, in ebl_object_note() argument
50 if (! ebl->object_note (name, type, descsz, desc)) in ebl_object_note()
54 if (strcmp ("stapsdt", name) == 0) in ebl_object_note()
64 name and arguments. */ in ebl_object_note()
141 if (strncmp (name, ELF_NOTE_GNU_BUILD_ATTRIBUTE_PREFIX, in ebl_object_note()
191 /* Most data actually is inside the name. in ebl_object_note()
196 const char *data = (name in ebl_object_note()
250 size_t bytes = namesz - (value - name); in ebl_object_note()
287 /* NT_VERSION doesn't have any info. All data is in the name. */ in ebl_object_note()
291 if (strcmp ("FDO", name) in ebl_object_note()
[all...]
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_virt.c55 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name,
91 strcpy((char *)info->name, "Virtual RawMIDI"); in snd_rawmidi_virtual_info()
301 For creating a virtual RawMidi instance, pass "virtual" as its name at
312 const char *name, snd_seq_t *seq_handle, int port, in snd_rawmidi_virtual_open()
344 if (name) in snd_rawmidi_virtual_open()
345 rmidi->name = strdup(name); in snd_rawmidi_virtual_open()
364 if (name) in snd_rawmidi_virtual_open()
365 rmidi->name = strdup(name); in snd_rawmidi_virtual_open()
311 snd_rawmidi_virtual_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, const char *name, snd_seq_t *seq_handle, int port, int merge, int mode) snd_rawmidi_virtual_open() argument
397 _snd_rawmidi_virtual_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_rawmidi_virtual_open() argument
[all...]
/third_party/benchmark/src/
H A Dbenchmark_register.cc170 const auto full_name = instance.name().str(); in FindBenchmarks()
207 Benchmark::Benchmark(const std::string& name) in Benchmark() argument
208 : name_(name), in Benchmark()
232 Benchmark* Benchmark::Name(const std::string& name) { in Name() argument
233 SetName(name); in Name()
302 Benchmark* Benchmark::ArgName(const std::string& name) { in ArgName() argument
304 arg_names_ = {name}; in ArgName()
432 Benchmark* Benchmark::ComputeStatistics(const std::string& name, in ComputeStatistics() argument
435 statistics_.emplace_back(name, statistics, unit); in ComputeStatistics()
471 void Benchmark::SetName(const std::string& name) { name argument
[all...]
/third_party/gn/src/gn/
H A Dohos_components.cc36 OhosComponent::OhosComponent(const char *name, const char *subsystem, const char *path) in OhosComponent() argument
38 name_ = std::string(name); in OhosComponent()
47 void OhosComponent::addInnerApi(const std::string &name, const std::string &label) in addInnerApi() argument
59 innerapi_names_[name] = la; in addInnerApi()
60 innerapi_labels_[la] = name; in addInnerApi()
80 void OhosComponent::addInnerApiVisibility(const std::string &name, const std::vector<base::Value> &list) in addInnerApiVisibility() argument
83 innerapi_visibility_[innerapi_names_[name]].push_back(visibility.GetString()); in addInnerApiVisibility()
182 // Check if it is a label with target name in matchComponentByLabel()
203 // Finish matching if target name started in matchComponentByLabel()
274 const base::Value *name in LoadInnerApi() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java29 * Construct an ICULocaleService with a name (useful for debugging).
31 public ICULocaleService(String name) { in ICULocaleService() argument
32 super(name); in ICULocaleService()
350 protected final String name; field in ICULocaleService.LocaleKeyFactory
361 this.name = null; in LocaleKeyFactory()
367 protected LocaleKeyFactory(boolean visible, String name) { in LocaleKeyFactory() argument
369 this.name = name; in LocaleKeyFactory()
417 * Return a localized name for the locale represented by id.
465 if (name ! in toString()
488 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) SimpleLocaleKeyFactory() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java384 private static <T extends Enum<T>> T resolve(Class<T> enumClass, String name) { in resolve() argument
385 checkArgument(!name.isEmpty(), "enumeration name cannot be empty"); in resolve()
386 checkArgument(VALID_ENUM_CHAR.matchesAllOf(name), in resolve()
387 "invalid enumeration name '%s'; expected only ASCII letters or '_'", name); in resolve()
389 if (UPPER_UNDERSCORE.matchesAllOf(name)) { in resolve()
391 } else if (LOWER_UNDERSCORE.matchesAllOf(name)) { in resolve()
395 checkArgument(!name.contains("_"), in resolve()
396 "invalid enumeration name ' in resolve()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICULocaleService.java33 * Construct an ICULocaleService with a name (useful for debugging).
35 public ICULocaleService(String name) { in ICULocaleService() argument
36 super(name); in ICULocaleService()
356 protected final String name; field in ICULocaleService.LocaleKeyFactory
367 this.name = null; in LocaleKeyFactory()
373 protected LocaleKeyFactory(boolean visible, String name) { in LocaleKeyFactory() argument
375 this.name = name; in LocaleKeyFactory()
423 * Return a localized name for the locale represented by id.
471 if (name ! in toString()
495 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) SimpleLocaleKeyFactory() argument
[all...]
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_dump.c142 bo->name, start - bo->offset); in clif_dump_cl()
243 bo->name, start, end - 1); in clif_dump_if_blank()
264 bo->name, start); in clif_dump_binary()
332 out(clif, "@buffer %s\n", new_bo->name); in clif_dump_buffers()
376 out(clif, "@buffer %s\n", bo->name); in clif_dump_buffers()
410 out(clif, "@createbuf_aligned 4096 %s\n", clif->bo[i].name); in clif_dump()
445 clif_dump_add_bo(struct clif_dump *clif, const char *name, in clif_dump_add_bo() argument
454 /* CLIF relocs use the buffer name, so make sure they're unique. */ in clif_dump_add_bo()
456 assert(strcmp(clif->bo[i].name, name) ! in clif_dump_add_bo()
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c141 free((char *)pvo->name); in ssh_ops_channel_destroy()
346 * once we are past that, it's the same <len32>name in ssh_ops_is_pubkey_authorized()
373 ssh_cgi_env_add(struct sshd_instance_priv *priv, const char *name, in ssh_cgi_env_add() argument
381 pvo->name = malloc(strlen(name) + 1); in ssh_cgi_env_add()
382 if (!pvo->name) { in ssh_cgi_env_add()
389 free((char *)pvo->name); in ssh_cgi_env_add()
394 strcpy((char *)pvo->name, name); in ssh_cgi_env_add()
400 lwsl_notice("%s: ENV %s <- %s\n", __func__, name, valu in ssh_cgi_env_add()
406 ssh_ops_set_env(void *_priv, const char *name, const char *value) ssh_ops_set_env() argument
[all...]
/third_party/node/lib/internal/test_runner/
H A Drunner.js100 const name = basename(path);
102 if (!options.userSupplied && name === 'node_modules') {
108 const isTestDir = name === 'test';
165 ArrayPrototypeForEach(testNamePatterns, (pattern) => ArrayPrototypePush(argv, `--test-name-pattern=${pattern}`));
195 file: resolve(this.name),
226 name: item.data.name,
330 data: { __proto__: null, file: this.name, message: nonSerialized.toString('utf-8') },
527 const name = `options.testNamePatterns[${i}]`;
529 return convertStringToRegExp(value, name);
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c143 static int assert_u32_equal(u32 val, u32 ok, const char *name) in assert_u32_equal() argument
147 "was 0x%x.\n", (long long)current_mft_record, name, in assert_u32_equal()
155 static int assert_u32_noteq(u32 val, u32 wrong, const char *name) in assert_u32_noteq() argument
159 "0x%x.\n", (long long)current_mft_record, name, in assert_u32_noteq()
166 static int assert_u32_lesseq(u32 val1, u32 val2, const char *name) in assert_u32_lesseq() argument
170 name, (int)val1, (int)val2); in assert_u32_lesseq()
177 static int assert_u32_less(u32 val1, u32 val2, const char *name) in assert_u32_less() argument
181 name, (int)val1, (int)val2); in assert_u32_less()
487 * todo: name must be legal unicode. in check_attr_record()
511 // todo: name come in check_attr_record()
819 const char *name; main() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c186 wsi->user_space, (char *)ext->name, 0); in lws_generate_client_ws_handshake()
337 * no protocol name to work from, if we don't already have one in lws_client_ws_upgrade()
342 p = (char *)wsi->a.protocol->name; in lws_client_ws_upgrade()
391 strcmp(p, wsi->a.vhost->protocols[n].name) == 0) { in lws_client_ws_upgrade()
410 if (wsi->a.protocol && strcmp(wsi->a.protocol->name, in lws_client_ws_upgrade()
411 wsi->a.vhost->protocols[n].name) == 0) { in lws_client_ws_upgrade()
421 wsi->a.protocol->name); in lws_client_ws_upgrade()
430 wsi->a.protocol->name : "no pcol"); in lws_client_ws_upgrade()
502 if (strcmp(ext_name, ext->name)) { in lws_client_ws_upgrade()
534 (char *)ext->name, ext_nam in lws_client_ws_upgrade()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-intrinsics-generator.cc39 Builtin name, int arg_count);
42 #define DECLARE_INTRINSIC_HELPER(name, lower_case, count) \
43 TNode<Object> name(const InterpreterAssembler::RegListNodePair& args, \
72 #define MAKE_LABEL(name, lower_case, count) \ in InvokeIntrinsic()
77 #define LABEL_POINTER(name, lower_case, count) &lower_case, in InvokeIntrinsic()
81 #define CASE(name, lower_case, count) \ in InvokeIntrinsic()
82 static_cast<int32_t>(IntrinsicsHelper::IntrinsicId::k##name), in InvokeIntrinsic()
87 #define HANDLE_CASE(name, lower_case, expected_arg_count) \ in InvokeIntrinsic()
93 TNode<Object> value = name(args, context, expected_arg_count); \ in InvokeIntrinsic()
115 Builtin name, in in IntrinsicAsBuiltinCall()
113 IntrinsicAsBuiltinCall( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, Builtin name, int arg_count) IntrinsicAsBuiltinCall() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dlookup.h26 // {name} might be a string representation of an element index.
27 inline PropertyKey(Isolate* isolate, Handle<Name> name);
34 Handle<Name> name() const { return name_; } in name() function in v8::internal::PropertyKey
72 // {name} is guaranteed to be a property name (and not e.g. "123").
74 Handle<Name> name,
77 Handle<Name> name, Handle<Object> lookup_start_object,
102 inline Handle<Name> name() const;
196 Handle<Name> name);
217 Handle<Name> name, size_
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc287 void StringStream::PrintName(Object name) { in PrintName() argument
288 if (name.IsString()) { in PrintName()
289 String str = String::cast(name); in PrintName()
296 Add("%o", name); in PrintName()
415 Object name = fun.shared().Name(); in PrintPrototype() local
432 if (!name.IsString() || !key.IsString() || in PrintPrototype()
433 !String::cast(name).Equals(String::cast(key))) { in PrintPrototype()
436 if (name.IsString() && String::cast(name).length() == 0) { in PrintPrototype()
439 name in PrintPrototype()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c314 char name[80] = { '\0' }; /* should be big enough */ in dh_set_ctx_params() local
324 str = name; in dh_set_ctx_params()
325 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
328 if (name[0] == '\0') in dh_set_ctx_params()
330 else if (strcmp(name, OSSL_KDF_NAME_X942KDF_ASN1) == 0) in dh_set_ctx_params()
339 str = name; in dh_set_ctx_params()
340 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
353 pdhctx->kdf_md = EVP_MD_fetch(pdhctx->libctx, name, mdprops); in dh_set_ctx_params()
397 str = name; in dh_set_ctx_params()
402 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c155 char *name = NULL; in util_verbose() local
177 /* Get the command name */ in util_verbose()
181 name = app_malloc(len + 1, "name buffer"); in util_verbose()
182 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name, in util_verbose()
207 (xpos + (int)strlen(name) > line_wrap)) { in util_verbose()
211 xpos += BIO_printf(out, "%s", name); in util_verbose()
214 BIO_printf(out, "%s: %s\n", name, in util_verbose()
222 OPENSSL_free(name); in util_verbose()
223 name in util_verbose()
386 const char *name = ENGINE_get_name(e); engine_main() local
[all...]
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs259 {name} {version}
289 /// The function given should take a clap argument name and return a help
298 let arg = |name| Arg::new(name).help(doc(name)); in cmd()
299 let flag = |name| arg(name).long(name).action(ArgAction::SetTrue); in cmd()
478 ($map:expr, $name:expr, $short:expr) => {
479 doc!($map, $name,
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py45 self.rules = {rule.name: rule for rule in rules}
49 return "\n".join(str(rule) for name, rule in self.rules.items())
70 def __init__(self, name: str, type: Optional[str], rhs: Rhs, memo: Optional[object] = None):
71 self.name = name
79 return self.name.startswith("_loop")
82 return self.name.startswith("_gather")
86 res = f"{self.name}: {self.rhs}"
88 res = f"{self.name}[{self.type}]: {self.rhs}"
96 return f"Rule({self.name!
[all...]
/third_party/python/Lib/
H A Dsite.py29 A path configuration file is a file whose name has the form
160 def addpackage(sitedir, name, known_paths):
170 fullname = os.path.join(sitedir, name)
224 names = [name for name in names if name.endswith(".pth")]
225 for name in sorted(names):
226 addpackage(sitedir, name, known_paths)
276 if os.name == "nt":
287 # Same to sysconfig.get_path('purelib', os.name
[all...]

Completed in 23 milliseconds

1...<<171172173174175176177178179180>>...745