/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
H A D | ast.js | 21 * Maps {string, hash} where the string is the type name and the hash is: 29 * Maps {string, number} where the string is the type name and the number is 43 if (inst.name() === "OpTypeInt" || inst.name() === "OpTypeFloat") { 44 let is_int = inst.name() === "OpTypeInt"; 46 this.types_[inst.operand(0).name()] = { 61 getType(name) { return this.types_[name]; } 63 getId(name) { 64 if (this.assigned_ids_[name] ! [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
H A D | ast.js | 21 * Maps {string, hash} where the string is the type name and the hash is: 29 * Maps {string, number} where the string is the type name and the number is 43 if (inst.name() === "OpTypeInt" || inst.name() === "OpTypeFloat") { 44 let is_int = inst.name() === "OpTypeInt"; 46 this.types_[inst.operand(0).name()] = { 61 getType(name) { return this.types_[name]; } 63 getId(name) { 64 if (this.assigned_ids_[name] ! [all...] |
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ClientHandlers.cpp | 22 bool Client::Handle{{command.name.CamelCase()}}(DeserializeBuffer* deserializeBuffer) { 23 Return{{command.name.CamelCase()}}Cmd cmd; 31 {% set Type = member.handle_type.name.CamelCase() %} 32 {% set name = as_varName(member.name) %} 35 {{Type}}* {{name}} = {{Type}}Allocator().GetObject(cmd.{{name}}.id); 36 uint32_t {{name}}Generation = {{Type}}Allocator().GetGeneration(cmd.{{name}}.id); 37 if ({{name}}Generatio [all...] |
/third_party/skia/tools/flags/ |
H A D | CommonFlagsGpu.cpp | 53 static GpuPathRenderers get_named_pathrenderers_flags(const char* name) { in get_named_pathrenderers_flags() argument 54 if (!strcmp(name, "none")) { in get_named_pathrenderers_flags() 56 } else if (!strcmp(name, "dashline")) { in get_named_pathrenderers_flags() 58 } else if (!strcmp(name, "aahairline")) { in get_named_pathrenderers_flags() 60 } else if (!strcmp(name, "aaconvex")) { in get_named_pathrenderers_flags() 62 } else if (!strcmp(name, "aalinearizing")) { in get_named_pathrenderers_flags() 64 } else if (!strcmp(name, "small")) { in get_named_pathrenderers_flags() 66 } else if (!strcmp(name, "tri")) { in get_named_pathrenderers_flags() 68 } else if (!strcmp(name, "atlas")) { in get_named_pathrenderers_flags() 70 } else if (!strcmp(name, "tes in get_named_pathrenderers_flags() 88 const char* name = FLAGS_pr[i]; collect_gpu_path_renderers_from_flags() local [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | dummies.rs | 7 pub fn parser(name: &Ident) -> proc_macro2::TokenStream { in parser() 8 let into_app = into_app(name); in parser() 10 impl clap::Parser for #name {} in parser() 16 pub fn into_app(name: &Ident) -> proc_macro2::TokenStream { in into_app() 18 impl clap::CommandFactory for #name { in into_app() 30 pub fn from_arg_matches(name: &Ident) -> proc_macro2::TokenStream { in from_arg_matches() 32 impl clap::FromArgMatches for #name { in from_arg_matches() 44 pub fn subcommand(name: &Ident) -> proc_macro2::TokenStream { in subcommand() 45 let from_arg_matches = from_arg_matches(name); in subcommand() 47 impl clap::Subcommand for #name { in subcommand() [all...] |
/third_party/spirv-tools/tools/sva/src/ |
H A D | ast.js | 21 * Maps {string, hash} where the string is the type name and the hash is: 29 * Maps {string, number} where the string is the type name and the number is 43 if (inst.name() === "OpTypeInt" || inst.name() === "OpTypeFloat") { 44 let is_int = inst.name() === "OpTypeInt"; 46 this.types_[inst.operand(0).name()] = { 61 getType(name) { return this.types_[name]; } 63 getId(name) { 64 if (this.assigned_ids_[name] ! [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Env.c | 29 OMX_ERRORTYPE Rockchip_OSAL_GetEnvU32(const char *name, OMX_U32 *value, OMX_U32 default_value) in Rockchip_OSAL_GetEnvU32() argument 33 int len = __system_property_get(name, prop); in Rockchip_OSAL_GetEnvU32() 50 OMX_ERRORTYPE Rockchip_OSAL_GetEnvStr(const char *name, char *value, OMX_U32 valueSize, char *default_value) in Rockchip_OSAL_GetEnvStr() argument 54 int len = __system_property_get(name, value); in Rockchip_OSAL_GetEnvStr() 72 OMX_ERRORTYPE Rockchip_OSAL_SetEnvU32(const char *name, OMX_U32 value) in Rockchip_OSAL_SetEnvU32() argument 81 int len = __system_property_set(name, buf); in Rockchip_OSAL_SetEnvU32() 91 OMX_ERRORTYPE Rockchip_OSAL_SetEnvStr(const char *name, char *value) in Rockchip_OSAL_SetEnvStr() argument 94 int len = __system_property_set(name, value); in Rockchip_OSAL_SetEnvStr() 122 OMX_ERRORTYPE Rockchip_OSAL_GetEnvU32(const char *name, OMX_U32 *value, OMX_U32 default_value) in Rockchip_OSAL_GetEnvU32() argument 124 if ((value == NULL) || (name in Rockchip_OSAL_GetEnvU32() 143 Rockchip_OSAL_GetEnvStr(const char *name, char *value, OMX_U32 valueSize, char *default_value) Rockchip_OSAL_GetEnvStr() argument 157 Rockchip_OSAL_SetEnvU32(const char *name, OMX_U32 value) Rockchip_OSAL_SetEnvU32() argument 170 Rockchip_OSAL_SetEnvStr(const char *name, char *value) Rockchip_OSAL_SetEnvStr() argument [all...] |
/third_party/libuv/test/ |
H A D | test-env-vars.c | 29 const char* name = "UV_TEST_FOO"; in TEST_IMPL() local 39 r = uv_os_setenv(name, NULL); in TEST_IMPL() 48 r = uv_os_getenv(name, NULL, &size); in TEST_IMPL() 50 r = uv_os_getenv(name, buf, NULL); in TEST_IMPL() 53 r = uv_os_getenv(name, buf, &size); in TEST_IMPL() 61 r = uv_os_setenv(name, "123456789"); in TEST_IMPL() 67 r = uv_os_getenv(name, buf, &size); in TEST_IMPL() 75 r = uv_os_getenv(name, buf, &size); in TEST_IMPL() 80 r = uv_os_unsetenv(name); in TEST_IMPL() 84 r = uv_os_getenv(name, bu in TEST_IMPL() [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.cc | 32 int StubCache::PrimaryOffset(Name name, Map map) { in PrimaryOffset() argument 33 // Compute the hash of the name (use entire hash field). in PrimaryOffset() 34 DCHECK(name.HasHashCode()); in PrimaryOffset() 35 uint32_t field = name.raw_hash_field(); in PrimaryOffset() 41 // Base the offset on a simple combination of name and map. in PrimaryOffset() 50 int StubCache::SecondaryOffset(Name name, Map old_map) { in SecondaryOffset() argument 51 uint32_t name_low32bits = static_cast<uint32_t>(name.ptr()); in SecondaryOffset() 58 int StubCache::PrimaryOffsetForTesting(Name name, Map map) { in PrimaryOffsetForTesting() argument 59 return PrimaryOffset(name, map); in PrimaryOffsetForTesting() 62 int StubCache::SecondaryOffsetForTesting(Name name, Ma argument 69 CommonStubCacheChecks(StubCache* stub_cache, Name name, Map map, MaybeObject handler) CommonStubCacheChecks() argument 83 Set(Name name, Map map, MaybeObject handler) Set() argument 112 Get(Name name, Map map) Get() argument [all...] |
/third_party/curl/lib/ |
H A D | easygetopt.c | 32 static struct curl_easyoption *lookup(const char *name, CURLoption id) in lookup() argument 34 DEBUGASSERT(name || id); in lookup() 36 if(name || id) { in lookup() 39 if(name) { in lookup() 40 if(strcasecompare(o->name, name)) in lookup() 49 } while(o->name); in lookup() 54 const struct curl_easyoption *curl_easy_option_by_name(const char *name) in curl_easy_option_by_name() argument 56 /* when name is used, the id argument is ignored */ in curl_easy_option_by_name() 57 return lookup(name, CURLOPT_LASTENTR in curl_easy_option_by_name() 80 curl_easy_option_by_name(const char *name) curl_easy_option_by_name() argument [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | dn_comp.c | 20 * @tc.name : dn_comp_0100 21 * @tc.desc : Verify domain name compression (all parameters are valid) 26 char name[1024] = "www.baidu.com"; in dn_comp_0100() local 28 int result = dn_comp(name, buf, 1024, NULL, NULL); in dn_comp_0100() 33 * @tc.name : dn_comp_0200 34 * @tc.desc : Verify that the domain name cannot be compressed (SRC parameter invalid, length 1) 39 char name[1024] = "."; in dn_comp_0200() local 41 int result = dn_comp(name, buf, 1024, NULL, NULL); in dn_comp_0200() 46 * @tc.name : dn_comp_0300 47 * @tc.desc : Verify that the domain name canno 52 char name[1024]; dn_comp_0300() local 68 char name[1024] = "www.baidu.com"; dn_comp_0400() local 81 char name[1024] = "www.baidu.com"; dn_comp_0500() local 94 char name[1024] = "www.baidu.com"; dn_comp_0600() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | sourceMapValidationDestructuringVariableStatement.js | 3 name: string; 10 var robotA: Robot = { name: "mower", skill: "mowing" }; 11 var robotB: Robot = { name: "trimmer", skill: "trimming" }; 12 var { name: nameA } = robotA; 13 var { name: nameB, skill: skillB } = robotB; 14 var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }; property 24 var robotA = { name: "mower", skill: "mowing" };
25 var robotB = { name: "trimmer", skill: "trimming" };
26 var nameA = robotA.name;
[all...] |
H A D | knockout.js | 13 name: ko.observable("Bob"), 16 var x_v = o.name().length 18 var name_v = o.name("Robert"); 19 var zz_v = o.name.N; 20 var yy_v = o.name.g; 21 var rr_v = o.name.r; 22 var dd_v = o.name.d; 27 name: ko.observable("Bob"),
30 var x_v = o.name().length;
32 var name_v = o.name("Rober [all...] |
/third_party/protobuf/src/google/protobuf/testing/ |
H A D | file.h | 15 // * Neither the name of Google Inc. nor the names of its 49 static bool Exists(const string& name); 53 static bool ReadFileToString(const string& name, string* output, bool text_mode = false); 56 static void ReadFileToStringOrDie(const string& name, string* output); 60 const string& name); 64 const string& name); 67 static bool CreateDir(const string& name, int mode); 72 // If "name" is a file, we delete it. If it is a directory, we 77 static void DeleteRecursively(const string& name, 84 const string& name, strin in GetContents() 83 GetContents( const string& name, string* output, bool ) GetContents() argument 88 GetContentsAsText( const string& name, string* output, bool ) GetContentsAsText() argument 93 SetContents( const string& name, const string& contents, bool ) SetContents() argument [all...] |
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/ |
H A D | basic.fig.js | 2 name: "my-app", 6 name: "test", 10 name: "-d", 14 name: "-c", 17 name: ["-h", "--help"], 23 name: "help", 27 name: "test", 31 name: "help", 39 name: "-c", 42 name [all...] |
/third_party/ltp/lib/ |
H A D | tst_arch.c | 14 .name = "x86_64", 17 .name = "x86", 20 .name = "ia64", 23 .name = "ppc64", 26 .name = "ppc", 29 .name = "s390x", 32 .name = "s390", 35 .name = "aarch64", 38 .name = "arm", 41 .name 63 is_valid_arch_name(const char *name) is_valid_arch_name() argument [all...] |
/third_party/python/Tools/scripts/ |
H A D | make_ctype.py | 20 for name in NAMES: 21 if name in ("ALPHA", "ALNUM"): 23 if name == "XDIGIT": 26 method = getattr(c, "is" + name.lower()) 28 flags.append("FLAG_" + name) 45 for name in NAMES: 47 (name, name)) 51 for name in NAMES: 52 name variable [all...] |
/base/security/asset/frameworks/definition/src/ |
H A D | macros.rs | 32 ($(#[$meta:meta])* $vis:vis enum $name:ident { 36 $vis enum $name { 40 impl std::convert::TryFrom<u32> for $name { 45 $(x if x == $name::$vname as u32 => Ok($name::$vname),)* in try_from() 48 "[FATAL]Type[{}] try from u32[{}] failed.", stringify!($name), v) in try_from() 54 impl std::fmt::Display for $name { 57 $($name::$vname => { in fmt() 58 write!(f, "{}", stringify!($name::$vname)) in fmt() 80 ($(#[$meta:meta])* $vis:vis enum $name [all...] |
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
H A D | OhSampleBusiness.java | 50 @Excel(name = "名称", width = 100) 52 private String name; field in OhSampleBusiness 57 @Excel(name = "封面", width = 100) 64 @Excel(name = "是否营业", width = 15, dicCode = "yn") 71 @Excel(name = "地址", width = 255) 78 @Excel(name = "经度", width = 32) 85 @Excel(name = "纬度", width = 32) 97 @Excel(name = "开始时间") 104 @Excel(name = "结束时间") 111 @Excel(name [all...] |
/third_party/jinja2/ |
H A D | exceptions.py | 22 If the given name is :class:`Undefined` and no message was 32 name: t.Optional[t.Union[str, "Undefined"]], 35 IOError.__init__(self, name) 40 if isinstance(name, Undefined): 41 name._fail_with_undefined_error() 43 message = name 46 self.name = name 47 self.templates = [name] 59 If a name i [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | dumpmodules.c | 40 static void short_info(const char *name, const char *path, pa_modinfo *i) { in short_info() argument 41 pa_assert(name); in short_info() 44 printf("%-40s%s\n", name, i->description ? i->description : "n/a"); in short_info() 47 static void long_info(const char *name, const char *path, pa_modinfo *i) { in long_info() argument 49 pa_assert(name); in long_info() 57 printf(_("Name: %s\n"), name); in long_info() 79 static void show_info(const char *name, const char *path, void (*info)(const char *name, const char *path, pa_modinfo*i)) { in show_info() argument 82 pa_assert(name); in show_info() 84 if ((i = pa_modinfo_get_by_name(path ? path : name))) { in show_info() 90 is_preloaded(const char *name) is_preloaded() argument [all...] |
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_database.py | 15 # * Neither the name of Google Inc. nor the names of its 43 """Raised when a proto is added with the same name & different descriptor.""" 60 add a proto with the same name but different definition than an 63 proto_name = file_desc_proto.name 75 for name in _ExtractSymbols(message, package): 76 self._AddSymbol(name, file_desc_proto) 78 self._AddSymbol(('.'.join((package, enum.name))), file_desc_proto) 81 '.'.join((package, enum_value.name))] = file_desc_proto 83 self._AddSymbol(('.'.join((package, extension.name))), file_desc_proto) 85 self._AddSymbol(('.'.join((package, service.name))), file_desc_prot [all...] |
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_userinfo.cpp | 54 int UserInfo::SetUserId(const std::string& name, const std::string& value)
in SetUserId() argument 59 if (AppEventStore::GetInstance().QueryUserId(name, out) == DB_FAILED) {
in SetUserId() 64 if (AppEventStore::GetInstance().InsertUserId(name, value) == DB_FAILED) {
in SetUserId() 69 if (AppEventStore::GetInstance().UpdateUserId(name, value) == DB_FAILED) {
in SetUserId() 75 userIds_[name] = value;
in SetUserId() 81 int UserInfo::GetUserId(const std::string& name, std::string& out)
in GetUserId() argument 86 if (userIds_.find(name) == userIds_.end()) {
in GetUserId() 90 out = userIds_.at(name);
in GetUserId() 95 int UserInfo::RemoveUserId(const std::string& name)
in RemoveUserId() argument 99 if (AppEventStore::GetInstance().DeleteUserId(name) in RemoveUserId() 112 SetUserProperty(const std::string& name, const std::string& value) SetUserProperty() argument 139 GetUserProperty(const std::string& name, std::string& out) GetUserProperty() argument 153 RemoveUserProperty(const std::string& name) RemoveUserProperty() argument [all...] |
/third_party/rust/crates/syn/codegen/src/ |
H A D | visit.rs | 11 fn simple_visit(item: &str, name: &Operand) -> TokenStream { in simple_visit() 14 let name = name.ref_tokens(); in simple_visit() 16 v.#method(#name) in simple_visit() 20 fn noop_visit(name: &Operand) -> TokenStream { in noop_visit() 21 let name = name.tokens(); in noop_visit() 23 skip!(#name) in noop_visit() 31 name: &Operand, in visit() 35 let name in visit() [all...] |
/third_party/node/lib/ |
H A D | _http_agent.js | 126 const name = this.getName(options); 127 debug('agent.on(free)', name); 139 const requests = this.requests[name]; 154 delete this.requests[name]; 167 const freeSockets = this.freeSockets[name] || []; 170 if (this.sockets[name]) 171 count += this.sockets[name].length; 181 this.freeSockets[name] = freeSockets; 218 let name = options.host || 'localhost'; 220 name [all...] |