| /external/mesa3d/prebuilt-intermediates/xmlpool/ |
| D | options.h | 65 #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/ |
| D | driconf.h | 72 #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/ |
| D | Converter.java | 18 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/ |
| D | kernel_def_builder_test.cc | 27 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
|
| D | shape_inference_test.cc | 83 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 …]
|
| D | common_shape_fns_test.cc | 60 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/ |
| D | operator_converter_gen.cc | 45 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/ |
| D | api.cc | 50 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/ |
| D | ast-build.c | 246 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/ |
| D | flag-definitions.h | 33 #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/ |
| D | ShadowSystemProperties.java | 23 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/ |
| D | api2.cc | 60 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/ |
| D | TestNGProperty.java | 16 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/ |
| D | nir_liveness.c | 91 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()
|
| D | nir_opt_shrink_vectors.c | 46 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
|
| D | nir_lower_bool_to_int32.c | 27 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/ |
| D | RubyDescriptorPool.java | 111 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/ |
| D | spi.h | 65 explicit TensorTie(const TensorTieDef& def) : def_(def) {} in TensorTie() 77 const TensorTieDef& def() const { return def_; } in def() function
|
| D | api.cc | 55 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/ |
| D | validate_id.cpp | 45 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/ |
| D | validate_id.cpp | 45 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/ |
| D | validate_id.cpp | 45 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/ |
| D | aco_validate.cpp | 343 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/ |
| D | protobuf.c | 58 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/ |
| D | bitcast_op_test.cc | 43 NodeDef def; in TestBitcastOp() local 111 NodeDef def; in TEST() local 129 NodeDef def; in TEST() local 148 NodeDef def; in TEST() local
|