Home
last modified time | relevance | path

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

123

/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/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/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/vndk/tools/header-checker/tests/reference_dumps/arm64/
Dlibgolden_anonymous_enum.so.lsdump36 "name" : "A"
39 "linker_set_key" : "_ZTI2$A",
41 "referenced_type" : "_ZTI2$A",
42 "self_type" : "_ZTI2$A",
Dlibanonymous_enum_odr.so.lsdump36 "name" : "A"
39 "linker_set_key" : "_ZTI2$A",
41 "referenced_type" : "_ZTI2$A",
42 "self_type" : "_ZTI2$A",
/development/vndk/tools/header-checker/tests/integration/cpp/anonymous_enum/include/
Dswap_enum.h6 A=1, enumerator
Dswap_enum_field.h2 A=1, enumerator
Dgolden.h2 A=1, enumerator
/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/tools/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/development/samples/BluetoothLeGatt/
D_index.jd5 <p>A sample application that demonstrates how to communicate with
/development/samples/SearchableDictionary/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/development/samples/KeyChainDemo/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/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/tools/line_endings/
DAndroid.bp7 // A large-scale-change added 'default_applicable_licenses' to import
/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/sdk/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import

123