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

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/icu/patches/
uloc.patch 1 Index: source/common/uloc.c
3 --- source/common/uloc.c (revision 68397)
4 +++ source/common/uloc.c (working copy)
63 Index: source/common/uresbund.c
65 --- source/common/uresbund.c (revision 122103)
66 +++ source/common/uresbund.c (working copy)
  /external/chromium_org/third_party/icu/source/tools/genren/
Makefile 55 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/common all-local
81 urename.old.sort: $(TOP)/common/unicode/urename.h
82 sort $(TOP)/common/unicode/urename.h > $@
85 cp $(TOP)/common/unicode/urename.h $(TOP)/common/unicode/urename.h.old
86 cp urename.h $(TOP)/common/unicode/
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.h 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
  /external/guava/guava/src/com/google/common/collect/
BstNode.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkNotNull;
18 import static com.google.common.base.Preconditions.checkState;
19 import static com.google.common.collect.BstSide.LEFT;
20 import static com.google.common.collect.BstSide.RIGHT;
22 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.AbstractMapTester;
23 import com.google.common.collect.testing.features.CollectionSize;
24 import com.google.common.collect.testing.features.MapFeature;
SetEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.MinimalSet;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedSetTest.java 17 package com.google.common.collect;
19 import com.google.common.collect.testing.SafeTreeSet;
20 import com.google.common.collect.testing.SetTestSuiteBuilder;
21 import com.google.common.collect.testing.TestStringSetGenerator;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
ImmutableMultimapTest.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.ImmutableMultimap.Builder;
21 import com.google.common.collect.testing.SampleElements;
22 import com.google.common.collect.testing.SampleElements.Unhashables;
23 import com.google.common.collect.testing.UnhashableObject;
LinkedHashMultisetTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.Lists.newArrayList;
20 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
23 import com.google.common.annotations.GwtCompatible;
24 import com.google.common.annotations.GwtIncompatible;
25 import com.google.common.collect.testing.IteratorTester;
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 139 // Common hw_device_t fields
140 dev->nci_device.common.tag = HARDWARE_DEVICE_TAG;
141 dev->nci_device.common.version = 0x00010000; // [31:16] major, [15:0] minor
142 dev->nci_device.common.module = (struct hw_module_t*) module;
143 dev->nci_device.common.close = nfc_close;
178 .common =
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
  /external/llvm/test/Transforms/InstCombine/
2012-05-27-Negative-Shift-Crash.ll 7 @d = common global i32 0, align 4
8 @c = common global i32 0, align 4
9 @e = common global i32 0, align 4
10 @f = common global i32 0, align 4
11 @a = common global i32 0, align 4
12 @b = common global i32 0, align 4
  /external/svox/pico/lib/
picokdbg.c 74 picoos_Common common) {
81 return picoos_emRaiseException(common->em, PICO_ERR_OTHER, NULL, NULL);
99 picoos_Common common) {
105 this->subObj = picoos_allocate(common->mm, sizeof(kdbg_subobj_t));
107 return picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM,
110 return kdbgInitialize(this, common);
picoapi.c 63 return this->common;
104 sys->common = picoos_newCommon(sysMM);
105 sys->rm = picorsrc_newResourceManager(sysMM, sys->common);
106 if ((sysEM != NULL) && (sys->common != NULL) && (sys->rm != NULL)) {
107 sys->common->em = sysEM;
108 sys->common->mm = sysMM;
173 picoctrl_disposeEngine(sys->common->mm, sys->rm, &sys->engine);
176 picorsrc_disposeResourceManager(sys->common->mm, &sys->rm);
217 if (picoos_emGetExceptionCode(system->common->em) == PICO_OK) {
225 picoos_emGetExceptionMessage(system->common->em, (picoos_char *) outMessage, PICO_RETSTRINGSIZE)
716 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); local
756 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); local
793 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
Android.mk 5 INCLUDES += $(LOCAL_PATH)/../../src/common
12 INCLUDES += external/icu/icu4c/source/common
14 INCLUDES += external/icu4c/common
33 OBJS += ../../src/common/wpa_ctrl.c
34 OBJS += ../../src/common/wpa_helpers.c
48 OBJS += ../../src/utils/common.c
Makefile 23 CFLAGS += -I../../src/common
42 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
62 OBJS += ../../src/utils/common.o
87 rm -f ../../src/common/*.o
88 rm -f ../../src/common/*.d
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
21 import com.android.ide.common.rendering.api.DrawableParams;
22 import com.android.ide.common.rendering.api.HardwareConfig;
23 import com.android.ide.common.rendering.api.ResourceValue;
24 import com.android.ide.common.rendering.api.Result;
25 import com.android.ide.common.rendering.api.Result.Status;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
GeneralSwipeAction.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.isDisplayingAtLeast;
21 import com.google.android.apps.common.testing.ui.espresso.PerformException;
22 import com.google.android.apps.common.testing.ui.espresso.UiController;
23 import com.google.android.apps.common.testing.ui.espresso.ViewAction;
24 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
LooperIdlingResource.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
22 import com.google.android.apps.common.testing.ui.espresso.IdlingResource;
23 import com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback;
24 import com.google.android.apps.common.testing.ui.espresso.base.QueueInterrogator.QueueState;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 44 common: {
119 dev->device.common.tag = HARDWARE_DEVICE_TAG;
120 dev->device.common.version = HWC_DEVICE_API_VERSION_1_0;
121 dev->device.common.module = const_cast<hw_module_t*>(module);
122 dev->device.common.close = hwc_device_close;
127 *device = &dev->device.common;
  /packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java 32 import com.android.contacts.common.ContactPhotoManager;
33 import com.android.contacts.common.list.ContactListFilterController;
34 import com.android.contacts.common.model.AccountTypeManager;
35 import com.android.contacts.common.testing.InjectedServices;
36 import com.android.contacts.common.util.Constants;
37 import com.google.common.annotations.VisibleForTesting;
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 31 import com.android.contacts.common.model.RawContactDelta;
32 import com.android.contacts.common.model.ValuesDelta;
33 import com.android.contacts.common.model.RawContactModifier;
34 import com.android.contacts.common.model.account.AccountType;
35 import com.android.contacts.common.model.account.AccountType.EditType;
38 * Base view that provides common code for the editor interaction for a specific
  /packages/apps/Gallery2/
proguard.flags 1 # Disable the warnings of using dynamic method call in common library.
2 -dontnote com.android.gallery3d.common.*
4 # Keep all classes extended from com.android.gallery3d.common.Entry
8 -keep class * extends com.android.gallery3d.common.Entry {
9 @com.android.gallery3d.common.Entry$Column <fields>;
70 -keep class com.android.gallery3d.common.BlobCache { *; }
  /packages/apps/UnifiedEmail/
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)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates)

Completed in 1683 milliseconds

<<101102103104105106107108109110>>