/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_spatial_convolutions-inl.h | 233 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 D | eigen_cuboid_convolution.h | 295 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 D | MediaQualityService.java | 386 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 D | dng_gain_map.cpp | 177 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 D | dng_gain_map.h | 94 uint32 colIndex, in Entry() 109 uint32 colIndex, in Entry()
|
H A D | dng_jpeg_image.cpp | 130 uint32 colIndex = tileIndex % tilesAcross; in Process() local
|
H A D | dng_read_image.cpp | 2878 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 D | table-lib.js | 117 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 D | PDFTaggedTableTest.cpp | 87 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 D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 21 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/ |
D | BugStorageUtils.java | 306 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 D | WatchedSparseBooleanMatrix.java | 349 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 D | DatabaseUtils.java | 854 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 D | ColorGrid.kt | 62 for (colIndex in labels.indices) { in onDraw() constant
|
/aosp_15_r20/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
H A D | ProxyServer.java | 307 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 D | NeuronSquareMesh2D.java | 378 int colIndex = col + colOffset; in getLocation() local
|
/aosp_15_r20/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerEntry.java | 247 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 D | SimplexTableau.java | 376 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 D | EncryptionAppTest.java | 482 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 D | SimplexTableau.java | 409 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 D | SimplexTableau.java | 452 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 D | TablePrinter.java | 539 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/ |
D | ProxyHandler.jar | META-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/ |
D | ProxyHandler.jar | com/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/ |
D | ProxyHandler.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |