Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 68) sorted by relevance

123

/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md34 icons/assets that need to be tinted.
42 starting points for Activity style's to inherit from if they need specific
59 used throughout the entire app without the need for customization. If you
72 * Add colors that are common throughout the entire app and need be themed. For
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md50 …root object. Since a `Value` can contain different types of value, we may need to verify its type …
164 If we are unsure whether a member exists, we need to call `HasMember()` before calling `operator[](…
209 To conform RFC 4627, RapidJSON supports string containing `U+0000`. If you need to handle this, you…
218 `GetStringLength()` can also improve performance, as user may often need to call `strlen()` for all…
290 …of overheads. And these overheads are often unnoticed. Especially when we need to create temporary…
419 …g](#CreateString)) to the array, you need to create a string Value by using the copy-string API. …
446 …String` function for string values. These overloads are used to avoid the need for copying the `na…
448need to create a name from a non-constant string or a string without sufficient lifetime (see [Cre…
473 If we really need to copy a DOM tree, we can use two APIs for deep copy: constructor with allocator…
Dpointer.md151 … is a `Document&`. But if you want to resolve a pointer to a subtree. You need to supply it as in …
158 // CreateValueByPointer() here no need allocator
166 // SetValueByPointer() here need allocator
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
Dfaq.md175 3. Why do I need to provide the length of string?
181 4. Why do I need to provide allocator parameter in many DOM manipulation API?
191 1. Why don't we just `printf` a JSON? Why do we need a `Writer`?
217 …Yes. RapidJSON fully support null character in JSON string. However, user need to be aware of it a…
271 …Some applications need to process very large JSON files. Some server-side applications need to pro…
Dencoding.md13 …ong encodings. All these features are implemented internally, without the need for external librar…
34 …nness. However, when it is stored in file or transferred over network, we need to state the byte o…
88 …ncodings will be used in the memory or streams. However, sometimes we may need to read/write files…
Dstream.md72 `FileReadStream` reads the file via a `FILE` pointer. And user need to provide a buffer.
128 Besides, it also need to handle [byte order mark (BOM)](http://en.wikipedia.org/wiki/Byte_order_mar…
218 … can use `AutoUTFOutputStream`. This class is not automatic *per se*. You need to specify the UTF …
276 …ever, if the interface is not needed for a particular stream, it is still need to a placeholder im…
Dsax.md53 These events can be easily matched with the JSON, except some event parameters need further explana…
126 … that the `memberCount` parameter is just an aid for the handler, user may not need this parameter.
180 `Writer` is very easy to use. If your application only need to converts some data into JSON, it may…
426 …return out_.String(&buffer_.front(), length, true); // true = output handler need to copy the stri…
475 …API can only provide information about a single event at a time, user may need to book-keeping the…
/packages/services/Car/cpp/computepipe/aidl/
DAndroid.bp16 // Automotive has different platform schedule. We shouldn't need to
39 // Automotive has different platform schedule. We shouldn't need to
/packages/modules/Connectivity/tests/common/
DAndroid.bp48 // Some tests may be duplicated (in particular static lib tests), as they need to be run under both
106 // defaults for tests that need to build against framework-connectivity's @hide APIs
120 // if sdk_version="" this gets automatically included, but here we need to add manually.
/packages/apps/Car/tests/
Dreadme.md7 * You need to build or have a [car-ui-lib](https://cs.android.com/android/platform/superproject/+/a…
9 * android-10.0.0_r30 is a release tag placeholder in this doc, you should replace the one you need.
29 * You will need to build car-ui-lib by Android Studio first.
Dsettings.gradle17 // You need to have car-ui-lib project in place. See tools/git_clone_projects.sh for example.
/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java159 public static synchronized void setShouldShowSetupActivity(Context context, boolean need) { in setShouldShowSetupActivity() argument
161 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); in setShouldShowSetupActivity()
163 getSharedPreferences(context).edit().putBoolean(PREFS_KEY_LAUNCH_SETUP, need).apply(); in setShouldShowSetupActivity()
/packages/providers/MediaProvider/tests/
DAndroid.bp77 // This looks a bit awkward, but we need our tests to run against either
80 // will allow instrumentation. Thus we pull all the sources we need to
/packages/modules/NetworkStack/
DAndroid.bp128 // integer so if the next SDK release happens to use that integer, we don't need to rename them.
148 // integer so if the next SDK release happens to use that integer, we don't need to rename them.
378 // So, link libc++ statically. This means that we also need to ensure that all the C++ libraries
436 // When adding or modifying protos, the jarjar rules and possibly proguard rules need
/packages/modules/Virtualization/docs/getting_started/
Dindex.md5 First you will need a device that is capable of running virtual machines. On arm64, this means
74 If it doesn't have the APEX yet, you first need to place it manually to the
/packages/modules/Wifi/framework/
DAndroid.bp155 // defaults for tests that need to build against framework-wifi's @hide APIs
165 // if sdk_version="" this gets automatically included, but here we need to add manually.
/packages/modules/Wifi/service/
DAndroid.bp71 // need pre-jarjar symbols so that wifi-service can reference the original class names at
120 // need to include `libs` so that Soong doesn't complain about missing classes after jarjaring
/packages/modules/Virtualization/microdroid/
DREADME.md10 You need a VIM3L board. Instructions for building Android for the target, and
55 manually created. In the future, you won't need these, and this shall be done
/packages/apps/Test/connectivity/sl4n/rapidjson/CMakeModules/
DFindGTestSrc.cmake19 # Debian installs gtest include directory in /usr/include, thus need to look
/packages/apps/Car/tests/RotaryIME/
Dreadme.md24 Then build and install `CarRotaryController`. There is no need to enable this
/packages/apps/TV/tests/jank/
DREADME.md25 If it is your first time installing LiveTv you will need to do
/packages/apps/TV/
DREADME.md31 If it is your first time installing LiveTv you will need to do
/packages/apps/DocumentsUI/
Dproguard.flags20 # This method is marked @hide in DocumentsProvider but we need to implement it for managed mode.
/packages/modules/adb/libs/adbconnection/
DAndroid.bp58 // libadbconnection_client doesn't need an embedded build number.
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md56 faster because it does not need to communicate with the driver via IPC because
72 how to build the test binary itself. If you need to have the entire image
145 (When using a non-hwasan build, you need to change the `HWASAN_OPTIONS`

123