Home
last modified time | relevance | path

Searched +defs:mode +defs:name (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/third_party/zlib/contrib/iostream3/
Dzfstream.cc51 gzfilebuf::open(const char *name, in open()
52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
379 gzifstream::gzifstream(const char* name, in gzifstream()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
398 gzifstream::open(const char* name, in open()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/asm/
Daliased-entry-point-names.asm.multi.json4 "name" : "maim", string
5 "mode" : "vert" string
8 "name" : "main", string
9 "mode" : "vert" string
12 "name" : "maim", string
13 "mode" : "frag" string
16 "name" : "main", string
17 "mode" : "frag" string
22 "name" : "_8", string
25 "name" : "_m0", string
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp32 bool add_interface(const glsl_type *i, enum ir_variable_mode mode) in add_interface()
62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface()
85 symbol_table_entry(const glsl_type *t, enum ir_variable_mode mode) : in symbol_table_entry()
128 bool glsl_symbol_table::name_declared_this_scope(const char *name) in name_declared_this_scope()
169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type()
175 bool glsl_symbol_table::add_interface(const char *name, const glsl_type *i, in add_interface()
176 enum ir_variable_mode mode) in add_interface()
209 char *name = ralloc_asprintf(mem_ctx, "#default_precision_%s", type_name); in add_default_precision_qualifier() local
231 ir_variable *glsl_symbol_table::get_variable(const char *name) in get_variable()
237 const glsl_type *glsl_symbol_table::get_type(const char *name) in get_type()
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Ddissect.c71 static inline usage_t u_rval(usage_t mode) in u_rval()
77 static inline usage_t u_addr(usage_t mode) in u_addr()
90 static usage_t fix_mode(struct symbol *type, usage_t mode) in fix_mode()
122 static struct symbol *report_member(usage_t mode, struct position *pos, in report_member()
133 static void report_implicit(usage_t mode, struct position *pos, struct symbol *type) in report_implicit()
165 static struct symbol *report_symbol(usage_t mode, struct expression *expr) in report_symbol()
181 char name[256]; in deanon() local
204 struct ident *name = node->ident; in examine_sym_node() local
269 static struct symbol *__lookup_member(struct symbol *type, struct ident *name, int *p_addr) in __lookup_member()
296 static struct symbol *lookup_member(struct symbol *type, struct ident *name, int *addr) in lookup_member()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h38 static bool IsSignedInt(FormatMode mode) { in IsSignedInt()
43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt()
48 static bool IsInt(FormatMode mode) { in IsInt()
52 static bool IsFloat(FormatMode mode) { in IsFloat()
56 static bool IsInt8(FormatMode mode, uint32_t num_bits) { in IsInt8()
59 static bool IsInt16(FormatMode mode, uint32_t num_bits) { in IsInt16()
62 static bool IsInt32(FormatMode mode, uint32_t num_bits) { in IsInt32()
65 static bool IsInt64(FormatMode mode, uint32_t num_bits) { in IsInt64()
69 static bool IsUint8(FormatMode mode, uint32_t num_bits) { in IsUint8()
72 static bool IsUint16(FormatMode mode, uint32_t num_bits) { in IsUint16()
[all …]
/third_party/flutter/skia/src/gpu/effects/generated/
DGrBlurredEdgeFragmentProcessor.h20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
25 const char* name() const override { return "BlurredEdgeFragmentProcessor"; } in name() function
26 Mode mode; variable
29 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
DGrConstColorProcessor.h23 static OptimizationFlags OptFlags(const SkPMColor4f& color, InputMode mode) { in OptFlags()
45 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f color, InputMode mode) { in Make()
50 const char* name() const override { return "ConstColorProcessor"; } in name() function
52 InputMode mode; variable
55 GrConstColorProcessor(SkPMColor4f color, InputMode mode) in GrConstColorProcessor()
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc69 bool File::Exists(const string& name) { in Exists()
73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString()
89 void File::ReadFileToStringOrDie(const string& name, string* output) { in ReadFileToStringOrDie()
93 bool File::WriteStringToFile(const string& contents, const string& name) { in WriteStringToFile()
112 void File::WriteStringToFileOrDie(const string& contents, const string& name) { in WriteStringToFileOrDie()
123 bool File::CreateDir(const string& name, int mode) { in CreateDir()
130 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir()
146 void File::DeleteRecursively(const string& name, in DeleteRecursively()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderReturnTests.cpp62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc()
82 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bo… in ShaderReturnCase()
126 ShaderReturnCase* makeConditionalReturnInFuncCase (Context& context, const char* name, const char* … in makeConditionalReturnInFuncCase()
166 ShaderReturnCase* makeOutputWriteReturnCase (Context& context, const char* name, const char* descri… in makeOutputWriteReturnCase()
222 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description… in makeReturnInLoopCase()
269 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName()
282 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc()
330 …string name = string("conditional_return_") + getReturnModeName((ReturnMode)returnMode) + (isFra… in init() local
395 …string name = string("output_write_") + (inFunc ? "in_func_" : "") + getReturnModeName((ReturnMode… in init() local
410 …string name = string("return_in_") + (isDynamicLoop ? "dynamic" : "static") + "_loop_" + getRetu… in init() local
Des3fShaderDiscardTests.cpp68 ShaderDiscardCase::ShaderDiscardCase (Context& context, const char* name, const char* description, … in ShaderDiscardCase()
160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc()
286 static const char* getModeName (DiscardMode mode) in getModeName()
316 static const char* getModeDesc (DiscardMode mode) in getModeDesc()
331 ShaderDiscardCase* makeDiscardCase (Context& context, DiscardTemplate tmpl, DiscardMode mode) in makeDiscardCase()
349 string name = string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase() local
358 for (int mode = 0; mode < DISCARDMODE_LAST; mode++) in init() local
/third_party/flutter/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
34 SkBlendMode mode) { in Make()
39 const char* name() const override { return "ComposeTwo"; } in name() function in ComposeTwoFragmentProcessor
62 SkBlendMode mode) in ComposeTwoFragmentProcessor()
72 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
189 SkBlendMode mode; in TestCreate() local
230 SkBlendMode mode = cs.getMode(); in emitCode() local
247 SkBlendMode mode) { in MakeFromTwoProcessors()
271 SkBlendMode mode, Child child) { in Make()
279 const char* name() const override { return "ComposeOne"; } in name() function in ComposeOneFragmentProcessor
[all …]
DGrSRGBEffect.h28 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode, Alpha alpha) { in Make()
32 const char* name() const override { return "sRGB"; } in name() function
34 Mode mode() const { return fMode; } in mode() function
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c61 char name[64]; member
64 unsigned int mode; member
77 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) in get_value()
149 find_sti_by_name(const char *n, unsigned int mode) in find_sti_by_name()
206 unsigned int mode) in hud_sensors_temp_graph_install()
256 int mode) in create_object()
280 char name[256]; in build_sensor_list() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderReturnTests.cpp67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc()
92 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bo… in ShaderReturnCase()
153 ShaderReturnCase* makeConditionalReturnInFuncCase (Context& context, const char* name, const char* … in makeConditionalReturnInFuncCase()
193 ShaderReturnCase* makeOutputWriteReturnCase (Context& context, const char* name, const char* descri… in makeOutputWriteReturnCase()
247 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description… in makeReturnInLoopCase()
294 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName()
307 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc()
352 …string name = string("conditional_return_") + getReturnModeName((ReturnMode)returnMode) + (isFra… in init() local
411 …string name = string("output_write_") + (inFunc ? "in_func_" : "") + getReturnModeName((ReturnMode… in init() local
426 …string name = string("return_in_") + (isDynamicLoop ? "dynamic" : "static") + "_loop_" + getRetu… in init() local
Des2fShaderDiscardTests.cpp74 ShaderDiscardCase::ShaderDiscardCase (Context& context, const char* name, const char* description, … in ShaderDiscardCase()
180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc()
296 static const char* getModeName (DiscardMode mode) in getModeName()
326 static const char* getModeDesc (DiscardMode mode) in getModeDesc()
341 ShaderDiscardCase* makeDiscardCase (Context& context, DiscardTemplate tmpl, DiscardMode mode) in makeDiscardCase()
359 string name = string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase() local
370 for (int mode = 0; mode < DISCARDMODE_LAST; mode++) in init() local
/third_party/python/Lib/
Duu.py42 def encode(in_file, out_file, name=None, mode=None, *, backtick=False): argument
100 def decode(in_file, out_file=None, mode=None, quiet=False): argument
Dos.py41 def _exists(name): argument
53 name = 'posix' variable
73 name = 'nt' variable
200 def makedirs(name, mode=0o777, exist_ok=False): argument
232 def removedirs(name): argument
845 def _spawnvef(mode, file, args, env, func): argument
872 def spawnv(mode, file, args): argument
881 def spawnve(mode, file, args, env): argument
893 def spawnvp(mode, file, args): argument
903 def spawnvpe(mode, file, args, env): argument
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc()
81 const std::string& name, in ShaderReturnCase()
138 …ase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std::string& name, const st… in makeConditionalReturnInFuncCase()
178 …eturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::string& name, const st… in makeOutputWriteReturnCase()
233 …aderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& name, const st… in makeReturnInLoopCase()
280 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName()
293 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc()
361 …std::string name = std::string("conditional_return_") + getReturnModeName((ReturnMode)return… in init() local
427 …std::string name = std::string("output_write_") + (inFunc ? "in_func_" : "") + getReturnMode… in init() local
442 …std::string name = std::string("return_in_") + (isDynamicLoop ? "dynamic" : "static") + "_lo… in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp54 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc()
81 const std::string& name, in ShaderReturnCase()
138 …ase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std::string& name, const st… in makeConditionalReturnInFuncCase()
178 …eturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::string& name, const st… in makeOutputWriteReturnCase()
233 …aderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& name, const st… in makeReturnInLoopCase()
280 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName()
293 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc()
361 …std::string name = std::string("conditional_return_") + getReturnModeName((ReturnMode)return… in init() local
427 …std::string name = std::string("output_write_") + (inFunc ? "in_func_" : "") + getReturnMode… in init() local
442 …std::string name = std::string("return_in_") + (isDynamicLoop ? "dynamic" : "static") + "_lo… in init() local
/third_party/skia/modules/svg/src/
DSkSVGFeBlend.cpp15 bool SkSVGFeBlend::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute()
21 static SkBlendMode GetBlendMode(SkSVGFeBlend::Mode mode) { in GetBlendMode()
50 SkSVGFeBlend::Mode* mode) { in parse()
/third_party/skia/src/gpu/effects/
DGrBlendFragmentProcessor.cpp17 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
31 SkBlendMode mode) { in Make()
36 const char* name() const override { return "Blend"; } in name() function in BlendFragmentProcessor
43 SkBlendMode mode) in BlendFragmentProcessor()
62 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
183 SkBlendMode mode; in TestCreate() local
202 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl() local
226 SkBlendMode mode) { in Make()
/third_party/musl/porting/liteos_a/user/src/mman/
Dshm_open.c10 char *__shm_mapname(const char *name, char *buf) in __shm_mapname()
28 int shm_open(const char *name, int flag, mode_t mode) in shm_open()
40 int shm_unlink(const char *name) in shm_unlink()
/third_party/musl/src/mman/
Dshm_open.c9 char *__shm_mapname(const char *name, char *buf) in __shm_mapname()
27 int shm_open(const char *name, int flag, mode_t mode) in shm_open()
38 int shm_unlink(const char *name) in shm_unlink()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/rgen/
Dacceleration_structure.vk.rgen.json4 "name" : "main", string
5 "mode" : "rgen" string
11 "name" : "as", string
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Ddebugfs.h2 static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, in debugfs_create_file()
9 static inline struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir()

12345678910>>...41