Searched refs:above (Results 1 – 25 of 113) sorted by relevance
12345
/packages/modules/DnsResolver/ |
D | NOTICE | 7 1. Redistributions of source code must retain the above copyright 9 2. Redistributions in binary form must reproduce the above copyright 36 * Redistributions of source code must retain the above copyright 38 * Redistributions in binary form must reproduce the above copyright 64 * Redistributions of source code must retain the above copyright 66 * Redistributions in binary form must reproduce the above copyright 108 1. Redistributions of source code must retain the above copyright 110 2. Redistributions in binary form must reproduce the above copyright 137 1. Redistributions of source code must retain the above copyright 139 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 220 // clockwise roundabout (as seen from above, typical for left-hand drive 224 // exit") on a clockwise roundabout (as seen from above, typical for 229 // exit") on a clockwise roundabout (as seen from above, typical for 234 // exit") on a clockwise roundabout (as seen from above, typical for 239 // clockwise roundabout (as seen from above, typical for left-hand drive 243 // exit") on a clockwise roundabout (as seen from above, typical for 248 // exit") on a clockwise roundabout (as seen from above, typical for 253 // exit") on a clockwise roundabout (as seen from above, typical for 258 // clockwise roundabout (as seen from above, typical for left-hand drive 263 // counter-clockwise roundabout (as seen from above, typical for right-hand [all …]
|
/packages/services/Car/cpp/telemetry/proto/ |
D | CarData.proto | 39 // DO NOT USE field numbers above 100,000 in AOSP. 41 // use. Field numbers 200,000 and above are reserved for future use; do not
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 256 v = 10; // Shortcut, same as above 314 So, with move semantics, the above example becomes: 340 a.PushBack(Value(42).Move(), allocator); // same as above 367 Besides, the above `SetString()` requires length. This can handle null characters within a string. … 374 s = "rapidjson"; // shortcut, same as above 385 s = StringRef(cstr); // shortcut, same as above 387 s = StringRef(cstr,cstr_len); // shortcut, same as above 465 * `bool RemoveMember(const Value& name)`: same as above but `name` is a Value. 467 * `MemberIterator EraseMember(MemberIterator)`: similar to the above but it preserves order of memb…
|
D | pointer.md | 80 The following example does exactly the same as the above one. 128 Parsing the above JSON into `d`, 151 All examples above do not require an allocator parameter, because the parameter is a `Document&`. B…
|
D | stream.md | 28 …s is very common usage, `Document::Parse(const char*)` is provided to do exactly the same as above: 66 …n parsing a JSON from file, you may read the whole JSON into memory and use ``StringStream`` above. 126 As mentioned above, UTF-8 byte streams can be read directly. However, UTF-16 and UTF-32 have endian… 212 When specifying the encoding of stream, uses `AutoUTF<CharType>` as in `ParseStream()` above.
|
/packages/services/Car/cpp/evs/apps/default/ |
D | config.json.readme | 38 "z" : 48, // Optical center distance above ground 40 "pitch" : -30, // Optical axis degrees above the horizon
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 114 Note that the above commands use `hwaddress` sanitization, but other sanitizers 169 above.) 186 above.) 201 file (e.g., `crash-*` files described above).
|
/packages/apps/Settings/src/com/android/settings/tts/ |
D | OWNERS | 4 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | OWNERS | 6 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
D | OWNERS | 5 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | ChartDataUsagePreference.java | 275 float above = 1 - weight; in bindNetworkPolicy() local 276 chart.setSideLabelWeights(above, weight); in bindNetworkPolicy()
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | OWNERS | 7 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
D | OWNERS | 6 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | OWNERS | 7 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | OWNERS | 7 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | OWNERS | 8 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | OWNERS | 8 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/applications/assist/ |
D | OWNERS | 9 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/applications/autofill/ |
D | OWNERS | 9 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/wifi/calling/ |
D | OWNERS | 10 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | OWNERS | 10 # Emergency approvers in case the above are not available
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | OWNERS | 9 # Emergency approvers in case the above are not available
|
/packages/services/Car/ |
D | README.md | 8 the command line above is limited to specific extensions.
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | OWNERS | 13 # Emergency approvers in case the above are not available
|
12345