OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stringize
(Results
1 - 25
of
45
) sorted by null
1
2
/external/stlport/src/
stlport.rc
28
#define
STRINGIZE
(X) STRINGIZE_AUX(X)
33
# define VERSION_STR
STRINGIZE
(_STLPORT_MAJOR._STLPORT_MINOR._STLPORT_PATCHLEVEL)
42
# define _STLP_MINOR
STRINGIZE
(_STLPORT_MINOR)
47
# define _STLP_PATCH
STRINGIZE
(_STLPORT_PATCHLEVEL)
49
# define VERSION_STR
STRINGIZE
(_STLPORT_MAJOR) "." _STLP_MINOR "." _STLP_PATCH "\0"
57
#define DLLNAME LIB_MOTIF "."
STRINGIZE
(_STLPORT_MAJOR) "."
STRINGIZE
(_STLPORT_MINOR) ".dll\0"
58
#define DLLNAME2(buildstr) LIB_MOTIF ""
STRINGIZE
(buildstr) "."
STRINGIZE
(_STLPORT_MAJOR) "."
STRINGIZE
(_STLPORT_MINOR) ".dll\0
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
stlport.rc
28
#define
STRINGIZE
(X) STRINGIZE_AUX(X)
33
# define VERSION_STR
STRINGIZE
(_STLPORT_MAJOR._STLPORT_MINOR._STLPORT_PATCHLEVEL)
42
# define _STLP_MINOR
STRINGIZE
(_STLPORT_MINOR)
47
# define _STLP_PATCH
STRINGIZE
(_STLPORT_PATCHLEVEL)
49
# define VERSION_STR
STRINGIZE
(_STLPORT_MAJOR) "." _STLP_MINOR "." _STLP_PATCH "\0"
57
#define DLLNAME LIB_MOTIF "."
STRINGIZE
(_STLPORT_MAJOR) "."
STRINGIZE
(_STLPORT_MINOR) ".dll\0"
58
#define DLLNAME2(buildstr) LIB_MOTIF ""
STRINGIZE
(buildstr) "."
STRINGIZE
(_STLPORT_MAJOR) "."
STRINGIZE
(_STLPORT_MINOR) ".dll\0
[
all
...]
/external/chromium_org/base/strings/
stringize_macros_unittest.cc
25
EXPECT_STREQ("FOO",
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_A));
27
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_B(y)));
28
EXPECT_STREQ("\"foo\"",
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_C));
stringize_macros.h
27
//
STRINGIZE
(A) produces "FOO"
28
//
STRINGIZE
(B(y)) produces "myobj->FunctionCall(y)"
29
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
/external/clang/test/Preprocessor/
pp-record.c
5
#define
STRINGIZE
(text) STRINGIZE_I(text)
10
#include
STRINGIZE
(INC)
ucn-pp-identifier.c
42
#define
STRINGIZE
(X) # X
44
extern int check_size[sizeof(
STRINGIZE
(\u0112)) == 3 ? 1 : -1];
/external/chromium/base/
stringize_macros.h
28
//
STRINGIZE
(A) produces "FOO"
29
//
STRINGIZE
(B(y)) produces "myobj->FunctionCall(y)"
30
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
40
// L version of
STRINGIZE
(). For examples above,
stringize_macros_unittest.cc
27
EXPECT_STREQ("FOO",
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_A));
29
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_B(y)));
30
EXPECT_STREQ("\"foo\"",
STRINGIZE
(PREPROCESSOR_UTIL_UNITTEST_C));
/external/chromium_org/media/base/
media_posix.cc
31
#define AVCODEC_VERSION
STRINGIZE
(LIBAVCODEC_VERSION_MAJOR)
32
#define AVFORMAT_VERSION
STRINGIZE
(LIBAVFORMAT_VERSION_MAJOR)
33
#define AVUTIL_VERSION
STRINGIZE
(LIBAVUTIL_VERSION_MAJOR)
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
dns.js
23
//
Stringize
everything.
/external/chromium_org/net/third_party/nss/ssl/
ssl.rc
11
#define
STRINGIZE
(x) #x
12
#define STRINGIZE2(x)
STRINGIZE
(x)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
include_preprocessed.hpp
19
#include <boost/preprocessor/
stringize
.hpp>
/external/chromium_org/remoting/host/win/
version.rc.jinja2
15
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
66
VALUE "MIMEType",
STRINGIZE
(HOST_PLUGIN_MIME_TYPE)
/external/chromium/chrome/common/net/
x509_certificate_model_nss.cc
30
std::string
Stringize
(char* nss_text, const std::string& alternative_text) {
102
string name = ProcessIDN(
Stringize
(CERT_GetCommonName(&cert_handle->subject),
162
return
Stringize
(CERT_Hexify(&cert_handle->serialNumber, true),
168
return
Stringize
(CERT_GetCommonName(&cert_handle->issuer), alternative_text);
173
return
Stringize
(CERT_GetOrgName(&cert_handle->issuer), alternative_text);
178
return
Stringize
(CERT_GetOrgUnitName(&cert_handle->issuer), alternative_text);
183
return
Stringize
(CERT_GetOrgName(&cert_handle->subject), alternative_text);
188
return
Stringize
(CERT_GetOrgUnitName(&cert_handle->subject),
194
return
Stringize
(CERT_GetCommonName(&cert_handle->subject), alternative_text);
/external/chromium_org/chrome/common/net/
x509_certificate_model_nss.cc
31
std::string
Stringize
(char* nss_text, const std::string& alternative_text) {
104
Stringize
(CERT_GetCommonName(&cert_handle->subject), std::string()));
166
return
Stringize
(CERT_Hexify(&cert_handle->serialNumber, true),
172
return
Stringize
(CERT_GetCommonName(&cert_handle->issuer), alternative_text);
177
return
Stringize
(CERT_GetOrgName(&cert_handle->issuer), alternative_text);
182
return
Stringize
(CERT_GetOrgUnitName(&cert_handle->issuer), alternative_text);
187
return
Stringize
(CERT_GetOrgName(&cert_handle->subject), alternative_text);
192
return
Stringize
(CERT_GetOrgUnitName(&cert_handle->subject),
198
return
Stringize
(CERT_GetCommonName(&cert_handle->subject), alternative_text);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
include_preprocessed.hpp
20
#include <boost/preprocessor/
stringize
.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
list.hpp
24
# include <boost/preprocessor/
stringize
.hpp>
vector.hpp
24
# include <boost/preprocessor/
stringize
.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
include_preprocessed.hpp
22
#include <boost/preprocessor/
stringize
.hpp>
/external/chromium_org/tools/gn/
ninja_toolchain_writer.cc
80
out_ << indent << " "
STRINGIZE
(name) " = " << tool.name << std::endl;
/external/eigen/bench/
BenchUtil.h
19
#include <boost/preprocessor/
stringize
.hpp>
/external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h
73
//
STRINGIZE
: Can convert any value to quoted string, even expandable macros
74
#define
STRINGIZE
(exp) #exp
75
#define STRINGIZE_VALUE_OF(exp)
STRINGIZE
(exp)
/external/chromium/chrome/browser/resources/net_internals/
testview.js
117
// TODO(eroman):
stringize
the error code.
/external/chromium_org/remoting/host/
host_status_sender.cc
120
version_tag->AddText(
STRINGIZE
(VERSION));
server_log_entry.cc
126
Set(kKeyHostVersion,
STRINGIZE
(VERSION));
Completed in 6347 milliseconds
1
2