HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 1 - 25 of 7605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/cuttlefish_common/common/vsoc/lib/
audio_data_layout.cpp 17 // Define some of the string constants associated with the region layout.
21 namespace layout { namespace in namespace:vsoc
28 } // namespace layout
input_events_layout.cpp 17 // Define some of the string constants associated with the region layout.
21 namespace layout { namespace in namespace:vsoc
28 } // namespace layout
ril_layout.cpp 19 namespace layout { namespace in namespace:vsoc
24 } // namespace layout
screen_layout.cpp 19 namespace layout { namespace in namespace:vsoc
26 } // namespace layout
socket_forward_layout.cpp 19 const char* vsoc::layout::socket_forward::SocketForwardLayout::region_name =
wifi_exchange_layout.cpp 19 namespace layout { namespace in namespace:vsoc
23 } // namespace layout
gralloc_layout.cpp 17 // Define some of the string constants associated with the region layout.
21 namespace layout { namespace in namespace:vsoc
29 } // layout
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
package-info.java 3 * interface matches the local layout API closely. In some cases where special capabilities to
6 package com.android.layout.remote.api
  /external/libopus/src/
opus_multistream.c 41 int validate_layout(const ChannelLayout *layout)
45 max_channel = layout->nb_streams+layout->nb_coupled_streams;
48 for (i=0;i<layout->nb_channels;i++)
50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255)
57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev)
61 for (;i<layout->nb_channels;i++)
63 if (layout->mapping[i]==stream_id*2)
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons2.java 17 package android.widget.layout.linear;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DatePickerRule.java 17 package com.android.ide.common.layout;
  /external/compiler-rt/test/BlocksRuntime/
blockimport.c 40 struct Block_layout *layout = (struct Block_layout *)(void *)vv;
41 printf("isa %p\n", layout->isa);
42 printf("flags %x\n", layout->flags);
43 printf("descriptor %p\n", layout->descriptor);
44 printf("descriptor->size %d\n", layout->descriptor->size);
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTextMeasuringTest.java 24 import android.text.Layout.Alignment;
54 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
57 assertEquals(0.0f, layout.getPrimaryHorizontal(0), 0f);
58 assertEquals(layout.getPrimaryHorizontal(2), layout.getPrimaryHorizontal(1), 0f);
65 StaticLayout layout = new StaticLayout(testString, mDefaultPaint, local
68 assertEquals(0.0f, layout.getPrimaryHorizontal(0), 0f);
69 assertEquals(layout.getPrimaryHorizontal(2), layout.getPrimaryHorizontal(1), 0f);
78 StaticLayout layout = new StaticLayout(testString, mDefaultPaint local
    [all...]
  /external/skia/tests/
SkSLMemoryLayoutTest.cpp 17 SkSL::MemoryLayout layout(SkSL::MemoryLayout::k140_Standard);
20 REPORTER_ASSERT(r, 4 == layout.size(*context.fFloat_Type));
21 REPORTER_ASSERT(r, 8 == layout.size(*context.fFloat2_Type));
22 REPORTER_ASSERT(r, 12 == layout.size(*context.fFloat3_Type));
23 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat4_Type));
24 REPORTER_ASSERT(r, 4 == layout.size(*context.fInt_Type));
25 REPORTER_ASSERT(r, 8 == layout.size(*context.fInt2_Type));
26 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type));
27 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type));
28 REPORTER_ASSERT(r, 1 == layout.size(*context.fBool_Type))
    [all...]
  /external/skqp/tests/
SkSLMemoryLayoutTest.cpp 17 SkSL::MemoryLayout layout(SkSL::MemoryLayout::k140_Standard);
20 REPORTER_ASSERT(r, 4 == layout.size(*context.fFloat_Type));
21 REPORTER_ASSERT(r, 8 == layout.size(*context.fFloat2_Type));
22 REPORTER_ASSERT(r, 12 == layout.size(*context.fFloat3_Type));
23 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat4_Type));
24 REPORTER_ASSERT(r, 4 == layout.size(*context.fInt_Type));
25 REPORTER_ASSERT(r, 8 == layout.size(*context.fInt2_Type));
26 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type));
27 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type));
28 REPORTER_ASSERT(r, 1 == layout.size(*context.fBool_Type))
    [all...]
  /frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
GlifRecyclerLayoutTest.java 60 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
61 assertRecyclerTemplateInflated(layout);
67 GlifRecyclerLayout layout = (GlifRecyclerLayout) local
68 inflater.inflate(R.layout.test_glif_recycler_layout, null);
69 assertRecyclerTemplateInflated(layout);
74 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
75 assertRecyclerTemplateInflated(layout);
76 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
81 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
82 assertRecyclerTemplateInflated(layout);
95 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
109 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
124 GlifRecyclerLayout layout = new GlifRecyclerLayout(mContext); local
    [all...]
