/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowInfoTest.java | 51 WindowInfo w1 = WindowInfo.obtain(); in testObtain() local 65 WindowInfo w1 = WindowInfo.obtain(); in testParceling() local 111 private boolean areWindowsEqual(WindowInfo w1, WindowInfo w2) { in areWindowsEqual()
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 128 int32_t next, float w0, float w1) { in getSample_A() 138 int32_t next, float w0, float w1) { in getSample_L() 148 int32_t next, float w0, float w1) { in getSample_LA() 158 int32_t next, float w0, float w1) { in getSample_RGB() 168 int32_t next, float w0, float w1) { in getSample_565() 178 int32_t next, float w0, float w1) { in getSample_RGBA() 190 float w0, float w1, float w2, float w3) { in getSample_A() 203 float w0, float w1, float w2, float w3) { in getSample_L() 216 float w0, float w1, float w2, float w3) { in getSample_LA() 229 float w0, float w1, float w2, float w3) { in getSample_RGB() [all …]
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | transpose_conv2d_large.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
|
D | grouped_conv2d.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
|
D | transpose_conv2d.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | grouped_conv2d_quant8_signed.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
|
D | transpose_conv2d_quant8_signed.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable 55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
|
D | transpose_quant8_signed.mod.py | 21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable 55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | chvr_filter.cpp | 40 int w1, w2, w3, w4; in CombinedHorzVertRingFilter() local
|
/frameworks/native/libs/vr/libdvr/tests/ |
D | dvr_buffer_queue-test.cpp | 279 constexpr uint32_t w1 = 10; in TEST_F() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 47 const float w1 = x * (1.0f - y); in GetTileCoords() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowOrganizerTests.java | 989 final WindowState w1 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 1"); in testBLASTCallbackWithMultipleWindows() local
|