Home
last modified time | relevance | path

Searched refs:version_ (Results 1 – 19 of 19) sorted by relevance

/external/shflags/lib/
Dversions115 version_=''
126 */bash) version_=`versions_shell_bash ${shell_}` ;;
131 version_=`versions_shell_dash`
133 */ksh) version_=`versions_shell_ksh ${shell_}` ;;
134 */pdksh) version_=`versions_shell_pdksh ${shell_}` ;;
135 */zsh) version_=`versions_shell_zsh ${shell_}` ;;
136 *) version_='invalid'
139 echo ${version_:-unknown}
140 unset shell_ version_
/external/google-breakpad/src/processor/
Dbasic_code_module.h64 version_(that->version()) {} in BasicCodeModule()
78 version_(version) in BasicCodeModule()
90 virtual string version() const { return version_; } in version()
100 string version_; variable
Dstackwalker_unittest_utils.h116 string version() const { return version_; } in version()
125 string version_; variable
/external/webrtc/webrtc/base/
Dbytebuffer.cc51 version_ = 0; in Construct()
210 ++version_; in Resize()
221 return ReadPosition(start_, version_); in GetReadPosition()
225 if (position.version_ != version_) { in SetReadPosition()
235 ++version_; in Clear()
Dbytebuffer.h93 : start_(start), version_(version) { } in ReadPosition()
95 int version_; variable
112 int version_; variable
/external/freetype/include/internal/
Dftobjs.h1210 version_, \ argument
1228 version_, \
1253 version_, \ argument
1301 version_, \
1422 version_, \ argument
1433 version_, \
1448 version_, \ argument
1461 version_, \
1486 version_, \ argument
1495 clazz->root.module_version = version_; \
[all …]
Dftdriver.h244 version_, \ argument
271 version_, \
310 version_, \ argument
367 version_, \
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h1210 version_, \ argument
1228 version_, \
1253 version_, \ argument
1301 version_, \
1422 version_, \ argument
1433 version_, \
1448 version_, \ argument
1461 version_, \
1486 version_, \ argument
1495 clazz->root.module_version = version_; \
[all …]
Dftdriver.h244 version_, \ argument
271 version_, \
310 version_, \ argument
367 version_, \
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc108 version_ = version; in Init()
122 std::cout << "\tVersion: " << version_; in Init()
144 if (version_.empty()) { in CheckRequiredParametersArePresent()
185 parameters_["ver"] = version_; in Upload()
Dgoogle_crashdump_uploader.h91 string version_; variable
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h52 const std::string& version() const { return version_; } in version()
70 void set_version(const std::string& v) { version_ = v; } in set_version()
176 std::string version_; variable
/external/libvpx/libvpx/test/
Ddct32x32_test.cc103 version_ = GET_PARAM(2); // 0: high precision forward transform in SetUp()
112 int version_; member in __anon04a6ed980111::Trans32x32Test
173 if (version_ == 1) { in TEST_P()
201 if (version_ == 0) { in TEST_P()
241 if (version_ == 0) { in TEST_P()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h124 version_(0), in DynamicImage()
164 uint32_t GetVersion() {return version_;} in GetVersion()
192 uint32_t version_; // Dylib version variable
Ddynamic_images.cc283 image.version_ = dc->dylib.current_version; in FindTextSection()
307 version_ = 0; in CalculateMemoryAndVersionInfo()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc1117 : SubTableContainerTable::Builder(header, data), version_(0) { in Builder()
1121 : SubTableContainerTable::Builder(header, data), version_(0) { in Builder()
1129 version_); in SubSerialize()
Dcmap_table.h533 int32_t version_; variable
/external/opencv3/modules/core/src/
Docl.cpp1798 version_ = getStrProp(CL_DEVICE_VERSION); in Impl()
1852 String version_; member
1920 { return p ? p->version_ : String(); } in version()
/external/v8/src/
Dgdb-jit.cc1852 uint32_t version_; member