HomeSort by relevance Sort by last modified time
    Searched refs:includes (Results 226 - 250 of 1144) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guice/extensions/dagger-adapter/lib/
dagger-2.0.jar 
  /external/jsoncpp/
makerelease.py 124 includes = '**/*.sln **/*.vcproj',
127 includes = '''**/*.h **/*.cpp **/*.inl **/*.txt **/*.dox **/*.py **/*.html **/*.in
  /external/libxml2/vms/
build_libxml.com 47 $! Currently this definition includes the list WITH_TRIO_SOURCES_TRUE
  /external/python/cpython2/Tools/freeze/
freeze.py 246 includes = ['-I' + incldir, '-I' + config_h_dir]
458 cppflags = defines + includes
  /external/python/cpython3/Tools/freeze/
freeze.py 246 includes = ['-I' + incldir, '-I' + config_h_dir]
455 cppflags = defines + includes
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 365 includes = []
380 includes.append(str(line, "utf-8").strip())
387 self.logger.debug(includes)
388 return includes
  /packages/services/Car/service/src/com/android/car/
CarUxRestrictionsServiceHelper.java 433 boolean includes(float speed) { method in class:CarUxRestrictionsServiceHelper.RestrictionsPerSpeedRange
462 if (r.includes(speed)) {
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 17 // A score includes scores accumulated in previous turns for each player,
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 17 // A score includes scores accumulated in previous turns for each player,
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.0/
dagger-2.0.jar 
  /build/soong/cc/
library.go 337 // This includes the flags exported which are re-exported from static
706 includes := []string{}
708 includes = append(includes, "-I"+android.ProtoSubDir(ctx).String())
710 includes = append(includes, "-I"+android.ProtoDir(ctx).String())
711 library.reexportFlags(includes)
712 library.reuseExportedFlags = append(library.reuseExportedFlags, includes...)
stl.go 130 // its own includes. The includes are handled in CCBase.Flags().
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 3 Android includes APIs and facilities to build "Virtual Reality" (VR)
10 Android includes support for [VR Mode](
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 701 opposed to 'create_static_lib()', which includes a 'debug' flag
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86nasm.pl 97 ; Yasm automatically includes @feat.00 and complains about redefining it.
  /external/lz4/lib/
Makefile 153 @echo Installing includes
  /external/ppp/pppd/plugins/radius/
dict.c 19 #include <includes.h>
  /external/python/cpython2/Lib/distutils/
ccompiler.py 651 opposed to 'create_static_lib()', which includes a 'debug' flag
726 def has_function(self, funcname, includes=None, include_dirs=None,
737 if includes is None:
738 includes = []
748 for incl in includes
    [all...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 661 opposed to 'create_static_lib()', which includes a 'debug' flag
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 259 return std::includes(a1.begin(), a1.end(),
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
ccompiler.py 651 opposed to 'create_static_lib()', which includes a 'debug' flag
726 def has_function(self, funcname, includes=None, include_dirs=None,
737 if includes is None:
738 includes = []
748 for incl in includes
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
ccompiler.py 651 opposed to 'create_static_lib()', which includes a 'debug' flag
726 def has_function(self, funcname, includes=None, include_dirs=None,
737 if includes is None:
738 includes = []
748 for incl in includes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 651 opposed to 'create_static_lib()', which includes a 'debug' flag
726 def has_function(self, funcname, includes=None, include_dirs=None,
737 if includes is None:
738 includes = []
748 for incl in includes
    [all...]

Completed in 1943 milliseconds

1 2 3 4 5 6 7 8 91011>>