Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/packages/services/Car/evs/app/
Dconfig.json.readme2 // the format of the configuration file the evs_app expects to read at startup to configure itself
8 // The origin is at the center of the read axel at ground level.
26 "frontPixel" : 23, // The pixel row in CarFromTop.png at which the front bumper appears
27 "rearPixel" : 223 // The pixel row in CarFromTop.png at which the back bumper ends
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp147 if (!buffer->writeCodePointsAndAdvancePosition(&(it->first.at(0)), it->first.size(), in writeHeaderAttributes()
152 if (!buffer->writeCodePointsAndAdvancePosition(&(it->second.at(0)), it->second.size(), in writeHeaderAttributes()
225 if (i == 0 && it->second.at(i) == '-') { in readIntAttributeValueInner()
228 if (!isdigit(it->second.at(i))) { in readIntAttributeValueInner()
233 value += it->second.at(i) - '0'; in readIntAttributeValueInner()
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto6 * You may obtain a copy of the License at
89 // The distance measured in the unit indicated at `display_units`, already
128 // Slight turn at an intersection, from 10 (included) to 45 (excluded)
133 // Regular turn at an intersection, from 45 (included) to 135 (excluded)
138 // Sharp turn at an intersection, from 135 (included) to 175 (excluded)
166 // Road diverges (e.g. "Keep left/right at the fork").
253 // Configuration of a single lane of a road at a particular point in the
259 // lane at a particular step in the navigation. This defines the icon(s)
378 // The configuration of road lanes at the point where the driver should
383 // An image representing the lane configuration at this point in the
[all …]
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto21 // Extra rules: Every Ecc should have at least 1 valid type.
31 // Extra rules: There should be at least one EccInfo in this list.
53 // Extra rules: There should be at least one CountryInfo in this list.
/packages/modules/DnsResolver/
Dres_stats.cpp37 sample->at = now; in res_stats_set_sample()
100 last = stats->samples[stats->sample_next - 1].at; in android_net_res_stats_aggregate()
102 last = stats->samples[stats->sample_count - 1].at; in android_net_res_stats_aggregate()
Dresolv_cache_unit_test.cpp109 return std::tie(a.at, a.rtt, a.rcode) == std::tie(b.at, b.rtt, b.rcode); in operator ==()
751 res_sample sample = {.at = time(NULL), .rtt = 100, .rcode = ns_r_noerror}; in TEST_F()
852 const res_sample sample1 = {.at = time(nullptr), .rtt = 100, .rcode = ns_r_noerror}; in TEST_F()
853 const res_sample sample2 = {.at = time(nullptr), .rtt = 200, .rcode = ns_r_noerror}; in TEST_F()
854 const res_sample sample3 = {.at = time(nullptr), .rtt = 300, .rcode = ns_r_noerror}; in TEST_F()
Dres_send.cpp150 uint8_t* ans, int anssiz, int* terrno, size_t ns, time_t* at, int* rcode,
154 int* gotsomewhere, time_t* at, int* rcode, int* delay);
659 uint8_t* ans, int anssiz, int* terrno, size_t ns, time_t* at, int* rcode, in send_vc() argument
661 *at = time(NULL); in send_vc()
1002 int* gotsomewhere, time_t* at, int* rcode, int* delay) { in send_dg() argument
1010 *at = time(nullptr); in send_dg()
D.editorconfig1 # To use this config with your editor, follow the instructions at:
Dstats.h30 time_t at; // time in s at which the sample was recorded member
/packages/apps/Car/tests/
Dreadme.md18 2. Click hamburger icon at top left -> Settings
19 3. Scroll to Version at bottom and tap ~10 times to unlock Developer Mode
20 4. Click kebab icon at top right -> Developer settings
/packages/apps/StorageManager/tests/unit/
DREADME1 To build the tests you can use the following command at the root of your android source tree
16 More general information can be found at
/packages/apps/Settings/tests/unit/
DREADME1 To build the tests you can use the following command at the root of your android source tree
16 More general information can be found at
/packages/apps/Traceur/uitests/
DREADME1 To build the tests you can use the following command at the root of your android source tree
18 More general information can be found at
/packages/apps/Dialer/java/com/android/dialer/logging/
Dcontact_source.proto13 // Note that it represents the contact's status on the user's device at the
15 // number's status at the time they made or received the call.
/packages/inputmethods/LatinIME/dictionaries/
Dsample.combined10 # Each word has a `word' entry and at least a `f' argument denoting its
21 # starting with a `shortcut' entry and having at least a `f' frequency
/packages/services/Telecomm/proto/
Dtelecom.proto252 // Dialpad at emergency dialer.
255 // Shortcut button at emergency dialer.
309 // A bitmask of the properties that were set at any point during the call.
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto5 // You may obtain a copy of the License at
57 // True if the CP2 information is incomplete and needs to be queried at
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dsax.md276 A `Writer` can only output a single JSON, which can be any JSON type at the root. Once the singular…
355 cout << " at offset " << o << " near '" << string(json).substr(o, 10) << "...'" << endl;
386 at offset 59 near '} }...'
391 … it is an object, `MessageHandler::StartObject()` will be called. However, at that moment `state_ …
475 …ver, since SAX-style API can only provide information about a single event at a time, user may nee…
Dfaq.md239 …[Byte order mark (BOM)](http://en.wikipedia.org/wiki/Byte_order_mark) sometimes reside at the begi…
255 …Many design decisions of RapidJSON is aimed at time/space performance. These may reduce user-frien…
263 The design of RapidJSON aims at reducing memory footprint.
281 …itially in 2011. Milo Yip is a game programmer and he just knew about JSON at that time and would …
/packages/apps/Browser2/
DREADME3 AOSP, please follow the instructions at:
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DTestItemDetailsLookup.java42 doc.at(position); in initAt()
/packages/apps/Launcher3/src_plugins/
DREADME.md3 …w plugin interface, or to use existing interfaces to write a plugin can be found at go/gnl/plugins.
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md46 …should be in fully compliance with RFC7159/ECMA-404. More information about JSON can be obtained at
89 ## Usage at a glance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggested_word.h50 return &mCodePoints.at(0); in getCodePoint()
/packages/apps/CertInstaller/robotests/config/
Drobolectric.properties6 # You may obtain a copy of the License at

12345678910>>...15