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

  /external/chromium_org/third_party/mesa/src/scons/
dxsdk.py 56 include_dir = os.path.join(dxsdk_root, 'Include')
64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
  /external/mesa3d/scons/
dxsdk.py 56 include_dir = os.path.join(dxsdk_root, 'Include')
64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
eclipse.py 85 A list including all the include_dir's specified for every target followed
115 include_dir = line.strip()
116 if include_dir not in compiler_includes_list:
117 compiler_includes_list.append(include_dir)
138 include_dir = cflag[2:]
139 if include_dir not in compiler_includes_list:
140 compiler_includes_list.append(include_dir)
146 for include_dir in include_dirs:
147 include_dir = include_dir.replace('$SHARED_INTERMEDIATE_DIR'
    [all...]
xcode.py     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/stack/
make_macros.sh 3 include_dir=../../include/openssl
5 cat > "${include_dir}/stack_macros.h" << EOF
30 cat >> "${include_dir}/stack_macros.h" << EOF
93 stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' | sed -e 's/.*STACK_OF://' -e 's/ .*//')
94 const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' | sed -e 's/.*CONST_STACK_OF://' -e 's/ .*//')
95 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SPECIAL_STACK_OF://' -e 's/ .*//')
112 clang-format -i "${include_dir}/stack_macros.h"
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 113 milliseconds