HomeSort by relevance Sort by last modified time
    Searched refs:_prefix (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftvalid.h 131 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error )
132 #define FT_INVALID_( _prefix, _error ) \
133 ft_validator_error( valid, _prefix ## _error )
  /external/freetype/include/internal/
ftvalid.h 131 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error )
132 #define FT_INVALID_( _prefix, _error ) \
133 ft_validator_error( valid, _prefix ## _error )
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftvalid.h 131 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error )
132 #define FT_INVALID_( _prefix, _error ) \
133 ft_validator_error( valid, _prefix ## _error )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftvalid.h 131 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error )
132 #define FT_INVALID_( _prefix, _error ) \
133 ft_validator_error( valid, _prefix ## _error )
  /external/chromium_org/chrome/common/extensions/docs/server2/
custom_logger.py 16 self._prefix = prefix
24 logfn('%s: %s' % (self._prefix, msg), *args)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 64 protected String _prefix; field in class:QName
177 _prefix = prefix;
311 _prefix = prefix;
355 _prefix = prefix;
480 _prefix = prefix;
502 return _prefix;
525 return _prefix != null
526 ? (_prefix + ":" + _localName)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 123 _prefix = None variable
135 global _prefix
137 if _prefix is None:
151 _prefix = hostid + '.' + uid + '.' + pid
152 return "%s.%.3f.%d" % (_prefix, time.time(), _get_next_counter())
pkgutil.py 334 _prefix = importer.prefix
335 plen = len(_prefix)
339 if not fn.startswith(_prefix):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 123 _prefix = None variable
135 global _prefix
137 if _prefix is None:
151 _prefix = hostid + '.' + uid + '.' + pid
152 return "%s.%.3f.%d" % (_prefix, time.time(), _get_next_counter())
pkgutil.py 334 _prefix = importer.prefix
335 plen = len(_prefix)
339 if not fn.startswith(_prefix):
  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 46 self._prefix = prefix
63 self._prefix + '.maps',
64 output_dir_path=self._prefix + '.symmap',
  /external/blktrace/
btrace.spec 42 make dest=$RPM_BUILD_ROOT prefix=$RPM_BUILD_ROOT/%{_prefix} install
  /external/safe-iop/include/
safe_iop.h 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \
496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \
502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) {
    [all...]
  /external/libexif/
libexif.spec 12 Prefix: %{_prefix}
  /bionic/libc/kernel/tools/
kernel.py 93 _prefix = "%s/" % hdr_dir
95 _prefix = ""
96 header = "%s%s" % (_prefix, header)
  /external/chromium_org/third_party/icu/source/i18n/
esctrn.cpp 88 const UnicodeString& _prefix, const UnicodeString& _suffix,
94 this->prefix = _prefix;
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 49 ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir}
  /external/icu/icu4c/source/i18n/
esctrn.cpp 88 const UnicodeString& _prefix, const UnicodeString& _suffix,
94 this->prefix = _prefix;
  /external/emma/core/java12/com/vladium/logging/
Logger.java 107 final String _prefix = prefix; local
108 // final String _prefix = prefix != null
117 return new Logger (_level, _out, _prefix, _classMask);
  /external/iputils/
iputils.spec 13 Prefix: %{_prefix}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 356 _prefix = "" # Whitespace and comments preceding this token in the input variable in class:Leaf
372 self._prefix, (self.lineno, self.column) = context
376 self._prefix = prefix
421 return self._prefix
425 self._prefix = prefix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 356 _prefix = "" # Whitespace and comments preceding this token in the input variable in class:Leaf
372 self._prefix, (self.lineno, self.column) = context
376 self._prefix = prefix
421 return self._prefix
425 self._prefix = prefix
  /external/libogg/
libogg.spec 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
  /external/libvorbis/
libvorbis.spec 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
  /bionic/libc/include/sys/
cdefs.h 355 #define __IDSTRING(_prefix,_s) /* nothing */

Completed in 1001 milliseconds

1 2