Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 140) sorted by relevance

123456

/cts/tests/src/android/opengl/cts/
DCompressedTextureLoader.java152 PVRHeader header = new PVRHeader(); in readPVRHeader() local
154 header.mHeaderSize = headerBuffer.getInt(); in readPVRHeader()
155 header.mHeight = headerBuffer.getInt(); in readPVRHeader()
156 header.mWidth = headerBuffer.getInt(); in readPVRHeader()
157 header.mMipMapCount = headerBuffer.getInt(); in readPVRHeader()
158 header.mpfFlags = headerBuffer.getInt(); in readPVRHeader()
159 header.mDataSize = headerBuffer.getInt(); in readPVRHeader()
160 header.mBitCount = headerBuffer.getInt(); in readPVRHeader()
161 header.mRBitMask = headerBuffer.getInt(); in readPVRHeader()
162 header.mGBitMask = headerBuffer.getInt(); in readPVRHeader()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DHeaderViewListAdapterTest.java44 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(); in testConstructor() local
46 new HeaderViewListAdapter(header, footer, null); in testConstructor()
48 new HeaderViewListAdapter(header, footer, new HeaderViewEmptyAdapter()); in testConstructor()
56 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testGetHeadersCount() local
57 header.add(lv.new FixedViewInfo()); in testGetHeadersCount()
58 headerViewListAdapter = new HeaderViewListAdapter(header, null, null); in testGetHeadersCount()
88 ArrayList<ListView.FixedViewInfo> header = new ArrayList<ListView.FixedViewInfo>(4); in testRemoveHeader() local
95 header.add(info1); in testRemoveHeader()
96 header.add(info2); in testRemoveHeader()
97 HeaderViewListAdapter headerViewListAdapter = new HeaderViewListAdapter(header, null, null); in testRemoveHeader()
[all …]
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp158 int32_t header[4]; // id 0 - no of types - id 0x10 - ExecutionResult in run() local
159 if (!read((char*)header, sizeof(header))) { in run()
163 if (header[0] != 0) { in run()
167 if (header[2] != EExecutionResult) { in run()
171 if (header[3] == TaskGeneric::EResultError) { in run()
172 LOGE("script returned error %d", header[3]); in run()
173 return (TaskGeneric::ExecutionResult)header[3]; in run()
175 if ((header[1] - 1) != nOutputs) { in run()
238 return (TaskGeneric::ExecutionResult)header[3]; in run()
/cts/suite/pts/lib/commonutil/src/com/android/pts/util/
DReportLog.java47 public void printValue(String header, double val) { in printValue() argument
48 String message = getClassMethodNames(mDepth, true) + LOG_ELEM_SEPARATOR + header + in printValue()
60 public void printArray(String header, double[] val, boolean addMin) { in printArray() argument
62 builder.append(getClassMethodNames(mDepth, true) + LOG_ELEM_SEPARATOR + header + in printArray()
75 public void printSummary(String header, double average, double stddev) { in printSummary() argument
76 mSummary = header + LOG_ELEM_SEPARATOR + "average " + average + LOG_ELEM_SEPARATOR + in printSummary()
/cts/tests/src/android/widget/cts/
DExpandableListWithHeaders.java45 Button header = new Button(this); in onCreate() local
46 header.setText("Header View"); in onCreate()
47 expandableListView.addHeaderView(header); in onCreate()
/cts/tests/src/android/widget/cts/util/
DListScenario.java322 TextView header = mHeadersFocusable ? in onCreate() local
325 header.setText("Header: " + i); in onCreate()
326 mListView.addHeaderView(header); in onCreate()
330 TextView header = new TextView(this); in onCreate() local
331 header.setText("Footer: " + i); in onCreate()
332 mListView.addFooterView(header); in onCreate()
/cts/suite/audio_quality/test_description/
Dprocessing_main.py68 header = self.readI32()
69 if header == CMD_TERMINATE:
73 if header == CMD_HEADER:
/cts/tools/signature-tools/templates/
DHeader.st1 <div class="header">
DStyles.st23 .header {
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
DT_f1_1.dfh3 // DEX file header:
DT_f1_11.dfh3 // DEX file header:
DT_f1_7.dfh3 // DEX file header:
DT_f1_3.dfh3 // DEX file header:
DT_f1_12.dfh3 // DEX file header:
DT_f1_6.dfh3 // DEX file header:
DT_f1_4.dfh3 // DEX file header:
DT_f1_2.dfh3 // DEX file header:
DT_f1_9.dfh4 // DEX file header:
DT_f1_5.dfh3 // DEX file header:
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
Dbootstrap-responsive.css94 .page-header h1 small {
129 .modal-header .close {
725 .nav-collapse .nav .nav-header {
Ddocs.css344 .mini-layout.fluid .mini-layout-header,
385 .download .page-header {
388 .page-header .toggle-all {
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
DT_a1_1.dfh3 // DEX file header:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_3.dfh3 // DEX file header:
DT_goto_16_4.dfh3 // DEX file header:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_3.dfh3 // DEX file header:

123456