Searched refs:compute (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/rs/tests/cpp_api/cppbasic/
H A DAndroid.mk4 LOCAL_MODULE:= rstest-compute
11 compute.cpp
/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
H A DAndroid.mk4 LOCAL_MODULE:= rstest-compute-getpointer
10 compute.cpp
/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A DAndroid.mk4 LOCAL_MODULE:= rstest-compute-shared
10 compute.cpp
/frameworks/support/room/compiler/src/test/data/common/input/
H A DComputableLiveData.java6 abstract protected T compute(); method in class:ComputableLiveData
/frameworks/rs/tests/cpp_api/cppf16/
H A DAndroid.mk9 compute.cpp
/frameworks/rs/tests/cpp_api/cppstrided/
H A DAndroid.mk11 compute.cpp
/frameworks/rs/tests/cpp_api/cpp-globalguard/
H A DAndroid.mk11 compute.cpp
/frameworks/rs/tests/cpp_api/cppallocation/
H A DAndroid.mk11 compute.cpp
/frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/
H A DComputableLiveData.java48 * {@link #compute()} if there are active observers (or when they start observing)
80 // compute can happen only in 1 thread but no reason to lock others.
87 value = compute();
93 // release compute lock
97 // check invalid after releasing compute lock to avoid the following scenario.
98 // Thread A runs compute()
101 // Thread B runs, fails to acquire compute lock and skips
102 // Thread A releases compute lock
127 * When there are active observers, this will trigger a call to {@link #compute()}.
135 protected abstract T compute(); method in class:ComputableLiveData
[all...]
/frameworks/rs/script_api/
H A Drs_core.spec20 RenderScript is a high-performance runtime that provides compute operations at the native level.
24 to write RenderScript code in C99. The RenderScript compute header files are automatically
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRenderScriptTask.java104 Bitmap outputImage = filter.compute(rgbdImage, blurStack);
H A DRefocusFilter.java11 * main function is {@code compute}. All other functions and data structures are
68 protected Bitmap compute(Bitmap inputImage, BlurStack blurStack) { method in class:RefocusFilter
/frameworks/ml/nn/runtime/test/
H A DTestTrivialModel.cpp125 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
142 ASSERT_EQ(execution2.compute(), Result::NO_ERROR);
153 ASSERT_EQ(execution3.compute(), Result::NO_ERROR);
185 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
217 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
H A DTestGenerated.cpp77 Result r = execution.compute();
132 Result r = execution.compute();
H A DTestMemory.cpp135 ASSERT_EQ(execution2.compute(), Result::NO_ERROR);
186 ASSERT_EQ(execution2.compute(), Result::NO_ERROR);
/frameworks/support/paging/runtime/src/main/java/android/arch/paging/
H A DLivePagedListProvider.java120 protected PagedList<Value> compute() {
/frameworks/support/lifecycle/extensions/src/test/java/android/arch/lifecycle/
H A DComputableLiveDataTest.java81 // # of compute calls
87 protected Integer compute() {
94 return super.compute();
102 // wait for first compute call
104 // re-invalidate while in compute
109 // ensure another compute call does not arrive
113 // wait for the second result, first will be skipped due to invalidation during compute
194 protected Integer compute() { method in class:ComputableLiveDataTest.TestComputable
/frameworks/ml/nn/common/operations/
H A DEmbeddingLookupTest.cpp116 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
H A DLSHProjectionTest.cpp126 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
H A DHashtableLookupTest.cpp128 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
H A DRNNTest.cpp245 ASSERT_EQ(execution.compute(), Result::NO_ERROR);
/frameworks/rs/
H A DrsElement.h163 void compute();
H A DrsType.h103 void compute();
H A DrsElement.cpp172 void Element::compute() { function in class:android::renderscript::Element
260 e->compute();
341 e->compute();
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java492 // In this case we don't even need to compute the combining character.

Completed in 368 milliseconds

12