/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
H A D | FakeDeviceAccountTypeFactory.java | 46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) { in withSimTypes() 53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) { in withSimTypes() 60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes() 67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes()
|
/aosp12/system/memory/libmemtrack/ |
H A D | memtrack.cpp | 49 std::vector<memtrack_proc_type> types; member 142 const std::vector<MemtrackType>& types, uint32_t flags) in memtrack_proc_sum() 161 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS}; in memtrack_proc_graphics_total() local 167 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS }; in memtrack_proc_graphics_pss() local 174 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_total() local 180 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_pss() local 187 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_total() local 194 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_pss() local
|
/aosp12/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/ |
H A D | LogDataTypeTest.java | 61 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local 69 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local 79 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
|
/aosp12/system/tools/aidl/ |
H A D | generate_ndk.cpp | 573 void GenerateClassSource(CodeWriter& out, const AidlTypenames& types, in GenerateClassSource() 632 void GenerateClientSource(CodeWriter& out, const AidlTypenames& types, in GenerateClientSource() 646 void GenerateServerSource(CodeWriter& out, const AidlTypenames& types, in GenerateServerSource() 696 void GenerateInterfaceSource(CodeWriter& out, const AidlTypenames& types, in GenerateInterfaceSource() 818 void GenerateClientHeader(CodeWriter& out, const AidlTypenames& types, in GenerateClientHeader() 868 void GenerateServerHeader(CodeWriter& out, const AidlTypenames& types, in GenerateServerHeader() 1005 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader() 1076 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource() 1153 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader() 1217 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource() [all …]
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetDebugMessageLog.java | 8 int[] types, in glGetDebugMessageLog() 24 java.nio.IntBuffer types, in glGetDebugMessageLog() 36 int[] types, in glGetDebugMessageLog() 48 java.nio.IntBuffer types, in glGetDebugMessageLog()
|
H A D | glGetDebugMessageLogKHR.java | 8 int[] types, in glGetDebugMessageLogKHR() 24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR() 36 int[] types, in glGetDebugMessageLogKHR() 48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | PendingInsetsController.java | 49 public void show(int types) { in show() 58 public void hide(int types) { in hide() 201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 221 public ShowRequest(int types) { in ShowRequest() 235 public HideRequest(int types) { in HideRequest()
|
H A D | IDisplayWindowInsetsController.aidl | 49 void showInsets(int types, boolean fromIme); in showInsets() 54 void hideInsets(int types, boolean fromIme); in hideInsets()
|
H A D | InsetsController.java | 536 final @InsetsType int types; field in InsetsController.PendingControlRequest 777 @InsetsType int types = 0; in startResizingAnimationIfNeeded() local 908 public void show(@InsetsType int types) { in show() 913 public void show(@InsetsType int types, boolean fromIme) { in show() 972 public void hide(@InsetsType int types) { in hide() 977 public void hide(@InsetsType int types, boolean fromIme) { in hide() 1030 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked() 1237 private void cancelExistingControllers(@InsetsType int types) { in cancelExistingControllers() 1462 private void hideDirectly( in hideDirectly() 1634 @InsetsType int types = calculateControllableTypes(); in invokeControllableInsetsChangedListeners() local [all …]
|
H A D | InsetsAnimationControlCallbacks.java | 39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation() 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
H A D | WindowInsetsController.java | 161 void show(@InsetsType int types); in show() 173 void hide(@InsetsType int types); in hide() 198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsController.java | 153 private void showInsets(int types, boolean fromIme) { in showInsets() 163 private void hideInsets(int types, boolean fromIme) { in hideInsets() 209 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 216 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() 255 default void showInsets(int types, boolean fromIme) {} in showInsets() 263 default void hideInsets(int types, boolean fromIme) {} in hideInsets()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsControlTarget.java | 55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data.cpp | 99 std::string types; in GetTypes() local 110 std::vector<std::string> types; in GetTypesLabels() local 131 auto types = record->GetUtdIds(); in GetEntriesTypes() local 140 auto types = record->GetUtdIds(); in HasTypeInEntries() local
|
/aosp12/frameworks/base/core/java/com/android/internal/protolog/common/ |
H A D | LogDataType.java | 39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask() 66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local
|
/aosp12/system/libhidl/transport/ |
H A D | HidlTransportUtils.cpp | 39 auto chainRet = interface->interfaceChain([&](const hidl_vec<hidl_string> &types) { in canCastInterface() 64 auto ret = interface->interfaceDescriptor([&](const hidl_string &types) { in getDescriptor()
|
/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | preview_style_packer.cpp | 31 std::vector<int32_t> types; in Marshalling() local 45 std::vector<int32_t> types; in UnMarshalling() local
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
H A D | DisplaySystemBarsController.java | 125 public void hideInsets(@Type.InsetsType int types, boolean fromIme) { in hideInsets() 135 public void showInsets(@Type.InsetsType int types, boolean fromIme) { in showInsets() 170 private void updateRequestedVisibilities(@Type.InsetsType int types, boolean visible) { in updateRequestedVisibilities()
|
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | LockTargetStateAnalysis.java | 54 List<LockTarget> types = new ArrayList<>(); in naryOperation() local 68 List<LockTarget> types = new ArrayList<>(); in newValue() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/types/libentry/ |
H A D | package.json | 3 "types": "./index.d.ts" string
|