Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java288 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/
DEMMA_README1 # 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/
DObservables.java52 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);
DObservableCombiner.java63 final Function<List<I>, O> function) { in transform() argument
71 return function.apply(deps); in transform()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md15 …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…
Dtutorial.md329 …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…
Dsax.md98 …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…
Ddom.md69 `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 …
DDoxyfile.in104 # 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 …]
Dfeatures.md16 * Use template and inline functions to reduce function call overheads.
Dpointer.md110 `Pointer::Get()` or `GetValueByPointer()` function does not modify the DOM. If the tokens cannot ma…
Dstream.md124 …do not contain JSON itself, but they wrap byte streams to provide basic encoding/decoding function.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile73 # 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/
Ddbreg_API_doxyfile73 # 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/
Djpegutil.cpp145 std::function<void(size_t)> flush, int quality) { in Compress()
203 std::function<void(size_t)> flush; in Compress()
Djpegutil.h147 std::function<void(size_t)> flush, int quality);
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
Dhelp_executor.cpp36 const std::vector<std::function<void(void)>> printUsageMethods = {DiffExecutor::printUsage, in run()
/packages/experimental/procstatlog/
DREADME4 on an ongoing basis, to measure CPU and other activity as a function
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dcommand_utils.h43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
Dcommand_utils.cpp52 /* static */ std::function<int(int, char **)> CommandUtils::getCommandExecutor( in getCommandExecutor()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java1315 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/
DDevelopmentSettings.java1715 String function = newValue.toString(); in writeUsbConfigurationOption() local
1716 manager.setCurrentFunction(function); in writeUsbConfigurationOption()
1717 if (function.equals("none")) { in writeUsbConfigurationOption()
DTrustedCredentialsDialogBuilder.java42 import java.util.function.IntConsumer;
DTrustedCredentialsSettings.java71 import java.util.function.IntConsumer;
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt69365 IPI4: 292 18 29 35 Single function call interrupts
69471 IPI4: 292 18 29 35 Single function call interrupts

12