Home
last modified time | relevance | path

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

123

/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…
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.
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…
Dinternals.md109 The 32-bit `flags_` contains both JSON type and other additional information. As shown in the above
328 There is a great [tool](http://hackingoff.com/compilers/predict-first-follow-set) for above grammar…
Dsax.md53 … explanation. Let's see the `simplereader` example which produces exactly the same output as above:
224 …n handle string with null characters. Another one is the simpler version used in the above example.
Dencoding.md108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil…
/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java141 float above = 1 - weight; in bindNetworkPolicy() local
142 chart.setSideLabelWeights(above, weight); in bindNetworkPolicy()
/packages/services/Car/
Dapicheck_msg_last.txt4 been previously released in an SDK. Please fix the errors listed above.
Dapicheck_msg_current.txt7 errors above.
/packages/apps/TV/
Dopen_source_project.README6 1. Download AOSP (equal or above L version).
/packages/apps/Messaging/src/com/android/messaging/util/
DChangeDefaultSmsAppHelper.java101 SnackBar.Placement.above(composeView)); in promptToChangeDefaultSmsApp()
/packages/apps/Dialer/
DCONTRIBUTING25 the one above, the
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses151 Notwithstanding the above, nothing herein shall supersede or modify
345 Notwithstanding the above, nothing herein shall supersede or modify
539 Notwithstanding the above, nothing herein shall supersede or modify
733 Notwithstanding the above, nothing herein shall supersede or modify
925 Notwithstanding the above, nothing herein shall supersede or modify
1119 Notwithstanding the above, nothing herein shall supersede or modify
1313 Notwithstanding the above, nothing herein shall supersede or modify
1507 Notwithstanding the above, nothing herein shall supersede or modify
1699 Notwithstanding the above, nothing herein shall supersede or modify
1891 Notwithstanding the above, nothing herein shall supersede or modify
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags55 # @param suggestions The suggestions shown when the user left QSB. See qsb_click above.
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java108 public static Placement above(final View anchorView) { in above() method in SnackBar.Placement
/packages/apps/BasicSmsReceiver/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Launcher2/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/providers/TelephonyProvider/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Launcher3/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Email/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/providers/BlockedNumberProvider/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Provision/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/SoundRecorder/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/QuickSearchBox/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/LegacyCamera/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify

123