Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 48) sorted by relevance

12

/development/tools/axl/
Dsingletonmixin.py118 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/
Dundeclared_types.h4 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/
Dminimum_dlopen_deps.txt1 /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.jd8 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.jd8 A simple implementation of a documents provider using the storage access framework in
/development/samples/browseable/WearDrawers/
D_index.jd8 A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
/development/samples/browseable/RuntimePermissionsWear/
D_index.jd8 A sample that shows how you can handle remote data that requires permissions both on
/development/samples/browseable/SlidingTabsColors/
D_index.jd8 A more advanced sample which shows how to use SlidingTabLayout to display a custom
/development/samples/browseable/SlidingTabsBasic/
D_index.jd8 A basic sample which shows how to use SlidingTabLayout to display a custom
/development/samples/BluetoothLeGatt/
D_index.jd5 <p>A sample application that demonstrates how to communicate with
/development/samples/browseable/SwipeRefreshListFragment/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
/development/samples/browseable/SwipeRefreshLayoutBasic/
D_index.jd8 A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
/development/samples/browseable/BasicRenderScript/
D_index.jd9 …to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel per…
/development/samples/browseable/WearSpeakerSample/
D_index.jd8 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/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/vndk/tools/header-checker/tests/reference_dumps/arm/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/vndk/tools/header-checker/tests/reference_dumps/mips64/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/vndk/tools/header-checker/tests/reference_dumps/x86/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/vndk/tools/header-checker/tests/reference_dumps/x86_64/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/vndk/tools/header-checker/tests/reference_dumps/mips/
Dundeclared_types.h.sdump71 "linker_set_key" : "namespace_a::A &",
72 "name" : "namespace_a::A &",
/development/tools/
Dmake_key25 given <subject>. A keytype of "rsa" or "ec" is accepted.
/development/samples/browseable/DrawableTinting/
D_index.jd11 A color state list is referenced as the tint color, which defines colors for different
/development/tools/repo_diff/
DREADME.md60 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/
Dexample1.h17 enum {A, B} enum_field; enumerator

12