OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v2i
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc
429
MockStringValue*
v2i
= new MockStringValue("https://www.chromium.org");
variable
441
EXPECT_CALL(*
v2i
, Die()).Times(1);
443
InstallExtensionControlledPrefIncognito(extension1(), kPref1,
v2i
);
variable
448
testing::Mock::VerifyAndClearExpectations(
v2i
);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c
132
if (method->
v2i
)
142
ext_struc = method->
v2i
(method, ctx, nval);
/external/openssl/crypto/x509v3/
v3_conf.c
133
if (method->
v2i
)
143
ext_struc = method->
v2i
(method, ctx, nval);
x509v3.h
112
X509V3_EXT_V2I
v2i
;
member in struct:v3_ext_method
/external/eigen/unsupported/test/
openglsupport.cpp
228
"uniform ivec2
v2i
;\n"
234
"void main(void) { gl_FragColor = vec4(v2f[0]+v3f[0]+v4f[0])+vec4(
v2i
[0]+v3i[0]+v4i[0])+vec4(m2f[0][0]+m3f[0][0]+m4f[0][0]); }\n";
241
VERIFY_UNIFORMi(
v2i
, Vector2i);
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
109
X509V3_EXT_V2I
v2i
;
member in struct:v3_ext_method
/external/openssl/include/openssl/
x509v3.h
112
X509V3_EXT_V2I
v2i
;
member in struct:v3_ext_method
Completed in 65 milliseconds