Searched refs:need (Results 1 – 20 of 20) sorted by relevance
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ |
D | UsbTunerPreferences.java | 118 public static void setShouldShowSetupActivity(Context context, boolean need) { in setShouldShowSetupActivity() argument 120 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); in setShouldShowSetupActivity() 123 .putBoolean(UsbTunerPreferences.PREFS_KEY_LAUNCH_SETUP, need) in setShouldShowSetupActivity()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 50 …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… 448 …need 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…
|
D | pointer.md | 151 … 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…
|
D | faq.md | 175 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…
|
D | encoding.md | 13 …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…
|
D | stream.md | 72 `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 dummy implemen…
|
D | sax.md | 53 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…
|
D | dom.md | 219 3. The buffer need to be retained until the document is no longer used. 220 4. If the DOM need to be used for long period after parsing, and there are few JSON strings in the … 222 *In situ* parsing is mostly suitable for short-term JSON that only need to be processed once, and t…
|
D | internals.md | 169 When parsing JSON from a stream, the parser need to skip 4 whitespace characters: 188 To enable this optimization, need to define `RAPIDJSON_SSE2` or `RAPIDJSON_SSE42` before including …
|
D | Doxyfile.in | 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 692 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 985 # (see http://www.gnu.org/software/global/global.html). You will need version 1445 # doxygen run you need to manually remove any form_*.png images from the HTML 1456 # Note that when changing this option you need to delete any form_*.png files in 1467 # enabled you may also need to install MathJax separately and configure the path 1484 # When MathJax is enabled you need to specify the location relative to the HTML 2129 # generates you can specify the font name using DOT_FONTNAME. You need to make 2263 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 2277 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
|
/packages/services/Car/ |
D | apicheck_msg_current.txt | 13 you will need approval.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/CMakeModules/ |
D | FindGTestSrc.cmake | 19 # Debian installs gtest include directory in /usr/include, thus need to look
|
/packages/apps/Messaging/ |
D | proguard.flags | 46 # Keep rastermill classes that need to be accessed from native code (JNI)
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryHistoryChart.java | 313 int need = style & ~typefaceStyle; in setTypeface() local 314 paint.setFakeBoldText((need & Typeface.BOLD) != 0); in setTypeface() 315 paint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0); in setTypeface()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 534 // if this is ever changed to not be a SKIP, need
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 534 // if this is ever changed to not be a SKIP, need
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 227 # use: inc=Fortran f=C. Note that for custom extensions you also need to set 766 # will need version 4.8.6 or higher. 1008 # when you change the font size after a successful doxygen run you need 1402 # font does not include all possible unicode characters however, so when you need 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 227 # use: inc=Fortran f=C. Note that for custom extensions you also need to set 766 # will need version 4.8.6 or higher. 1008 # when you change the font size after a successful doxygen run you need 1402 # font does not include all possible unicode characters however, so when you need 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 41098 01-13 23:19:23.557 2872 2872 D Finsky : [1] DailyHygiene.goMakeHygieneIfDirty: No need to run da… 41395 01-13 23:19:37.838 2466 3007 I Icing : updateResources: need to parse f{com.google.android.gms} 41774 01-13 23:19:41.103 2466 3007 I Icing : updateResources: need to parse f{com.google.android.gms}
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|