Home
last modified time | relevance | path

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

12

/external/opencv3/3rdparty/openexr/IlmImf/
DImfKeyCode.cpp70 _prefix = other._prefix; in KeyCode()
83 _prefix = other._prefix; in operator =()
130 return _prefix; in prefix()
141 _prefix = prefix; in setPrefix()
DImfKeyCode.h151 int _prefix; variable
/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/libjpeg-turbo/release/
Dlibjpeg-turbo.spec.in2 %define _prefix %{__prefix}
16 # _libdir is set to %{_prefix}/%{_lib} by default
20 %if "%{_prefix}" == "/opt/libjpeg-turbo"
71 #-->./configure prefix=%{_prefix} bindir=%{_bindir} datadir=%{_datadir} \
89 …echo ERROR: libjpeg-turbo must be configured with libdir=%{_prefix}/%{_lib} when generating an in-…
96 if [ "%{_prefix}" = "/opt/libjpeg-turbo" -a "$LJT_DOCDIR" = "/opt/libjpeg-turbo/doc" ]; then
111 %dir %{_prefix}
112 %if "%{_prefix}" == "/opt/libjpeg-turbo" && "%{_docdir}" != "%{_prefix}/doc"
113 %{_prefix}/doc
144 %if "%{_prefix}" != "%{_datadir}"
/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/jetty/src/java/org/eclipse/jetty/servlets/
DProxyServlet.java835 String _prefix; field in ProxyServlet.Transparent
853 _prefix = new URI(prefix).normalize().toString(); in Transparent()
869 _prefix = prefix == null?_prefix:prefix; in init()
873 _prefix = _prefix == null?contextPath:(contextPath + _prefix); in init()
881 if (!_prefix.startsWith("/")) in init()
884 _log.info(config.getServletName() + " @ " + _prefix + " to " + _proxyTo); in init()
892 if (!uri.startsWith(_prefix)) in proxyHttpURI()
895 URI dstUri = new URI(_proxyTo + uri.substring(_prefix.length())).normalize(); in proxyHttpURI()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Ddata.py83 self._prefix = prefix
109 if self._prefix:
110 _, prefix = splitpath(self._prefix)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Ddata.py83 self._prefix = prefix
109 if self._prefix:
110 _, prefix = splitpath(self._prefix)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
Ddata.py83 self._prefix = prefix
109 if self._prefix:
110 _, prefix = splitpath(self._prefix)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
Ddata.py83 self._prefix = prefix
109 if self._prefix:
110 _, prefix = splitpath(self._prefix)
/external/opencv3/samples/cpp/
Dvideostab.cpp192 …MotionEstimatorRansacL2Builder(CommandLineParser &command, bool use_gpu, const string &_prefix = "… in MotionEstimatorRansacL2Builder() argument
193 : IMotionEstimatorBuilder(command), gpu(use_gpu), prefix(_prefix) {} in MotionEstimatorRansacL2Builder()
243 MotionEstimatorL1Builder(CommandLineParser &command, bool use_gpu, const string &_prefix = "") in MotionEstimatorL1Builder() argument
244 : IMotionEstimatorBuilder(command), gpu(use_gpu), prefix(_prefix) {} in MotionEstimatorL1Builder()
/external/autotest/client/common_lib/cros/graphite/
Dstats.py26 def _prepend_init(_es, _conn, _prefix): argument
33 name = self._add_prefix(name, _prefix, bare)
/external/icu/icu4c/source/i18n/
Desctrn.cpp88 const UnicodeString& _prefix, const UnicodeString& _suffix, in EscapeTransliterator() argument
94 this->prefix = _prefix; in EscapeTransliterator()
/external/autotest/client/cros/audio/
Dcmd_utils.py42 self._prefix = prefix
90 logging.log(logger._level, '%s%s', logger._prefix, line)
/external/libvncserver/
DLibVNCServer.spec.in52 # CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
58 # make install prefix=%{buildroot}%{_prefix}
/external/blktrace/
Dbtrace.spec42 make dest=$RPM_BUILD_ROOT prefix=$RPM_BUILD_ROOT/%{_prefix} install
/external/libexif/
Dlibexif.spec12 Prefix: %{_prefix}
Dlibexif.spec.in12 Prefix: %{_prefix}
/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/autotest/client/common_lib/
Dlogging_manager.py150 self._prefix = prefix
178 logging.log(self._level, self._prefix + line)
/external/iputils/
Diputils.spec13 Prefix: %{_prefix}
/external/libvorbis/
Dlibvorbis.spec47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static

12