HomeSort by relevance Sort by last modified time
    Searched defs:Which (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 25 Return a list of files which match and of the Unix shell-style wildcards
38 Return a list of files which do not match any of the Unix shell-style
109 semantics. In addition, it support inclusion and exclusion filters which
488 def Which(args):
489 """A Unix style which.
494 Note: If you pass an argument with a path to which, it will just test if it
497 parser = optparse.OptionParser(usage='usage: which args...')
519 'which': Which,
  /external/clang/lib/Sema/
SemaExprObjC.cpp 41 // each one, e.g. @"foo" "bar" @"baz" "qux" which need to be turned into one
371 int Which = isa<CharacterLiteral>(OrigElement) ? 1
377 << Which << OrigElement->getSourceRange()
    [all...]
SemaDeclAttr.cpp 333 // since that would alter the order in which templates are instantiated.)
    [all...]

Completed in 708 milliseconds