/developers/samples/android/ui/holo/BorderlessButtons/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/lists/CustomChoiceList/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/notifications/BasicNotifications/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/notifications/CustomNotifications/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/views/HorizontalPaging/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/views/TextSwitcher/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/window/AdvancedImmersiveMode/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/window/BasicImmersiveMode/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/ui/window/ImmersiveMode/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/samples/android/views/TextLinkify/gradle/wrapper/ |
gradle-wrapper.jar | |
/development/samples/training/testingfun/gradle/wrapper/ |
gradle-wrapper.jar | |
/external/llvm/ |
Makefile | 30 DIRS := lib/Support lib/TableGen utils tools/llvm-config 33 DIRS := lib/Support lib/TableGen utils lib/IR lib tools/llvm-shlib \ 47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS)) 51 DIRS := $(filter-out docs, $(DIRS)) 55 DIRS := $(filter-out tools runtime docs, $(DIRS)) 60 DIRS := $(filter-out tools runtime docs, $(DIRS)) [all...] |
/external/smali/gradle/wrapper/ |
gradle-wrapper.jar | |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 1452 static char *dirs[] = local [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 430 const Vector<sp<AaptDir> >& dirs = ass->resDirs(); local 431 int N = dirs.size(); 434 sp<AaptDir> d = dirs.itemAt(i); 2544 const Vector<sp<AaptDir> >& dirs = assets->resDirs(); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.h | 85 char **dirs;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509_vfy.h | 85 char **dirs;
|
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | 582 rectangle. If so, and dirs is not null, set dirs[0] to the direction of 583 the outer rectangle and dirs[1] to the direction of the inner rectangle. If 585 false and ignore rect and dirs. 588 @param dirs If not null, returns the direction of the rects 591 bool isNestedRects(SkRect rect[2], Direction dirs[2] = NULL) const; [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrContext.cpp | 1026 SkPath::Direction dirs[2]; local [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.h | 85 char **dirs;
|
/external/openssl/include/openssl/ |
x509_vfy.h | 85 char **dirs;
|
/external/skia/include/core/ |
SkPath.h | 582 rectangle. If so, and dirs is not null, set dirs[0] to the direction of 583 the outer rectangle and dirs[1] to the direction of the inner rectangle. If 585 false and ignore rect and dirs. 588 @param dirs If not null, returns the direction of the rects 591 bool isNestedRects(SkRect rect[2], Direction dirs[2] = NULL) const; [all...] |
/external/skia/src/gpu/ |
GrContext.cpp | 1026 SkPath::Direction dirs[2]; local [all...] |
/build/core/ |
pdk_config.mk | 42 # For these dirs, add classes.jar and javalib.jar from the dir to platform.zip
|
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | 554 bool SkPath::isNestedRects(SkRect rects[2], Direction dirs[2]) const { 573 if (dirs) { 574 dirs[0] = testDirs[0]; 575 dirs[1] = testDirs[1]; 584 if (dirs) { 585 dirs[0] = testDirs[1]; 586 dirs[1] = testDirs[0]; [all...] |