/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferOperations.hpp | 255 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 D | extdependency.py | 6 """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 D | coll.cpp | 20 "-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 D | SkImageEncoder_WIC.cpp | 140 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 D | memmove.c | 20 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 D | main.go | 85 _, 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 D | AMDKernelCodeTUtils.cpp | 30 #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 D | text_generator.cc | 35 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 D | lottie-web-perf.js | 15 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 D | jitter_gms.cpp | 80 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 D | service_reflection.py | 15 # * 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 D | zsh.rs | 13 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 D | cargo.rs | 18 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 D | sa_array_type_emitter.h | 38 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 D | nnrt_client.cpp | 26 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 D | startup_manager.h | 35 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 D | bundle_pack_info.h | 37 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 D | spirv_cross_helpers_gles.h | 40 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 D | display_lite.cpp | 34 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 D | sqlite_store_executor_impl.h | 48 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 D | efibc.c | 24 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 D | cfe_api.h | 87 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 D | stmark2.c | 24 .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 D | perf_event.h | 33 #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 D | execvp.c | 51 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()
|