HomeSort by relevance Sort by last modified time
    Searched refs:parent (Results 51 - 75 of 7738) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sei.c 33 h264_Status h264_sei_buffering_period(void *parent,h264_Info* pInfo)
54 sei_msg_ptr->seq_param_set_id = h264_GetVLCElement(parent, pInfo, false);
67 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->initial_cpb_removal_delay_nal, num_bits);
68 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->initial_cpb_removal_delay_offset_nal, num_bits);
79 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->initial_cpb_removal_delay_vcl, num_bits);
80 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->initial_cpb_removal_delay_offset_vcl, num_bits);
92 h264_Status h264_sei_pic_timing(void *parent,h264_Info* pInfo)
127 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->cpb_removal_delay, num_bits_cpb);
128 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->dpb_output_delay, num_bits_dpb);
138 viddec_pm_get_bits(parent, &code , 4)
    [all...]
h264parse_bsd.c 33 uint32_t h264_get_codeNum(void *parent, h264_Info* pInfo)
49 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
59 bits_operation_result = viddec_pm_peek_bits(parent, &temp, noOfBits);
72 bits_operation_result = viddec_pm_peek_bits(parent, &temp, 8);
104 viddec_pm_get_bits(parent, &temp, noOfBits);
109 viddec_pm_get_bits(parent, &temp, count);
119 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
134 viddec_pm_get_bits(parent, &temp, noOfBits);
142 viddec_pm_get_bits(parent, &temp, leadingZeroBits);
156 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 104 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); local
105 parent.setBaselineAligned(true);
106 assertTrue(parent.isBaselineAligned());
108 parent.setBaselineAligned(false);
109 assertFalse(parent.isBaselineAligned());
112 parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum);
113 assertFalse(parent.isBaselineAligned());
116 parent = (LinearLayout) mActivity.findViewById(R.id.linear_horizontal);
117 assertTrue(parent.isBaselineAligned());
121 parent = (LinearLayout) mActivity.findViewById(R.id.linear_vertical)
128 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); local
152 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); local
187 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum); local
216 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); local
268 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); local
277 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); local
289 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); local
312 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); local
343 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_horizontal); local
401 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_vertical); local
443 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum); local
490 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum); local
534 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum_vertical); local
583 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum_vertical); local
650 final LinearLayout parent = new LinearLayout(mActivity); local
830 final LinearLayout parent = local
1090 final LinearLayout parent = local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.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 */
101 /* Chain up parent */
117 /* TODO: decide if we need to chainup parent method.
143 MixVideoFormatEnc *parent = NULL; local
171 /* Chainup parent method. */
681 MixVideoFormatEnc *parent = NULL; local
834 MixVideoFormatEnc *parent = NULL; local
935 MixVideoFormatEnc *parent = NULL; local
1033 MixVideoFormatEnc *parent = NULL; local
1129 MixVideoFormatEnc *parent = NULL; local
1223 MixVideoFormatEnc *parent = MIX_VIDEOFORMATENC(&(mix->parent)); local
1659 MixVideoFormatEnc *parent = NULL; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALoopIncCommand.java 71 this._position_.parent(null);
76 if(node.parent() != null)
78 node.parent().removeChild(node);
81 node.parent(this);
96 this._variable_.parent(null);
101 if(node.parent() != null)
103 node.parent().removeChild(node);
106 node.parent(this);
121 this._start_.parent(null);
126 if(node.parent() != null
    [all...]
  /external/valgrind/none/tests/
fdleak_dup.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_dup2.stderr.exp 14 <inherited from parent>
17 <inherited from parent>
20 <inherited from parent>
fdleak_fcntl.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_open.stderr.exp 8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
fdleak_pipe.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_socketpair.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_cmsg.stderr.exp 17 <inherited from parent>
20 <inherited from parent>
23 <inherited from parent>
38 <inherited from parent>
41 <inherited from parent>
44 <inherited from parent>
fdleak_ipv4.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
26 <inherited from parent>
29 <inherited from parent>
32 <inherited from parent>
  /frameworks/support/design/src/android/support/design/widget/
TextInputEditText.java 51 // If we don't have a hint and our parent is a TextInputLayout, use it's hint for the
53 ViewParent parent = getParent(); local
54 while (parent instanceof View) {
55 if (parent instanceof TextInputLayout) {
56 outAttrs.hintText = ((TextInputLayout) parent).getHint();
59 parent = parent.getParent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 63 Composite parent = getFieldEditorParent(); local
66 "Monitor Density", parent));
72 parent);
82 Button checkbox = editor.getChangeControl(parent);
93 parent);
98 parent);
103 parent);
108 parent);
119 parent, true));
123 parent);
139 Composite parent = getFieldEditorParent(); local
    [all...]
  /system/media/camera/docs/
