Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h65 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
75 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
85 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
95 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
105 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
115 #define DRI_CONF_DISABLE_ARB_GPU_SHADER5(def) \ argument
120 #define DRI_CONF_DUAL_COLOR_BLEND_BY_LOCATION(def) \ argument
130 #define DRI_CONF_DISABLE_GLSL_LINE_CONTINUATIONS(def) \ argument
140 #define DRI_CONF_FORCE_GLSL_VERSION(def) \ argument
150 #define DRI_CONF_ALLOW_GLSL_EXTENSION_DIRECTIVE_MIDSHADER(def) \ argument
[all …]
/external/mesa3d/src/util/
Ddriconf.h72 #define DRI_CONF_OPT_B(_name, def, _desc) { \ argument
81 #define DRI_CONF_OPT_I(_name, def, min, max, _desc) { \ argument
91 #define DRI_CONF_OPT_F(_name, def, min, max, _desc) { \ argument
101 #define DRI_CONF_OPT_E(_name, def, min, max, _desc, values) { \ argument
112 #define DRI_CONF_OPT_S(_name, def, _desc) { \ argument
126 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
130 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
134 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
138 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
142 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
[all …]
/external/testng/src/main/java/org/testng/internal/annotations/
DConverter.java18 public static boolean getBoolean(String tagValue, boolean def) { in getBoolean()
26 public static int getInt(String tagValue, int def) { in getInt()
34 public static String getString(String tagValue, String def) { in getString()
42 public static long getLong(String tagValue, long def) { in getLong()
50 public static String[] getStringArray(String tagValue, String[] def) { in getStringArray()
59 public static Class[] getClassArray(String tagValue, Class[] def) { in getClassArray()
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder_test.cc27 const KernelDef* def = KernelDefBuilder("A").Device(DEVICE_CPU).Build(); in TEST() local
36 const KernelDef* def = KernelDefBuilder("B") in TEST() local
77 const KernelDef* def = in TEST() local
116 const KernelDef* def = KernelDefBuilder("B") in TEST() local
157 const KernelDef* def = KernelDefBuilder("E") in TEST() local
Dshape_inference_test.cc83 NodeDef def; in TEST_F() local
124 NodeDef def; in TEST_F() local
137 NodeDef def; in TEST_F() local
172 NodeDef def; in TEST_F() local
273 NodeDef def; in TEST_F() local
314 NodeDef def; in TEST_F() local
328 NodeDef def; in TEST_F() local
367 NodeDef def; in TEST_F() local
405 NodeDef def; in TEST_F() local
443 NodeDef def; in TEST_F() local
[all …]
Dcommon_shape_fns_test.cc60 NodeDef def; in TEST() local
80 NodeDef def; in TEST() local
111 NodeDef def; in TEST() local
416 NodeDef def; in TEST() local
545 NodeDef def; in TEST() local
1354 NodeDef def; in TEST() local
1367 NodeDef def; in TEST() local
1380 NodeDef def; in TEST() local
1394 NodeDef def; in TEST() local
1408 NodeDef def; in TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/
Doperator_converter_gen.cc45 static inline std::string GetOperatorOptionName(const Record &def) { in GetOperatorOptionName()
75 for (const auto *def : defs) { in EmitOptionBuilders() local
148 for (const auto *def : defs) { in EmitOperatorBuilders() local
184 static inline std::string GetOperatorName(const Record &def) { in GetOperatorName()
209 for (const auto *def : defs) { in EmitGetBuiltinOpCode() local
244 for (const auto *def : defs) { in EmitBuildOperator() local
276 for (const auto *def : defs) { in EmitBuiltinOptionsToAttributes() local
318 for (const auto *def : defs) { in OperatorWritersMain() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc50 NoopTensorTie(const TensorTieDef& def, TensorObject obj) in NoopTensorTie()
53 static bool IsSupported(const TensorTieDef& def) { in IsSupported()
82 DefaultTensorTie(const TensorTieDef& def, TensorObject internal_obj) in DefaultTensorTie()
86 const TensorTieDef& def, in IsSupported()
96 static Status New(const TensorTieDef& def, TensorObject internal_object, in New()
191 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie()
194 const TensorTieDef& def, in IsSupported()
201 static Status New(const TensorTieDef& def, TensorObject internal_object, in New()
230 const TensorTieDef& def) { in MakeOuterInnerDefs()
261 GlBufferHolder(const TensorTieDef& def, GlInteropFabric* gl_interop_fabric, in GlBufferHolder()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast-build.c246 KeycodeDef *def = malloc(sizeof(*def)); in KeycodeCreate() local
261 KeyAliasDef *def = malloc(sizeof(*def)); in KeyAliasCreate() local
276 VModDef *def = malloc(sizeof(*def)); in VModCreate() local
291 VarDef *def = malloc(sizeof(*def)); in VarCreate() local
307 VarDef *def; in BoolVarCreate() local
326 InterpDef *def = malloc(sizeof(*def)); in InterpCreate() local
342 KeyTypeDef *def = malloc(sizeof(*def)); in KeyTypeCreate() local
358 SymbolsDef *def = malloc(sizeof(*def)); in SymbolsCreate() local
374 GroupCompatDef *def = malloc(sizeof(*def)); in GroupCompatCreate() local
390 ModMapDef *def = malloc(sizeof(*def)); in ModMapCreate() local
[all …]
/external/v8/src/flags/
Dflag-definitions.h33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
99 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
192 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument
193 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java23 protected static String native_get(String key, String def) { in native_get()
29 protected static int native_get_int(String key, int def) { in native_get_int()
35 protected static long native_get_long(String key, long def) { in native_get_long()
41 protected static boolean native_get_boolean(String key, boolean def) { in native_get_boolean()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc60 Status MaybeAllocateGlBuffer(const TensorObjectDef& def, GlBuffer* ssbo) { in MaybeAllocateGlBuffer()
81 DefaultTensorTie(const TensorTieDef& def, TensorObject internal_obj, in DefaultTensorTie()
86 const TensorTieDef& def, in IsSupported()
92 static Status New(const TensorTieDef& def, in New()
102 static Status New(const TensorTieDef& def, in New()
259 explicit TwoStepTensorTie(const TensorTieDef& def) : TensorTie(def) {} in TwoStepTensorTie()
262 const TensorTieDef& def, in IsSupported()
269 static Status New(const TensorTieDef& def, in New()
298 const TensorTieDef& def) { in MakeOuterInnerDefs()
349 Status NewTensorTie(const TensorTieDef& def, ObjectManager* objects, in NewTensorTie()
[all …]
/external/testng/src/main/java/org/testng/internal/
DTestNGProperty.java16 public TestNGProperty(String clName, String name, String doc, String def) { in TestNGProperty()
20 public TestNGProperty(String name, String doc, String def) { in TestNGProperty()
24 private void init(String clName, String name, String doc, String def) { in init()
/external/mesa3d/src/compiler/nir/
Dnir_liveness.c91 set_ssa_def_dead(nir_ssa_def *def, void *void_live) in set_ssa_def_dead()
218 src_does_not_use_def(nir_src *src, void *def) in src_does_not_use_def()
224 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr()
250 nir_ssa_def_is_live_at(nir_ssa_def *def, nir_instr *instr) in nir_ssa_def_is_live_at()
293 static bool def_cb(nir_ssa_def *def, void *state) in def_cb()
Dnir_opt_shrink_vectors.c46 shrink_dest_to_read_mask(nir_ssa_def *def) in shrink_dest_to_read_mask()
70 nir_ssa_def *def = &instr->dest.dest.ssa; in opt_shrink_vectors_alu() local
185 nir_ssa_def *def = nir_channels(b, instr->src[0].ssa, in opt_shrink_vectors_intrinsic() local
Dnir_lower_bool_to_int32.c27 assert_ssa_def_is_not_1bit(nir_ssa_def *def, UNUSED void *unused) in assert_ssa_def_is_not_1bit()
34 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab()
112 symtab.put(def.getName(context), def); in addToSymtab() local
116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab()
117 symtab.put(def.getName(context), def); in addToSymtab() local
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dspi.h65 explicit TensorTie(const TensorTieDef& def) : def_(def) {} in TensorTie()
77 const TensorTieDef& def() const { return def_; } in def() function
Dapi.cc55 bool IsValid(const ObjectDef& def) { in IsValid()
65 bool IsValid(const TensorObjectDef& def) { return IsValid(def.object_def); } in IsValid()
67 bool IsValid(const TensorObjectDef& def, const TensorObject& object) { in IsValid()
89 uint32_t NumElements(const TensorObjectDef& def) { in NumElements()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
170 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
220 auto* def = _.FindDef(operand_word); in IdPass() local
/external/mesa3d/src/amd/compiler/
Daco_validate.cpp343 for (Definition def : instr->definitions) in validate_ir() local
378 for (const Definition& def : instr->definitions) { in validate_ir() local
383 for (const Definition& def : instr->definitions) in validate_ir() local
618 Definition def = instr->definitions[0]; in validate_subdword_definition() local
650 Definition def = instr->definitions[index]; in get_subdword_bytes_written() local
741 Definition& def = instr->definitions[i]; in validate_ra() local
804 for (const Definition& def : instr->definitions) { in validate_ra() local
851 Definition& def = instr->definitions[i]; in validate_ra() local
872 for (const Definition& def : instr->definitions) { in validate_ra() local
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c58 static void add_to_table(HashTable* t, const void* def, void* value) { in add_to_table()
66 static void* get_from_table(const HashTable* t, const void* def) { in get_from_table()
75 static bool exist_in_table(const HashTable* t, const void* def) { in exist_in_table()
103 void add_def_obj(const void* def, PHP_PROTO_HASHTABLE_VALUE value) { in add_def_obj()
112 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def) { in get_def_obj()
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op_test.cc43 NodeDef def; in TestBitcastOp() local
111 NodeDef def; in TEST() local
129 NodeDef def; in TEST() local
148 NodeDef def; in TEST() local

12345678910>>...21