/hardware/google/apf/testdata/ |
D | one_ra_with_counters.output | 3 0 0 0: li r1, -4 8 86dd fffffffc 8: li r1, -104 10 86dd ffffff98 15: li r1, -108 22 86 ffffff94 257: li r1, -84 29 0 ffffffac 302: li r0, 0 31 0 ffffffac 321: li r0, 18 33 12 ffffffac 364: li r0, 58 37 e10 ffffffac 378: li r0, 62 41 e10 ffffffac 410: li r0, 86 47 93a80 ffffffac 465: li r0, 130 [all …]
|
/hardware/qcom/sm8150/gps/utils/ |
D | LogBuffer.cpp | 89 list<pair<pair<uint64_t, string>, int>> li; in dump() local 91 li = mLogList.dump(); in dump() 93 li = mLogList.dump(level); in dump() 95 ALOGE("Begining of dump, buffer size: %d", (int)li.size()); in dump() 97 ln << "dump log buffer, level[" << level << "]" << ", buffer size: " << li.size() << endl; in dump() 99 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
|
D | SkipList.h | 138 list<pair<T, int>> li; in dump() local 140 li.push_back(make_pair(item.mData, item.mLevel)); in dump() 142 return li; in dump() 147 list<pair<T, int>> li; in dump() local 150 li.push_back(make_pair((*head).mData, (*head).mLevel)); in dump() 153 return li; in dump()
|
/hardware/qcom/sm7150/gps/utils/ |
D | LogBuffer.cpp | 89 list<pair<pair<uint64_t, string>, int>> li; in dump() local 91 li = mLogList.dump(); in dump() 93 li = mLogList.dump(level); in dump() 95 ALOGE("Begining of dump, buffer size: %d", (int)li.size()); in dump() 97 ln << "dump log buffer, level[" << level << "]" << ", buffer size: " << li.size() << endl; in dump() 99 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
|
D | SkipList.h | 138 list<pair<T, int>> li; in dump() local 140 li.push_back(make_pair(item.mData, item.mLevel)); in dump() 142 return li; in dump() 147 list<pair<T, int>> li; in dump() local 150 li.push_back(make_pair((*head).mData, (*head).mLevel)); in dump() 153 return li; in dump()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | main.c | 262 LARGE_INTEGER li; in get_counter() local 264 QueryPerformanceCounter(&li); in get_counter() 265 x = (double) (li.QuadPart - (*counter_start)); in get_counter() 272 LARGE_INTEGER li; in start_counter() local 274 if(!QueryPerformanceFrequency(&li)) in start_counter() 276 x = (double)(li.QuadPart); in start_counter() 278 QueryPerformanceCounter(&li); in start_counter() 279 *counter_start = li.QuadPart; in start_counter()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | JpegCompressor.cpp | 337 int li = std::min(i, cinfo->image_height - 1); in CompressYUV420Frame() local 338 y_lines[i] = static_cast<JSAMPROW>(py + li * frame.yuv_planes.y_stride); in CompressYUV420Frame() 340 li = std::min(i, (cinfo->image_height - 1) / c_vsub_sampling); in CompressYUV420Frame() 342 static_cast<JSAMPROW>(pcr + li * frame.yuv_planes.cbcr_stride); in CompressYUV420Frame() 344 static_cast<JSAMPROW>(pcb + li * frame.yuv_planes.cbcr_stride); in CompressYUV420Frame()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 518 int li = std::min(i, inSz.height - 1); in encodeJpegYU12() local 519 yLines[i] = static_cast<JSAMPROW>(py + li * inLayout.yStride); in encodeJpegYU12() 522 li = std::min(i, (inSz.height - 1) / cVSubSampling); in encodeJpegYU12() 523 crLines[i] = static_cast<JSAMPROW>(pcr + li * inLayout.cStride); in encodeJpegYU12() 524 cbLines[i] = static_cast<JSAMPROW>(pcb + li * inLayout.cStride); in encodeJpegYU12()
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 334 * <li> For L1 C/A and B1I, STATE_SYMBOL_SYNC is optional since the symbol length is the 336 * <li> For L5Q and E5aQ, STATE_BIT_SYNC and STATE_SYMBOL_SYNC are optional since they are 338 * <li> STATE_2ND_CODE_LOCK for L5I is optional since it is implied by STATE_SYMBOL_SYNC. 339 * <li> STATE_2ND_CODE_LOCK for E1C is optional since it is implied by 341 * <li> For E1B and E1C, STATE_SYMBOL_SYNC is optional, because it is implied by
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 976 * <li>0: None; 977 * <li>1: Relu; 978 * <li>3: Relu6; 979 * <li>4: Tanh; 980 * <li>6: Sigmoid.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1261 * <li>0: None; 1262 * <li>1: Relu; 1263 * <li>3: Relu6; 1264 * <li>4: Tanh; 1265 * <li>6: Sigmoid. 2478 * <li>0: None; 2479 * <li>1: Relu; 2480 * <li>3: Relu6; 2481 * <li>4: Tanh; 2482 * <li>6: Sigmoid. [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1258 * <li>0: None; 1259 * <li>1: Relu; 1260 * <li>3: Relu6; 1261 * <li>4: Tanh; 1262 * <li>6: Sigmoid. 2579 * <li>0: None; 2580 * <li>1: Relu; 2581 * <li>3: Relu6; 2582 * <li>4: Tanh; 2583 * <li>6: Sigmoid. [all …]
|