Home
last modified time | relevance | path

Searched refs:kInEscape (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp510 enum EscapeState { kMidFlow, kStartOfLine, kInEscape }; in stdin_read_thread_loop() enumerator
542 state = kInEscape; in stdin_read_thread_loop()
549 if (state == kInEscape) { in stdin_read_thread_loop()
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc350 kInEscape, enumerator
378 if (placement == ComparisonPlacement::kInEscape) { in CheckFinalInstruction()
5049 CheckFinalInstruction(if_left_begin->InputAt(0), ComparisonPlacement::kInEscape); in TEST_P()
5318 CheckFinalInstruction(if_left->InputAt(0), ComparisonPlacement::kInEscape); in TEST_P()