HomeSort by relevance Sort by last modified time
    Searched refs:headerIndex (Results 1 - 5 of 5) sorted by null

  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 315 for (int headerIndex = 0; headerIndex < headerValues.size(); headerIndex++) {
316 Header header = headerValues.get(headerIndex);
327 cells[headerIndex][fieldIndex] = cellInfo;
  /external/deqp-deps/SPIRV-Tools/source/opt/
aggressive_dead_code_elim_pass.cpp 257 uint32_t headerIndex = structured_order_index_[header];
262 mergeId, [headerIndex, mergeIndex, this](Instruction* user) {
266 if (headerIndex < index && index < mergeIndex) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
aggressive_dead_code_elim_pass.cpp 257 uint32_t headerIndex = structured_order_index_[header];
262 mergeId, [headerIndex, mergeIndex, this](Instruction* user) {
266 if (headerIndex < index && index < mergeIndex) {
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 377 int headerIndex =
384 &self->sbrHeader[elementIndex][headerIndex],
811 int headerIndex;
840 headerIndex = getHeaderSlot(self->pSbrElement[elementIndex]->useFrameSlot,
843 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]);
958 int headerIndex =
962 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]);
    [all...]
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java 422 int headerIndex, String expectedKey, String expectedValue) {
423 assertEquals(expectedKey, httpUrlConnection.getHeaderFieldKey(headerIndex));
424 assertEquals(expectedValue, httpUrlConnection.getHeaderField(headerIndex));

Completed in 359 milliseconds