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

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 105 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o')
108 with_fn = lambda: libcxx.util.nullContext(object_file)
109 with with_fn() as object_file:
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
compiler.py 114 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o')
117 with_fn = lambda: libcxx.util.nullContext(object_file)
118 with with_fn() as object_file:
  /external/libcxx/utils/libcxx/
compiler.py 185 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o')
188 with_fn = lambda: libcxx.util.nullContext(object_file)
189 with with_fn() as object_file:

Completed in 61 milliseconds