Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 56) 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…
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.
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…
Dencoding.md108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil…
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.
/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java144 float above = 1 - weight; in bindNetworkPolicy() local
145 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/services/Car/car_product/sepolicy/
Dqcom-post-boot.te45 # Allow changing the owner of the above sysfs nodes.
/packages/apps/Messaging/src/com/android/messaging/util/
DChangeDefaultSmsAppHelper.java101 SnackBar.Placement.above(composeView)); in promptToChangeDefaultSmsApp()
/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/Music/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Calendar/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/Launcher2/
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/CellBroadcastReceiver/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/LegacyCamera/jni/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/providers/UserDictionaryProvider/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify
/packages/apps/LegacyCamera/
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/inputmethods/LatinIME/java/
DNOTICE147 Notwithstanding the above, nothing herein shall supersede or modify

123