HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 901 - 925 of 7107) sorted by null

<<31323334353637383940>>

  /hardware/intel/img/hwcomposer/ips/common/
GrallocBufferMapperBase.h 20 #include <ips/common/GrallocSubBuffer.h>
21 #include <ips/common/GrallocBufferBase.h>
PixelFormat.cpp 17 #include <common/utils/HwcTrace.h>
18 #include <ips/common/PixelFormat.h>
  /hardware/libhardware/include/hardware/
consumerir.h 36 * Common methods of the consumer IR module. This *must* be the first member of
41 struct hw_module_t common; member in struct:consumerir_module
46 * Common methods of the consumer IR device. This *must* be the first member of
51 struct hw_device_t common; member in struct:consumerir_device
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
Android.mk 12 $(TI_OMX_SYSTEM)/common/inc \
  /ndk/
ndk-gdb-py 14 . $PROGDIR/build/tools/ndk-common.sh
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ActivityTouchLinearLayout.java 17 package com.android.contacts.common.widget;
24 import com.android.contacts.common.interactions.TouchPointManager;
  /packages/apps/Dialer/src/com/android/dialer/
DialerApplication.java 21 import com.android.contacts.common.ContactPhotoManager;
22 import com.android.contacts.common.extensions.ExtensionsFactory;
  /packages/providers/CalendarProvider/
Android.mk 22 android-common \
23 calendar-common
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
PlainXmlEditorDelegate.java 19 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
20 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlEditor;
  /system/core/include/system/
window.h 92 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
93 common.version = sizeof(ANativeWindowBuffer);
94 memset(common.reserved, 0, sizeof(common.reserved));
100 common.incRef(const_cast<android_native_base_t*>(&common));
103 common.decRef(const_cast<android_native_base_t*>(&common));
107 struct android_native_base_t common; member in struct:ANativeWindowBuffer
376 common.magic = ANDROID_NATIVE_WINDOW_MAGIC
391 struct android_native_base_t common; member in struct:ANativeWindow
    [all...]
  /external/libpcap/msdos/
ndis2.c 92 static struct _CommonChars common; variable in typeref:struct:_CommonChars
209 #define MAC_DISPATCH(hnd) ((struct _MacUpperDispatch*)(hnd)->common->upperDispatchTable)
210 #define MAC_STATUS(hnd) ((struct _MacStatusTable*) (hnd)->common->serviceStatus)
211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars)
292 result = macCommon->systemRequest ((DWORD)&common, (DWORD)&macCommon,
297 handle->common = macCommon;
304 result = macCommon->systemRequest ((DWORD)&common, 0,
382 handle->common->moduleDS);
502 result = MAC_DISPATCH(handle)->transmitChain (common.moduleId,
505 handle->common->moduleDS);
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
AdapterDataLoaderAction.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom;
20 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkState;
25 import com.google.android.apps.common.testing.ui.espresso.PerformException;
26 import com.google.android.apps.common.testing.ui.espresso.UiController;
27 import com.google.android.apps.common.testing.ui.espresso.ViewAction;
28 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
29 import com.google.common.base.Optional
    [all...]
KeyEventAction.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
20 import static com.google.common.base.Preconditions.checkNotNull;
22 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleMonitorRegistry;
23 import com.google.android.apps.common.testing.testrunner.Stage;
24 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
25 import com.google.android.apps.common.testing.ui.espresso.NoActivityResumedException;
26 import com.google.android.apps.common.testing.ui.espresso.PerformException;
27 import com.google.android.apps.common.testing.ui.espresso.UiController;
28 import com.google.android.apps.common.testing.ui.espresso.ViewAction
    [all...]
TypeTextAction.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasFocus;
20 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom;
21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.supportsInputMethods;
23 import static com.google.common.base.Preconditions.checkNotNull;
27 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
28 import com.google.android.apps.common.testing.ui.espresso.PerformException;
29 import com.google.android.apps.common.testing.ui.espresso.UiController;
30 import com.google.android.apps.common.testing.ui.espresso.ViewAction
    [all...]
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
SwipeActionIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.swipeLeft;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.swipeRight;
22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasDescendant;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText;
29 import com.google.android.apps.common.testing.ui.testapp.R
    [all...]
WindowOrderingIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.scrollTo;
22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.doesNotExist;
23 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText;
28 import com.google.android.apps.common.testing.ui.testapp.R
    [all...]
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
MenuTest.java 17 package com.google.android.apps.common.testing.ui.testapp;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.longClick;
22 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.pressMenuKey;
23 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.doesNotExist;
24 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isRoot;
27 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 273 yasm_x86__bc_apply_prefixes(x86_common *common, unsigned char *rex,
283 if (common->lockrep_pre != 0)
286 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff;
289 common->addrsize = (unsigned char)prefixes[i] & 0xff;
292 common->opersize = (unsigned char)prefixes[i] & 0xff;
293 if (common->mode_bits == 64 && common->opersize == 64 &&
309 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff;
330 common->mode_bits = 64;
396 x86_common_print(const x86_common *common, FILE *f, int indent_level
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 61 # First, the tests in 'common'
64 common/test_clock.c \
65 common/test_cpu_set.c \
66 common/test_executable_destructor.c \
67 common/test_getaddrinfo.c \
68 common/test_gethostbyname.c \
69 common/test_gethostname.c \
70 common/test_pthread_cleanup_push.c \
71 common/test_pthread_join.c \
72 common/test_pthread_mutex.c
    [all...]

Completed in 754 milliseconds

<<31323334353637383940>>