Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 37) sorted by relevance

12

/development/tools/bugreport/src/com/android/bugreport/stacks/
DNativeStackFrameSnapshot.java24 public String library; field in NativeStackFrameSnapshot
35 that.library = this.library; in clone()
/development/tools/winscope/src/flickerlib/
DREADME.md1 This directory contains all the code extending the common Flicker library
2 to make it fully compatible with Winscope. The common Flicker library is
8 common Flicker library directly.
11 setters) that are injected into the original compiled common Flicker library
/development/samples/TicTacToeMain/
DREADME.txt21 To define that TicTacToeMain uses TicTacToeLib as a "project library", the
23 android.library.reference.1=../TicTacToeLib/
26 TicTacToeLib is the "project library". It can contain both source code (.java)
28 APK. To define this is a library, the file TicTacToeLib/default.project
30 android.library=true
33 One important thing to realize is that the library is not a separately-compiled
34 JAR file: the source and resources from the library are _actually_ merged in
39 To use the main vs library project:
Ddefault.properties26 android.library.reference.1=../TicTacToeLib/
/development/samples/browseable/MediaBrowserService/
D_index.jd9 media library metadata and playback controls through a standard
10 service. It exposes a simple music library through the new
14 the media library and provides simple playback controls. When
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
DMainActivity.java25 import com.example.android.tictactoe.library.GameActivity;
26 import com.example.android.tictactoe.library.GameView.State;
/development/python-packages/fastboot/
DREADME.md1 This library provides access to the fastboot utility.
/development/samples/SimpleJNI/
DAndroid.bp17 // This makefile shows how to build a shared library and an activity that
18 // bundles the shared library and calls it using JNI.
/development/samples/browseable/CardView/
D_index.jd8 This sample demonstrates how to use CardView introduced in the support library in
/development/tools/bugreport/
DAndroid.bp11 manifest: "manifest-library.mf",
/development/samples/browseable/NavigationDrawer/
D_index.jd9 support library.
/development/tools/winscope/libs/virtualList/
DREADME.md3 The original library can be found on GitHub at [https://github.com/tangbc/vue-virtual-scroll-list](…
/development/samples/SimpleJNI/jni/
DAndroid.bp17 // This makefile supplies the rules for building a library of JNI code for
18 // use by our example of how to bundle a shared library with an APK.
/development/tools/checkcolor/
DREADME2 This project is used to build a lint library to detect the hardcoded
/development/vndk/tools/definition-tool/
DREADME.md43 * `##_VNDK_SP_##` should be replaced by library names tagged with `vndk_sp`.
45 * `##_VNDK_SP_EXT_##` should be replaced by library names tagged with
48 * `##_EXTRA_VENDOR_LIBS_##` should be replaced by library names tagged with
53 VNDK definition tool can fill in the library names and generate an `Android.mk`
/development/scripts/
Dnative_heapdump_viewer.py111 def __init__(self, function, location, library): argument
114 self.library = library
380 ….size, total_percent, parent_percent, node.number, indent, node.addr, fd.library, fd.function, fd.…
388 lib = fd.library
390 lib = os.path.basename(fd.library)
DAndroid.bp40 // Would be nice to use the library above, but as it's single-source
/development/samples/training/ads-and-ux/
DReadMe.txt9 http://developer.android.com/sdk/compatibility-library.html
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java17 package com.example.android.tictactoe.library;
31 import com.example.android.tictactoe.library.GameView.ICellListener;
32 import com.example.android.tictactoe.library.GameView.State;
/development/samples/ApiDemos/
DREADME.txt15 Api demos is designed to use the compatibility library "android-support-v4.jar".
/development/vndk/tools/header-checker/
DREADME.md95 To create reference ABI dumps for a specific library, run the command below:
102 library.
110 library.
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd15 It also demonstrates the use of the DragStartHelper from the v13 support library to easily
/development/tools/apkcheck/
DREADME.txt36 --uses-library=<lib.xml>
38 use "uses-library" directives to pull in external libraries. Since
45 Useful for ignoring references to shared library content when
58 "--uses-library=BUILTIN".
63 % apkcheck --uses-library=BUILTIN frameworks/base/api/current.xml Gmail.apk.xml
163 signatures into the code (--uses-library=BUILTIN). (At some point it
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintModule.java44 library = true,
/development/samples/TicTacToeLib/
Ddefault.properties26 android.library=true

12