Searched refs:dummy (Results 1 - 14 of 14) sorted by relevance

/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
H A DFragmentTest$Fragment4.class.data ... 4.2.2_r1/s?defs= " (int) int dummy
H A DFragmentTest$Fragment5.class.data ... 4.2.2_r1/s?defs= " (int) int dummy
H A DTestReceiver.class.data ... content.Intent intent private android.content.BroadcastReceiver dummy
H A Dclasses.jar ... content.Intent intent private android.content.BroadcastReceiver dummy () } test/pkg/TestService.class TestService.java package test ...
/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglConfig.cpp302 #define CHECK_PROP(dummy,prop_name,op) \
303 if((dummy.prop_name != EGL_DONT_CARE) && (dummy.prop_name op prop_name)) return false;
304 #define CHECK_PROP_CAST(dummy,prop_name,op) \
305 if((((EGLint)dummy.prop_name) != EGL_DONT_CARE) && (dummy.prop_name op prop_name)) return false;
306 //checking if config stands for all the selection crateria of dummy as defined by EGL spec
307 bool EglConfig::choosen(const EglConfig& dummy) { argument
310 CHECK_PROP(dummy,m_buffer_size,>);
311 CHECK_PROP(dummy,m_red_siz
[all...]
H A DEglDisplay.h45 int chooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
71 int doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
H A DEglDisplay.cpp87 EglConfig dummy(5, 6, 5, 0, // RGB_565
93 if(!doChooseConfigs(dummy, &match, 1))
240 int EglDisplay::chooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size) { argument
242 return doChooseConfigs(dummy, configs, config_size);
245 int EglDisplay::doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size) { argument
249 if( (*it)->choosen(dummy)){
328 // On windows we create a dummy context to serve as the
331 // with a context which is already current. This dummy context
H A DEglConfig.h32 bool choosen(const EglConfig& dummy);
H A DEglImp.cpp451 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size,
456 *num_config = dpy->chooseConfigs(dummy,configs,config_size);
/sdk/emulator/opengl/host/libs/libOpenglRender/
H A Drender_api.cpp136 IOStream *dummy = NULL; local
165 dummy = createRenderThread(8, 0);
167 if (!dummy) {
173 } while(!dummy && nTrys < 10); // give up after 3 seconds, XXX: ???
175 if (!dummy) {
185 // destroy the dummy connection
186 delete dummy;
227 // open a dummy connection to the renderer to make it
230 IOStream *dummy = createRenderThread(8, IOSTREAM_CLIENT_EXIT_SERVER); local
231 if (!dummy) retur
[all...]
/sdk/emulator/qtools/
H A Dprofile_trace.cpp62 symbol_type dummy; local
63 dummy.count = 0;
64 dummy.elapsed = 0;
65 symbol_type *prev_sym = &dummy;
H A Dbbprof.cpp97 uint32_t dummy; local
98 uint32_t *cycle_ptr = &dummy;
99 uint32_t *bb_elapsed_ptr = &dummy;
/sdk/emulator/gps/
H A Dgps_qemu.c120 static const char* dummy = ""; local
123 tok.p = tok.end = dummy;
586 void* dummy; local
588 pthread_join(s->thread, &dummy);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DNewProjectPage.java338 Label dummy = new Label(container, SWT.NONE);
342 dummy.setLayoutData(data);

Completed in 388 milliseconds