/development/samples/wearable/Timer/gradle/wrapper/ |
gradle-wrapper.jar | |
/development/samples/wearable/WatchViewStub/gradle/wrapper/ |
gradle-wrapper.jar | |
/development/samples/wearable/gradle/wrapper/ |
gradle-wrapper.jar | |
/external/glide/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 docs, $(DIRS)) 60 DIRS := $(filter-out tools docs, $(DIRS)) [all...] |
/external/smali/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/support/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/testing/espresso/gradle/wrapper/ |
gradle-wrapper.jar | |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 1452 static char *dirs[] = local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | 533 bool SkPath::isNestedRects(SkRect rects[2], Direction dirs[2]) const { 552 if (dirs) { 553 dirs[0] = testDirs[0]; 554 dirs[1] = testDirs[1]; 563 if (dirs) { 564 dirs[0] = testDirs[1]; 565 dirs[1] = testDirs[0]; [all...] |
/external/skia/src/core/ |
SkPath.cpp | 533 bool SkPath::isNestedRects(SkRect rects[2], Direction dirs[2]) const { 552 if (dirs) { 553 dirs[0] = testDirs[0]; 554 dirs[1] = testDirs[1]; 563 if (dirs) { 564 dirs[0] = testDirs[1]; 565 dirs[1] = testDirs[0]; [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 | 590 rectangle. If so, and dirs is not null, set dirs[0] to the direction of 591 the outer rectangle and dirs[1] to the direction of the inner rectangle. If 593 false and ignore rect and dirs. 596 @param dirs If not null, returns the direction of the rects 599 bool isNestedRects(SkRect rect[2], Direction dirs[2] = NULL) const; [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrContext.cpp | 1136 SkPath::Direction dirs[2]; local [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkLua.cpp | 1199 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 | 590 rectangle. If so, and dirs is not null, set dirs[0] to the direction of 591 the outer rectangle and dirs[1] to the direction of the inner rectangle. If 593 false and ignore rect and dirs. 596 @param dirs If not null, returns the direction of the rects 599 bool isNestedRects(SkRect rect[2], Direction dirs[2] = NULL) const; [all...] |
/external/skia/src/gpu/ |
GrContext.cpp | 1136 SkPath::Direction dirs[2]; local [all...] |
/external/skia/src/utils/ |
SkLua.cpp | 1199 SkPath::Direction dirs[2]; local [all...] |
/build/core/ |
pdk_config.mk | 52 # For these dirs, add classes.jar and javalib.jar from the dir to platform.zip
|
/external/harfbuzz_ng/ |
git.mk | 61 # subdirs, add a proxy git.mk file in those dirs that simply does:
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 425 const Vector<sp<AaptDir> >& dirs = ass->resDirs(); local 426 int N = dirs.size(); 429 sp<AaptDir> d = dirs.itemAt(i); 2931 const Vector<sp<AaptDir> >& dirs = assets->resDirs(); local [all...] |