Home
last modified time | relevance | path

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

12345678910>>...20

/external/mesa3d/src/util/xmlpool/
Dt_options.h58 #define DRI_CONF_NO_RAST(def) \ argument
63 #define DRI_CONF_PERFORMANCE_BOXES(def) \ argument
68 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
73 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
78 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
83 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
88 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
93 #define DRI_CONF_DUAL_COLOR_BLEND_BY_LOCATION(def) \ argument
98 #define DRI_CONF_DISABLE_GLSL_LINE_CONTINUATIONS(def) \ argument
103 #define DRI_CONF_DISABLE_SHADER_BIT_ENCODING(def) \ argument
[all …]
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h67 #define DRI_CONF_NO_RAST(def) \ argument
77 #define DRI_CONF_PERFORMANCE_BOXES(def) \ argument
87 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ argument
97 #define DRI_CONF_ALWAYS_FLUSH_CACHE(def) \ argument
107 #define DRI_CONF_DISABLE_THROTTLING(def) \ argument
117 #define DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(def) \ argument
127 #define DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(def) \ argument
137 #define DRI_CONF_DUAL_COLOR_BLEND_BY_LOCATION(def) \ argument
147 #define DRI_CONF_DISABLE_GLSL_LINE_CONTINUATIONS(def) \ argument
157 #define DRI_CONF_DISABLE_SHADER_BIT_ENCODING(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/
Dshape_inference_test.cc75 NodeDef def; in TEST_F() local
116 NodeDef def; in TEST_F() local
129 NodeDef def; in TEST_F() local
165 NodeDef def; in TEST_F() local
256 NodeDef def; in TEST_F() local
297 NodeDef def; in TEST_F() local
311 NodeDef def; in TEST_F() local
350 NodeDef def; in TEST_F() local
388 NodeDef def; in TEST_F() local
426 NodeDef def; in TEST_F() local
[all …]
Dkernel_def_builder_test.cc26 const KernelDef* def = KernelDefBuilder("A").Device(DEVICE_CPU).Build(); in TEST() local
35 const KernelDef* def = KernelDefBuilder("B") in TEST() local
76 const KernelDef* def = KernelDefBuilder("E") in TEST() local
Dcommon_shape_fns_test.cc60 NodeDef def; in TEST() local
80 NodeDef def; in TEST() local
111 NodeDef def; in TEST() local
225 NodeDef def; in TEST() local
327 NodeDef def; in TEST() local
1119 NodeDef def; in TEST() local
1132 NodeDef def; in TEST() local
1145 NodeDef def; in TEST() local
1159 NodeDef def; in TEST() local
1173 NodeDef def; in TEST() local
[all …]
Dop_segment_test.cc40 NodeDef def; in OpSegmentTest() local
117 NodeDef def = float_nodedefs_[0]; in TEST_F() local
125 NodeDef def = float_nodedefs_[0]; in TEST_F() local
/external/v8/src/
Dflag-definitions.h28 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
30 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
37 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
54 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
158 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument
159 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument
[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/mesa3d/src/util/
Dxmlpool.h60 #define DRI_CONF_OPT_BEGIN(name,type,def) \ argument
67 #define DRI_CONF_OPT_BEGIN_B(name,def) \ argument
71 #define DRI_CONF_OPT_BEGIN_Q(name,type,def) \ argument
75 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \ argument
/external/mesa3d/src/compiler/nir/
Dnir_liveness.c53 index_ssa_def(nir_ssa_def *def, void *void_state) in index_ssa_def()
102 set_ssa_def_dead(nir_ssa_def *def, void *void_live) in set_ssa_def_dead()
233 src_does_not_use_def(nir_src *src, void *def) in src_does_not_use_def()
239 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr()
256 nir_ssa_def_is_live_at(nir_ssa_def *def, nir_instr *instr) in nir_ssa_def_is_live_at()
/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/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/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/zlib/src/examples/
Dfitblk.c73 local int partcompress(FILE *in, z_streamp def) in partcompress()
96 local int recompress(z_streamp inf, z_streamp def) in recompress()
134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse() local
166 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
197 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
166 if (const auto def = _.FindDef(operand_word)) { in IdPass() local
187 auto* def = _.FindDef(operand_word); in IdPass() local
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c14 void add_def_obj(const void* def, zval* value) { in add_def_obj()
23 zval* get_def_obj(const void* def) { in get_def_obj()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
117 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
136 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
149 const Instruction* def, in WhileEachUse()
177 const Instruction* def, in ForEachUse()
212 const Instruction* def = GetDef(id); in GetAnnotations() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() local
117 const Instruction* def, const std::function<bool(Instruction*)>& f) const { in WhileEachUser() argument
136 const Instruction* def, const std::function<void(Instruction*)>& f) const { in ForEachUser() argument
149 const Instruction* def, in WhileEachUse()
177 const Instruction* def, in ForEachUse()
212 const Instruction* def = GetDef(id); in GetAnnotations() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c45 void add_def_obj(const void* def, VALUE value) { in add_def_obj()
49 VALUE get_def_obj(const void* def) { in get_def_obj()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DThemeHelper.java76 public static boolean isLightTheme(Intent intent, boolean def) { in isLightTheme()
90 public static boolean isLightTheme(String theme, boolean def) { in isLightTheme()
/external/skia/tools/bookmaker/
DmdOut.cpp129 string MdOut::tableDataCodeDef(string def, string name) { in tableDataCodeDef()
133 string MdOut::tableDataCodeDef(const Definition* def) { in tableDataCodeDef()
137 static string table_data_const(const Definition* def, const char** textStartPtr) { in table_data_const()
155 static string out_table_data_description(const Definition* def) { in out_table_data_description()
254 if (Definition* def = root->find(prefixed, RootDefinition::AllowParens::kYes)) { in checkParentsForMatch() local
757 [child](string def) { return child->fName == def; } )) { in contains_referenced_child()
797 [parent](string def) { in checkAnchors()
838 bool MdOut::checkParamReturnBody(const Definition* def) { in checkParamReturnBody()
861 void MdOut::childrenOut(Definition* def, const char* start) { in childrenOut()
897 void MdOut::summaryOut(const Definition* def, MarkType markType, string name) { in summaryOut()
[all …]
/external/skqp/tools/bookmaker/
DmdOut.cpp128 string MdOut::tableDataCodeDef(string def, string name) { in tableDataCodeDef()
132 string MdOut::tableDataCodeDef(const Definition* def) { in tableDataCodeDef()
136 static string table_data_const(const Definition* def, const char** textStartPtr) { in table_data_const()
154 static string out_table_data_description(const Definition* def) { in out_table_data_description()
253 if (Definition* def = root->find(prefixed, RootDefinition::AllowParens::kYes)) { in checkParentsForMatch() local
757 [child](string def) { return child->fName == def; } )) { in contains_referenced_child()
797 [parent](string def) { in checkAnchors()
838 bool MdOut::checkParamReturnBody(const Definition* def) { in checkParamReturnBody()
861 void MdOut::childrenOut(Definition* def, const char* start) { in childrenOut()
897 void MdOut::summaryOut(const Definition* def, MarkType markType, string name) { in summaryOut()
[all …]
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer_test.cc149 GraphDef def; in CreateAddGraphDef() local
168 GraphDef def; in CreateConvGraphDef() local
189 GraphDef def; in CreatePoolGraphDef() local
266 GraphDef def = CreateAddGraphDef(); in TEST_F() local
297 GraphDef def = CreateAddGraphDef(); in TEST_F() local
314 GraphDef def = CreateConvGraphDef(); in TEST_F() local
340 GraphDef def = CreatePoolGraphDef(); in TEST_F() local
398 GraphDef def = CreateAddGraphDef(); in TEST_F() local

12345678910>>...20