Searched refs:post (Results 1 – 18 of 18) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.h | 36 bool post();
|
D | FrameBuffer.cpp | 438 fb->post( fb->m_lastPostedColorBuffer, false ); in setupSubWindow() 797 bool FrameBuffer::post(HandleType p_colorbuffer, bool needLock) in post() function in FrameBuffer 829 ret = (*c).second.cb->post(); in post() 871 return post( m_lastPostedColorBuffer ); in repost()
|
D | FrameBuffer.h | 87 bool post(HandleType p_colorbuffer, bool needLock = true);
|
D | RenderControl.cpp | 276 fb->post(colorBuffer); in rcFBPost()
|
D | ColorBuffer.cpp | 320 bool ColorBuffer::post() in post() function in ColorBuffer
|
/sdk/emulator/qemud/ |
D | qemud.c | 702 PostFunc post; member 713 if (r->post) in receiver_post() 714 r->post( r->user, p ); in receiver_post() 730 r->post = NULL; in receiver_close() 1191 recv.post = (PostFunc) serial_fd_receive; in serial_init() 1399 recv.post = (PostFunc) client_fd_receive; in client_new() 1641 recv.post = (PostFunc) multiplexer_serial_receive; in multiplexer_init() 1648 recv.post = (PostFunc) multiplexer_control_accept; in multiplexer_init()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 19 DdmsPlugin_DDMS_Post_Create_Init=DDMS post-create init
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 848 static Map<String, String> concatenate(Map<String, String> pre, Map<String, String> post) { in concatenate() argument 849 Map<String, String> result = new HashMap<String, String>(pre.size() + post.size()); in concatenate() 851 result.putAll(post); in concatenate()
|
/sdk/ |
D | changes.txt | 168 normal tasks: -pre-build, -pre-compile, -post-compile.
|
/sdk/files/typos/ |
D | typos-hu.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-nb.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-it.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-tr.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-es.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-pt.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-de.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
D | typos-en.txt | 6 # plus some post-processing to fix invalid entries, remove duplicates, etc.
|
/sdk/eclipse/ |
D | changes.txt | 273 - Build system: Delay post compiler phase until actual export or debug
|