Home
last modified time | relevance | path

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

12345678910>>...42

/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/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/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/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/cronet/net/http/
Dtransport_security_state_static_unittest_default.json13 { "name": "hsts-preloaded.test", "policy": "test", "mode": "force-https" }, string
14 …{ "name": "include-subdomains-hsts-preloaded.test", "policy": "test", "mode": "force-https", "incl… string
15 { "name": "example", "policy": "test", "mode": "force-https", "include_subdomains": true }, string
17 { "name": "no-rejected-pins-pkp.preloaded.test", "policy": "test" }, string
18 { "name": "with-report-uri-pkp.preloaded.test", "policy": "test" }, string
20 { "name": "hsts-hpkp-preloaded.test", "policy": "test", "mode": "force-https" }, string
22 { "name": "www.example.org", "policy": "test" }, string
23 { "name": "test.example.org", "policy": "test" }, string
24 { "name": "mail.example.org", "policy": "test" }, string
25 { "name": "mail.example.com", "policy": "test" }, string
[all …]
Dtransport_security_state_static_unittest3.json12 "name": "example.com", string
14 "mode": "force-https", string
17 "name": "hpkp.example.com", string
20 "name": "example.org", string
22 "mode": "force-https" string
24 "name": "badssl.com", string
28 "name": "mix.badssl.com", string
30 "mode": "force-https", string
36 "mode": "force-https", string
Dtransport_security_state_static_unittest2.json12 "name": "hsts.example.com", string
14 "mode": "force-https" string
16 "name": "hpkp.example.com", string
19 "name": "mix.example.com", string
21 "mode": "force-https", string
/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/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_parameters.cc31 Status TrtPrecisionModeToName(const TrtPrecisionMode mode, string* name) { in TrtPrecisionModeToName()
50 Status TrtPrecisionModeFromName(const string& name, TrtPrecisionMode* mode) { in TrtPrecisionModeFromName()
63 string DebugString(const TrtPrecisionMode mode) { in DebugString()
83 Status ProfileStrategyFromName(const string& name, ProfileStrategy* strategy) { in ProfileStrategyFromName()
/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/tf2xla/
Dxla_op_kernel.cc67 absl::string_view name) { in InputExpression()
75 xla::XlaOp XlaOpKernelContext::Input(absl::string_view name) { in Input()
83 TensorShape XlaOpKernelContext::InputShape(absl::string_view name) { in InputShape()
91 StatusOr<xla::Shape> XlaOpKernelContext::InputXlaShape(absl::string_view name) { in InputXlaShape()
107 DataType XlaOpKernelContext::InputType(absl::string_view name) { in InputType()
129 xla::PrimitiveType XlaOpKernelContext::InputXlaType(absl::string_view name) { in InputXlaType()
141 xla::ValueInferenceMode mode) { in ConstantInput()
154 absl::string_view name) { in InputIndex()
173 absl::string_view name, xla::Literal* dynamism_literal) { in ResolveInputDynamism()
178 Status XlaOpKernelContext::ConstantInput(absl::string_view name, in ConstantInput()
[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 …]
/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/ComputeLibrary/tests/framework/
DTestCaseFactory.h134 …ory::TestCaseFactory(std::string suite_name, std::string test_name, DatasetMode mode, Status statu… in TestCaseFactory()
140 inline std::string TestCaseFactory::name() const in name() function
142 std::string name = _suite_name + "/" + _test_name; in name() local
152 inline DatasetMode TestCaseFactory::mode() const in mode() function
189 …:DataTestCaseFactory(std::string suite_name, std::string test_name, DatasetMode mode, Status statu… in DataTestCaseFactory()
/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/python/setuptools/setuptools/_vendor/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
/external/python/setuptools/pkg_resources/_vendor/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
/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/protobuf/src/google/protobuf/testing/
Dfile.cc69 bool File::Exists(const std::string& name) { in Exists()
73 bool File::ReadFileToString(const std::string& name, std::string* output, in ReadFileToString()
90 void File::ReadFileToStringOrDie(const std::string& name, std::string* output) { in ReadFileToStringOrDie()
95 const std::string& name) { in WriteStringToFile()
115 const std::string& name) { in WriteStringToFileOrDie()
126 bool File::CreateDir(const std::string& name, int mode) { in CreateDir()
133 bool File::RecursivelyCreateDir(const std::string& path, int mode) { in RecursivelyCreateDir()
149 void File::DeleteRecursively(const std::string& name, void* dummy1, in DeleteRecursively()
/external/cronet/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc69 bool File::Exists(const std::string& name) { in Exists()
73 bool File::ReadFileToString(const std::string& name, std::string* output, in ReadFileToString()
90 void File::ReadFileToStringOrDie(const std::string& name, std::string* output) { in ReadFileToStringOrDie()
95 const std::string& name) { in WriteStringToFile()
115 const std::string& name) { in WriteStringToFileOrDie()
126 bool File::CreateDir(const std::string& name, int mode) { in CreateDir()
133 bool File::RecursivelyCreateDir(const std::string& path, int mode) { in RecursivelyCreateDir()
149 void File::DeleteRecursively(const std::string& name, void* dummy1, in DeleteRecursively()
/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.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

12345678910>>...42