Home
last modified time | relevance | path

Searched refs:Ends (Results 1 – 8 of 8) sorted by relevance

/external/cros/system_api/dbus/power_manager/
Dpolicy.proto30 // Ends the current user's session. Does nothing at the login screen.
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt192 call BlowUp() // Ends up calling the terminate() method in use
/external/llvm/lib/Support/Unix/
DMemory.inc109 ; // Ends statement above
/external/llvm/docs/
DFAQ.rst280 Using the C and C++ Front Ends
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DIDNATestInput.txt708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
DIDNATestInput.txt708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
/external/icu/icu4c/source/test/testdata/
Didna_conf.txt708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5099 SmallSet<Instruction*, 8> Ends; in calculateRegisterUsage() local
5127 Ends.insert(Instr); in calculateRegisterUsage()
5165 if (!Ends.count(I)) continue; in calculateRegisterUsage()