/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestCartoonEdge.java | 33 package jme3test.post; 42 import com.jme3.post.FilterPostProcessor; 43 import com.jme3.post.filters.CartoonEdgeFilter;
|
TestCrossHatch.java | 33 package jme3test.post; 44 import com.jme3.post.FilterPostProcessor; 45 import com.jme3.post.filters.CrossHatchFilter;
|
TestFBOPassthrough.java | 33 package jme3test.post;
|
TestFog.java | 33 package jme3test.post; 46 import com.jme3.post.FilterPostProcessor; 47 import com.jme3.post.filters.FogFilter;
|
TestMultiplesFilters.java | 32 package jme3test.post; 44 import com.jme3.post.FilterPostProcessor; 45 import com.jme3.post.filters.BloomFilter; 46 import com.jme3.post.filters.ColorOverlayFilter; 47 import com.jme3.post.ssao.SSAOFilter;
|
TestPosterization.java | 33 package jme3test.post; 44 import com.jme3.post.FilterPostProcessor; 45 import com.jme3.post.filters.PosterizationFilter;
|
TestTransparentCartoonEdge.java | 1 package jme3test.post; 8 import com.jme3.post.FilterPostProcessor; 9 import com.jme3.post.filters.CartoonEdgeFilter;
|
TestTransparentSSAO.java | 1 package jme3test.post; 8 import com.jme3.post.FilterPostProcessor; 9 import com.jme3.post.ssao.SSAOFilter;
|
/external/skia/include/views/ |
SkEvent.h | 190 * Post to the event queue using the event's targetID or target-proc. 195 void post() { function in class:SkEvent 200 * Post to the event queue using the event's targetID or target-proc and 209 * Post to the event queue using the event's targetID or target-proc. 237 It will post any delayed events whose time as "expired" onto the event queue. 244 Post() after the count was made.
|
/frameworks/av/media/libstagefright/foundation/ |
ALooper.cpp | 160 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { function in class:android::ALooper
|
/frameworks/base/core/java/android/webkit/ |
DeviceMotionService.java | 81 mHandler.post(new Runnable() {
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
RequestFocusTest.java | 79 mHandler.post(new Runnable() { public void run() {
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
MultiAdapterSpinner.java | 175 post(new Runnable() { method
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
DelayedOperationsTests.java | 38 mDelayedOperations.post(new Runnable() { 44 mDelayedOperations.post(new Runnable() { 70 // Post & cancel it immediately 72 mDelayedOperations.post(r = new Runnable() { 79 mDelayedOperations.post(new Runnable() { 105 mDelayedOperations.post(new Runnable() { 111 mDelayedOperations.post(new Runnable() { 144 // Emulate Handler.post
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
HttpHelper.java | 24 * An interface that can issue HTTP GET / POST requests 34 public String post(PostRequest request) throws IOException, HttpException; method in interface:HttpHelper 36 public String post(String url, Map<String,String> requestHeaders, String content) method in interface:HttpHelper
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
SimUnlockScreen.java | 161 post(new Runnable() { method 167 post(new Runnable() { method 218 mPinText.post(new Runnable() {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 162 mHandler.post(new Runnable() { 171 mHandler.post(new Runnable() { 184 mHandler.post(new Runnable() { 195 mHandler.post(new Runnable() { 231 mHandler.post(new Runnable() {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
VoiceRecognition.java | 186 mHandler.post(new Runnable() { 195 mHandler.post(new Runnable() { 204 mHandler.post(new Runnable() { 215 mHandler.post(new Runnable() {
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 105 sWorkerQueue.post(new Runnable() {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator2Test.java | 52 String post; field in class:KeyPairGenerator2Test 74 mProv = (new SpiEngUtils()).new MyProvider("MyKPGenProvider".concat(post), 76 .concat(defaultAlg.concat(post)), 199 String alg = validValues[i].concat(post); 238 String alg = validValues[i].concat(post); 247 String alg = validValues[i].concat(post); 260 String alg = validValues[i].concat(post); 297 String alg = validValues[i].concat(post); 307 String alg = validValues[i].concat(post); 320 post = "_1" [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 1093 TT_Postscript* post = &face->postscript; local [all...] |
/external/guava/guava-tests/test/com/google/common/eventbus/ |
EventBusTest.java | 49 bus.post(EVENT); 92 bus.post(EVENT); 93 bus.post(OBJ_EVENT); 94 bus.post(COMP_EVENT); 127 bus.post(EVENT); 139 bus.post(new DeadEvent(this, EVENT)); 175 bus.post(EVENT); 177 bus.post(EVENT); 190 bus.post(EVENT); 205 bus.post(EVENT) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
Filter.java | 32 package com.jme3.post;
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
BloomFilter.java | 32 package com.jme3.post.filters; 41 import com.jme3.post.Filter; 123 extractMat = new Material(manager, "Common/MatDefs/Post/BloomExtract.j3md"); 177 material = new Material(manager, "Common/MatDefs/Post/BloomFinal.j3md");
|
CartoonEdgeFilter.java | 32 package com.jme3.post.filters; 37 import com.jme3.post.Filter; 38 import com.jme3.post.Filter.Pass; 93 material = new Material(manager, "Common/MatDefs/Post/CartoonEdge.j3md");
|