| /packages/apps/Gallery2/src/com/android/photos/views/ |
| D | BlockingGLTextureView.java | 288 private void throwEglException(String function) { in throwEglException() argument 289 throwEglException(function, mEgl.eglGetError()); in throwEglException() 292 public static void throwEglException(String function, int error) { in throwEglException() argument 293 String message = formatEglError(function, error); in throwEglException() 297 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning() argument 298 Log.w(tag, formatEglError(function, error)); in logEglErrorAsWarning() 301 public static String formatEglError(String function, int error) { in formatEglError() argument 302 return function + " failed: " + error; in formatEglError()
|
| /packages/providers/CalendarProvider/tests/ |
| D | EMMA_README | 1 # This defines a shell function called run_emma_calp() that rebuilds 18 # This also defines a no_emma_calp() function that rebuilds the provider 23 function run_emma_calp() 57 function no_emma_calp() 63 function _build_install_calp()
|
| /packages/apps/Camera2/src/com/android/camera/async/ |
| D | Observables.java | 52 final Function<F, T> function) { in transform() argument 57 return function.apply(input.get()); in transform() 83 Function<List<F>, T> function) { 84 return ObservableCombiner.transform(input, function);
|
| D | ObservableCombiner.java | 63 final Function<List<I>, O> function) { in transform() argument 71 return function.apply(deps); in transform()
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
| D | internals.md | 15 …M according to the events. `Value` supports a `Value::Accept(Handler&)` function, which traverses … 153 Note that `Malloc()` and `Realloc()` are member functions but `Free()` is static member function. 221 Parsing string into `double` is difficult. The standard library function `strtod()` can do the job … 223 …, the parsers calls `internal::StrtodFullPrecision()` instead, and this function actually implemen… 247 The header-only conversion function has been evaluated in [dtoa-benchmark](https://github.com/miloy…
|
| D | tutorial.md | 329 …dopts move semantics using assignment operator, and all other modifying function like `AddMember()… 333 … objects can't be converted to proper Value references, the convenience function `Move()` is avail… 367 …ng()` overloaded function without the length parameter. And it assumes the input is null-terminate… 377 …it as safe before using it without copying. This can be achieved by using the `StringRef` function: 446 The name parameter with `StringRefType` is similar to the interface of `SetString` function for str…
|
| D | sax.md | 98 …e showed, user needs to implement a handler, which consumes the events (function calls) from `Read… 122 …number, it chooses a suitable C++ type mapping. And then it calls *one* function out of `Int(int)`… 163 The one and only one function of `Reader` is to parse JSON. 272 …Writer` provides a `SetIndent(Ch indentChar, unsigned indentCharCount)` function. The default is 4… 391 …ill be called. However, at that moment `state_ = kExpectValue`, so that function returns `false` a…
|
| D | dom.md | 69 `Document` provides several functions for parsing. In below, (1) is the fundamental function, while… 115 `kParseIterativeFlag` | Iterative(constant complexity in terms of function call stack size)… 119 By using a non-type template parameter, instead of a function parameter, C++ compiler can generate …
|
| D | Doxyfile.in | 104 # description of a member or function before the detailed description 491 # documentation blocks found inside the body of a function. If set to NO these 492 # blocks will be appended to the function's detailed documentation block. 590 # type resolution of all parameters of a function it will reject a match between 591 # the prototype and the implementation of a member function even if there is 727 # in a documented function, or documenting parameters that don't exist or using 953 # function all documented functions referencing it will be listed. 958 # If the REFERENCES_RELATION tag is set to YES then for each documented function 959 # all documented entities called/used by that function will be listed. 1516 # there is already a search function so this one should typically be disabled. [all …]
|
| D | features.md | 16 * Use template and inline functions to reduce function call overheads.
|
| D | pointer.md | 110 `Pointer::Get()` or `GetValueByPointer()` function does not modify the DOM. If the tokens cannot ma…
|
| D | stream.md | 124 …do not contain JSON itself, but they wrap byte streams to provide basic encoding/decoding function.
|
| /packages/apps/LegacyCamera/jni/feature_mos/doc/ |
| D | feature_mos_API_doxyfile | 73 # the brief description of a member or function before the detailed description. 367 # documentation blocks found inside the body of a function. 369 # function's detailed documentation block. 550 # parameters in a documented function, or documenting parameters that 744 # then for each documented function all documented 750 # then for each documented function all documented entities 751 # called/used by that function will be listed. 1018 # there is already a search function so this one should typically 1315 # doxygen's preprocessor will remove all function-like macros that are alone 1317 # function macros are typically used for boiler-plate code, and will confuse [all …]
|
| /packages/apps/LegacyCamera/jni/feature_stab/doc/ |
| D | dbreg_API_doxyfile | 73 # the brief description of a member or function before the detailed description. 367 # documentation blocks found inside the body of a function. 369 # function's detailed documentation block. 550 # parameters in a documented function, or documenting parameters that 744 # then for each documented function all documented 750 # then for each documented function all documented entities 751 # called/used by that function will be listed. 1018 # there is already a search function so this one should typically 1315 # doxygen's preprocessor will remove all function-like macros that are alone 1317 # function macros are typically used for boiler-plate code, and will confuse [all …]
|
| /packages/apps/Camera2/jni/ |
| D | jpegutil.cpp | 145 std::function<void(size_t)> flush, int quality) { in Compress() 203 std::function<void(size_t)> flush; in Compress()
|
| D | jpegutil.h | 147 std::function<void(size_t)> flush, int quality);
|
| /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/ |
| D | help_executor.cpp | 36 const std::vector<std::function<void(void)>> printUsageMethods = {DiffExecutor::printUsage, in run()
|
| /packages/experimental/procstatlog/ |
| D | README | 4 on an ongoing basis, to measure CPU and other activity as a function
|
| /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
| D | command_utils.h | 43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
|
| D | command_utils.cpp | 52 /* static */ std::function<int(int, char **)> CommandUtils::getCommandExecutor( in getCommandExecutor()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
| D | DevelopmentFragment.java | 1315 String function = newValue.toString(); in writeUsbConfigurationOption() local 1316 manager.setCurrentFunction(function); in writeUsbConfigurationOption() 1317 if (function.equals("none")) { in writeUsbConfigurationOption()
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | DevelopmentSettings.java | 1715 String function = newValue.toString(); in writeUsbConfigurationOption() local 1716 manager.setCurrentFunction(function); in writeUsbConfigurationOption() 1717 if (function.equals("none")) { in writeUsbConfigurationOption()
|
| D | TrustedCredentialsDialogBuilder.java | 42 import java.util.function.IntConsumer;
|
| D | TrustedCredentialsSettings.java | 71 import java.util.function.IntConsumer;
|
| /packages/services/Car/bluetooth/bt-map-service/ |
| D | bt_hci_startup_issues.txt | 69365 IPI4: 292 18 29 35 Single function call interrupts 69471 IPI4: 292 18 29 35 Single function call interrupts
|