Searched refs:library (Results 1 – 25 of 31) sorted by relevance
12
24 public String library; field in NativeStackFrameSnapshot35 that.library = this.library; in clone()
179 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()
21 To define that TicTacToeMain uses TicTacToeLib as a "project library", the23 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.project30 android.library=true33 One important thing to realize is that the library is not a separately-compiled34 JAR file: the source and resources from the library are _actually_ merged in39 To use the main vs library project:
26 android.library.reference.1=../TicTacToeLib/
9 media library metadata and playback controls through a standard10 service. It exposes a simple music library through the new14 the media library and provides simple playback controls. When
25 import com.example.android.tictactoe.library.GameActivity;26 import com.example.android.tictactoe.library.GameView.State;
17 // This makefile shows how to build a shared library and an activity that18 // bundles the shared library and calls it using JNI.
1 This library provides access to the fastboot utility.
7 manifest: "manifest-library.mf",
8 This sample demonstrates how to use CardView introduced in the support library in
9 support library.
17 // This makefile supplies the rules for building a library of JNI code for18 // use by our example of how to bundle a shared library with an APK.
2 This project is used to build a lint library to detect the hardcoded
43 * `##_VNDK_SP_##` should be replaced by library names tagged with `vndk_sp`.45 * `##_VNDK_SP_EXT_##` should be replaced by library names tagged with48 * `##_EXTRA_VENDOR_LIBS_##` should be replaced by library names tagged with53 VNDK definition tool can fill in the library names and generate an `Android.mk`
111 def __init__(self, function, location, library): argument114 self.library = library380 ….size, total_percent, parent_percent, node.number, indent, node.addr, fd.library, fd.function, fd.…388 lib = fd.library390 lib = os.path.basename(fd.library)
44 // Would be nice to use the library above, but as it's single-source
9 http://developer.android.com/sdk/compatibility-library.html
17 package com.example.android.tictactoe.library;31 import com.example.android.tictactoe.library.GameView.ICellListener;32 import com.example.android.tictactoe.library.GameView.State;
15 Api demos is designed to use the compatibility library "android-support-v4.jar".
95 To create reference ABI dumps for a specific library, run the command below:102 library.110 library.
15 It also demonstrates the use of the DragStartHelper from the v13 support library to easily
36 --uses-library=<lib.xml>38 use "uses-library" directives to pull in external libraries. Since45 Useful for ignoring references to shared library content when58 "--uses-library=BUILTIN".63 % apkcheck --uses-library=BUILTIN frameworks/base/api/current.xml Gmail.apk.xml163 signatures into the code (--uses-library=BUILTIN). (At some point it
44 library = true,
26 android.library=true
16 their headers via BUILD_HEADER_LIBRARY. Modules will import this library via