Home
last modified time | relevance | path

Searched defs:SS (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Dreg.h52 #define SS 16 macro
76 #define SS 20 macro
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dptrace-abi.h38 #define SS 16 macro
62 #define SS 160 macro
/aosp12/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp151 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) { in VisitSwitchStmt()
H A Dslang_rs_object_ref_count.cpp252 void DestructorVisitor::VisitSwitchStmt(clang::SwitchStmt *SS) { in VisitSwitchStmt()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java352 public static class SS { class in ImsPhone
367 SS(Message onComplete) { in SS() method in ImsPhone.SS
372 SS(boolean enable, Message onComplete) { in SS() method in ImsPhone.SS
378 SS(int clirMode, Message onComplete) { in SS() method in ImsPhone.SS
384 SS(boolean enable, int serviceClass, Message onComplete) { in SS() method in ImsPhone.SS
391 SS(int cfReason, int serviceClass, Message onComplete) { in SS() method in ImsPhone.SS
398 SS(int cfAction, int cfReason, String dialingNumber, in SS() method in ImsPhone.SS
409 SS(String facility, String password, int serviceClass, Message onComplete) { in SS() method in ImsPhone.SS
417 SS(String facility, boolean lockState, String password, in SS() method in ImsPhone.SS
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java97 static final short SS = vr("SS"); field in LoaderDicom