Home
last modified time | relevance | path

Searched refs:WS (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp159 void RSASTReplace::VisitWhileStmt(clang::WhileStmt *WS) { in VisitWhileStmt() argument
160 if (matchesExpr(WS->getCond())) { in VisitWhileStmt()
161 WS->setCond(mNewExpr); in VisitWhileStmt()
162 } else if (matchesStmt(WS->getBody())) { in VisitWhileStmt()
163 WS->setBody(mNewStmt); in VisitWhileStmt()
165 VisitStmt(WS); in VisitWhileStmt()
Dslang_rs_ast_replace.h78 void VisitWhileStmt(clang::WhileStmt *WS);
Dslang_rs_object_ref_count.cpp210 void VisitWhileStmt(clang::WhileStmt *WS);
258 void DestructorVisitor::VisitWhileStmt(clang::WhileStmt *WS) { in VisitWhileStmt() argument
260 VisitStmt(WS); in VisitWhileStmt()
/frameworks/base/core/java/android/webkit/
DFindAddress.java134 private static final String WS = SP + NL; field in FindAddress
137 private static final String WORD_DELIM = ",*\u2022" + WS;
147 private static final String HOUSE_POST_DELIM = ",\"'" + WS;
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsNoteTest.java54 private static final WorkSource WS = new WorkSource(UID); field in BatteryStatsNoteTest
65 bi.noteBluetoothScanResultsFromSourceLocked(WS, 1); in testNoteBluetoothScanResultLocked()
66 bi.noteBluetoothScanResultsFromSourceLocked(WS, 100); in testNoteBluetoothScanResultLocked()
76 bi.noteBluetoothScanResultsFromSourceLocked(WS, 17); in testNoteBluetoothScanResultLocked()
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll49 WS [ \t\r]
274 <LDSCRIPT,EXPRESSION>{WS}+ {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt27391 Landroid/icu/text/Bidi;->WS:B