/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/core/java/android/os/ |
D | OWNERS | 23 per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS 24 per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS 25 per-file BinderProxy.java = file:platform/frameworks/native:/libs/binder/OWNERS 26 per-file DeadObjectException.java = file:platform/frameworks/native:/libs/binder/OWNERS 27 per-file IBinder.java = file:platform/frameworks/native:/libs/binder/OWNERS 28 per-file Parcel.java = file:platform/frameworks/native:/libs/binder/OWNERS 29 per-file ParcelFileDescriptor.java = file:platform/frameworks/native:/libs/binder/OWNERS 30 per-file ParcelFormatException.java = file:platform/frameworks/native:/libs/binder/OWNERS 31 per-file Parcelable.java = file:platform/frameworks/native:/libs/binder/OWNERS 32 per-file ParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS [all …]
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputManagerServiceTests.kt | 82 private lateinit var native: NativeInputManagerService variable in com.android.server.input.InputManagerServiceTests 110 return native in setup() 135 verifyZeroInteractions(native) in testStart() 138 verify(native).start() in testStart() 143 verifyZeroInteractions(native) in testInputSettingsUpdatedOnSystemRunning() 149 verify(native).setPointerSpeed(anyInt()) in testInputSettingsUpdatedOnSystemRunning() 150 verify(native).setTouchpadPointerSpeed(anyInt()) in testInputSettingsUpdatedOnSystemRunning() 151 verify(native).setTouchpadNaturalScrollingEnabled(anyBoolean()) in testInputSettingsUpdatedOnSystemRunning() 152 verify(native).setTouchpadTapToClickEnabled(anyBoolean()) in testInputSettingsUpdatedOnSystemRunning() 153 verify(native).setTouchpadTapDraggingEnabled(anyBoolean()) in testInputSettingsUpdatedOnSystemRunning() [all …]
|
D | BatteryControllerTests.kt | 189 private lateinit var native: NativeInputManagerService variable in com.android.server.input.BatteryControllerTests 217 batteryController = BatteryController(context, native, testLooper.looper, uEventManager, in setup() 313 `when`(native.getBatteryStatus(DEVICE_ID)).thenReturn(STATUS_FULL) in testRegisteringListenerNotifiesStateImmediately() 314 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(100) in testRegisteringListenerNotifiesStateImmediately() 319 `when`(native.getBatteryStatus(SECOND_DEVICE_ID)).thenReturn(STATUS_CHARGING) in testRegisteringListenerNotifiesStateImmediately() 320 `when`(native.getBatteryCapacity(SECOND_DEVICE_ID)).thenReturn(78) in testRegisteringListenerNotifiesStateImmediately() 327 `when`(native.getBatteryDevicePath(DEVICE_ID)).thenReturn("/sys/dev/test/device1") in testListenersNotifiedOnUEventNotification() 328 `when`(native.getBatteryStatus(DEVICE_ID)).thenReturn(STATUS_CHARGING) in testListenersNotifiedOnUEventNotification() 329 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) in testListenersNotifiedOnUEventNotification() 340 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(80) in testListenersNotifiedOnUEventNotification() [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/native/libs/binder/trusty/ |
D | usertests-inc.mk | 17 frameworks/native/libs/binder/trusty/binderRpcTest \ 18 frameworks/native/libs/binder/trusty/binderRpcTest/service \ 19 frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service \ 22 frameworks/native/libs/binder/trusty/rust/binder_rpc_test \
|
/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/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 …]
|
/frameworks/native/libs/binder/rust/src/ |
D | binder.rs | 769 native: $native:ident($on_transact:path), 776 native: $native($on_transact), 786 native: $native:ident($on_transact:path), 794 native: $native($on_transact), 804 native: $native:ident($on_transact:path), 813 native: $native($on_transact), 825 native: $native:ident($on_transact:path), 836 native: $native($on_transact), 850 native: $native:ident($on_transact:path), 889 pub struct $native(Box<dyn $interface + Sync + Send + 'static>); [all …]
|
/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/native/libs/binder/trusty/binderRpcTest/service/ |
D | rules.mk | 17 LIBBINDER_TESTS_DIR := frameworks/native/libs/binder/tests 28 frameworks/native/libs/binder/trusty \ 29 frameworks/native/libs/binder/trusty/binderRpcTest/aidl \
|
/frameworks/native/libs/binder/trusty/binderRpcTest/ |
D | rules.mk | 17 LIBBINDER_TESTS_DIR := frameworks/native/libs/binder/tests 30 frameworks/native/libs/binder/trusty \ 31 frameworks/native/libs/binder/trusty/ndk \
|
/frameworks/libs/binary_translation/prebuilt/system/etc/init/ |
D | berberis.rc | 1 # Enable native bridge for target executables 2 on early-init && property:ro.enable.native.bridge.exec=1 5 on property:ro.enable.native.bridge.exec=1 && property:ro.dalvik.vm.isa.riscv64=x86_64
|
/frameworks/base/services/tests/mockingservicestests/jni/ |
D | Android.bp | 31 "frameworks/native/services", 32 "frameworks/native/libs/math/include", 33 "frameworks/native/libs/ui/include",
|
/frameworks/base/services/tests/servicestests/jni/ |
D | Android.bp | 32 "frameworks/native/services", 33 "frameworks/native/libs/math/include", 34 "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/libs/binary_translation/ |
D | enable_riscv64_to_x86_64.mk | 32 ro.dalvik.vm.native.bridge=libberberis_riscv64.so 36 ro.enable.native.bridge.exec=1
|
/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/services/surfaceflinger/ |
D | TEST_MAPPING | 4 "path": "frameworks/native/libs/gui" 7 "path": "frameworks/native/services/inputflinger"
|
/frameworks/native/libs/binder/trusty/ndk/ |
D | rules.mk | 20 LIBBINDER_NDK_DIR := frameworks/native/libs/binder/ndk 37 frameworks/native/libs/binder/trusty \
|
/frameworks/base/tools/aapt2/integration-tests/DumpTest/ |
D | components_expected.txt | 20 uses-native-library:'native1' 21 uses-native-library-not-required:'optional' 56 native-code: 'x86_64' 57 alt-native-code: 'x86'
|