Searched defs:function (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
H A DObservableCombiner.java34 * function.
52 * Transforms a set of input observables with a function.
55 * @param function The function to apply to all of the inputs.
59 * with the given function. Changes in the output value will result
63 final Function<List<I>, O> function) {
71 return function.apply(deps);
62 transform(final List<? extends Observable<I>> inputs, final Function<List<I>, O> function) argument
H A DObservables.java47 * Transforms an observable with a function.
52 final Function<F, T> function) {
57 return function.apply(input.get());
78 * Transforms a set of observables with a function.
83 Function<List<F>, T> function) {
84 return ObservableCombiner.transform(input, function);
51 transform(final Observable<F> input, final Function<F, T> function) argument
82 transform(final List<? extends Observable<F>> input, Function<List<F>, T> function) argument
/packages/services/Car/evs/app/
H A DConfigManager.cpp131 Json::Value usageNode = node.get("function", "");
132 const char *function = usageNode.asCString(); local
180 info.function = function;
H A DConfigManager.h27 std::string function = ""; // The expected use for this camera ("reverse", "left", "right") member in struct:ConfigManager::CameraInfo
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java288 private void throwEglException(String function) { argument
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/packages/services/Telecomm/libs/
H A Dguava.jar ... AbstractCheckedFuture { final com.google.common.base.Function mapper void " href="/8.1.0_r33/s? ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 773 milliseconds