/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 …rs: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.rs:6:8: error: structure 'q' is exported only for 64-bit targets 8 reflection3264_struct_mismatch.rs:8:8: error: structure 'b' is exported only for 64-bit targets 9 reflection3264_struct_mismatch.rs: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 …reduce_mismatch.rs: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 …reduce_mismatch.rs: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/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_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 …match.rs:32:5: error: 10th global variable is 'h32' for 32-bit targets but 'h64' for 64-bit targets
|
/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 …tch.rs: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_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 …ame64.rs: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_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 …ame32.rs:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targets
|
/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/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/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/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()
|
D | ELFDynObjReader.cpp | 34 if (pConfig.targets().is32Bits() && pConfig.targets().isLittleEndian()) in ELFDynObjReader() 36 else if (pConfig.targets().is64Bits() && pConfig.targets().isLittleEndian()) in ELFDynObjReader()
|
/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 …lection3264_variable_extra64.rs:12:6: error: global variable 'd' is only present for 64-bit targets 3 …lection3264_variable_extra64.rs:14:7: error: global variable 'e' is only present for 64-bit targets
|
/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 …in file 'reflection3264_variable_extra32.rs' global variable 'd' is only present for 32-bit targets 3 …in file 'reflection3264_variable_extra32.rs' global variable 'e' is only present for 32-bit targets
|
/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/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | Main.java | 65 List<LockTarget> targets = null; in main() local 67 targets = Utils.getTargetsFromLegacyJackConfig(legacyTargets, legacyPreMethods, in main() 70 targets = Collections.emptyList(); in main() 81 convert(bis, zos, targets); in main() 95 private static void convert(InputStream in, OutputStream out, List<LockTarget> targets) in convert() argument 99 LockFindingClassVisitor cv = new LockFindingClassVisitor(targets, cw); in convert()
|
/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()
|
/frameworks/compile/slang/tests/F_reflection3264_multifile/ |
D | stderr.txt.expect | 1 … input of foreach kernel 'm' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets 2 …: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit targets
|
/frameworks/base/tools/bit/ |
D | main.cpp | 91 vector<Target*> targets; member 103 targets() in Options() 564 options->targets.push_back(target); in parse_args() 569 if (options->targets.size() == 0) { in parse_args() 660 run_phases(vector<Target*> targets, const Options& options) in run_phases() argument 685 for (size_t i=0; i<targets.size(); i++) { in run_phases() 686 Target* target = targets[i]; in run_phases() 704 for (size_t i=0; i<targets.size(); i++) { in run_phases() 705 Target* target = targets[i]; in run_phases() 720 for (size_t i=0; i<targets.size(); i++) { in run_phases() [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/ |
D | stderr.txt.expect | 1 …oexp.rs:10:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targets
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/ |
D | stderr.txt.expect | 1 …e_exp.rs:7:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targets
|