HomeSort by relevance Sort by last modified time
    Searched full:include_dirs (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/pdfium/
pdfium.gyp 19 'include_dirs': [
327 'include_dirs': [
636 'include_dirs': [
725 'include_dirs': [
    [all...]
BUILD.gn 17 include_dirs = [ "third_party/freetype/include" ]
645 include_dirs = [
789 include_dirs = [
810 include_dirs = [
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 135 my @include_dirs = ("");
243 push(@include_dirs, "$inc/");
258 foreach my $include_dir (@include_dirs) {
263 $readable or die("File $arg not found in any of: @include_dirs\n");
466 my @include_dirs2 = @include_dirs; # copy @include_dirs
737 # Nb: include_dirs already includes "", so it works in the case
739 foreach my $include_dir (@include_dirs) {
754 die("File $src_file not opened in any of: @include_dirs\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 137 # see if include_dirs and library_dirs were set
140 self.assertIn(incl, cmd.include_dirs)
151 self.assertTrue(py_include in cmd.include_dirs)
154 self.assertTrue(plat_py_include in cmd.include_dirs)
237 # when they are in ('include_dirs', 'library_dirs', 'libraries'
setuptools_build_ext.py 144 if self.include_dirs is not None:
145 compiler.set_include_dirs(self.include_dirs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 137 # see if include_dirs and library_dirs were set
140 self.assertIn(incl, cmd.include_dirs)
151 self.assertTrue(py_include in cmd.include_dirs)
154 self.assertTrue(plat_py_include in cmd.include_dirs)
237 # when they are in ('include_dirs', 'library_dirs', 'libraries'
setuptools_build_ext.py 144 if self.include_dirs is not None:
145 compiler.set_include_dirs(self.include_dirs)
  /external/skia/gyp/
tests.gypi 7 'include_dirs': [
35 'include_dirs': [
debugger.gyp 84 'include_dirs' : [
libjpeg.gyp 100 'include_dirs': [
nanomsg.gyp 25 'include_dirs': [ '../third_party/externals' ]
gmslides.gypi 7 'include_dirs': [
  /external/mesa3d/src/mesa/
Makefile.am 100 AM_CPPFLAGS = $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)
  /external/skia/platform_tools/android/gyp_gen/
gypd_parser.py 91 for include in d.get('include_dirs', []):
  /external/skia/site/user/sample/
building.md 220 'include_dirs': [
248 The include_dirs will be added to the include path when our files are built.
  /external/valgrind/callgrind/
callgrind_annotate.in 151 my @include_dirs = ("");
294 push(@include_dirs, "$inc/");
308 foreach my $include_dir (@include_dirs) {
313 $readable or die("File $arg not found in any of: @include_dirs\n");
738 my @include_dirs2 = @include_dirs; # copy @include_dirs
    [all...]
  /external/protobuf/python/
setup.py 153 include_dirs = [ ".", "../src"],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 55 extension_keywords = ('name', 'sources', 'include_dirs',
msvccompiler.py 350 output_dir=None, macros=None, include_dirs=None, debug=0,
355 self._setup_compile(output_dir, macros, include_dirs, sources,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 55 extension_keywords = ('name', 'sources', 'include_dirs',
msvccompiler.py 350 output_dir=None, macros=None, include_dirs=None, debug=0,
355 self._setup_compile(output_dir, macros, include_dirs, sources,
  /external/v8/tools/gyp/
v8.gyp 83 'include_dirs': [
101 'include_dirs': [
122 'include_dirs': [
160 'include_dirs+': [
203 'include_dirs+': [
262 'include_dirs+': [
326 'include_dirs+': [
    [all...]
  /external/v8/test/cctest/
cctest.gyp 42 'include_dirs': [
  /external/llvm/cmake/modules/
AddLLVM.cmake 687 get_property(include_dirs DIRECTORY PROPERTY INCLUDE_DIRECTORIES)
688 foreach(d ${include_dirs})
  /external/v8/
BUILD.gn 30 include_dirs = [ "." ]
43 include_dirs = [ "." ]
55 include_dirs = [ "include" ]
    [all...]

Completed in 157 milliseconds

1 2 3 4 56 7