Home
last modified time | relevance | path

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

12345678910>>...34

/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/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/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/mesa3d/src/mesa/main/
Dapi_validate.c333 _mesa_is_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
364 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
614 valid_elements_type(struct gl_context *ctx, GLenum type, const char *name) in valid_elements_type()
631 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
700 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
717 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
782 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
800 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
868 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
875 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced()
[all …]
/external/skqp/src/gpu/effects/
DGrBlurredEdgeFragmentProcessor.h20 Mode mode() const { return fMode; } in mode() function
21 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
26 const char* name() const override { return "BlurredEdgeFragmentProcessor"; } in name() function
29 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
DGrConstColorProcessor.h23 static OptimizationFlags OptFlags(GrColor4f color, InputMode mode) { in OptFlags()
47 InputMode mode() const { return fMode; } in mode() function
48 static std::unique_ptr<GrFragmentProcessor> Make(GrColor4f color, InputMode mode) { in Make()
53 const char* name() const override { return "ConstColorProcessor"; } in name() function
56 GrConstColorProcessor(GrColor4f color, InputMode mode) in GrConstColorProcessor()
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
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
60 SkBlendMode mode) in ComposeTwoFragmentProcessor()
70 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
190 SkBlendMode mode; in TestCreate() local
231 SkBlendMode mode = cs.getMode(); in emitCode() local
248 SkBlendMode mode) { in MakeFromTwoProcessors()
272 SkBlendMode mode, Child child) { in Make()
280 const char* name() const override { return "ComposeOne"; } in name() function in ComposeOneFragmentProcessor
[all …]
/external/skia/src/gpu/effects/
DGrBlurredEdgeFragmentProcessor.h20 Mode mode() const { return fMode; } in mode() function
21 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
26 const char* name() const override { return "BlurredEdgeFragmentProcessor"; } in name() function
29 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
DGrConstColorProcessor.h23 static OptimizationFlags OptFlags(GrColor4f color, InputMode mode) { in OptFlags()
47 InputMode mode() const { return fMode; } in mode() function
48 static std::unique_ptr<GrFragmentProcessor> Make(GrColor4f color, InputMode mode) { in Make()
53 const char* name() const override { return "ConstColorProcessor"; } in name() function
56 GrConstColorProcessor(GrColor4f color, InputMode mode) in GrConstColorProcessor()
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
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
60 SkBlendMode mode) in ComposeTwoFragmentProcessor()
70 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
190 SkBlendMode mode; in TestCreate() local
231 SkBlendMode mode = cs.getMode(); in emitCode() local
248 SkBlendMode mode) { in MakeFromTwoProcessors()
272 SkBlendMode mode, Child child) { in Make()
280 const char* name() const override { return "ComposeOne"; } in name() function in ComposeOneFragmentProcessor
[all …]
/external/v8/src/ast/
Dcontext-slot-cache.cc22 int ContextSlotCache::Hash(Object* data, String* name) { in Hash()
29 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup()
45 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, in Update()
46 VariableMode mode, InitializationFlag init_flag, in Update()
74 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, in ValidateEntry()
75 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/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/tensorflow/tensorflow/python/estimator/canned/
Dhead.py129 def name(self): member in _Head
149 def create_loss(self, features, mode, logits, labels): argument
177 self, features, mode, logits, labels=None, train_op_fn=None, argument
433 def _indicator_labels_mean(labels, weights=None, name=None): argument
474 def _predictions_mean(predictions, weights=None, name=None): argument
483 def _auc(labels, predictions, weights=None, curve='ROC', name=None): argument
493 def _accuracy_at_threshold(labels, predictions, weights, threshold, name=None): argument
504 def _precision_at_threshold(labels, predictions, weights, threshold, name=None): argument
514 def _recall_at_threshold(labels, predictions, weights, threshold, name=None): argument
530 name=None): argument
[all …]
/external/python/cpython3/Lib/
Duu.py42 def encode(in_file, out_file, name=None, mode=None): argument
90 def decode(in_file, out_file=None, mode=None, quiet=False): argument
/external/tensorflow/tensorflow/python/platform/
Dgfile.py44 def __init__(self, name, mode='r'): argument
52 def __init__(self, name, mode='r'): 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/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.c187 GLenum mode, GLint start, GLsizei count) in print_draw_arrays()
406 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays()
497 vbo_exec_EvalMesh1(GLenum mode, GLint i1, GLint i2) in vbo_exec_EvalMesh1()
533 vbo_exec_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) in vbo_exec_EvalMesh2()
603 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays()
629 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced()
656 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, in vbo_exec_DrawArraysInstancedBaseInstance()
749 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements()
826 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElementsBaseVertex()
911 vbo_exec_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElements()
[all …]
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp76 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
116 const char *name, in createInstance()
207 const char *name, in getInstance()
208 UNormalization2Mode mode, in getInstance()
284 Normalizer2Factory::getInstance(UNormalizationMode mode, UErrorCode &errorCode) { in getInstance()
339 const char *name, in unorm2_getInstance()
340 UNormalization2Mode mode, in unorm2_getInstance()
346 unorm_getQuickCheck(UChar32 c, UNormalizationMode mode) { in unorm_getQuickCheck()
/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

12345678910>>...34