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

  /external/v8/build/config/linux/
pkg-config.py 178 all_flags = flag_string.strip().split(' ')
191 for flag in all_flags[:]:
  /frameworks/base/tools/fonts/
fontchain_lint.py 563 all_flags = {flag_sequence(code) for code in all_two_letter_codes}
564 all_sequences.update(all_flags)
565 tofu_flags = UNSUPPORTED_FLAGS | (all_flags - set(_emoji_sequences.keys()))
  /external/libcxx/test/libcxx/test/
config.py 654 all_flags = '%s %s %s' % (flags_str, compile_flags_str, link_flags_str)
658 sub.append(('%all_flags', all_flags))
665 build_str = self.cxx.path + ' -o %t.exe %s ' + all_flags
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 653 all_flags = '%s %s %s' % (flags_str, compile_flags_str, link_flags_str)
657 sub.append(('%all_flags', all_flags))
664 build_str = self.cxx.path + ' -o %t.exe %s ' + all_flags
    [all...]

Completed in 131 milliseconds