Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 29) 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()
DThreadSnapshotParser.java179 frame.library = nativeRe.group(1); in parse()
187 frame.library = nativeNoLocRe.group(1); in parse()
310 System.out.println(" frame(native) ==> " + nf.library in parse()
/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/tools/bugreport/
DAndroid.bp7 manifest: "manifest-library.mf",
/development/samples/browseable/CardView/
D_index.jd8 This sample demonstrates how to use CardView introduced in the support library in
/development/samples/browseable/NavigationDrawer/
D_index.jd9 support library.
/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.bp44 // 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/TicTacToeLib/
Ddefault.properties26 android.library=true
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintModule.java44 library = true,
/development/sdk/
Dsdk_files_NOTICE.txt564 you if you distribute copies of the library or if you modify it.
566 For example, if you distribute copies of the library, whether gratis
569 code. If you link other code with the library, you must provide
571 with the library after making changes to the library and recompiling
575 library, and (2) we offer you this license, which gives you legal
576 permission to copy, distribute and/or modify the library.
579 there is no warranty for the free library. Also, if the library is
589 any patent license obtained for a version of the library must be
599 When a program is linked with a library, whether statically or using
600 a shared library, the combination of the two is legally speaking a
[all …]
/development/vndk/tools/vndk-compliance/
DREADME.md16 their headers via BUILD_HEADER_LIBRARY. Modules will import this library via
/development/host/windows/usb/winusb/
DBUILDME.TXT38 this directory, as this depends on the AdbWinApi.lib import library.

12