/packages/services/Car/evs/apps/default/ |
D | config.json.readme | 10 // Yaw is measured from the front of the car, positive to the left (postive Z rotation). 17 "wheelBase" : 117.9, // The distance between the front and read axel 18 "frontExtent" : 44.7, // The extent of the car body ahead of the front axel 24 "frontRange" : 100, // How far to render the view in front of the front bumper 29 "frontPixel" : 23, // The pixel row in CarFromTop.png at which the front bumper appears
|
D | EvsStateControl.cpp | 158 const Command& cmd = mCommandQueue.front(); in updateLoop()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ActionMultiMap.java | 35 public void put(String mimeType, Action info, boolean front) { in put() argument 44 if (front) { in put()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_vector.h | 74 DicNode *front() { in front() function 76 return &mDicNodes.front(); in front()
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 68 public void videoCaptureDoneEvent(String ref, long durationMsec, boolean front, in videoCaptureDoneEvent() argument 74 boolean front, boolean isHDR, float zoom, in photoCaptureDoneEvent() argument
|
/packages/apps/Nfc/nci/jni/ |
D | DataQueue.cpp | 53 tHeader* header = mQueue.front(); in ~DataQueue() 117 tHeader* header = mQueue.front(); in dequeue()
|
/packages/services/Car/watchdog/server/tests/ |
D | LooperStub.cpp | 51 while (!mCache.empty() && mCache.front().empty()) { in pollAll() 61 const auto messages = mCache.front(); in pollAll()
|
D | IoPerfCollectionTest.cpp | 60 const auto entry = mCache.front(); in collect() 80 const auto entry = mCache.front(); in collect() 100 const auto entry = mCache.front(); in collect()
|
/packages/modules/DnsResolver/tests/dns_metrics_listener/ |
D | test_metrics.cpp | 66 if (ipAddresses.empty() || ipAddresses.front() != result.ipAddress) continue; in onDnsEvent()
|
/packages/modules/DnsResolver/ |
D | DnsTlsSessionCache.cpp | 70 bssl::UniquePtr<SSL_SESSION> ret = std::move(mSessions.front()); in getSession()
|
D | DnsStats.cpp | 104 updateStatsData(mRecords.front(), false); in push()
|
D | DnsTlsSocket.cpp | 372 if (!sendQuery(q.front())) { in loop()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/ |
D | capitalize.cpp | 31 …return out_.String(&buffer_.front(), length, true); // true = output handler need to copy the stri… in String()
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
D | arguments_and_options.h | 59 return it->second.front(); in getSingleArgument()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary_utils.cpp | 42 DicNodeUtils::initAsRoot(dictionaryStructurePolicy, prevWordIds, ¤t.front()); in getMaxProbabilityOfExactMatches()
|
/packages/providers/MediaProvider/jni/ |
D | RedactionInfo.cpp | 57 off + size < redaction_ranges_.front().first) { in hasOverlapWithReadRequest()
|
/packages/services/Car/evs/manager/1.1/stats/ |
D | CameraUsageStats.cpp | 68 it->second.sum -= it->second.history.front(); in updateFrameStatsOnReturn()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/ |
D | suggestions_output_utils.cpp | 62 && !terminals.empty() && terminals.front().hasMultipleWords()); in outputSuggestions()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | PreviewOverlay.java | 93 boolean front = (mFacing == CameraCharacteristics.LENS_FACING_BACK); in setGyroAngles()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoCarousel.java | 271 mPanel[0]= findViewById(R.id.front); in onAttachedToWindow()
|
/packages/services/Car/watchdog/server/src/ |
D | ProcPidStat.cpp | 80 if (pidStat->comm.front() != '(' || pidStat->comm.back() != ')') { in parsePidStatLine()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.cpp | 227 const int sumDuration = sampledInputTimes->back() - sampledInputTimes->front(); in refreshSpeedRates() 228 const int sumLength = sampledLengthCache->back() - sampledLengthCache->front(); in refreshSpeedRates()
|
/packages/services/Car/evs/manager/1.1/ |
D | HalCamera.cpp | 400 auto req = mCurrentRequests->front(); mCurrentRequests->pop_front(); in deliverFrame_1_1()
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 810 # put in front of it. If left blank `html' will be used as the default path. 890 # can add a path in front of the file if the result should not be 1034 # put in front of it. If left blank `latex' will be used as the default path. 1118 # put in front of it. If left blank `rtf' will be used as the default path. 1159 # put in front of it. If left blank `man' will be used as the default path. 1188 # put in front of it. If left blank `xml' will be used as the default path.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 810 # put in front of it. If left blank `html' will be used as the default path. 890 # can add a path in front of the file if the result should not be 1034 # put in front of it. If left blank `latex' will be used as the default path. 1118 # put in front of it. If left blank `rtf' will be used as the default path. 1159 # put in front of it. If left blank `man' will be used as the default path. 1188 # put in front of it. If left blank `xml' will be used as the default path.
|