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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/icu/
icuuc.host.linux-mips.mk 27 third_party/icu/source/common/bmpset.cpp \
28 third_party/icu/source/common/brkeng.cpp \
29 third_party/icu/source/common/brkiter.cpp \
30 third_party/icu/source/common/bytestream.cpp \
31 third_party/icu/source/common/caniter.cpp \
32 third_party/icu/source/common/chariter.cpp \
33 third_party/icu/source/common/charstr.cpp \
34 third_party/icu/source/common/cmemory.c \
35 third_party/icu/source/common/cstring.c \
36 third_party/icu/source/common/cwchar.c
    [all...]
icuuc.host.linux-x86.mk 27 third_party/icu/source/common/bmpset.cpp \
28 third_party/icu/source/common/brkeng.cpp \
29 third_party/icu/source/common/brkiter.cpp \
30 third_party/icu/source/common/bytestream.cpp \
31 third_party/icu/source/common/caniter.cpp \
32 third_party/icu/source/common/chariter.cpp \
33 third_party/icu/source/common/charstr.cpp \
34 third_party/icu/source/common/cmemory.c \
35 third_party/icu/source/common/cstring.c \
36 third_party/icu/source/common/cwchar.c
    [all...]
icuuc.host.linux-x86_64.mk 27 third_party/icu/source/common/bmpset.cpp \
28 third_party/icu/source/common/brkeng.cpp \
29 third_party/icu/source/common/brkiter.cpp \
30 third_party/icu/source/common/bytestream.cpp \
31 third_party/icu/source/common/caniter.cpp \
32 third_party/icu/source/common/chariter.cpp \
33 third_party/icu/source/common/charstr.cpp \
34 third_party/icu/source/common/cmemory.c \
35 third_party/icu/source/common/cstring.c \
36 third_party/icu/source/common/cwchar.c
    [all...]
  /device/asus/deb/factory-images/
generate-factory-images-package.sh 28 source ../../../common/clear-factory-images-variables.sh
36 source ../../../common/generate-factory-images-common.sh
  /device/asus/flo/factory-images/
generate-factory-images-package.sh 27 source ../../../common/clear-factory-images-variables.sh
34 source ../../../common/generate-factory-images-common.sh
  /device/asus/fugu/factory-images/
generate-factory-images-package.sh 17 source ../../../common/clear-factory-images-variables.sh
24 source ../../../common/generate-factory-images-common.sh
  /device/asus/grouper/factory-images/
generate-factory-images-package.sh 51 source ../../../common/clear-factory-images-variables.sh
62 source ../../../common/generate-factory-images-common.sh
  /device/lge/hammerhead/factory-images/
generate-factory-images-package.sh 21 source ../../../common/clear-factory-images-variables.sh
29 source ../../../common/generate-factory-images-common.sh
  /device/lge/mako/factory-images/
generate-factory-images-package.sh 37 source ../../../common/clear-factory-images-variables.sh
45 source ../../../common/generate-factory-images-common.sh
  /device/moto/shamu/factory-images/
generate-factory-images-package.sh 17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
  /device/samsung/manta/factory-images/
generate-factory-images-package.sh 38 source ../../../common/clear-factory-images-variables.sh
46 source ../../../common/generate-factory-images-common.sh
  /external/deqp/android/scripts/
install.py 8 import common namespace
13 os.chdir(common.ANDROID_DIR)
15 adbCmd = common.shellquote(common.ADB_BIN)
20 common.execute("%s uninstall com.drawelements.deqp" % adbCmd)
24 common.execute("%s install -r package/bin/dEQP-debug.apk" % adbCmd)
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
Android.mk 6 ../../common/cmnMemory.c
20 $(LOCAL_PATH)/../../common \
21 $(LOCAL_PATH)/../../common/include \
  /external/pixman/pixman/
pixman-image.c 45 switch (gradient->common.repeat)
104 gradient->common.property_changed = gradient_property_changed;
112 image_common_t *common = &image->common; local
114 pixman_region32_init (&common->clip_region);
116 common->alpha_count = 0;
117 common->have_clip_region = FALSE;
118 common->clip_sources = FALSE;
119 common->transform = NULL;
120 common->repeat = PIXMAN_REPEAT_NONE
137 image_common_t *common = (image_common_t *)image; local
560 image_common_t *common = (image_common_t *)image; local
584 image_common_t *common = (image_common_t *)image; local
622 image_common_t *common = (image_common_t *)image; local
681 image_common_t *common = (image_common_t *)image; local
759 image_common_t *common = (image_common_t *)image; local
    [all...]
  /external/guava/guava/src/com/google/common/cache/
RemovalListener.java 17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
Weigher.java 17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/collect/
ComputationException.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
Hashing.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
Interner.java 17 package com.google.common.collect;
19 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/eventbus/
HandlerFindingStrategy.java 17 package com.google.common.eventbus;
19 import com.google.common.collect.Multimap;
  /external/guava/guava/src/com/google/common/hash/
Funnel.java 15 package com.google.common.hash;
17 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningScheduledExecutorService.java 17 package com.google.common.util.concurrent;
19 import com.google.common.annotations.Beta;
  /external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 17 package com.google.common.testing;
19 import static com.google.common.base.Preconditions.checkNotNull;
  /cts/common/device-side/device-setup/tests/src/com/android/compatibility/common/devicesetup/
DeviceSetupTest.java 17 package com.android.compatibility.common.devicesetup;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
Result.java 17 package com.android.compatibility.common.util;

Completed in 496 milliseconds

1 2 3 45 6 7 8 91011>>