HomeSort by relevance Sort by last modified time
    Searched refs:parent (Results 101 - 125 of 6350) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_metadata.c 94 static inline int32_t mpeg2_get_quant_matrix(void *parent, uint8_t *matrix, uint32_t alternate_scan)
109 ret = viddec_pm_get_bits(parent, &code, MPEG2_BITS_EIGHT);
125 void viddec_mpeg2_parse_seq_hdr(void *parent, void *ctxt)
133 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.horizontal_size_value, 12);
136 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.vertical_size_value, 12);
139 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.aspect_ratio_information, 4);
142 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.frame_rate_code, 4);
145 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.bit_rate_value, 18);
148 ret_code |= viddec_pm_skip_bits(parent, 1);
151 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.vbv_buffer_size_value, 10)
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.c 55 * Return TRUE iff PARENT has an arc to covers the address
59 arc_lookup (Sym *parent, Sym *child)
63 if (!parent || !child)
65 printf ("[arc_lookup] parent == 0 || child == 0\n");
68 DBG (LOOKUPDEBUG, printf ("[arc_lookup] parent %s child %s\n",
69 parent->name, child->name));
70 for (arc = parent->cg.children; arc; arc = arc->next_child)
72 DBG (LOOKUPDEBUG, printf ("[arc_lookup]\t parent %s child %s\n",
73 arc->parent->name, arc->child->name));
88 arc_add (Sym *parent, Sym *child, unsigned long count
362 Sym *head, *parent, *member; local
596 Sym *parent, **time_sorted_syms, **top_sorted_syms; local
    [all...]
call_graph.c 37 Sym *parent;
40 parent = sym_lookup (&symtab, from_pc);
43 if (child == NULL || parent == NULL)
46 /* If we're doing line-by-line profiling, both the parent and the
48 symbols. For the parent this is fine, since this identifies the
63 if (sym_id_arc_is_present (&syms[INCL_ARCS], parent, child)
65 && !sym_id_arc_is_present (&syms[EXCL_ARCS], parent, child)))
70 parent->name, child->name, count));
71 arc_add (parent, child, count);
118 || gmon_io_write_vma (ofp, arc->parent->addr
36 Sym *parent; local
    [all...]
cg_dfn.c 209 * Prepare for visiting the children of PARENT. Push a parent onto
213 pre_visit (Sym *parent)
224 dfn_stack[dfn_depth].sym = parent;
226 parent->cg.top_order = DFN_BUSY;
228 print_name (parent);
234 * Done with visiting node PARENT. Pop PARENT off dfn_stack
235 * and number functions if PARENT is head of a cycle.
238 post_visit (Sym *parent)
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h 68 Index j, parent; local
72 parent = et(j);
73 if (parent != n) // not the dummy root
74 descendants(parent) += descendants(j) + 1;
84 parent = et(j);
86 while ( parent != n && descendants(parent) < relax_columns )
88 j = parent;
89 parent = et(j);
  /external/avahi/avahi-core/
prioq-test.c 51 assert(n->left->parent == n);
54 assert(n->right->parent == n);
56 if (n->parent) {
57 assert(n->parent->left == n || n->parent->right == n);
59 if (n->parent->left == n)
60 assert(n->next == n->parent->right);
66 if (n->parent && n->parent->left == n)
67 assert(n->parent->right == NULL)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
summarymap.py 26 def __init__(self, parent=None):
27 self.parent = parent
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
attributes.py 28 def __init__(self, parent):
29 self.parent = parent
  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 25 protected NestedTask (final SuppressableTask parent)
27 if (parent == null)
28 throw new IllegalArgumentException ("null input: parent");
30 m_parent = parent;
34 * Overrides {@link SuppressableTask#getTaskSettings()} to mix in parent
45 // task settings are always more specific than parent settings, but attention
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 51 final File parent = file.getParentFile (); local
52 if (parent != null) setDir (parent);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java 56 this._position_.parent(null);
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
81 this._expression_.parent(null);
86 if(node.parent() != null)
88 node.parent().removeChild(node);
91 node.parent(this);
106 this._command_.parent(null);
111 if(node.parent() != null
    [all...]
AAutoescapeCommand.java 56 this._position_.parent(null);
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
81 this._expression_.parent(null);
86 if(node.parent() != null)
88 node.parent().removeChild(node);
91 node.parent(this);
106 this._command_.parent(null);
111 if(node.parent() != null
    [all...]
AEscapeCommand.java 56 this._position_.parent(null);
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
81 this._expression_.parent(null);
86 if(node.parent() != null)
88 node.parent().removeChild(node);
91 node.parent(this);
106 this._command_.parent(null);
111 if(node.parent() != null
    [all...]
ASetCommand.java 56 this._position_.parent(null);
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
81 this._variable_.parent(null);
86 if(node.parent() != null)
88 node.parent().removeChild(node);
91 node.parent(this);
106 this._expression_.parent(null);
111 if(node.parent() != null
    [all...]
ACallCommand.java 57 this._position_.parent(null);
62 if(node.parent() != null)
64 node.parent().removeChild(node);
67 node.parent(this);
84 if(e.parent() != null)
86 e.parent().removeChild(e);
89 e.parent(this);
104 if(e.parent() != null)
106 e.parent().removeChild(e);
109 e.parent(this)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
TransformingClassLoader.java 26 public TransformingClassLoader(ClassLoader parent, ClassFilter filter, ClassTransformerFactory t) {
27 super(parent, parent, filter);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusableAboveUnfocusable.java 40 protected View createView(int position, ViewGroup parent, int desiredHeight) {
43 position, parent.getContext(), getValueAtPosition(position), desiredHeight);
45 return super.createView(position, parent, desiredHeight);
  /frameworks/support/fragment/honeycomb/android/support/v4/app/
BaseFragmentActivityHoneycomb.java 32 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) {
33 final View v = dispatchFragmentsOnCreateView(parent, name, context, attrs);
36 return super.onCreateView(parent, name, context, attrs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PropertyView.java 32 public void createPartControl(Composite parent) {
33 parent.setLayout(new FillLayout());
35 mPropertyViewer = new PropertyViewer(parent);
TreeOverviewView.java 32 public void createPartControl(Composite parent) {
33 parent.setLayout(new FillLayout());
35 mTreeViewOverview = new TreeViewOverview(parent);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_preview.c 25 /* The parent class. The pointer will be saved
39 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(self); local
55 parent->initialized = FALSE;
64 /* direct parent class */
68 /* parent class for later use */
75 /* TODO: decide if we need to override the parent's methods */
100 /* Chain up parent */
116 /* TODO: decide if we need to chainup parent method.
142 MixVideoFormatEnc *parent = NULL; local
170 /* Chainup parent method. *
624 MixVideoFormatEnc *parent = NULL; local
779 MixVideoFormatEnc *parent = NULL; local
898 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(&(mix->parent)); local
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
FileMultiReportOutput.java 42 final File parent = file.getParentFile(); local
43 parent.mkdirs();
44 if (!parent.isDirectory()) {
45 throw new IOException(format("Can't create directory %s.", parent));
  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
CollisionObjectWrapper.h 28 CollisionObjectWrapper(btCollisionObjectWrapper* parent, btCollisionShape* shape, btCollisionObject* collisionObject, btTransform& worldTransform, int partId=-1, int index=-1) :
29 wrapper(parent, shape, collisionObject, worldTransform, partId, index) {}
34 CollisionObjectWrapper(btCollisionObjectWrapper* parent, btCollisionObject* collisionObject, int partId=-1, int index=-1) :
35 wrapper(parent, collisionObject->getCollisionShape(),collisionObject, collisionObject->getWorldTransform(), partId, index) {}
  /external/libxml2/python/tests/
xpathret.py 19 parent = mydoc.newDocNode(None, 'p', None)
20 mydoc.addChild(parent)
22 parent.addChild(node)
23 return [parent]
  /external/selinux/libsepol/cil/test/unit/
test_cil.c 69 test_ast_node->parent = test_db->ast->root;
70 test_ast_node->parent->flavor = CIL_BLOCK;
73 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
87 test_ast_node->parent = test_db->ast->root;
88 test_ast_node->parent->flavor = CIL_CLASS;
91 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
105 test_ast_node->parent = test_db->ast->root;
106 test_ast_node->parent->flavor = CIL_ROOT;
109 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
123 test_ast_node->parent = test_db->ast->root
    [all...]

Completed in 470 milliseconds

1 2 3 45 6 7 8 91011>>