metadata_model_test.py 10 kind = Kind("some_root_kind", parent=None)
11 ins_outer = InnerNamespace("static", parent=kind)
14 ins1 = InnerNamespace("ins1", parent=ins_outer)
15 ins1a = InnerNamespace("ins1", parent=ins_outer) # same name deliberately
17 parent=ins1)
19 parent=ins1a)
21 parent=ins_outer)
38 self.assertEquals(kind, combined_children_namespace.parent)
55 section = Section("some_section", parent=None)
56 kind_static = Kind("static", parent=section
    [all...]
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/
BasicMarkerTest.java 112 Marker parent = factory.getMarker(PARENT_MARKER_STR); local
115 parent.add(child);
119 Iterator<Marker> iterator = parent.iterator();
127 Marker parent = factory.getMarker(NEW_PREFIX + PARENT_MARKER_STR); local
129 assertFalse(parent.contains(child));
130 assertFalse(parent.contains(NEW_PREFIX + CHILD_MARKER_STR));
131 assertFalse(parent.remove(child));
133 parent.add(child);
135 assertTrue(parent.contains(child));
136 assertTrue(parent.contains(NEW_PREFIX + CHILD_MARKER_STR))
149 Marker parent = factory.getMarker(PARENT_NAME); local
164 Marker parent = factory.getMarker(PARENT_NAME); local
182 Marker parent = factory.getMarker(PARENT_NAME); local
    [all...]
  /external/r8/src/test/examples/instancevariable/
InstanceVariable.java 9 public InstanceVariable parent; field in class:InstanceVariable
21 parent = new InstanceVariable();
26 return privateFoo + privateBar + bar + foo + parent.foo + privateParent.privateBar;
  /packages/apps/Contacts/src/com/android/contacts/widget/
SingleItemAdapter.java 39 public View getView(int position, View convertView, ViewGroup parent) {
40 return getView(convertView, parent);
46 protected abstract View getView(View convertView, ViewGroup parent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
AllocTrackerView.java 32 public void createPartControl(Composite parent) {
34 mPanel.createPanel(parent);
39 setupTableFocusListener(mPanel, parent);
HeapView.java 32 public void createPartControl(Composite parent) {
34 mPanel.createPanel(parent);
39 setupTableFocusListener(mPanel, parent);
NativeHeapView.java 33 public void createPartControl(Composite parent) {
35 mPanel.createPanel(parent);
40 setupTableFocusListener(mPanel, parent);
NetworkStatisticsView.java 32 public void createPartControl(Composite parent) {
34 mPanel.createPanel(parent);
39 setupTableFocusListener(mPanel, parent);
ThreadView.java 33 public void createPartControl(Composite parent) {
35 mPanel.createPanel(parent);
40 setupTableFocusListener(mPanel, parent);
  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.h 27 * With pointers to the symbols of the parent and the child, a count
29 * parent of this child and the next child of this parent.
33 Sym *parent; /* source vertice of arc */
35 unsigned long count; /* # of calls from parent to child */
38 struct arc *next_parent; /* next parent of CHILD */
39 struct arc *next_child; /* next child of PARENT */
47 extern void arc_add (Sym * parent, Sym * child, unsigned long count);
48 extern Arc *arc_lookup (Sym * parent, Sym * child);
32 Sym *parent; \/* source vertice of arc *\/ member in struct:arc

Completed in 654 milliseconds

1 23 4 5 6 7 8 91011>>