Searched refs:library (Results 1 – 25 of 29) 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;
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.
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
26 android.library=true
44 library = true,
564 you if you distribute copies of the library or if you modify it.566 For example, if you distribute copies of the library, whether gratis569 code. If you link other code with the library, you must provide571 with the library after making changes to the library and recompiling575 library, and (2) we offer you this license, which gives you legal576 permission to copy, distribute and/or modify the library.579 there is no warranty for the free library. Also, if the library is589 any patent license obtained for a version of the library must be599 When a program is linked with a library, whether statically or using600 a shared library, the combination of the two is legally speaking a[all …]
16 their headers via BUILD_HEADER_LIBRARY. Modules will import this library via
38 this directory, as this depends on the AdbWinApi.lib import library.