Home
last modified time | relevance | path

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

12345678910>>...42

/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/rust/crates/grpcio-sys/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/rust/crates/grpcio-sys/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/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/llvm-project/clang/utils/analyzer/projects/
Dprojects.json3 "name": "cxxopts", string
4 "mode": 1, number
11 "name": "box2d", string
12 "mode": 1, number
19 "name": "tinyexpr", string
20 "mode": 1, number
27 "name": "symengine", string
28 "mode": 1, number
35 "name": "termbox", string
36 "mode": 1, number
[all …]
/external/rust/crates/libz-sys/src/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 …]
/external/mesa3d/src/mesa/main/
Ddraw_validate.c361 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
392 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
637 valid_elements_type(struct gl_context *ctx, GLenum type, const char *name) in valid_elements_type()
654 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
716 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
731 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
794 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
857 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) in count_tessellated_primitives()
910 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
947 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
[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/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/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/deqp-deps/amber/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 …]
/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/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()
/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/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMergePaths.java39 private final String name; field in MergePaths
40 private final MergePathsMode mode; field in MergePaths
43 public MergePaths(String name, MergePathsMode mode, boolean hidden) { in MergePaths()
/external/tensorflow/tensorflow/python/platform/
Dgfile.py63 def __init__(self, name, mode='r'): argument
79 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/igt-gpu-tools/tests/
Dprime_busy.c179 const char *name, unsigned int flags) in test_engine_mode()
229 const struct mode { struct
230 const char *name; member
243 for (const struct mode *m = modes; m->name; m++) argument
/external/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
/external/python/cpython3/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

12345678910>>...42