Home
last modified time | relevance | path

Searched refs:foreach (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dstderr.txt.expect1 reflection3264_foreach_mismatch.rs:13:15: error: foreach kernel 'bb' has __attribute__((kernel)) fo…
2 reflection3264_foreach_mismatch.rs:22:18: error: foreach kernel 'dd' has output type 'uint' for 32-…
3 reflection3264_foreach_mismatch.rs:39:15: error: foreach kernel 'ii' has output type 'int' for 64-b…
4 reflection3264_foreach_mismatch.rs:40:16: error: foreach kernel 'jj' has output type 'int' for 32-b…
5 reflection3264_foreach_mismatch.rs:66:16: error: foreach kernel 'nn' has 1 input for 32-bit targets…
6 reflection3264_foreach_mismatch.rs:88:16: error: foreach kernel 'qq' has different special paramete…
7 reflection3264_foreach_mismatch.rs:124:16: error: 2nd input of foreach kernel 'uu' has type 'uint' …
8 reflection3264_foreach_mismatch.rs:124:16: error: 4th input of foreach kernel 'uu' has type 'struct…
9 reflection3264_foreach_mismatch.rs:133:6: error: foreach kernel 'xx' has 0 usrData parameters for 3…
10 reflection3264_foreach_mismatch.rs:132:6: error: foreach kernel 'ww' has 1 usrData parameter for 32…
[all …]
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp279 auto &foreach = foreaches[Ordinal]; in beginForEach() local
280 slangAssert(foreach.mState == File::ForEach::S_Initial); in beginForEach()
281 foreach.mState = File::ForEach::S_Collected; in beginForEach()
282 foreach.mName = Name; in beginForEach()
283 foreach.mIns.BeginCollecting(InCount); in beginForEach()
284 foreach.mParams.BeginCollecting(ParamCount); in beginForEach()
285 foreach.mOut = canon(OutType); in beginForEach()
286 foreach.mHasOut = HasOut; in beginForEach()
287 foreach.mSignatureMetadata = 0; in beginForEach()
288 foreach.mIsKernel = IsKernel; in beginForEach()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DGnssStatusListenerHelper.java62 foreach(operation); in onStatusChanged()
72 foreach(operation); in onFirstFix()
94 foreach(operation); in onSvStatusChanged()
104 foreach(operation); in onNmeaReceived()
DGnssMeasurementsProvider.java48 foreach(operation); in onMeasurementsAvailable()
DGnssNavigationMessageProvider.java49 foreach(operation); in onNavigationMessageAvailable()
DRemoteListenerHelper.java129 protected void foreach(ListenerOperation<TListener> operation) { in foreach() method in RemoteListenerHelper
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dstderr.txt.expect1 reflection3264_foreach_mismatch_name64.rs:18:16: error: 1st input of foreach kernel 'bb' has type '…
2 reflection3264_foreach_mismatch_name64.rs:8:6: error: 1st input of foreach kernel 'aa' has type 'ui…
3 reflection3264_foreach_mismatch_name64.rs:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dstderr.txt.expect1 reflection3264_foreach_mismatch_name32.rs:18:16: error: 1st input of foreach kernel 'bb' has type '…
2 reflection3264_foreach_mismatch_name32.rs:8:6: error: 1st input of foreach kernel 'aa' has type 'ui…
3 reflection3264_foreach_mismatch_name32.rs:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/
Dstderr.txt.expect1 reflection3264_foreach_mismatch_extra64.rs:10:6: error: foreach kernel 'cc' is only present for 64-…
2 reflection3264_foreach_mismatch_extra64.rs:12:16: error: foreach kernel 'dd' is only present for 64…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_foreach_mismatch_extra32.rs' foreach kernel 'cc' is only present for…
2 error: in file 'reflection3264_foreach_mismatch_extra32.rs' foreach kernel 'dd' is only present for…
/frameworks/base/location/java/android/location/
DGnssMeasurementCallbackTransport.java61 foreach(operation); in onGnssMeasurementsReceived()
74 foreach(operation); in onStatusChanged()
DGnssNavigationMessageCallbackTransport.java63 foreach(operation); in onGnssNavigationMessageReceived()
76 foreach(operation); in onStatusChanged()
DBatchedLocationCallbackTransport.java63 foreach(operation); in onLocationBatch()
DLocalListenerHelper.java111 protected void foreach(final ListenerOperation<TListener> operation) { in foreach() method in LocalListenerHelper
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect1 reflection3264_multifile_2.rs:16:16: error: 2nd input of foreach kernel 'm' has type 'uint' for 32-…
/frameworks/rs/rsov/driver/
D.clang-format50 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
/frameworks/rs/rsov/compiler/
D.clang-format50 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
/frameworks/base/services/
Dart-profile2748 HPLcom/android/server/location/RemoteListenerHelper;->foreach(Lcom/android/server/location/RemoteLi…