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

  /external/freetype/include/freetype/internal/
ftvalid.h 120 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error )
121 #define FT_INVALID_( _prefix, _error ) \
122 ft_validator_error( valid, _prefix ## _error )
  /libcore/luni/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)
  /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/chromium/third_party/icu/source/i18n/
esctrn.cpp 88 const UnicodeString& _prefix, const UnicodeString& _suffix,
94 this->prefix = _prefix;
  /external/icu4c/i18n/
esctrn.cpp 88 const UnicodeString& _prefix, const UnicodeString& _suffix,
94 this->prefix = _prefix;
  /bionic/libc/kernel/tools/
kernel.py 90 _prefix = "%s/" % hdr_dir
92 _prefix = ""
93 header = "%s%s" % (_prefix, header)
  /external/elfutils/
elfutils.spec 84 --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \
94 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
100 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
102 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
  /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/skia/src/xml/
SkJSDisplayable.cpp 103 #define JS_INIT(_prefix, _class) \
106 jsDisplayable->fDisplayable = new _prefix##_class(); \
  /external/emma/lib/
emma.jar 

Completed in 1859 milliseconds