HomeSort by relevance Sort by last modified time
    Searched defs:def (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/libnl/lib/route/
pktloc_syntax.y 46 def
50 def: label
53 | location def
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPackageDefTest.java 34 TestPackageDef def = new TestPackageDef() { local
40 String digest = def.generateDigest(new File("unused"), "alsounused");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 39 bool *def; member in struct:brw::block_data
brw_fs_live_variables.cpp 43 * Sets up the use[] and def[] arrays.
70 if (!bd[b].def[reg])
77 * variable, and thus qualify for being in def[].
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
169 int *def = ralloc_array(mem_ctx, int, num_vars); local
173 this->virtual_grf_def = def;
177 def[i] = MAX_INSTRUCTION;
199 def[reg] = MIN2(def[reg], ip)
    [all...]
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 8 int def(int Y, int Z) { function
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 39 bool *def; member in struct:brw::block_data
brw_fs_live_variables.cpp 43 * Sets up the use[] and def[] arrays.
70 if (!bd[b].def[reg])
77 * variable, and thus qualify for being in def[].
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
169 int *def = ralloc_array(mem_ctx, int, num_vars); local
173 this->virtual_grf_def = def;
177 def[i] = MAX_INSTRUCTION;
199 def[reg] = MIN2(def[reg], ip)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
args.h 25 const struct arg_def *def; member in struct:arg
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
args.c 35 a.def = NULL;
39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) {
47 if (def->short_name
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1
49 && !strcmp(arg.argv[0] + 1, def->short_name)) {
52 arg.val = def->has_val ? arg.argv[1] : NULL;
53 arg.argv_step = def->has_val ? 2 : 1;
54 } else if (def->long_name) {
55 const size_t name_len = strlen(def->long_name);
59 && !strncmp(arg.argv[0] + 2, def->long_name, name_len
107 const struct arg_def *def = *defs; local
    [all...]
  /external/libvpx/libvpx/
args.h 25 const struct arg_def *def; member in struct:arg
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
args.c 35 a.def = NULL;
39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) {
47 if (def->short_name
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1
49 && !strcmp(arg.argv[0] + 1, def->short_name)) {
52 arg.val = def->has_val ? arg.argv[1] : NULL;
53 arg.argv_step = def->has_val ? 2 : 1;
54 } else if (def->long_name) {
55 const size_t name_len = strlen(def->long_name);
59 && !strncmp(arg.argv[0] + 2, def->long_name, name_len
107 const struct arg_def *def = *defs; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplateElem.java 57 XSLTElementDef def = getElemDef(); local
58 Class classObject = def.getClassObject();
ProcessorKey.java 92 XSLTElementDef def = getElemDef(); local
103 XSLTAttributeDef attrDef = def.getAttributeDef(attrUri, attrLocalName);
130 XSLTAttributeDef[] attrDefs = def.getAttributes();
XSLTElementDef.java 53 * @param classObject The class of the object that this element def should produce.
81 * @param classObject The class of the object that this element def should produce.
112 * @param classObject The class of the object that this element def should produce.
136 * @param classObject The class of the object that this element def should produce.
164 * @param classObject The class of the object that this element def should produce.
194 * @param classObject The class of the object that this element def should produce.
220 * @param classObject The class of the object that this element def should produce.
238 * @param classObject The class of the object that this element def should produce.
261 * @param classObject The class of the object that this element def should produce.
283 XSLTElementDef def = m_elements[i] local
475 XSLTElementDef def = m_elements[i]; local
541 XSLTElementDef def = m_elements[i]; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftmm.h 127 /* def :: The axis's default design coordinate. */
145 FT_Fixed def; member in struct:FT_Var_Axis_
  /external/chromium_org/third_party/webrtc/
common.h 89 static const T def; local
90 return def;
  /external/clang/test/PCH/
cxx1y-variable-templates.cpp 45 template<typename T> extern T def;
95 template<typename T> extern T def;
140 template<typename T> T def = T(); member in namespace:join::diff_types
  /external/freetype/include/
ftmm.h 127 /* def :: The axis's default design coordinate. */
145 FT_Fixed def; member in struct:FT_Var_Axis_
  /art/compiler/dex/
mir_graph_test.cc 66 const BBDef* def = &defs[i]; local
67 BasicBlock* bb = cu_.mir_graph->NewMemBB(def->type, i);
69 if (def->num_successors <= 2) {
72 bb->fall_through = (def->num_successors >= 1) ? def->successors[0] : 0u;
73 bb->taken = (def->num_successors >= 2) ? def->successors[1] : 0u;
79 &cu_.arena, def->num_successors, kGrowableArraySuccessorBlocks);
80 for (size_t j = 0u; j != def->num_successors; ++j) {
90 &cu_.arena, def->num_predecessors, kGrowableArrayPredecessors)
    [all...]
local_value_numbering_test.cc 92 const IFieldDef* def = &defs[i]; local
93 MirIFieldLoweringInfo field_info(def->field_idx);
94 if (def->declaring_dex_file != 0u) {
95 field_info.declaring_dex_file_ = reinterpret_cast<const DexFile*>(def->declaring_dex_file);
96 field_info.declaring_field_idx_ = def->declaring_field_idx;
98 (def->is_volatile ? MirIFieldLoweringInfo::kFlagIsVolatile : 0u);
113 const SFieldDef* def = &defs[i]; local
114 MirSFieldLoweringInfo field_info(def->field_idx);
118 if (def->declaring_dex_file != 0u) {
119 field_info.declaring_dex_file_ = reinterpret_cast<const DexFile*>(def->declaring_dex_file)
137 const MIRDef* def = &defs[i]; local
    [all...]
mir_optimization_test.cc 82 const SFieldDef* def = &defs[i]; local
83 MirSFieldLoweringInfo field_info(def->field_idx);
84 if (def->declaring_dex_file != 0u) {
85 field_info.declaring_dex_file_ = reinterpret_cast<const DexFile*>(def->declaring_dex_file);
86 field_info.declaring_class_idx_ = def->declaring_class_idx;
87 field_info.declaring_field_idx_ = def->declaring_field_idx;
90 ASSERT_EQ(def->declaring_dex_file != 0u, field_info.IsResolved());
109 const BBDef* def = &defs[i]; local
110 BasicBlock* bb = cu_.mir_graph->NewMemBB(def->type, i);
112 if (def->num_successors <= 2)
161 const MIRDef* def = &defs[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 670 struct sh_def def = *(struct sh_def *) assem; local
672 _debug_printf( "def " );
673 dump_reg( def.reg, NULL, &di );
675 dump_cdata( def.cdata );
  /external/clang/test/SemaTemplate/
constructor-template.cpp 93 DefaultCtorHasDefaultArg def; local
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 670 struct sh_def def = *(struct sh_def *) assem; local
672 _debug_printf( "def " );
673 dump_reg( def.reg, NULL, &di );
675 dump_cdata( def.cdata );
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 96 RegisterSpec def local
100 o.regSpec = o.regSpec.withType(def.getType());

Completed in 746 milliseconds

1 2 3 4 5 6