/frameworks/compile/mclinker/include/mcld/Config/ |
Targets.def | 27 # error Please define the macro MCLD_TARGET(TargetName)
|
/hardware/ti/omap4-aah/domx/ |
Makefile | 47 TARGETNAME =
|
/hardware/ti/omap4-aah/domx/domx/ |
Makefile | 51 TARGETNAME = libdomx
|
/hardware/ti/omap4-aah/domx/omx_core/ |
Makefile | 51 TARGETNAME = libomx_core
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/ |
Makefile | 47 TARGETNAME =
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.H264E.so
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.MPEG4E.so
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_sample/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.MISC.SAMPLE.so
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.DECODER.so
|
/hardware/ti/omap4-aah/domx/test/ |
Makefile | 51 TARGETNAME =
|
/hardware/ti/omap4-aah/domx/test/sample_proxy/ |
Makefile | 51 TARGETNAME = sampletest
|
/hardware/ti/omap4xxx/domx/ |
Makefile | 47 TARGETNAME =
|
/hardware/ti/omap4xxx/domx/domx/ |
Makefile | 51 TARGETNAME = libdomx
|
/hardware/ti/omap4xxx/domx/omx_core/ |
Makefile | 51 TARGETNAME = libomx_core
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/ |
Makefile | 47 TARGETNAME =
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.H264E.so
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.MPEG4E.so
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.MISC.SAMPLE.so
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/ |
Makefile | 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.DECODER.so
|
/hardware/ti/omap4xxx/domx/test/ |
Makefile | 51 TARGETNAME =
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
Makefile | 51 TARGETNAME = sampletest
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Context.cpp | 62 if (!m_pRuntime->AddEventToLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType())) 99 m_pRuntime->RemoveEventInLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 195 String targetName = target.getClasspathName(); 198 createClasspathEntries(iProject, target, targetName), 200 targetName, 299 * @param targetName 302 IAndroidTarget target, String targetName) { 321 ProjectHelper.saveStringProperty(project, PROPERTY_TARGET_NAME, targetName); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedVectorDrawable.java | 463 public void addTargetAnimator(String targetName, Animator animator) { 469 mTargetNameMap.put(animator, targetName); 472 Log.v(LOGTAG, "add animator for target " + targetName + " " + animator); 526 final String targetName = mTargetNameMap.get(animator); 527 final Object target = mVectorDrawable.getTargetByName(targetName);
|