/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | stderr.txt.expect | 1 …rror: foreach kernel 'bb' has __attribute__((kernel)) for 64-bit targets but not for 32-bit targets 2 …each kernel 'dd' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bit targ… 3 …rror: foreach kernel 'ii' has output type 'int' for 64-bit targets but no output for 32-bit targets 4 …rror: foreach kernel 'jj' has output type 'int' for 32-bit targets but no output for 64-bit targets 5 …pt:66:16: error: foreach kernel 'nn' has 1 input for 32-bit targets but 2 inputs for 64-bit targets 6 …or: foreach kernel 'qq' has different special parameters for 32-bit targets than for 64-bit targets 7 …input of foreach kernel 'uu' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 8 …f foreach kernel 'uu' has type 'struct S' for 32-bit targets but type 'struct T' for 64-bit targets 9 …ch kernel 'xx' has 0 usrData parameters for 32-bit targets but 1 usrData parameter for 64-bit targ… 10 …ach kernel 'ww' has 1 usrData parameter for 32-bit targets but 0 usrData parameters for 64-bit tar… [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/ |
D | stderr.txt.expect | 1 …7: error: global variable 'b' is initialized differently for 32-bit targets than for 64-bit targets 2 …8: error: global variable 'd' is initialized differently for 32-bit targets than for 64-bit targets 3 …6: error: global variable 'f' is initialized differently for 32-bit targets than for 64-bit targets 4 …6: error: global variable 'h' is initialized differently for 32-bit targets than for 64-bit targets 5 …8: error: global variable 'j' is initialized differently for 32-bit targets than for 64-bit targets 6 …5: error: global variable 'k' is initialized differently for 32-bit targets than for 64-bit targets 7 …5: error: global variable 'm' is initialized differently for 32-bit targets than for 64-bit targets 8 …6: error: global variable 'n' is initialized differently for 32-bit targets than for 64-bit targets 9 …: error: global variable 'jj' is initialized differently for 32-bit targets than for 64-bit targets 10 …: error: global variable 'kk' is initialized differently for 32-bit targets than for 64-bit targets [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | stderr.txt.expect | 1 …rror: global variable 'aa' has type 'int' for 32-bit targets but type 'struct t' for 64-bit targets 2 …rror: global variable 'bb' has type 'int' for 32-bit targets but type 'struct q' for 64-bit targets 3 …rror: global variable 'cc' has type 'int' for 32-bit targets but type 'struct b' for 64-bit targets 4 …rror: global variable 'dd' has type 'struct j' for 32-bit targets but type 'int' for 64-bit targets 5 …rror: global variable 'ee' has type 'struct f' for 32-bit targets but type 'int' for 64-bit targets 6 …rror: global variable 'ff' has type 'struct o' for 32-bit targets but type 'int' for 64-bit targets 7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets 8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets 9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets 10 …r: 2nd field of exported structure 'FieldName' is 'e' for 32-bit targets but 'b' for 64-bit targets [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 1 …tion kernel 'cc' has result type 'uint' for 32-bit targets but result type 'ulong' for 64-bit targ… 2 …put of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 3 …put of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 4 …:43:12: error: reduction kernel 'dd' has 2 inputs for 32-bit targets but 1 input for 64-bit targets 5 …e_mismatch.rscript:52:12: error: reduction kernel 'ee' is reflected in Java only for 32-bit targets 6 …tion kernel 'ee' has result type 'int' for 32-bit targets but result type 'struct S' for 64-bit ta… 7 …put of reduction kernel 'ee' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 8 …e_mismatch.rscript:53:12: error: reduction kernel 'ff' is reflected in Java only for 64-bit targets 9 …n kernel 'ff' has result type 'struct S' for 32-bit targets but result type 'int' for 64-bit targe… 10 …53:12: error: reduction kernel 'ff' has 3 inputs for 32-bit targets but 2 inputs for 64-bit targets [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/ |
D | stderr.txt.expect | 1 …: error: global variable 'a' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …rror: global variable 'b' has type 'int[4]' for 32-bit targets but type 'int[8]' for 64-bit targets 3 …lobal variable 'd' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets 4 …lobal variable 'e' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets 5 …lobal variable 'f' has type 'struct Bar' for 32-bit targets but type 'struct Foo' for 64-bit targe… 6 …: global variable 'g' has type 'uint[10]' for 32-bit targets but type 'ulong[10]' for 64-bit targe… 7 ….rscript:32:5: error: 10th global variable is 'h32' for 32-bit targets but 'h64' for 64-bit targets
|
/frameworks/base/core/java/android/os/ |
D | Broadcaster.java | 43 r.targets = new Handler[1]; in request() 45 r.targets[0] = target; in request() 66 reg.targets = new Handler[1]; in request() 80 n = r.targets.length; in request() 81 Handler[] oldTargets = r.targets; in request() 89 r.targets = new Handler[n+1]; in request() 90 System.arraycopy(oldTargets, 0, r.targets, 0, n); in request() 94 r.targets[n] = target; in request() 122 Handler[] targets = r.targets; in cancelRequest() local 124 int oldLen = targets.length; in cancelRequest() [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/ |
D | stderr.txt.expect | 1 …rror: invokable function 'a' has 2 parameters for 32-bit targets but 1 parameter for 64-bit targets 2 …er of invokable function 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 3 …eter of invokable function 'b' has type 'int' for 32-bit targets but type 'long' for 64-bit targets 4 …script:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targets
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/ |
D | stderr.txt.expect | 1 …input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 3 ….rscript:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targets
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/ |
D | stderr.txt.expect | 1 …input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 3 ….rscript:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targets
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationRunner.java | 92 @NonNull RemoteAnimationTarget[] targets, in startAnimation() argument 98 mAnimator = createAnimator(transit, targets, finishedCallback); in startAnimation() 114 @NonNull RemoteAnimationTarget[] targets, in createAnimator() argument 117 createAnimationAdapters(transit, targets); in createAnimator() 165 @NonNull RemoteAnimationTarget[] targets) { in createAnimationAdapters() argument 169 return createOpenAnimationAdapters(targets); in createAnimationAdapters() 172 return createCloseAnimationAdapters(targets); in createAnimationAdapters() 174 return createChangeAnimationAdapters(targets); in createAnimationAdapters() 182 @NonNull RemoteAnimationTarget[] targets) { in createOpenAnimationAdapters() 183 return createOpenCloseAnimationAdapters(targets, true /* isOpening */, in createOpenAnimationAdapters() [all …]
|
/frameworks/base/core/java/android/service/resolver/ |
D | ResolverRankerService.java | 92 public void onPredictSharingProbabilities(final List<ResolverTarget> targets) {} in onPredictSharingProbabilities() argument 104 final List<ResolverTarget> targets, final int selectedPosition) {} in onTrainRankingModel() argument 137 private static void sendResult(List<ResolverTarget> targets, IResolverRankerResult result) { in sendResult() argument 139 result.sendResult(targets); in sendResult() 148 public void predict(final List<ResolverTarget> targets, final IResolverRankerResult result) in predict() argument 157 onPredictSharingProbabilities(targets); in predict() 158 sendResult(targets, result); in predict() 172 public void train(final List<ResolverTarget> targets, final int selectedPosition) in train() argument 181 onTrainRankingModel(targets, selectedPosition); in train()
|
/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
D | AccessibilityTargetHelper.java | 117 final List<AccessibilityTarget> targets = new ArrayList<>(); in getInstalledTargets() local 118 targets.addAll(getAccessibilityFilteredTargets(context, shortcutType)); in getInstalledTargets() 119 targets.addAll(getAllowListingFeatureTargets(context, shortcutType)); in getInstalledTargets() 121 return targets; in getInstalledTargets() 136 final List<AccessibilityTarget> targets = new ArrayList<>(); in getAccessibilityFilteredTargets() local 137 targets.addAll(serviceTargets); in getAccessibilityFilteredTargets() 138 targets.addAll(activityTargets); in getAccessibilityFilteredTargets() 140 return targets; in getAccessibilityFilteredTargets() 167 final List<AccessibilityTarget> targets = new ArrayList<>(installedServices.size()); in getAccessibilityServiceTargets() local 178 targets.add(createAccessibilityServiceTarget(context, shortcutType, info)); in getAccessibilityServiceTargets() [all …]
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Emulation.cpp | 22 pConfig.targets().setEndian(TargetOptions::Little); in MCLDEmulateX86ELF() 24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateX86ELF() 27 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) { in MCLDEmulateX86ELF() 32 pConfig.targets().setBitClass(bitclass); in MCLDEmulateX86ELF() 50 if (pConfig.targets().triple().isOSDarwin()) { in emulateX86LD() 54 if (pConfig.targets().triple().isOSWindows()) { in emulateX86LD()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 445 val targets = listOf( in <lambda>() constant 450 sessionListener.onTargetsAvailable(targets) in <lambda>() 453 verify(plugin).onTargetsAvailable(eq(targets)) in <lambda>() 463 val targets = listOf( in <lambda>() constant 468 sessionListener.onTargetsAvailable(targets) in <lambda>() 471 verify(plugin).onTargetsAvailable(eq(targets)) in <lambda>() 481 val targets = listOf( in <lambda>() constant 488 sessionListener.onTargetsAvailable(targets) in <lambda>() 491 verify(plugin).onTargetsAvailable(eq(listOf(targets[3]))) in <lambda>() 502 val targets = listOf( in <lambda>() constant [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/ |
D | stderr.txt.expect | 1 …: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …on3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit targets 3 …on3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit targets
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsEmulation.cpp | 22 pConfig.targets().setEndian(TargetOptions::Little); in MCLDEmulateMipsELF() 24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateMipsELF() 27 pConfig.targets().setBitClass(bitclass); in MCLDEmulateMipsELF() 45 if (pConfig.targets().triple().isOSDarwin()) { in emulateMipsLD() 49 if (pConfig.targets().triple().isOSWindows()) { in emulateMipsLD()
|
/frameworks/compile/mclinker/lib/LD/ |
D | RelocationFactory.cpp | 47 if (llvm::sys::IsLittleEndianHost != m_pConfig->targets().isLittleEndian()) { in produce() 50 switch (m_pConfig->targets().bitclass()) { in produce() 63 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str() in produce() 64 << m_pConfig->targets().bitclass(); in produce() 69 pFragRef.memcpy(&target_data, (m_pConfig->targets().bitclass() / 8)); in produce()
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/ |
D | stderr.txt.expect | 1 …: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …le 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32-bit targets 3 …le 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32-bit targets
|
/frameworks/av/camera/ndk/ |
D | NdkCaptureRequest.cpp | 53 if (req == nullptr || req->targets == nullptr || target == nullptr) { in ACaptureRequest_addTarget() 56 req_targets = req->targets; in ACaptureRequest_addTarget() 63 auto pair = req->targets->mOutputs.insert(*target); in ACaptureRequest_addTarget() 74 if (req == nullptr || req->targets == nullptr || target == nullptr) { in ACaptureRequest_removeTarget() 77 req_targets = req->targets; in ACaptureRequest_removeTarget() 84 req->targets->mOutputs.erase(*target); in ACaptureRequest_removeTarget() 191 delete request->targets; 230 pRequest->targets = new ACameraOutputTargets(); in ACaptureRequest_copy() 231 *(pRequest->targets) = *(src->targets); in ACaptureRequest_copy()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonEmulation.cpp | 23 pConfig.targets().setEndian(TargetOptions::Little); in MCLDEmulateHexagonELF() 24 pConfig.targets().setBitClass(32); in MCLDEmulateHexagonELF() 42 if (pConfig.targets().triple().isOSDarwin()) { in emulateHexagonLD() 46 if (pConfig.targets().triple().isOSWindows()) { in emulateHexagonLD()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Emulation.cpp | 23 pConfig.targets().setEndian(TargetOptions::Little); in MCLDEmulateAArch64ELF() 24 pConfig.targets().setBitClass(64); in MCLDEmulateAArch64ELF() 48 if (pConfig.targets().triple().isOSDarwin()) { in emulateAArch64LD() 52 if (pConfig.targets().triple().isOSWindows()) { in emulateAArch64LD()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicyTest.java | 212 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenHome_expectOnlyFullscreenTarget() local 215 mPolicy.handleDrop(filterTargetByType(targets, TYPE_FULLSCREEN), mActivityClipData); in testDragAppOverFullscreenHome_expectOnlyFullscreenTarget() 227 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenApp_expectSplitScreenTargets() local 230 mPolicy.handleDrop(filterTargetByType(targets, TYPE_SPLIT_LEFT), mActivityClipData); in testDragAppOverFullscreenApp_expectSplitScreenTargets() 235 mPolicy.handleDrop(filterTargetByType(targets, TYPE_SPLIT_RIGHT), mActivityClipData); in testDragAppOverFullscreenApp_expectSplitScreenTargets() 247 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenAppPhone_expectVerticalSplitScreenTargets() local 250 mPolicy.handleDrop(filterTargetByType(targets, TYPE_SPLIT_TOP), mActivityClipData); in testDragAppOverFullscreenAppPhone_expectVerticalSplitScreenTargets() 255 mPolicy.handleDrop(filterTargetByType(targets, TYPE_SPLIT_BOTTOM), mActivityClipData); in testDragAppOverFullscreenAppPhone_expectVerticalSplitScreenTargets() 267 ArrayList<Target> targets = mPolicy.getTargets(mInsets); in testTargetHitRects() local 268 for (Target t : targets) { in testTargetHitRects() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | NonAppWindowAnimationAdapter.java | 71 final ArrayList<RemoteAnimationTarget> targets = new ArrayList<>(); in startNonAppWindowAnimations() local 74 service, durationHint, statusBarTransitionDelay, targets, adaptersOut); in startNonAppWindowAnimations() 77 displayContent, durationHint, statusBarTransitionDelay, targets, in startNonAppWindowAnimations() 80 return targets.toArray(new RemoteAnimationTarget[targets.size()]); in startNonAppWindowAnimations() 105 ArrayList<RemoteAnimationTarget> targets, in startNonAppWindowAnimationsForKeyguardExit() argument 119 targets.add(nonAppAdapter.createRemoteAnimationTarget()); in startNonAppWindowAnimationsForKeyguardExit() 131 ArrayList<RemoteAnimationTarget> targets, in startNavigationBarWindowAnimation() argument 139 targets.add(nonAppAdapter.createRemoteAnimationTarget()); in startNavigationBarWindowAnimation()
|
/frameworks/base/services/people/java/com/android/server/people/prediction/ |
D | AppTargetPredictor.java | 92 public void onSortAppTargets(List<AppTarget> targets, Consumer<List<AppTarget>> callback) { in onSortAppTargets() argument 93 mCallbackExecutor.execute(() -> sortTargets(targets, callback)); in onSortAppTargets() 124 void sortTargets(List<AppTarget> targets, Consumer<List<AppTarget>> callback) { in sortTargets() argument 125 callback.accept(targets); in sortTargets() 141 void updatePredictions(List<AppTarget> targets) { in updatePredictions() argument 142 mUpdatePredictionsMethod.accept(targets); in updatePredictions()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMEmulation.cpp | 22 pConfig.targets().setEndian(TargetOptions::Little); in MCLDEmulateARMELF() 23 pConfig.targets().setBitClass(32); in MCLDEmulateARMELF() 49 if (pConfig.targets().triple().isOSDarwin()) { in emulateARMLD() 53 if (pConfig.targets().triple().isOSWindows()) { in emulateARMLD()
|