Home
last modified time | relevance | path

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

12345678910>>...40

/external/grpc-grpc/tools/run_tests/performance/
Dscenario_result_schema.json5 "mode": "NULLABLE", string
6 "name": "buildNumber", string
10 "mode": "NULLABLE", string
11 "name": "buildUrl", string
15 "mode": "NULLABLE", string
16 "name": "jobName", string
20 "mode": "NULLABLE", string
21 "name": "gitCommit", string
25 "mode": "NULLABLE", string
26 "name": "gitActualCommit", string
[all …]
/external/grpc-grpc/tools/run_tests/build_stats/
Dbuild_stats_schema.json3 "name": "build_number", string
5 "mode": "NULLABLE" string
8 "name": "timestamp", string
10 "mode": "NULLABLE" string
13 "name": "matrix", string
15 "mode": "REPEATED", string
18 "name": "name", string
20 "mode": "NULLABLE" string
23 "name": "duration", string
25 "mode": "NULLABLE" string
[all …]
Dbuild_stats_schema_no_matrix.json3 "name": "build_number", string
5 "mode": "NULLABLE" string
8 "name": "timestamp", string
10 "mode": "NULLABLE" string
13 "name": "duration", string
15 "mode": "NULLABLE" string
18 "name": "pass_count", string
20 "mode": "NULLABLE" string
23 "name": "failure_count", string
25 "mode": "NULLABLE" string
[all …]
/external/zlib/src/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 …]
/external/mesa3d/src/mesa/main/
Dapi_validate.c342 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
373 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
618 valid_elements_type(struct gl_context *ctx, GLenum type, const char *name) in valid_elements_type()
635 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
697 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
714 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
779 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
834 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
873 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
880 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced()
[all …]
/external/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 …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc24 Status TrtPrecisionModeToName(TrtPrecisionMode mode, string* name) { in TrtPrecisionModeToName()
41 Status TrtPrecisionModeFromName(const string& name, TrtPrecisionMode* mode) { in TrtPrecisionModeFromName()
/external/protobuf/src/google/protobuf/testing/
Dfile.cc53 #define mkdir(name, mode) mkdir(name) argument
61 bool File::Exists(const string& name) { in Exists()
65 bool File::ReadFileToString(const string& name, string* output) { in ReadFileToString()
81 void File::ReadFileToStringOrDie(const string& name, string* output) { in ReadFileToStringOrDie()
85 bool File::WriteStringToFile(const string& contents, const string& name) { in WriteStringToFile()
103 void File::WriteStringToFileOrDie(const string& contents, const string& name) { in WriteStringToFileOrDie()
114 bool File::CreateDir(const string& name, int mode) { in CreateDir()
118 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir()
134 void File::DeleteRecursively(const string& name, in DeleteRecursively()
/external/v8/src/ast/
Dcontext-slot-cache.cc16 int ContextSlotCache::Hash(Object* data, String* name) { in Hash()
23 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup()
40 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, in Update()
41 VariableMode mode, InitializationFlag init_flag, in Update()
64 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, in ValidateEntry()
65 VariableMode mode, in ValidateEntry()
/external/python/cpython2/Lib/
Dos.py42 name = 'posix' variable
56 name = 'nt' variable
70 name = 'os2' variable
88 name = 'ce' variable
103 name = 'riscos' variable
136 def makedirs(name, mode=0777): argument
159 def removedirs(name): argument
518 def _exists(name): argument
531 def _spawnvef(mode, file, args, env, func): argument
558 def spawnv(mode, file, args): argument
[all …]
Duu.py42 def encode(in_file, out_file, name=None, mode=None): argument
90 def decode(in_file, out_file=None, mode=None, quiet=0): argument
/external/skia/src/gpu/effects/
DGrBlurredEdgeFragmentProcessor.h19 const Mode& mode() const { return fMode; } in mode() function
20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
25 const char* name() const override { return "BlurredEdgeFragmentProcessor"; } in name() function
28 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
DGrConstColorProcessor.h22 static OptimizationFlags OptFlags(const SkPMColor4f& color, InputMode mode) { in OptFlags()
46 const InputMode& mode() const { return fMode; } in mode() function
47 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f color, InputMode mode) { in Make()
52 const char* name() const override { return "ConstColorProcessor"; } in name() function
55 GrConstColorProcessor(SkPMColor4f color, InputMode mode) in GrConstColorProcessor()
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 …]
/external/skqp/src/gpu/effects/
DGrBlurredEdgeFragmentProcessor.h19 const Mode& mode() const { return fMode; } in mode() function
20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
25 const char* name() const override { return "BlurredEdgeFragmentProcessor"; } in name() function
28 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
DGrConstColorProcessor.h22 static OptimizationFlags OptFlags(const SkPMColor4f& color, InputMode mode) { in OptFlags()
46 const InputMode& mode() const { return fMode; } in mode() function
47 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f color, InputMode mode) { in Make()
52 const char* name() const override { return "ConstColorProcessor"; } in name() function
55 GrConstColorProcessor(SkPMColor4f color, InputMode mode) in GrConstColorProcessor()
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 …]
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DFileUtils.java49 public static int chmod(File path, int mode) throws Exception { in chmod()
56 public static boolean recursiveChmod(File root, int mode) throws Exception { in recursiveChmod()
89 public static File copyFromStream(String name, InputStream input) { in copyFromStream()
108 public static boolean makeDirectories(File directory, int mode) { in makeDirectories()
140 public static boolean rename(File file, String name) { in rename()
159 public static String readFromAssetsFile(Context context, String name) throws IOException { in readFromAssetsFile()
/external/vogar/src/vogar/
DExpectationStore.java63 public Expectation get(String name) { in get()
93 private Expectation getByNameOrPackage(String name) { in getByNameOrPackage()
111 ModeId mode, in parse()
123 public void parse(File expectationsFile, ModeId mode, Variant variant) throws IOException { in parse()
146 private void readExpectation(JsonReader reader, ModeId mode, Variant variant) in readExpectation()
160 String name = reader.nextName(); in readExpectation() local
243 ModeId mode = ModeId.valueOf(reader.nextString().toUpperCase()); in readModesAndVariants() local
/external/tensorflow/tensorflow/python/platform/
Dgfile.py51 def __init__(self, name, mode='r'): argument
67 def __init__(self, name, mode='r'): argument
/external/deqp/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
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c60 char name[64]; member
63 unsigned int mode; member
76 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) in get_value()
145 find_sti_by_name(const char *n, unsigned int mode) in find_sti_by_name()
202 unsigned int mode) in hud_sensors_temp_graph_install()
252 int mode) in create_object()
276 char name[256]; in build_sensor_list() local
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c241 GLenum mode, GLint start, GLsizei count) in print_draw_arrays()
460 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays()
514 vbo_exec_EvalMesh1(GLenum mode, GLint i1, GLint i2) in vbo_exec_EvalMesh1()
550 vbo_exec_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in vbo_exec_EvalMesh2()
620 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays()
653 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced()
688 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, in vbo_exec_DrawArraysInstancedBaseInstance()
725 vbo_exec_MultiDrawArrays(GLenum mode, const GLint *first, in vbo_exec_MultiDrawArrays()
853 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements()
938 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElementsBaseVertex()
[all …]
/external/deqp/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
/external/python/cpython3/Lib/
Duu.py42 def encode(in_file, out_file, name=None, mode=None, *, backtick=False): argument
93 def decode(in_file, out_file=None, mode=None, quiet=False): argument

12345678910>>...40