Home
last modified time | relevance | path

Searched defs:scs (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DServiceConfigStateTest.java66 ServiceConfigState scs = new ServiceConfigState(serviceConfig1, false); in noLookup_default() local
75 ServiceConfigState scs = new ServiceConfigState(serviceConfig1, false); in noLookup_default_allUpdatesFail() local
107 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, false); in noLookup_noDefault() local
116 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, false); in noLookup_noDefault_allUpdatesFail() local
148 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault() local
162 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault_onError_onError() local
174 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault_onError_onAbsent() local
189 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault_onError_onPresent() local
204 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault_onAbsent() local
213 ServiceConfigState scs = new ServiceConfigState(noServiceConfig, true); in lookup_noDefault_onAbsent_onError() local
[all …]
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64_test.cc2453 ScopedCSuppression scs(this); in TEST_F() local
2467 ScopedCSuppression scs(this); in TEST_F() local
2478 ScopedCSuppression scs(this); in TEST_F() local
2491 ScopedCSuppression scs(this); in TEST_F() local
2506 ScopedCSuppression scs(this); in TEST_F() local
2551 ScopedCSuppression scs(this); in TEST_F() local
2561 ScopedCSuppression scs(this); in TEST_F() local
2571 ScopedCSuppression scs(this); in TEST_F() local
2581 ScopedCSuppression scs(this); in TEST_F() local
2591 ScopedCSuppression scs(this); in TEST_F() local
[all …]
/aosp_15_r20/external/libconfig/contrib/ls-config/src/
H A Dls-config.c95 int buf, scs; //config int, success status in set_config_int() local
119 int scs; //success status in set_config_int64() local
142 int scs; //success status in set_config_float() local
164 int scs, buf; //success status, input convert burrer in set_config_bool() local
266 int scs, dt, dattyp; //sucess statu, data type in set_config() local
774 int idx, scs; //index of variable, sucess status in unset_config() local
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacTest.java432 SecretKeySpec scs = new SecretKeySpec(b, "SHA1"); in testMac11() local
457 SecretKeySpec scs = new SecretKeySpec(b, "SHA1"); in testMac12() local
488 SecretKeySpec scs = new SecretKeySpec(b, "SHA1"); in testMac13() local
531 SecretKeySpec scs = new SecretKeySpec(b, "SHA1"); in testMac14() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1282 Vector<StreamConfiguration> scs = getStreamConfigurations(); in buildFastInfo() local
3042 Vector<StreamConfiguration> scs = getStreamConfigurations(); in getFilteredSizes() local
3109 Vector<StreamConfiguration> scs; in getStreamConfigurations() local
3174 Vector<StreamConfiguration> scs = getStreamConfigurations(); in getAvailableOutputFormats() local
3187 Vector<StreamConfiguration> scs = getStreamConfigurations(); in getAvailableJpegSizes() local
3208 Vector<StreamConfiguration> scs; in getPreferredStreamConfigurations() local
3233 Vector<StreamConfiguration> scs = getPreferredStreamConfigurations(usecaseId); in getPreferredFilteredSizes() local
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/crypto/
H A Ded25519.c86 sc25519 sck, scs, scsk; in crypto_sign_ed25519() local
182 sc25519 schram, scs; in crypto_sign_ed25519_open() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImpl.kt143 val scs = StatefulControlSubscriber( in subscribe() constant
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp396 SyncParams scs; in android_media_MediaSync_setSyncParams() local
447 SyncParams scs; in android_media_MediaSync_getSyncParams() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c79 void si_destroy_saved_cs(struct si_saved_cs *scs) in si_destroy_saved_cs()
411 struct si_saved_cs *scs = chunk->cs; in si_log_chunk_type_cs_print() local
460 struct si_saved_cs *scs = ctx->current_saved_cs; in si_log_cs() local
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/bootblock/
H A Dbootblock.c52 void *scs = (void *)(SPI_BASE_ADDRESS + SCS); in spi_init() local
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/bootblock/
H A Dbootblock.c63 void *scs = (void *)(SPI_BASE_ADDRESS + SCS); in spi_init() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dbash.rs132 let mut scs = utils::all_subcommands(cmd) in subcommand_details() localVariable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java538 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype() local
553 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/controller/
H A DStatefulControlSubscriberTest.kt60 private lateinit var scs: StatefulControlSubscriber variable in com.android.systemui.controls.controller.StatefulControlSubscriberTest
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/dynamic/
Dcompleter.rs278 let mut scs = subcommands(cmd) localVariable
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleDataTest.java179 private int[] scs; field in LocaleDataTest.ExemplarGroup
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java176 private int[] scs; field in LocaleDataTest.ExemplarGroup
/aosp_15_r20/external/libsrtp2/test/
H A Drtp_decoder.c165 struct srtp_crypto_suite scs, *i_scsp; in main() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp586 const char *scs; in parseScriptExtensions() local
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp571 const char *scs; in parseScriptExtensions() local
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_create.cpp142 char* scs = scs_aligned_guard_region + scs_offset; in __init_shadow_call_stack() local
/aosp_15_r20/external/llvm/test/MC/Lanai/
H A Dv11.s441 scs %r21 label
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DSpellChecker.java499 final SpellCheckSpan scs = onGetSuggestionsInternal( in onGetSentenceSuggestions() local
/aosp_15_r20/packages/modules/StatsD/statsd/src/
Dstats_log_util.cpp653 shared_ptr<IStatsCompanionService> scs = getStatsCompanionService(/*blocking=*/true); in checkPermissionForIds() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1256 ArrayList<StreamConfigurationDuration> scs = streamStallList.get(i); in parseRecommendedConfigurations() local
1287 ArrayList<StreamConfigurationDuration> scd, ArrayList<StreamConfigurationDuration> scs, in initializeStreamConfigurationData()

1234