Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 100) sorted by relevance

1234

/packages/modules/DnsResolver/
DNOTICE7 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/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md256 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…
Dpointer.md80 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…
Dstream.md28 …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/evs/app/
Dconfig.json.readme35 "z" : 48, // Optical center distance above ground
37 "pitch" : -30, // Optical axis degrees above the horizon
/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java142 float above = 1 - weight; in bindNetworkPolicy() local
143 chart.setSideLabelWeights(above, weight); in bindNetworkPolicy()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DChartDataUsagePreference.java142 float above = 1 - weight; in bindNetworkPolicy() local
143 chart.setSideLabelWeights(above, weight); in bindNetworkPolicy()
/packages/apps/TV/res/raw/
Dthird_party_licenses16 The above copyright notice and this permission notice shall be included in
164 Notwithstanding the above, nothing herein shall supersede or modify
369 Notwithstanding the above, nothing herein shall supersede or modify
575 Notwithstanding the above, nothing herein shall supersede or modify
781 Notwithstanding the above, nothing herein shall supersede or modify
987 Notwithstanding the above, nothing herein shall supersede or modify
1193 Notwithstanding the above, nothing herein shall supersede or modify
1399 Notwithstanding the above, nothing herein shall supersede or modify
1606 Notwithstanding the above, nothing herein shall supersede or modify
1812 Notwithstanding the above, nothing herein shall supersede or modify
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/inputmethod/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/sim/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/users/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/tts/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/biometrics/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/tts/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/network/
DOWNERS6 # Emergency approvers in case the above are not available
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/
DOWNERS5 # Emergency approvers in case the above are not available
/packages/apps/Settings/src/com/android/settings/nfc/
DOWNERS6 # Emergency approvers in case the above are not available

1234