Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 1912) sorted by relevance

12345678910>>...77

/aosp_15_r20/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java68 public SurfaceControl.Transaction setVisibility(SurfaceControl sc, boolean visible) { in setVisibility()
73 public SurfaceControl.Transaction show(SurfaceControl sc) { in show()
78 public SurfaceControl.Transaction hide(SurfaceControl sc) { in hide()
83 public SurfaceControl.Transaction setPosition(SurfaceControl sc, float x, float y) { in setPosition()
88 public SurfaceControl.Transaction setBufferSize(SurfaceControl sc, in setBufferSize()
94 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int z) { in setLayer()
99 public SurfaceControl.Transaction setRelativeLayer(SurfaceControl sc, SurfaceControl relativeTo, in setRelativeLayer()
105 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint()
111 public SurfaceControl.Transaction setAlpha(SurfaceControl sc, float alpha) { in setAlpha()
116 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java63 public SurfaceControl.Transaction setVisibility(SurfaceControl sc, boolean visible) { in setVisibility()
68 public SurfaceControl.Transaction show(SurfaceControl sc) { in show()
73 public SurfaceControl.Transaction hide(SurfaceControl sc) { in hide()
78 public SurfaceControl.Transaction setPosition(SurfaceControl sc, float x, float y) { in setPosition()
83 public SurfaceControl.Transaction setBufferSize(SurfaceControl sc, in setBufferSize()
89 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int z) { in setLayer()
94 public SurfaceControl.Transaction setRelativeLayer(SurfaceControl sc, SurfaceControl relativeTo, in setRelativeLayer()
100 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint()
106 public SurfaceControl.Transaction setAlpha(SurfaceControl sc, float alpha) { in setAlpha()
111 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java77 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local
165 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local
186 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local
202 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local
228 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local
283 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local
306 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local
332 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local
346 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local
363 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java80 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local
168 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local
189 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local
205 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local
231 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local
286 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local
309 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local
335 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local
349 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local
366 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local
[all …]
/aosp_15_r20/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp191 CScalerM2M1SHOT sc(dev_num); in exynos_sc_copy_pixels() local
252 CScalerNonStream *sc = reinterpret_cast<CScalerNonStream *>(handle); in GetNonStreamScaler() local
263 CScalerNonStream *sc = new CScalerNonStream(dev_num); in exynos_sc_create() local
283 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_destroy() local
304 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_csc_property() local
328 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_src_format() local
355 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_dst_format() local
378 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_rotation() local
389 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_framerate() local
402 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_set_src_addr() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Duspoof.cpp233 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
252 uspoof_close(USpoofChecker *sc) { in uspoof_close()
260 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
278 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
287 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
297 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
307 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
316 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
326 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
332 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Duspoof.cpp160 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
179 uspoof_close(USpoofChecker *sc) { in uspoof_close()
187 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
205 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
214 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
224 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
234 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
243 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
253 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
259 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/Scanner/
H A DScanTest.java130 try (Scanner sc = new Scanner(inputStream())) { in useCase1()
152 try (Scanner sc = new Scanner(inputStream()).useDelimiter("-")) { in useCase2()
177 try (Scanner sc = new Scanner(inputStream())) { in useCase3()
201 try (Scanner sc = new Scanner(inputStream())) { in useCase4()
245 try (Scanner sc = new Scanner(inputStream())) { in useCase5()
281 Scanner sc = new Scanner(yourBasicTibetanNumberZero); in nonASCIITest() local
302 Scanner sc = new Scanner("dog cat cat dog cat"); in findWithinHorizonTest() local
431 Scanner sc = scannerFor("1\n2\n3 3\r\n4 4 4\r5", sourceType); in hasNextLineTest() local
469 Scanner sc = scannerFor("1\n2\n3 3\r\n4 4 4\r5", sourceType); in nextLineTest() local
495 Scanner sc = scannerFor("12 13 14 15 16 17 ", in singleDelimTest() local
[all …]
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp112 InputSurface(const sp<SurfaceControl>& sc, int width, int height, bool noInputChannel = false) { in InputSurface()
346 BlastInputSurface(const sp<SurfaceControl>& sc, const sp<SurfaceControl>& parentSc, int width, in BlastInputSurface()
492 surface2->doTransaction([](auto& t, auto& sc) { t.setPosition(sc, 100, 100); }); in TEST_F()
493 surface->doTransaction([](auto& t, auto& sc) { t.setPosition(sc, 200, 200); }); in TEST_F()
509 surface->doTransaction([](auto& t, auto& sc) { t.setLayer(sc, LAYER_BASE + 1); }); in TEST_F()
514 surface2->doTransaction([](auto& t, auto& sc) { t.setLayer(sc, LAYER_BASE + 1); }); in TEST_F()
519 surface2->doTransaction([](auto& t, auto& sc) { t.hide(sc); }); in TEST_F()
568 childSurface->doTransaction([&](auto& t, auto& sc) { in TEST_F()
589 fgSurface->doTransaction([&](auto& t, auto& sc) { t.setMatrix(sc, 2.0, 0, 0, 4.0); }); in TEST_F()
608 fgSurface->doTransaction([&](auto& t, auto& sc) { t.setMatrix(sc, 2.0, 0, 0, 2.0); }); in TEST_F()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2763 SurfaceControl sc = new SurfaceControl(); in mirrorSurface() local
3034 protected void checkPreconditions(SurfaceControl sc) { in checkPreconditions()
3205 public Transaction setVisibility(@NonNull SurfaceControl sc, boolean visible) { in setVisibility()
3221 public Transaction setFrameRateSelectionPriority(@NonNull SurfaceControl sc, int priority) { in setFrameRateSelectionPriority()
3235 public Transaction show(SurfaceControl sc) { in show()
3253 public Transaction hide(SurfaceControl sc) { in hide()
3273 public Transaction setPosition(@NonNull SurfaceControl sc, float x, float y) { in setPosition()
3293 public Transaction setScale(@NonNull SurfaceControl sc, float scaleX, float scaleY) { in setScale()
3315 public Transaction setBufferSize(@NonNull SurfaceControl sc, in setBufferSize()
3339 public Transaction setFixedTransformHint(@NonNull SurfaceControl sc, in setFixedTransformHint()
[all …]
/aosp_15_r20/art/runtime/jni/
H A Dcheck_jni.cc1809 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetVersion() local
1824 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetJavaVM() local
1839 ScopedCheck sc(kFlag_Default, __FUNCTION__); in RegisterNatives() local
1854 ScopedCheck sc(kFlag_Default, __FUNCTION__); in UnregisterNatives() local
1872 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetObjectRefType() local
1888 ScopedCheck sc(kFlag_Default, __FUNCTION__); in DefineClass() local
1903 ScopedCheck sc(kFlag_Default, __FUNCTION__); in FindClass() local
1918 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetSuperclass() local
1933 ScopedCheck sc(kFlag_Default, __FUNCTION__); in IsAssignableFrom() local
1948 ScopedCheck sc(kFlag_Default, __FUNCTION__); in FromReflectedMethod() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DSocketChannelTest.java75 SocketChannel sc = SocketChannel.open(); in test_56684() local
104 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketOutputStreamClosureState() local
125 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketInputStreamClosureState() local
144 SocketChannel sc = SocketChannel.open(); in test_open_initialState() local
167 SocketChannel sc = SocketChannel.open(); in test_bind_unresolvedAddress() local
183 SocketChannel sc = SocketChannel.open(); in test_bind_socketStateSync() local
211 SocketChannel sc = SocketChannel.open(); in test_bind_socketObjectCreationAfterBind() local
238 SocketChannel sc = SocketChannel.open(); in test_connect_blocking() local
257 SocketChannel sc = SocketChannel.open(); in test_connect_nonBlocking() local
281 try (SocketChannel sc = SocketChannel.open(); in test_Socket_impl_notNull()
[all …]
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp257 status_t JankDataListenerFanOut::addListener(sp<SurfaceControl> sc, sp<JankDataListener> listener) { in addListener()
592 sp<SurfaceControl> sc = in onTransactionCompleted() local
1397 const sp<SurfaceControl>& sc) { in sendSurfaceFlushJankDataTransaction()
1475 layer_state_t* SurfaceComposerClient::Transaction::getLayerState(const sp<SurfaceControl>& sc) { in getLayerState()
1492 const sp<SurfaceControl>& sc) { in registerSurfaceControlForCallback()
1500 const sp<SurfaceControl>& sc, float x, float y) { in setPosition()
1515 const sp<SurfaceControl>& sc) { in show()
1520 const sp<SurfaceControl>& sc) { in hide()
1525 const sp<SurfaceControl>& sc, int32_t z) { in setLayer()
1540 const sp<SurfaceControl>& sc, const sp<SurfaceControl>& relativeTo, int32_t z) { in setRelativeLayer()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/perf/
Dmove_perf.cpp60 scope sc("boost::variant(const variant&) copying speed"); in do_test() local
76 scope sc("boost::variant(variant&&) moving speed"); in do_test() local
94 scope sc("boost::variant=(const variant&) copying speed on same types"); in do_test() local
109 scope sc("boost::variant=(variant&&) moving speed on same types"); in do_test() local
128 scope sc("boost::variant=(const variant&) copying speed on different types"); in do_test() local
143 scope sc("boost::variant=(variant&&) moving speed on different types"); in do_test() local
162 scope sc("boost::variant=(const variant&) copying speed on different types II"); in do_test() local
177 scope sc("boost::variant=(variant&&) moving speed on different types II"); in do_test() local
196 scope sc("boost::variant=(const T&) copying speed"); in do_test() local
211 scope sc("boost::variant=(T&&) moving speed"); in do_test() local
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DLaunchClip.java114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell()
155 void verifyRange(Script.LaunchOptions sc, int[] a) { in verifyRange()
196 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1D() local
207 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1DAdapter1D() local
220 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2D() local
232 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter1D() local
245 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter2D() local
259 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3D() local
272 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3DAdapter1D() local
287 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3DAdapter2D() local
[all …]
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c85 static inline struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
157 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
188 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
199 cso_find_state(struct cso_cache *sc, in cso_find_state()
227 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
241 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
250 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local
265 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state()
281 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
302 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.stoptoken/stopcallback/
H A Dcons.rvalue.token.pass.cpp65 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local
74 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local
85 std::stop_callback sc(std::move(st), [&] { called = true; }); in main() local
94 std::stop_callback sc(ss.get_token(), [&] { ++calledTimes; }); in main() local
113 std::stop_callback sc(ss.get_token(), [&] { in main() local
143 …std::stop_callback sc{ss.get_token(), [&] { callbackCalledTimes.fetch_add(1, std::memory_order_rel… in main() local
181 std::stop_callback<CBWithTracking> sc( in main() local
195 std::stop_callback<const CBWithTracking> sc( in main() local
209 std::stop_callback<CBWithTracking&> sc(ss.get_token(), cb); in main() local
222 std::stop_callback<const CBWithTracking&> sc(ss.get_token(), cb); in main() local
H A Dcons.const.token.pass.cpp66 std::stop_callback sc(st, [&] { called = true; }); in main() local
76 std::stop_callback sc(st, [&] { called = true; }); in main() local
87 std::stop_callback sc(st, [&] { called = true; }); in main() local
97 std::stop_callback sc(st, [&] { ++calledTimes; }); in main() local
117 std::stop_callback sc(st, [&] { in main() local
148 … std::stop_callback sc{st, [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }}; in main() local
187 std::stop_callback<CBWithTracking> sc( in main() local
202 std::stop_callback<const CBWithTracking> sc( in main() local
217 std::stop_callback<CBWithTracking&> sc(st, cb); in main() local
231 std::stop_callback<const CBWithTracking&> sc(st, cb); in main() local
/aosp_15_r20/external/deqp-deps/amber/src/
Dshader_compiler_test.cc107 ShaderCompiler sc; in TEST_F() local
126 ShaderCompiler sc; in TEST_F() local
146 ShaderCompiler sc; in TEST_F() local
163 ShaderCompiler sc; in TEST_F() local
216 ShaderCompiler sc; in TEST_F() local
236 ShaderCompiler sc; in TEST_F() local
255 ShaderCompiler sc; in TEST_F() local
281 ShaderCompiler sc; in TEST_F() local
307 ShaderCompiler sc; in TEST_F() local
334 ShaderCompiler sc; in TEST_F() local
[all …]
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityOverlayTest.java197 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local
208 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear() local
219 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithCallback_shouldAppearAndDisappear() local
232 SurfaceControl sc = doOverlayWindowTest(overlayTitle, null, null); in testA11yServiceShowsWindowEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local
249 SurfaceControl sc = doOverlayWindowTest(overlayTitle, mExecutor, mCallback); in testA11yServiceShowsWindowEmbeddedOverlayWithCallback_shouldAppearAndDisappear() local
288 final SurfaceControl sc = viewHost.getSurfacePackage().getSurfaceControl(); in doOverlayWindowTest() local
336 activityRootNode.getWindowId(), sc, executor, callback); in doOverlayWindowTest() local
339 activityRootNode.getWindowId(), sc); in doOverlayWindowTest() local
535 final SurfaceControl sc = in createDisplayOverlay() local
551 SurfaceControl sc, String overlayTitle, Executor executor, IntConsumer callback) in attachOverlayToDisplayAndCheck()
[all …]
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DTrustedPresentationCallbackTest.java95 private void registerTrustedPresentationCallback(SurfaceControl sc) { in registerTrustedPresentationCallback()
133 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener() local
153 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_parentVisibilityChanges() local
176 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_alphaBelow() local
194 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_minFractionDueToCrop() local
241 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_enteredExitEntered() local
300 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_clearCallback() local
325 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_multipleSetCallbacks() local
355 SurfaceControl sc = createChildSc(rootSc); in testSetTrustedPresentationListenerAfterThreshold() local
380 SurfaceControl sc = createChildSc(rootSc); in testSetTrustedPresentationListenerAfterClearing() local
/aosp_15_r20/external/libcap/libcap/
H A Dcap_proc.c125 static int _libcap_capset(struct syscaller_s *sc, in _libcap_capset()
134 static int _libcap_wprctl3(struct syscaller_s *sc, in _libcap_wprctl3()
149 static int _libcap_wprctl6(struct syscaller_s *sc, in _libcap_wprctl6()
187 static int _cap_set_proc(struct syscaller_s *sc, cap_t cap_d) { in _cap_set_proc()
289 static int _cap_drop_bound(struct syscaller_s *sc, cap_value_t cap) in _cap_drop_bound()
314 static int _cap_set_ambient(struct syscaller_s *sc, in _cap_set_ambient()
341 static int _cap_reset_ambient(struct syscaller_s *sc) in _cap_reset_ambient()
379 static int _cap_set_secbits(struct syscaller_s *sc, unsigned bits) in _cap_set_secbits()
395 static void _cap_set_no_new_privs(struct syscaller_s *sc) in _cap_set_no_new_privs()
436 static int _cap_set_mode(struct syscaller_s *sc, cap_mode_t flavor) in _cap_set_mode()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c70 sanitize_hash(struct cso_cache *sc, in sanitize_hash()
105 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
135 cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
151 cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
166 cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
181 cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
191 cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
201 cso_cache_set_delete_cso_callback(struct cso_cache *sc, in cso_cache_set_delete_cso_callback()
/aosp_15_r20/external/fastrpc/src/
H A Dmod_table.c214 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_add()
237 …ster_static_override(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static_override()
240 …truct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra… in static_mod_table_register_static_override1()
243 …able_register_static(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static()
246 …struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, remote_arg* pra… in static_mod_table_register_static1()
253 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_table_register_const_handle()
683 static int open_mod_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc,… in open_mod_table_handle_invoke()
739 int mod_table_register_static_override(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static_override()
746 int mod_table_register_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, rem… in mod_table_register_static_override1()
767 int mod_table_register_static(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DTypeCategory.h50 for (auto sc : m_subcontainers) in Clear() local
72 for (auto sc : m_subcontainers) in Delete() local
80 for (auto sc : m_subcontainers) in GetCount() local
88 for (auto sc : m_subcontainers) { in GetAtIndex() local
101 for (auto sc : m_subcontainers) { in Get() local
110 for (auto sc : m_subcontainers) { in AnyMatches() local
139 for (auto sc : m_subcontainers) { in GetTypeNameSpecifierAtIndex() local
152 for (auto sc : m_subcontainers) { in ForEach() local
158 for (auto sc: m_subcontainers) in AutoComplete() local

12345678910>>...77