HomeSort by relevance Sort by last modified time
    Searched refs:second_choice (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/tests/lldb/
run_tests.py 137 def _choice(first_choice, second_choice):
138 '''Return first_choice if it is not None otherwise return second_choice.
142 second_choice: The alternative value.
147 return first_choice if first_choice else second_choice
  /external/v8/src/regexp/
jsregexp.cc 4010 Label second_choice; local
4074 Label second_choice; \/\/ For use in greedy matches. local
    [all...]

Completed in 93 milliseconds