Home
last modified time | relevance | path

Searched refs:_prefix (Results 1 – 25 of 27) sorted by relevance

12

/external/openssh/regress/
Dcert-userkey.sh42 _prefix="${ktype} privsep $privsep"
55 verbose "$tid: ${_prefix} missing authorized_principals"
64 verbose "$tid: ${_prefix} empty authorized_principals"
73 verbose "$tid: ${_prefix} wrong authorized_principals"
82 verbose "$tid: ${_prefix} correct authorized_principals"
91 verbose "$tid: ${_prefix} authorized_principals bad key opt"
100 verbose "$tid: ${_prefix} authorized_principals command=false"
111 verbose "$tid: ${_prefix} authorized_principals command=true"
128 verbose "$tid: ${_prefix} wrong principals key option"
140 verbose "$tid: ${_prefix} correct principals key option"
[all …]
/external/eigen/cmake/
DFindLAPACK.cmake38 # N.B. _prefix is the prefix applied to the names of all cached variables that
40 macro(check_lapack_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _blas _path)
54 find_library(${_prefix}_${_library}_LIBRARY
60 find_library(${_prefix}_${_library}_LIBRARY
65 find_library(${_prefix}_${_library}_LIBRARY
70 find_library(${_prefix}_${_library}_LIBRARY
75 mark_as_advanced(${_prefix}_${_library}_LIBRARY)
76 set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY})
77 set(_libraries_found ${${_prefix}_${_library}_LIBRARY})
87 set(${DEFINITIONS} "-D${_prefix}_USE_F2C")
[all …]
DFindBLAS.cmake39 # N.B. _prefix is the prefix applied to the names of all cached variables that
41 macro(check_fortran_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _path)
55 find_library(${_prefix}_${_library}_LIBRARY
61 find_library(${_prefix}_${_library}_LIBRARY
66 find_library(${_prefix}_${_library}_LIBRARY
71 find_library(${_prefix}_${_library}_LIBRARY
76 mark_as_advanced(${_prefix}_${_library}_LIBRARY)
77 set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY})
78 set(_libraries_found ${${_prefix}_${_library}_LIBRARY})
88 set(${DEFINITIONS} "-D${_prefix}_USE_F2C")
[all …]
/external/freetype/include/freetype/internal/
Dftvalid.h120 #define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error ) argument
121 #define FT_INVALID_( _prefix, _error ) \ argument
122 ft_validator_error( valid, _prefix ## _error )
/external/apache-xml/src/main/java/org/apache/xml/utils/
DQName.java64 protected String _prefix; field in QName
177 _prefix = prefix; in QName()
311 _prefix = prefix; in QName()
355 _prefix = prefix; in QName()
480 _prefix = prefix; in QName()
502 return _prefix; in getPrefix()
525 return _prefix != null in toString()
526 ? (_prefix + ":" + _localName) in toString()
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) { \
[all …]
/external/icu4c/i18n/
Desctrn.cpp88 const UnicodeString& _prefix, const UnicodeString& _suffix, in EscapeTransliterator() argument
94 this->prefix = _prefix; in EscapeTransliterator()
/external/webkit/Source/cmake/
DWebKitMacros.cmake79 MACRO (GENERATE_GRAMMAR _prefix _input _output_header _output_source)
83 …COMMAND ${BISON_EXECUTABLE} -p ${_prefix} ${_input} -o ${_output_source} --defines=${_output_heade…
/external/blktrace/
Dbtrace.spec42 make dest=$RPM_BUILD_ROOT prefix=$RPM_BUILD_ROOT/%{_prefix} install
/external/emma/core/java12/com/vladium/logging/
DLogger.java107 final String _prefix = prefix; in create() local
117 return new Logger (_level, _out, _prefix, _classMask); in create()
/external/llvm/
Dllvm.spec.in29 --prefix=%{_prefix} \
/external/chromium/net/tools/testserver/
Dxmppserver.py180 self._prefix = prefix
184 next_id = "%s.%s" % (self._prefix, self._id)
/external/libvorbis/
Dlibvorbis.spec47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
Dlibvorbis.spec.in47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
/external/libogg/
Dlibogg.spec42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
Dlibogg.spec.in42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
/external/skia/legacy/src/xml/
DSkJSDisplayable.cpp95 #define JS_INIT(_prefix, _class) \ argument
98 jsDisplayable->fDisplayable = new _prefix##_class(); \
/external/skia/src/xml/
DSkJSDisplayable.cpp95 #define JS_INIT(_prefix, _class) \ argument
98 jsDisplayable->fDisplayable = new _prefix##_class(); \
/external/qemu/distrib/sdl-1.2.15/
DSDL.spec.in10 Prefix: %{_prefix}
/external/openssh/contrib/caldera/
Dopenssh.spec7 %{!?_defaultdocdir:%define _defaultdocdir %{_prefix}/share/doc/packages}
10 %define _mandir %{_prefix}/share/man/en
/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js296 this._prefix = prefix;
322 if (this._prefix)
323 result.path = this._prefix + result.path;
/external/elfutils/config/
Delfutils.spec.in98 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
102 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
103 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
/external/elfutils/
Delfutils.spec98 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
102 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
103 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
/external/bison/m4/
Dlib-link.m429 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
34 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
/external/libmtp/
Daclocal.m4342 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
347 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"

12