HomeSort by relevance Sort by last modified time
    Searched full:common (Results 6301 - 6325 of 31397) sorted by null

<<251252253254255256257258259260>>

  /frameworks/base/docs/html/reference/com/google/android/gms/plus/
Moments.html 855 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html">Moments.LoadMomentsResult</a>&gt;</nobr>
858 <span class="sympad"><a href="/reference/com/google/android/gms/plus/Moments.html#load(com.google.android.gms.common.api.GoogleApiClient, int, java.lang.String, android.net.Uri, java.lang.String, java.lang.String)">load</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> googleApiClient, int maxResults, String pageToken, Uri targetUrl, String type, String userId)</nobr>
873 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html">Moments.LoadMomentsResult</a>&gt;</nobr>
876 <span class="sympad"><a href="/reference/com/google/android/gms/plus/Moments.html#load(com.google.android.gms.common.api.GoogleApiClient)">load</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> googleApiClient)</nobr>
891 <a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a>&lt;<a href="/reference/com/google/android/gms/common/api/Status.html">Status</a>&gt;</nobr>
894 <span class="sympad"><a href="/reference/com/google/android/gms/plus/Moments.html#remove(com.google.android.gms.common.api.GoogleApiClient, java.lang.String)">remove</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> googleApiClient, String momentId)</nobr
    [all...]
  /frameworks/base/packages/WAPPushManager/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
  /frameworks/ex/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 17 package com.android.common.userhappiness;
21 import com.android.common.speech.LoggingEvents;
  /frameworks/native/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
73 NATIVE_TYPE::common.decRef = decRef;
  /frameworks/native/libs/gui/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
  /frameworks/opt/calendar/
CleanSpec.mk 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/calendar-common_intermediates)
42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/calendar-common_intermediates)
  /frameworks/opt/emoji/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
  /frameworks/support/v17/leanback/
build.gradle 24 main.java.srcDirs = ['common', 'jbmr2', 'kitkat', 'api21', 'src']
25 main.aidl.srcDirs = ['common', 'jbmr2', 'kitkat', 'api21', 'src']
  /frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/
DrawerMatchers.java 17 package com.google.android.apps.common.testing.ui.espresso.contrib;
19 import com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
PerformException.java 17 package com.google.android.apps.common.testing.ui.espresso;
19 import static com.google.common.base.Preconditions.checkNotNull;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
EspressoKey.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.common.base.Preconditions.checkState;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/util/
TreeIterables.java 17 package com.google.android.apps.common.testing.ui.espresso.util;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.annotations.VisibleForTesting;
22 import com.google.common.base.Function;
23 import com.google.common.collect.AbstractIterator;
24 import com.google.common.collect.Iterables;
25 import com.google.common.collect.Lists;
26 import com.google.common.collect.Maps;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
EspressoKeyBuilderTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
CountingIdlingResourceTest.java 17 package com.google.android.apps.common.testing.ui.espresso.contrib;
23 import com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
SimpleActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
35 static final String EXTRA_DATA = "com.google.android.apps.common.testing.ui.testapp.DATA";
  /hardware/broadcom/wlan/
CleanSpec.mk 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 15 #include "vp8/common/blockd.h"
71 DEFINE(vp8_comp_common, offsetof(VP8_COMP, common));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h 14 /* Interface header for common constant data structures and lookup tables */
21 #include "vp9/common/vp9_systemdependent.h"
vp9_debugmodes.c 13 #include "vp9/common/vp9_blockd.h"
14 #include "vp9/common/vp9_onyxc_int.h"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 16 #include "vp9/common/vp9_pred_common.h"
17 #include "vp9/common/vp9_tile_common.h"
33 struct segmentation *const seg = &cpi->common.seg;
37 (cpi->common.mi_rows * cpi->common.mi_cols));
129 VP9_COMMON *const cm = &cpi->common;
171 const VP9_COMMON *const cm = &cpi->common;
216 VP9_COMMON *const cm = &cpi->common;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8dx.h 28 /* Include controls common to both the encoder and decoder */
100 * additional common controls are defined in vp8.h
  /hardware/intel/img/hwcomposer/common/base/
DisplayAnalyzer.cpp 17 #include <common/utils/HwcTrace.h>
19 #include <common/base/DisplayAnalyzer.h>
HwcLayerList.h 19 #include <common/utils/Dump.h>
25 #include <common/base/HwcLayer.h>
  /hardware/intel/img/hwcomposer/common/observers/
VsyncEventObserver.cpp 16 #include <common/utils/HwcTrace.h>
17 #include <common/observers/VsyncEventObserver.h>

Completed in 1138 milliseconds

<<251252253254255256257258259260>>