Home
last modified time | relevance | path

Searched defs:ps2 (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/
Dchrome_process_singleton_win_unittest.cc42 ChromeProcessSingleton ps2(profile_dir.path(), base::Bind(&ClientCallback)); in TEST() local
66 ChromeProcessSingleton ps2(profile_dir.path(), base::Bind(&ClientCallback)); in TEST() local
106 ChromeProcessSingleton ps2(profile_dir.path(), base::Bind(&ClientCallback)); in TEST() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC2ParameterSpecTest.java150 RC2ParameterSpec ps2 = new RC2ParameterSpec(effectiveKeyBits, iv); in testEquals() local
190 RC2ParameterSpec ps2 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local
DRC5ParameterSpecTest.java222 RC5ParameterSpec ps2 = new RC5ParameterSpec(version, rounds, in testEquals() local
272 RC5ParameterSpec ps2 = new RC5ParameterSpec(version, rounds, in testHashCode() local
/external/valgrind/main/memcheck/tests/
Dpartiallydefinedeq.c31 short* ps2 = (short*)junk2; in main() local
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitBaseTest.java82 PrintStream ps2 = null; // for redirecting stderr later in execLexer() local
174 PrintStream ps2 = null; // for redirecting stderr later in execParser() local
321 PrintStream ps2 = null; // for redirecting stderr later in execTreeParser() local
DgUnitExecutor.java234 PrintStream ps2 = null; // for redirecting stderr later in runLexer() local
311 PrintStream ps2 = null; // for redirecting stderr later in runParser() local
444 PrintStream ps2 = null; // for redirecting stderr later in runTreeParser() local
/external/wpa_supplicant_8/src/utils/
Dedit_simple.c19 static const char *ps2 = NULL; variable
Dedit_readline.c132 char *ps2 = os_malloc(blen); in edit_init() local
Dedit.c23 static const char *ps2 = NULL; variable
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp30 PS ps2 = &s; in f() local
/external/fdlibm/
De_j1.c307 static const double ps2[5] = { variable
/external/clang/test/CodeGen/
Dxcore-stringtype.c117 struct S1{struct S2 *ps2;}; member
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c166 signed char ps2 = (signed char) * op2 ^ 0x80; in vp8_mbfilter() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dloopfilter_filters.c166 signed char ps2 = (signed char) * op2 ^ 0x80; in vp8_mbfilter() local
/external/chromium_org/third_party/icu/source/common/
Ducnv_ext.c1012 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local
/external/icu/icu4c/source/common/
Ducnv_ext.cpp1030 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c1351 uint32_t *ps2, in vp8_mbfilter_mips()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c1351 uint32_t *ps2, in vp8_mbfilter_mips()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp3607 int JS_COMPARESTRING(CFX_WideString* ps1, CFX_WideString* ps2) in JS_COMPARESTRING()