Home
last modified time | relevance | path

Searched defs:colIndex (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_spatial_convolutions-inl.h233 Index rowIndex, colIndex, otherIndex; in operator() local
244 Index rowIndex, colIndex, otherIndex; in operator() local
251 Index rowIndex, colIndex, otherIndex; in loadPacket() local
260 Index rowIndex, colIndex, otherIndex; in loadPacket() local
291 Index colIndex, Index otherIndex) const { in loadCoeff()
324 Index colIndex, in loadCoeffStandard()
348 Index colIndex, in loadPacket()
371 Index rowIndex, Index colIndex, Index otherIndex, Index patchId, in loadPartialPacketStandard()
416 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromTwoColumns()
452 Index patchId, Index rowIndex, Index colIndex, Index otherIndex, in loadPacketStandardFromSingleColumn()
[all …]
H A Deigen_cuboid_convolution.h295 Index planeIndex, rowIndex, colIndex, otherIndex; in operator() local
305 Index planeIndex, rowIndex, colIndex, otherIndex; in operator() local
312 Index planeIndex, rowIndex, colIndex, otherIndex; in loadPacket() local
321 Index planeIndex, rowIndex, colIndex, otherIndex; in loadPacket() local
354 Index rowIndex, Index colIndex, in loadCoeff()
403 Index rowIndex, Index colIndex, in loadCoeffStandard()
438 Index rowIndex, Index colIndex, in loadPacket()
465 Index planeIndex, Index rowIndex, Index colIndex, Index otherIndex, in loadPartialPacketStandard()
514 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnTwoRows()
555 Index patchId, Index planeIndex, Index rowIndex, Index colIndex, in loadPacketStandardFromSingleColumnSingleRow()
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/quality/
H A DMediaQualityService.java386 int colIndex = cursor.getColumnIndex(BaseParameters.PARAMETER_ID); in getTempId() local
393 int colIndex = cursor.getColumnIndex(BaseParameters.PARAMETER_TYPE); in getType() local
398 int colIndex = cursor.getColumnIndex(BaseParameters.PARAMETER_NAME); in getName() local
403 int colIndex = cursor.getColumnIndex(BaseParameters.PARAMETER_INPUT_ID); in getInputId() local
408 int colIndex = cursor.getColumnIndex(BaseParameters.PARAMETER_PACKAGE); in getPackageName() local
413 int colIndex = cursor.getColumnIndex(mMediaQualityDbHelper.SETTINGS); in getSettingsString() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_gain_map.cpp177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) in InterpolateEntry()
231 uint32 colIndex = static_cast<uint32> (colIndexF); in ResetColumn() local
320 for (int32 colIndex = 0; colIndex < fPoints.h; colIndex++) in PutStream() local
422 for (int32 colIndex = 0; colIndex < mapPoints.h; colIndex++) in GetStream() local
H A Ddng_gain_map.h94 uint32 colIndex, in Entry()
109 uint32 colIndex, in Entry()
H A Ddng_jpeg_image.cpp130 uint32 colIndex = tileIndex % tilesAcross; in Process() local
H A Ddng_read_image.cpp2878 uint32 colIndex = tileIndex - (plane * fTilesDown + rowIndex) * fTilesAcross; in Process() local
3278 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++) in Read() local
/aosp_15_r20/external/rappor/ui/
H A Dtable-lib.js117 function extractCol(rows, colIndex) { argument
205 TableState.prototype.doClick = function(colIndex) { argument
337 function makeClickHandler(urlHash, tableStates, id, colIndex) { argument
/aosp_15_r20/external/skia/tests/
H A DPDFTaggedTableTest.cpp87 for (int colIndex = 0; colIndex < kColCount; colIndex++) { in DEF_TEST() local
134 for (int colIndex = 0; colIndex < kColCount; colIndex++) { in DEF_TEST() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp21 int colIndex, in AppendMatrixElementArgument()
81 uint8_t colIndex = 0; in AppendValuesFromMultipleArguments() local
/aosp_15_r20/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java306 int colIndex = c.getColumnIndex(colName); in getInt() local
318 int colIndex = c.getColumnIndex(colName); in getString() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java349 public boolean valueAt(int rowIndex, int colIndex) { in valueAt()
374 public void setValueAt(int rowIndex, int colIndex, boolean value) { in setValueAt()
/aosp_15_r20/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java854 int colIndex = cursor.getColumnIndex(field); in cursorIntToContentValues() local
884 int colIndex = cursor.getColumnIndex(field); in cursorLongToContentValues() local
915 int colIndex = cursor.getColumnIndex(field); in cursorDoubleToContentValues() local
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DColorGrid.kt62 for (colIndex in labels.indices) { in onDraw() constant
/aosp_15_r20/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java307 int colIndex = line.indexOf(":"); in shouldRemoveHeaderLine() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/
H A DNeuronSquareMesh2D.java378 int colIndex = col + colOffset; in getLocation() local
/aosp_15_r20/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java247 int colIndex = cursor.getColumnIndexOrThrow(colName); in getNullableFloat() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexTableau.java376 int colIndex = columnLabels.indexOf("x" + i); in getSolution() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
H A DEncryptionAppTest.java482 int colIndex = c.getColumnIndex("exists"); in queryFileExists() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/linear/
H A DSimplexTableau.java409 int colIndex = columnLabels.indexOf("x" + i); in getSolution() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/linear/
H A DSimplexTableau.java452 int colIndex = columnLabels.indexOf("x" + i); in getSolution() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DTablePrinter.java539 private int findIdentical(Comparable[][] sortedFlat, int rowIndex, int colIndex) { in findIdentical()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/services/Proxy/ProxyHandler/android_common/javac/
DProxyHandler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/services/Proxy/ProxyHandler/android_common/repackaged-jarjar/javac/
DProxyHandler.jarcom/android/proxyhandler/SocketConnect.class SocketConnect.java package com.android.proxyhandler public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/services/Proxy/ProxyHandler/android_common/combined/
DProxyHandler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

123456789