HomeSort by relevance Sort by last modified time
    Searched full:ext_package (Results 1 - 12 of 12) sorted by null

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
commands.py 208 - The macros ``EXT_PACKAGE`` and ``EXT_MODULE`` will be filled (or
228 if pkg is not None and 'EXT_PACKAGE' not in macros:
229 ext.define_macros.append(('EXT_PACKAGE', pkg))
234 if 'EXT_PACKAGE' not in macros:
235 ext.undef_macros.append('EXT_PACKAGE')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
commands.py 207 - The macros ``EXT_PACKAGE`` and ``EXT_MODULE`` will be filled (or
227 if pkg is not None and 'EXT_PACKAGE' not in macros:
228 ext.define_macros.append(('EXT_PACKAGE', pkg))
233 if 'EXT_PACKAGE' not in macros:
234 ext.undef_macros.append('EXT_PACKAGE')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
commands.py 208 - The macros ``EXT_PACKAGE`` and ``EXT_MODULE`` will be filled (or
228 if pkg is not None and 'EXT_PACKAGE' not in macros:
229 ext.define_macros.append(('EXT_PACKAGE', pkg))
234 if 'EXT_PACKAGE' not in macros:
235 ext.undef_macros.append('EXT_PACKAGE')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
commands.py 207 - The macros ``EXT_PACKAGE`` and ``EXT_MODULE`` will be filled (or
227 if pkg is not None and 'EXT_PACKAGE' not in macros:
228 ext.define_macros.append(('EXT_PACKAGE', pkg))
233 if 'EXT_PACKAGE' not in macros:
234 ext.undef_macros.append('EXT_PACKAGE')
  /external/libxml2/python/
setup.py 216 ext_package = "libxmlmods" variable
223 ext_package = None variable
237 ext_package=ext_package,
setup.py.in 216 ext_package = "libxmlmods" variable
223 ext_package = None variable
237 ext_package=ext_package,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
cext.h 46 #ifdef EXT_PACKAGE
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/include/
cext.h 46 #ifdef EXT_PACKAGE
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 145 self.package = self.distribution.ext_package
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 145 self.package = self.distribution.ext_package
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 204 self.ext_package = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 204 self.ext_package = None
    [all...]

Completed in 494 milliseconds