Home
last modified time | relevance | path

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

12345678910>>...42

/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/node/lib/internal/crypto/
Daes.js66 function getAlgorithmName(name, length) { argument
80 function getVariant(name, length) { argument
113 function asyncAesCtrCipher(mode, key, data, { counter, length }) { argument
133 function asyncAesCbcCipher(mode, key, data, { iv }) { argument
144 function asyncAesKwCipher(mode, key, data) { argument
154 mode, argument
207 function aesCipher(mode, key, data, algorithm) { argument
239 { name: 'OperationError', cause: err }); property
244 { name, length }, property
327 { name, length }, property
/third_party/node/test/parallel/
Dtest-whatwg-readablebytestream-bad-buffers-and-views.js19 name: 'RangeError', property
26 const reader = stream.getReader({ mode: 'byob' }); property
43 name: 'TypeError', property
50 const reader = stream.getReader({ mode: 'byob' }); property
61 const reader = stream.getReader({ mode: 'byob' }); property
66 name: 'TypeError', property
78 const reader = stream.getReader({ mode: 'byob' }); property
83 name: 'TypeError', property
/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/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js32 const reader1 = branch1.getReader({ mode: 'byob' }); property
33 const reader2 = branch2.getReader({ mode: 'byob' }); property
113 const reader1 = branch1.getReader({ mode: 'byob' }); property
133 const theError = { name: 'boo!' }; property
146 const reader1 = branch1.getReader({ mode: 'byob' }); property
147 const reader2 = branch2.getReader({ mode: 'byob' }); property
230 const reader1 = branch1.getReader({ mode: 'byob' }); property
231 const reader2 = branch2.getReader({ mode: 'byob' }); property
257 const reader1 = branch1.getReader({ mode: 'byob' }); property
258 const reader2 = branch2.getReader({ mode: 'byob' }); property
[all …]
/third_party/python/Lib/importlib/resources/
D_adapters.py16 def __getattr__(self, name): argument
28 def get_resource_reader(self, name): argument
32 def _io_wrapper(file, mode='r', *args, **kwargs): argument
77 def name(self): member in CompatibilityFiles.SpecPath
80 def open(self, mode='r', *args, **kwargs): argument
89 def __init__(self, reader, name): argument
106 def name(self): member in CompatibilityFiles.ChildPath
109 def open(self, mode='r', *args, **kwargs): argument
137 def name(self): member in CompatibilityFiles.OrphanPath
140 def open(self, mode='r', *args, **kwargs): argument
/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/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
Dhud_cpufreq.c53 int mode; /* CPUFREQ_MINIMUM, CPUFREQ_CURRENT, CPUFREQ_MAXIMUM */ member
54 char name[16]; /* EG. cpu0 */ member
68 find_cfi_by_index(int cpu_index, int mode) in find_cfi_by_index()
125 unsigned int mode) in hud_cpufreq_graph_install()
166 add_object(const char *name, const char *fn, int objmode, int cpu_index) in add_object()
Dhud_diskstat.c72 int mode; /* DISKSTAT_RD, DISKSTAT_WR */ member
73 char name[64]; /* EG. sda5 */ member
89 find_dsi_by_name(const char *n, int mode) in find_dsi_by_name()
176 unsigned int mode) in hud_diskstat_graph_install()
213 add_object_part(const char *basename, const char *name, int objmode) in add_object_part()
226 add_object(const char *basename, const char *name, int objmode) in add_object()
249 char name[64]; in hud_get_num_disks() 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.py45 def encode(in_file, out_file, name=None, mode=None, *, backtick=False): argument
103 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
847 def _spawnvef(mode, file, args, env, func): argument
874 def spawnv(mode, file, args): argument
883 def spawnve(mode, file, args, env): argument
895 def spawnvp(mode, file, args): argument
905 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/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/musl/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/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/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/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
49 SkBlendMode mode) in BlendFragmentProcessor()
68 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
189 SkBlendMode mode; in TestCreate() local
208 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl() local
232 SkBlendMode mode) { in Make()
/third_party/NuttX/fs/vfs/
Dfs_open.c115 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat()
118 char *name = strrchr(fullpath, '/') + 1; in do_creat() local
145 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open()
318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open()
352 mode_t mode = DEFAULT_FILE_MODE; /* File read-write properties. */ in open() local
365 mode_t mode = DEFAULT_FILE_MODE; /* File read-write properties. */ in open64() local

12345678910>>...42