/frameworks/compile/mclinker/lib/MC/ |
D | MCLDDirectory.cpp | 24 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory() 28 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory() 38 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory() 42 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory() 52 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in MCLDDirectory() 56 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory() 66 m_bInSysroot = (Directory::m_Path.native()[0] == '='); in assign() 70 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in assign() 89 std::string old_path = Directory::m_Path.native(); in setSysroot() 90 Directory::m_Path.native() = pSysroot.native(); in setSysroot() [all …]
|
D | SearchDirs.cpp | 67 return insert(pPath.native()); in insert() 98 if (file == entry.path()->filename().native()) in find() 106 if (file == entry.path()->stem().native()) { in find() 108 entry.path()->extension().native()) { in find() 120 if (file == entry.path()->stem().native() && in find() 122 entry.path()->extension().native()) { in find() 163 if (file == entry.path()->filename().native()) in find() 171 if (file == entry.path()->stem().native()) { in find() 173 entry.path()->extension().native()) { in find() 185 if (file == entry.path()->stem().native() && in find() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
D | InputManagerServiceTests.kt | 63 private lateinit var native: NativeInputManagerService variable in com.android.server.input.InputManagerServiceTests 82 return native in setup() 99 verify(native).setDisplayViewports(any(Array<DisplayViewport>::class.java)) in testPointerDisplayUpdatesWhenDisplayViewportsChanged() 100 verify(native).setPointerDisplayId(displayId) in testPointerDisplayUpdatesWhenDisplayViewportsChanged() 130 verify(native).setPointerDisplayId(overrideDisplayId) in testSetVirtualMousePointerDisplayId() 157 verify(native).setPointerDisplayId(pointerDisplayId) in testSetVirtualMousePointerDisplayId() 182 verify(native).setPointerDisplayId(overrideDisplayId) in testSetVirtualMousePointerDisplayId_unsuccessfulUpdate() 190 }.`when`(native).setPointerDisplayId(anyInt()) in testSetVirtualMousePointerDisplayId_competingRequests() 225 verify(native, times(2)).setPointerDisplayId(anyInt()) in testSetVirtualMousePointerDisplayId_competingRequests() 233 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NULL)) in onDisplayRemoved_resetAllAdditionalInputProperties() [all …]
|
D | BatteryControllerTests.kt | 68 private lateinit var native: NativeInputManagerService variable in com.android.server.input.BatteryControllerTests 85 batteryController = BatteryController(context, native) in setup() 156 `when`(native.getBatteryStatus(DEVICE_ID)).thenReturn(STATUS_FULL) in testRegisteringListenerNotifiesStateImmediately() 157 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(100) in testRegisteringListenerNotifiesStateImmediately() 163 `when`(native.getBatteryStatus(SECOND_DEVICE_ID)).thenReturn(STATUS_CHARGING) in testRegisteringListenerNotifiesStateImmediately() 164 `when`(native.getBatteryCapacity(SECOND_DEVICE_ID)).thenReturn(78) in testRegisteringListenerNotifiesStateImmediately()
|
/frameworks/base/core/java/android/os/ |
D | OWNERS | 21 per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS 22 per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS 23 per-file BinderProxy.java = file:platform/frameworks/native:/libs/binder/OWNERS 24 per-file DeadObjectException.java = file:platform/frameworks/native:/libs/binder/OWNERS 25 per-file IBinder.java = file:platform/frameworks/native:/libs/binder/OWNERS 26 per-file Parcel.java = file:platform/frameworks/native:/libs/binder/OWNERS 27 per-file ParcelFileDescriptor.java = file:platform/frameworks/native:/libs/binder/OWNERS 28 per-file ParcelFormatException.java = file:platform/frameworks/native:/libs/binder/OWNERS 29 per-file Parcelable.java = file:platform/frameworks/native:/libs/binder/OWNERS 30 per-file ParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS [all …]
|
/frameworks/compile/mclinker/lib/Support/ |
D | RealPath.cpp | 37 Path::m_PathName.assign(pPath.native()); in assign() 47 path_name.native() += preferred_separator; in initialize() 48 path_name.native() += m_PathName; in initialize() 49 detail::canonicalize(path_name.native()); in initialize() 50 m_PathName = path_name.native(); in initialize()
|
D | Path.cpp | 92 pPath.native()[0] == separator) { in append() 93 llvm::StringRef path(pPath.native()); in append() 95 } else if (this->native()[this->native().size() - 1] != separator && in append() 96 pPath.native()[0] != separator) { in append() 99 m_PathName.append(pPath.native()); in append() 102 m_PathName.append(pPath.native()); in append()
|
/frameworks/base/libs/hostgraphics/ |
D | Android.bp | 31 // Here we override all the headers automatically included with frameworks/native/include. 32 // When frameworks/native/include will be removed from the list of automatic includes. 35 "frameworks/native/libs/nativebase/include", 36 "frameworks/native/libs/nativewindow/include", 37 "frameworks/native/libs/arect/include", 38 "frameworks/native/libs/ui/include_private",
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 40 associated with a native synchronization fence object that is referenced 44 referring to the native fence object. 46 This extension assumes the existence of a native fence synchronization 47 object that behaves similarly to an EGL fence sync object. These native 50 native object's signal status may not change again. 89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync 92 must be set to either a file descriptor that refers to a native fence 95 The default values for the EGL native fence sync object attributes are as 108 attribute is set to reflect the signal status of the native fence object. 115 "When a fence sync object is created or when an EGL native fence sync [all …]
|
D | EGL_ANDROID_presentation_time.txt | 42 an EGLSurface, allowing the native window system to use it. 78 nanoseconds, but the exact meaning of the time depends on the native 90 visible, but if the color buffer is subsequently posted to a native window 91 or copied to a native pixmap then the presentation time of the surface at 92 that time may be passed along for the native window system to use. 113 System.nanoTime() method, or from the native clock_gettime function by
|
/frameworks/base/media/mca/filterpacks/ |
D | Android.bp | 28 "native/base/geometry.cpp", 29 "native/base/time_util.cpp", 45 "native/imageproc/brightness.c", 46 "native/imageproc/contrast.c", 47 "native/imageproc/invert.c", 48 "native/imageproc/to_rgba.c", 64 // native/imageproc/to_rgba.c
|
/frameworks/native/libs/binder/rust/src/ |
D | binder.rs | 765 native: $native:ident($on_transact:path), 772 native: $native($on_transact), 782 native: $native:ident($on_transact:path), 790 native: $native($on_transact), 800 native: $native:ident($on_transact:path), 809 native: $native($on_transact), 821 native: $native:ident($on_transact:path), 832 native: $native($on_transact), 846 native: $native:ident($on_transact:path), 885 pub struct $native(Box<dyn $interface + Sync + Send + 'static>); [all …]
|
D | lib.rs | 103 mod native; module 112 pub use native::{ 135 pub use crate::native::Binder;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | RealPath.h | 58 if (pX.native().size() < pY.native().size()) 60 return (pX.native() < pY.native());
|
D | Path.h | 74 const StringType& native() const { return m_PathName; } in native() function 75 StringType& native() { return m_PathName; } in native() function 112 return pOS << pPath.native(); 119 return pOS >> pPath.native(); 124 return pOS << pPath.native();
|
/frameworks/base/core/jni/ |
D | android_os_HidlMemory.cpp | 49 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in nativeFinalize() local 50 delete native; in nativeFinalize() 127 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in getNativeContext() local 128 if (!native) { in getNativeContext() 129 native = new JHidlMemory(); in getNativeContext() 132 reinterpret_cast<jlong>(native)); in getNativeContext() 135 return native; in getNativeContext()
|
/frameworks/libs/net/common/native/ |
D | README.md | 13 * provide a common native library in frameworks/libs/net with the JNI and provide the native 15 function in frameworks/libs/net/common/native/bpfmapjni/com_android_net_module_util_BpfMap.cpp 23 * Each module creates a native library in their directory, which statically links against the 24 common native library (e.g. libnet_utils_device_common_bpf), and calls the native registered
|
/frameworks/base/services/tests/mockingservicestests/jni/ |
D | Android.bp | 28 "frameworks/native/services", 29 "frameworks/native/libs/math/include", 30 "frameworks/native/libs/ui/include",
|
/frameworks/base/media/jni/ |
D | android_media_MediaDescrambler.h | 28 namespace native { 32 using hardware::cas::native::V1_0::IDescrambler;
|
/frameworks/compile/mclinker/unittests/ |
D | PathTest.cpp | 115 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F() 119 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F() 123 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F() 127 EXPECT_TRUE(m_pTestee->native() == "aa/aaa"); in TEST_F()
|
/frameworks/native/cmds/dumpstate/ |
D | README.md | 14 mmm -j frameworks/native/cmds/dumpstate 21 mmm -j frameworks/native/cmds/dumpstate device/acme/secret_device/dumpstate/ hardware/interfaces/du… 27 mmm -j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb p… 56 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_* /data/nat… 62 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_test* /data…
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL11ImplHeader.java-impl | 15 // Private accessors for native code 17 native private static void _nativeClassInit();
|
/frameworks/native/opengl/tests/EGLTest/ |
D | Android.bp | 41 "frameworks/native/opengl/libs", 42 "frameworks/native/opengl/libs/EGL",
|
/frameworks/base/core/java/android/hardware/ |
D | OWNERS | 11 per-file *SensorPrivacy* = file:platform/frameworks/native:/libs/sensorprivacy/OWNERS 14 per-file *Sensor*,*Trigger* = file:platform/frameworks/native:/services/sensorservice/OWNERS
|
/frameworks/av/media/libstagefright/mpeg2ts/include/mpeg2ts/ |
D | CasManager.h | 26 namespace native { 30 using hardware::cas::native::V1_0::IDescrambler;
|