HomeSort by relevance Sort by last modified time
    Searched refs:Void (Results 151 - 175 of 362) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 62 public void onActivityCreated(Bundle savedInstanceState) {
73 public void onClick(View v) {
85 // public void onCancel(DialogInterface dialog) {
99 public void onClick(View v) {
108 public void onClick(View v) {
121 public void onActivityResult(int requestCode, int resultCode, Intent data) {
139 public void onConnectionInfoAvailable(final WifiP2pInfo info) {
179 public void showDetails(WifiP2pDevice device) {
192 public void resetViews() {
210 public static class FileServerAsyncTask extends AsyncTask<Void, Void, String>
    [all...]
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 76 public void onCreate(Bundle savedInstanceState) {
102 public void handleMessage(Message msg) {
119 protected void onSaveInstanceState(Bundle outState) {
126 protected void onResume() {
132 protected void onStart() {
152 private void enableLocationSettings() {
159 protected void onStop() {
166 private void setup() {
226 public void useFineProvider(View v) {
233 public void useCoarseFineProviders(View v)
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerHelper.java 60 void tokenAvailable(String token);
94 public static void overrideAccountManagerHelperForTests(Context context,
170 public void getAuthTokenFromForeground(Activity activity, Account account, String authTokenType,
195 public void onConnectionTypeChanged(int connectionType) {
240 private void getAuthTokenAsynchronously(@Nullable Activity activity, final Account account,
258 new AsyncTask<Void, Void, String>() {
260 public String doInBackground(Void... params) {
264 public void onPostExecute(String authToken) {
276 private void onGotAuthTokenResult(Account account, String authTokenType, String authToken
    [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 47 Type *Void;
72 void push(BasicBlock *BB, Value *Saved);
76 void eraseIfUnused(PHINode *Phi);
78 void openIf(BranchInst *Term);
80 void insertElse(BranchInst *Term);
82 void handleLoopCondition(Value *Cond);
84 void handleLoop(BranchInst *Term);
86 void closeControlFlow(BasicBlock *BB);
100 virtual void getAnalysisUsage(AnalysisUsage &AU) const {
116 Void = Type::getVoidTy(Context)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 236 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info);
237 Int(*SAD_MB_HalfPel[4])(UChar*, UChar*, Int, void *);
238 Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
239 Int(*SAD_Macroblock)(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info);
240 Int(*SAD_Block)(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info);
241 Int(*SAD_MB_PADDING)(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); /*, 4/21/01 */
242 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb);
243 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
244 void (*GetHalfPelMBRegion)(UChar *cand, UChar *hmem, Int lx);
245 void (*blockIdct)(Int *block)
    [all...]
mp4def.h 64 typedef void Void;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 83 public void clear() {
166 public void drawBottomOverlay(Bitmap bitmap, String title, String duration) {
240 class LoadPreviewBitmapTask extends AsyncTask<Void, Void, Bitmap> {
266 protected Bitmap doInBackground(Void... param) {
300 protected void onPostExecute(Bitmap result) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 66 public void run() {
90 private void scheduleNext(long delay) {
130 private class PhotoLoadTask extends AsyncTask<Void, Void, Bitmap> {
139 public Bitmap doInBackground(Void... unused) {
149 public void onPostExecute(Bitmap photo) {
157 private void maybeLoadMore() {
206 private void setScaleType(View photo) {
227 public void flip(float sgn) {
260 public void run()
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 31 public static void main(String[] args) throws Exception {
51 * public static void hello() {
60 private static void generateHelloMethod(DexMaker dexMaker, TypeId<?> declaringType) {
66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello");
96 MethodId<PrintStream, Void> printlnMethod = printStreamType.getMethod(
97 TypeId.VOID, "println", TypeId.STRING);
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 56 add(primToWrap, wrapToPrim, void.class, Void.class);
62 private static void add(Map<Class<?>, Class<?>> forward,
70 * void}). Note that a simpler way to test whether a {@code Class} instance
81 * {@link Void}).
  /external/javassist/src/main/javassist/runtime/
Desc.java 118 clazz = Void.TYPE;
  /external/junit/src/org/junit/runners/model/
FrameworkMethod.java 62 * <li>returns something other than void, or
66 public void validatePublicVoidNoArg(boolean isStatic, List<Throwable> errors) {
77 * <li>returns something other than void, or
81 public void validatePublicVoid(boolean isStatic, List<Throwable> errors) {
90 if (fMethod.getReturnType() != Void.TYPE)
91 errors.add(new Exception("Method " + fMethod.getName() + "() should be void"));
94 public void validateNoTypeParametersOnArgs(List<Throwable> errors) {
  /external/libvpx/libvpx/libmkv/
EbmlIDs.h 25 Void = 0xEC,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 56 public void showLoadingScreen(boolean show) {
65 private class LoadingScreenLoaderTask extends AsyncTask<String, Void, Boolean> {
100 protected void onPostExecute(Boolean result) {
109 void renderLoading() {
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java 113 private AsyncTask <Void, Void, Void> mWaitProcessorTask;
150 public void onPreviewUIReady() {
155 public void onPreviewUIDestroyed() {
186 public void onOrientationChanged(int orientation) {
203 public void init(CameraActivity activity, View parent) {
213 public void onDirectionChange(int direction) {
224 public void run() {
270 public void handleMessage(Message msg)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 101 private final class ContactLookupTask extends AsyncTask<Void, Void, Uri> {
111 protected Uri doInBackground(Void... args) {
136 public void cancel() {
146 protected void onPostExecute(Uri uri) {
164 public void handleMessage(Message msg) {
177 public void onAttach(Activity activity) {
185 protected void setSearchMode(boolean flag) {
194 public void setFilter(ContactListFilter filter) {
198 public void setFilter(ContactListFilter filter, boolean restoreSelectedUri)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 85 private Future<Void> mUpdateStorageInfo;
98 protected void renderBackground(GLCanvas view) {
103 protected void onLayout(
129 protected void render(GLCanvas canvas) {
140 public void onEyePositionChanged(float x, float y, float z) {
149 private void onDown(int index) {
153 private void onUp() {
157 public void onSingleTapUp(int slotIndex) {
194 public void onCreate(Bundle data, Bundle restoreState) {
202 public void handleMessage(Message message)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 29 public class DecodeTask extends AsyncTask<Void, Void, ReusableBitmap> {
71 void onDecodeBegin(Request key);
72 void onDecodeComplete(Request key, ReusableBitmap result);
73 void onDecodeCancel(Request key);
88 protected ReusableBitmap doInBackground(Void... params) {
425 public void cancel() {
431 protected void onProgressUpdate(Void... values) {
436 public void onPostExecute(ReusableBitmap result)
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Test.java 50 if (m.getName().startsWith("test") && Void.TYPE == m.getReturnType()
71 public void run() throws IllegalAccessException, InstantiationException,
87 private void runChosenTests() throws IllegalAccessException, InstantiationException,
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 61 public void testFailed(TestFailure status, TestIdentifier test, String trace) {
68 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
82 private void setBugReport(InputStreamSource dataStream) throws IOException {
121 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) {
129 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) {
134 private void setDeviceMetrics(Map<String, String> metrics) {
147 public void invocationEnded(long elapsedTime) {
158 class Issue implements Callable<Void> {
165 public Void call() throws Exception {
193 public void invocationStarted(IBuildInfo buildInfo)
    [all...]
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 69 protected void onCreate(Bundle savedInstanceState) {
86 public void onStopTrackingTouch(SeekBar seekBar) {
93 public void onStartTrackingTouch(SeekBar seekBar) {
97 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
107 public void checkIfShouldPixelize() {
261 public void invokePixelization () {
291 private class PixelizeImageAsyncTask extends AsyncTask<Object, Void, BitmapDrawable> {
301 protected void onPostExecute(BitmapDrawable result) {
306 protected void onPreExecute() {
311 protected void onProgressUpdate(Void... values)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 47 public void testSameThreadExecutorServiceInThreadExecution()
62 public void run() {
70 public void run() {
95 public void testSameThreadExecutorInvokeAll() throws Exception {
125 public void testSameThreadExecutorServiceTermination()
132 @Override public void run() {
137 public void run() {
139 Future<?> future = executor.submit(new Callable<Void>() {
141 public Void call() throws Exception {
205 public void testListeningDecorator() throws Exception
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
VideoRecorderAppState.java 63 public void setFile(File file) {
71 public void initialize(AppStateManager stateManager, Application app) {
86 public void cleanup() {
118 public void addImage(Renderer renderer, FrameBuffer out) {
127 executor.submit(new Callable<Void>() {
129 public Void call() throws Exception {
146 public void initialize(RenderManager rm, ViewPort viewPort) {
160 public void reshape(ViewPort vp, int w, int h) {
167 public void preFrame(float tpf) {
177 public void postQueue(RenderQueue rq)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestCanvas.java 65 private static void createTabs(){
81 private static void createMenu(){
91 public void actionPerformed(ActionEvent e) {
107 public void actionPerformed(ActionEvent e) {
121 public void actionPerformed(ActionEvent e){
139 public void actionPerformed(ActionEvent e){
153 public void actionPerformed(ActionEvent e){
164 public void actionPerformed(ActionEvent e) {
178 public void actionPerformed(ActionEvent ae) {
185 private static void createFrame(){
    [all...]
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 42 public void setUp() throws Exception {
52 public void tearDown() {
58 public void testEngineInitialized() throws Exception {
66 public void testSetLanguage_delegation() {
79 public void testSetLanguage_availableLanguage() throws Exception {
102 public void testSetLanguage_unavailableLanguage() throws Exception {
125 public void testIsLanguageAvailable() {
139 private void blockingCallSpeak(String speech, IDelegate mock) throws
149 private void blockingInitAndVerify(final String engine, int errorCode) throws
172 return LittleMock.doAnswer(new Callable<Void>() {
    [all...]

Completed in 764 milliseconds

1 2 3 4 5 67 8 91011>>