Home
last modified time | relevance | path

Searched refs:name (Results 6676 - 6700 of 63980) sorted by relevance

1...<<261262263264265266267268269270>>...2560

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.hpp255 TextureBufferOperations(Context& context, const ExtParameters& extParams, const char* name,
317 TextureBufferOperationsViaBufferObjectLoad(Context& context, const ExtParameters& extParams, const char* name,
334 TextureBufferOperationsViaCPUWrites(Context& context, const ExtParameters& extParams, const char* name,
351 TextureBufferOperationsViaFrambufferReadBack(Context& context, const ExtParameters& extParams, const char* name,
383 TextureBufferOperationsViaTransformFeedback(Context& context, const ExtParameters& extParams, const char* name,
413 TextureBufferOperationsViaImageStore(Context& context, const ExtParameters& extParams, const char* name,
442 TextureBufferOperationsViaSSBOWrites(Context& context, const ExtParameters& extParams, const char* name,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py6 """Generate a mapping of extension name -> all required extension names for
97 api_name - API name for which to generate dependencies. Only
126 name = elem.get('name')
131 self.allExts.add(name)
133 if 'KHR' in name:
134 self.khrExts.add(name)
137 self.ratifiedExts.add(name)
139 self.graph.add_node(name)
149 self.graph.add_edge(name, de
[all...]
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp20 "-locale name ICU locale to use. Default is en_US\n"
66 const char *name; member
96 for (pOpt = opts; pOpt->name != 0; pOpt ++) { in processOptions()
97 if (strcmp(pOpt->name, pArgName) == 0) { in processOptions()
106 pOpt->name); in processOptions()
115 pOpt->name); in processOptions()
123 pOpt->name); in processOptions()
131 if (pOpt->name == 0) in processOptions()
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp140 PROPBAG2 name; in SkEncodeImageWithWIC() local
141 memset(&name, 0, sizeof(name)); in SkEncodeImageWithWIC()
142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC()
143 name.vt = VT_R4; in SkEncodeImageWithWIC()
144 name.pstrName = const_cast<LPOLESTR>(L"ImageQuality"); in SkEncodeImageWithWIC()
155 piPropertybag->Write(1, &name, &value); in SkEncodeImageWithWIC()
/third_party/optimized-routines/string/test/
H A Dmemmove.c20 const char *name; member
75 ERR ("%s(%p,..) returned %p\n", fun->name, d, p); in test()
80 ERR ("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, in test()
120 ERR ("%s(%p,..) returned %p\n", fun->name, d, p); in test_overlap()
125 ERR ("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, in test_overlap()
140 for (int i = 0; funtab[i].name; i++) in main()
159 printf ("%s %s\n", err_count ? "FAIL" : pass, funtab[i].name); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
H A Dmain.go85 _, name := filepath.Split(path)
86 return name
105 name string
111 for name, times := range byName {
134 name: name,
145 fmt.Fprintf(w, "Delta\t | Test name\t | (A) %v\t | (B) %v\n", nameA, nameB)
151 fmt.Fprintf(w, "%v%.2fx %v%+v\t | %v\t | %v\t | %v\n", sign, delta.absRelDiff, sign, diff, delta.name, delta.times.a, delta.times.b)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp30 #define RECORD(name, altName, print, parse) #name in get_amd_kernel_code_t_FldNames()
40 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames()
58 static int get_amd_kernel_code_t_FieldIndex(StringRef name) { in get_amd_kernel_code_t_FieldIndex() argument
61 return map.lookup(name) - 1; // returns -1 if not found in get_amd_kernel_code_t_FieldIndex()
91 #define RECORD(name, altName, print, parse) print in getPrinterTable()
161 #define RECORD(name, altName, print, parse) parse in getParserTable()
174 Err << "unexpected amd_kernel_code_t field name " << ID; in parseAmdKernelCodeField()
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc35 auto name = builder_.Symbols().NameFor(s->Name()); in StructName() local
36 if (name.size() > 1 && name[0] == '_' && name[1] == '_') { in StructName()
37 name = utils::GetOrCreate(builtin_struct_names_, s, in StructName()
38 [&] { return UniqueIdentifier(name.substr(2)); }); in StructName()
40 return name; in StructName()
/third_party/skia/tools/lottie-web-perf/
H A Dlottie-web-perf.js15 name: 'input',
20 name: 'output',
25 name: 'use_gpu',
30 name: 'port',
35 name: 'lottie_player',
40 name: 'backend',
45 name: 'help',
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp80 static bool do_this_test(const char* name, in do_this_test() argument
84 if (bad == name) { in do_this_test()
89 if (good == name) { in do_this_test()
127 const char* name = gm->getName(); in main()
128 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()
132 goodResults.emplace_back(name); in main()
134 badResults.emplace_back(name); in main()
/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py15 # * Neither the name of Google Inc. nor the names of its
70 def __init__(cls, name, bases, dictionary):
74 name: Name of the class (ignored, but required by the metaclass
106 def __init__(cls, name, bases, dictionary):
110 name: Name of the class (ignored, here).
120 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
170 setattr(cls, method.name, self._GenerateNonImplementedMethod(method))
186 method = getattr(srvc, method_descriptor.name)
232 self._NonImplementedMethod(method.name, rpc_controller, callback))
279 setattr(cls, method.name, sel
[all...]
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs13 fn file_name(&self, name: &str) -> String { in file_name()
14 format!("_{name}") in file_name()
25 "#compdef {name} in generate()
29 _{name}() {{ in generate()
46 if [ \"$funcstack[1]\" = \"_{name}\" ]; then in generate()
47 _{name} \"$@\" in generate()
49 compdef _{name} {name} in generate()
52 name = bin_name, in generate()
73 // [arg_name]: The name o
[all...]
/third_party/rust/crates/cxx/gen/build/src/
H A Dcargo.rs18 fn eval(&self, name: &str, query_value: Option<&str>) -> CfgResult { in eval()
20 if name == "feature" { in eval()
28 if name == "test" && query_value.is_none() { in eval()
32 if let Some(cargo_value) = env.cfgs.get(Lookup::new(name)) { in eval()
39 if name == "debug_assertions" && query_value.is_none() { in eval()
100 fn new(name: &str) -> &Self { in new()
101 unsafe { &*(name as *const str as *const Self) } in new()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_array_type_emitter.h38 void EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
41 void EmitCppReadVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
44 void EmitTsWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
47 void EmitTsReadVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
61 void EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.cpp26 void LoadFunction(void* handle, const char* name, T* nnrtFunction) in LoadFunction() argument
28 if (name == nullptr) { in LoadFunction()
29 LOGE("LoadFunction error: the function %s does not exist.", name); in LoadFunction()
33 void* fn = dlsym(handle, name); in LoadFunction()
35 LOGE("LoadFunction error: unable to open function %{public}s", name); in LoadFunction()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_manager.h35 int32_t RegisterStartupTask(const std::string &name, const std::shared_ptr<StartupTask> &startupTask);
50 int32_t RemoveResult(const std::string &name);
52 int32_t GetResult(const std::string &name, std::shared_ptr<StartupTaskResult> &result);
54 int32_t IsInitialized(const std::string &name, bool &isInitialized);
66 int32_t AddStartupTask(const std::string &name,
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h37 std::string name; member
46 std::string name; member
56 std::string name; member
76 std::string name; member
98 std::string name; member
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.h40 void ConvertSpecConstToConstant(spirv_cross::CompilerGLSL& compiler, const char* name);
43 void ConvertConstantToUniform(const spirv_cross::CompilerGLSL& compiler, std::string& source, const char* name);
45 void SetSpecMacro(spirv_cross::CompilerGLSL& compiler, const char* name, uint32_t value);
61 uint32_t ConstId(spirv_cross::CompilerGLSL& compiler, const char* name);
63 uint32_t SpecConstId(spirv_cross::CompilerGLSL& compiler, const char* name);
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp34 Impl(const std::string& name, sptr<DisplayInfo> info) in Impl() argument
37 name_= name; in Impl()
41 DEFINE_VAR_FUNC_GET_SET(std::string, Name, name);
44 DisplayLite::DisplayLite(const std::string& name, sptr<DisplayInfo> info) in DisplayLite() argument
45 : pImpl_(new Impl(name, info)) in DisplayLite()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h48 int CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) override;
49 int DropCollection(const std::string &name, bool ignoreNonExists) override;
50 bool IsCollectionExists(const std::string &name, int &errCode) override;
52 int SetCollectionOption(const std::string &name, const std::string &option) override;
53 int CleanCollectionOption(const std::string &name) override;
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Defibc.c24 static int efibc_set_variable(const char *name, const char *value) in efibc_set_variable() argument
32 pr_err("value is too large (%zu bytes) for '%s' EFI variable\n", size, name); in efibc_set_variable()
38 pr_err("failed to allocate efivar entry for '%s' EFI variable\n", name); in efibc_set_variable()
42 efibc_str_to_str16(name, entry->var.VariableName); in efibc_set_variable()
55 name, ret); in efibc_set_variable()
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h87 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen);
92 int cfe_getdevinfo(char *name);
93 int cfe_getenv(char *name, char *dest, int destlen);
100 int cfe_open(char *name);
104 int cfe_setenv(char *name, char *val);
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dstmark2.c24 .name = "U-Boot (1024K)",
28 .name = "Kernel+initramfs (7168K)",
32 .name = "Flash Free Space (8192K)",
39 .name = "is25lp128",
86 .name = "fsl-dspi",
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dperf_event.h33 #define CPUMF_EVENT_ATTR(cat, name, id) \
34 PMU_EVENT_ATTR(name, EVENT_VAR(cat, name), id, cpumf_events_sysfs_show)
35 #define CPUMF_EVENT_PTR(cat, name) EVENT_PTR(cat, name)
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dexecvp.c51 char *name, *p; in execvp_noalloc() local
58 /* Copy the file name at the top. */ in execvp_noalloc()
59 name = memcpy(buf + pathlen + 1, file, len); in execvp_noalloc()
61 *--name = '/'; in execvp_noalloc()
78 startp = name + 1; in execvp_noalloc()
80 startp = memcpy(name - (p - path), path, p - path); in execvp_noalloc()
82 /* Try to execute this name. If it works, execv will not return. */ in execvp_noalloc()

Completed in 17 milliseconds

1...<<261262263264265266267268269270>>...2560