/development/tools/axl/ |
D | singletonmixin.py | 118 class A(Singleton): class 120 super(A, self).__init__() 122 a1 = A.getInstance() 123 a2 = A.getInstance() 165 class A(Singleton): class 167 super(A, self).__init__() 169 self.assertRaises(SingletonException, A) 174 class A(Singleton): class 176 super(A, self).__init__() 196 class A(Singleton): class [all …]
|
/development/vndk/tools/header-checker/tests/integration/cpp/header/ |
D | undeclared_types.h | 4 using ::namespace_a::A; 8 extern A a; 12 inline A &inline_function(template_c<template_d<C>> d) { in inline_function() 18 A member;
|
/development/vndk/tools/definition-tool/datasets/ |
D | minimum_dlopen_deps.txt | 1 /system/${LIB}/libEGL.so:[regex]/vendor/${LIB}/egl/libEGL[A-Za-z0-9_-]*\.so 2 /system/${LIB}/libEGL.so:[regex]/vendor/${LIB}/egl/libGLES[A-Za-z0-9_-]*\.so
|
/development/samples/browseable/MediaRecorder/ |
D | _index.jd | 8 This sample uses the camera/camcorder as the A/V source for the MediaRecorder API. 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/samples/browseable/StorageProvider/ |
D | _index.jd | 8 A simple implementation of a documents provider using the storage access framework in
|
/development/samples/browseable/WearDrawers/ |
D | _index.jd | 8 A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
|
/development/samples/browseable/RuntimePermissionsWear/ |
D | _index.jd | 8 A sample that shows how you can handle remote data that requires permissions both on
|
/development/samples/browseable/SlidingTabsColors/ |
D | _index.jd | 8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
|
/development/samples/browseable/SlidingTabsBasic/ |
D | _index.jd | 8 A basic sample which shows how to use SlidingTabLayout to display a custom
|
/development/samples/BluetoothLeGatt/ |
D | _index.jd | 5 <p>A sample application that demonstrates how to communicate with
|
/development/samples/browseable/SwipeRefreshListFragment/ |
D | _index.jd | 8 A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
|
/development/samples/browseable/SwipeRefreshLayoutBasic/ |
D | _index.jd | 8 A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
|
/development/samples/browseable/SwipeRefreshMultipleViews/ |
D | _index.jd | 8 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
|
/development/samples/browseable/BasicRenderScript/ |
D | _index.jd | 9 …to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel per…
|
/development/samples/browseable/WearSpeakerSample/ |
D | _index.jd | 8 A sample that shows how you can record voice using the microphone on a wearable and
|
/development/vndk/tools/header-checker/tests/reference_dumps/arm64/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/vndk/tools/header-checker/tests/reference_dumps/arm/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/vndk/tools/header-checker/tests/reference_dumps/mips64/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/vndk/tools/header-checker/tests/reference_dumps/x86/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/vndk/tools/header-checker/tests/reference_dumps/x86_64/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/vndk/tools/header-checker/tests/reference_dumps/mips/ |
D | undeclared_types.h.sdump | 71 "linker_set_key" : "namespace_a::A &", 72 "name" : "namespace_a::A &",
|
/development/tools/ |
D | make_key | 25 given <subject>. A keytype of "rsa" or "ec" is accepted.
|
/development/samples/browseable/DrawableTinting/ |
D | _index.jd | 11 A color state list is referenced as the tint color, which defines colors for different
|
/development/tools/repo_diff/ |
D | README.md | 60 1. Match projects in source tree A with projects in source tree B. 62 3. Find commits in source tree B that are not in source tree A. 73 upstream project (A).
|
/development/vndk/tools/header-checker/tests/input/ |
D | example1.h | 17 enum {A, B} enum_field; enumerator
|