SetupWizardRecyclerLayoutTest.java 61 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
62 assertRecyclerTemplateInflated(layout);
68 SetupWizardRecyclerLayout layout = (SetupWizardRecyclerLayout) local
69 inflater.inflate(R.layout.test_recycler_layout, null);
70 assertRecyclerTemplateInflated(layout);
75 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
76 assertRecyclerTemplateInflated(layout);
77 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
82 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
83 assertRecyclerTemplateInflated(layout);
96 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
110 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
125 SetupWizardRecyclerLayout layout = new SetupWizardRecyclerLayout(mContext); local
    [all...]
GlifPreferenceLayoutTest.java 56 GlifPreferenceLayout layout = new GlifPreferenceLayout(mContext); local
57 assertPreferenceTemplateInflated(layout);
62 GlifPreferenceLayout layout = new GlifPreferenceLayout(mContext); local
63 assertPreferenceTemplateInflated(layout);
64 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
69 GlifPreferenceLayout layout = new GlifPreferenceLayout(mContext); local
70 assertPreferenceTemplateInflated(layout);
71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
72 layout, null /* savedInstanceState */);
78 GlifPreferenceLayout layout = new GlifPreferenceLayout(mContext) local
84 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout, local
    [all...]
SetupWizardPreferenceLayoutTest.java 56 SetupWizardPreferenceLayout layout = new SetupWizardPreferenceLayout(mContext); local
57 assertPreferenceTemplateInflated(layout);
62 SetupWizardPreferenceLayout layout = new SetupWizardPreferenceLayout(mContext); local
63 assertPreferenceTemplateInflated(layout);
64 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
69 SetupWizardPreferenceLayout layout = new SetupWizardPreferenceLayout(mContext); local
70 assertPreferenceTemplateInflated(layout);
71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
72 layout, null /* savedInstanceState */);
78 SetupWizardPreferenceLayout layout = new SetupWizardPreferenceLayout(mContext) local
84 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout, local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.frag 24 layout (binding = 1) uniform sampler2D tex;
26 layout (location = 0) in vec4 texcoord;
27 layout (location = 0) out vec4 uFragColor;
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
GlifLayoutTest.java 70 GlifLayout layout = new GlifLayout(mContext); local
71 assertDefaultTemplateInflated(layout);
76 GlifLayout layout = new GlifLayout(mContext); local
77 TextView title = (TextView) layout.findViewById(R.id.suw_layout_title);
78 layout.setHeaderText("Abracadabra");
85 GlifLayout layout = new GlifLayout(mContext); local
88 layout.addView(tv);
89 assertDefaultTemplateInflated(layout);
90 View view = layout.findViewById(testViewId);
96 GlifLayout layout = new GlifLayout(mContext) local
103 GlifLayout layout = new GlifLayout(mContext); local
121 GlifLayout layout = new GlifLayout(mContext); local
140 GlifLayout layout = new GlifLayout(mContext); local
151 GlifLayout layout = new GlifLayout(mContext); local
161 GlifLayout layout = new GlifLayout(mContext); local
170 GlifLayout layout = new GlifLayout(mContext); local
180 GlifLayout layout = new GlifLayout(mContext); local
190 GlifLayout layout = new GlifLayout(mContext); local
206 GlifLayout layout = new GlifLayout(mContext); local
212 GlifLayout layout = new GlifLayout(mContext); local
220 GlifLayout layout = new GlifLayout(mContext); local
232 GlifLayout layout = new GlifLayout(mContext); local
247 GlifLayout layout = new GlifLayout(mContext, R.layout.suw_glif_blank_template); local
262 GlifLayout layout = new GlifLayout( local
273 GlifLayout layout = new GlifLayout(mContext); local
288 GlifLayout layout = new GlifLayout( local
299 GlifLayout layout = new GlifLayout(mContext, R.layout.suw_glif_blank_template); local
315 GlifLayout layout = new GlifLayout( local
328 GlifLayout layout = new GlifLayout( local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
common.h 20 static inline size_t ChannelsFromLayout(AudioProcessing::ChannelLayout layout) {
21 switch (layout) {
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifListLayoutTest.java 60 GlifListLayout layout = new GlifListLayout(mContext); local
61 assertListTemplateInflated(layout);
66 GlifListLayout layout = new GlifListLayout(mContext); local
69 layout.addView(tv);
79 GlifListLayout layout = (GlifListLayout) local
80 inflater.inflate(R.layout.test_glif_list_layout, null);
81 assertListTemplateInflated(layout);
86 GlifListLayout layout = new GlifListLayout(mContext); local
87 assertListTemplateInflated(layout);
88 assertNotNull("getListView should not be null", layout.getListView())
93 GlifListLayout layout = new GlifListLayout(mContext); local
109 GlifListLayout layout = new GlifListLayout(mContext); local
124 GlifListLayout layout = new GlifListLayout(mContext); local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DatePickerCalendarActivity.java 22 return R.layout.date_picker_calendar_activity;
DatePickerSpinnerActivity.java 22 return R.layout.date_picker_spinner_activity;

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>