Searched refs:library (Results 1 – 25 of 37) sorted by relevance
12
24 public String library; field in NativeStackFrameSnapshot35 that.library = this.library; in clone()
1 This directory contains all the code extending the common Flicker library2 to make it fully compatible with Winscope. The common Flicker library is8 common Flicker library directly.11 setters) that are injected into the original compiled common Flicker library
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;
1 This library provides access to the fastboot utility.
17 // This makefile shows how to build a shared library and an activity that18 // bundles the shared library and calls it using JNI.
8 This sample demonstrates how to use CardView introduced in the support library in
11 manifest: "manifest-library.mf",
9 support library.
3 The original library can be found on GitHub at [https://github.com/tangbc/vue-virtual-scroll-list](…
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)
40 // 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