Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 40) sorted by relevance

12

/development/cmds/monkey/
Dmonkey4 base=/system
5 export CLASSPATH=$base/framework/monkey.jar
10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DUtils.java51 public static int parseIntWithBase(String value, int base, int defValue) { in parseIntWithBase() argument
56 return Integer.parseInt(value, base); in parseIntWithBase()
/development/vndk/tools/header-checker/tests/
Dgen_all.py26 for base, dirnames, filenames in os.walk(INPUT_DIR):
32 input_path = os.path.join(base, filename)
/development/samples/Snake/tests/
DAndroid.mk6 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/HelloActivity/tests/
DAndroid.mk6 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/SkeletonApp/tests/
DAndroid.mk6 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/LunarLander/tests/
DAndroid.mk6 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/BrokenKeyDerivation/tests/
DAndroid.mk6 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/ApiDemos/tests/
DAndroid.mk7 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/samples/UiAutomator/
DAndroid.mk26 LOCAL_JAVA_LIBRARIES := uiautomator.core android.test.base.stubs
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DUnicodeChart.java82 private void drawChart(Canvas canvas, int base) { in drawChart() argument
85 int unichar = base + i; in drawChart()
/development/samples/Vault/
DAndroid.mk11 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/development/tools/idegen/src/com/android/idegen/
DMakeFileParser.java19 import com.google.common.base.Objects;
20 import com.google.common.base.Preconditions;
21 import com.google.common.base.Splitter;
22 import com.google.common.base.Strings;
DFrameworkModule.java19 import com.google.common.base.Preconditions;
DDirectorySearch.java19 import com.google.common.base.Preconditions;
20 import com.google.common.base.Predicate;
DModuleIndexes.java19 import com.google.common.base.Preconditions;
DModuleCache.java19 import com.google.common.base.Preconditions;
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py65 for base, _, filenames in os.walk(partition_dir):
69 return os.path.join(base, filename)[prefix_len:]
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp148 for (auto &&base : rbs) { in RecordCXXBaseSpecifiersProtobufToIR()
150 base.referenced_type(), base.is_virtual(), in RecordCXXBaseSpecifiersProtobufToIR()
151 AccessProtobufToIR(base.access())); in RecordCXXBaseSpecifiersProtobufToIR()
/development/scripts/
Dcombine_sdks.sh53 BASE_DIR="$TMP"/base
/development/samples/SkeletonApp/
Dreadme.txt43 SkeletonActivity.java to construct its UI. The base name of each file
54 skeleton_activity.xml. Like layout files, the base name is used for the
/development/tools/idegen/
Dexcluded-paths56 ^frameworks/policies/base/mid$
57 #^frameworks/policies/base/phone$
/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md92 List the files from `frameworks/base` or `frameworks/native` and installed
98 --source-filter frameworks/base:frameworks/native \
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java3 import com.google.common.base.Charsets;
19 import static com.google.common.base.Charsets.UTF_8;
/development/tools/repo_diff/service/repodiff/
DDockerfile6 build-base \

12