HomeSort by relevance Sort by last modified time
    Searched refs:ps2 (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 150 RC2ParameterSpec ps2 = new RC2ParameterSpec(effectiveKeyBits, iv); local
159 ps1.equals(ps2));
162 ps2.equals(ps1));
165 ps2.equals(ps3));
174 ps2 = new RC2ParameterSpec(11, iv);
175 assertFalse("Objects should not be equal.", ps1.equals(ps2));
177 ps2 = new RC2ParameterSpec(11, new byte[] {9, 8, 7, 6, 5, 4, 3, 2, 1});
178 assertFalse("Objects should not be equal.", ps1.equals(ps2));
190 RC2ParameterSpec ps2 = new RC2ParameterSpec(effectiveKeyBits, iv); local
193 ps1.hashCode() == ps2.hashCode())
200 RC2ParameterSpec ps2 = new RC2ParameterSpec(effectiveKeyBits); local
    [all...]
RC5ParameterSpecTest.java 222 RC5ParameterSpec ps2 = new RC5ParameterSpec(version, rounds, local
231 ps1.equals(ps2));
234 ps2.equals(ps1));
237 ps2.equals(ps3));
246 ps2 = new RC5ParameterSpec(version+1, rounds, wordSize, iv);
247 assertFalse("Objects should not be equal.", ps1.equals(ps2));
249 ps2 = new RC5ParameterSpec(version, rounds+1, wordSize, iv);
250 assertFalse("Objects should not be equal.", ps1.equals(ps2));
252 ps2 = new RC5ParameterSpec(version, rounds, wordSize/2, iv);
253 assertFalse("Objects should not be equal.", ps1.equals(ps2));
272 RC5ParameterSpec ps2 = new RC5ParameterSpec(version, rounds, local
283 RC5ParameterSpec ps2 = new RC5ParameterSpec(version, rounds, wordSize); local
    [all...]
  /external/wpa_supplicant_8/src/utils/
edit_simple.c 19 static const char *ps2 = NULL; variable
45 printf("%s> ", ps2 ? ps2 : "");
73 ps2 = ps;
75 printf("%s> ", ps2 ? ps2 : "");
edit_readline.c 132 char *ps2 = os_malloc(blen); local
133 if (ps2) {
134 os_snprintf(ps2, blen, "%s> ", ps);
135 rl_callback_handler_install(ps2, readline_cmd_handler);
136 os_free(ps2);
edit.c 23 static const char *ps2 = NULL; variable
51 for (i = 0; i < cmdbuf_len + 2 + (ps2 ? (int) os_strlen(ps2) : 0); i++)
350 printf("\n%s> ", ps2 ? ps2 : "");
360 printf("%s> ", ps2 ? ps2 : "");
1136 ps2 = ps;
1137 printf("%s> ", ps2 ? ps2 : "")
    [all...]
  /external/valgrind/memcheck/tests/
partiallydefinedeq.c 31 short* ps2 = (short*)junk2; local
44 *ps2 = 42;
51 *ps2 = 42;
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 30 PS ps2 = &s; local
41 memset(ps2, 0, sizeof(ps2)); // \
43 memset(ps2, 0, sizeof(typeof(ps2))); // \
45 memset(ps2, 0, sizeof(PS)); // \
71 memset(ps2, 0, sizeof(*ps2));
72 memset(ps2, 0, sizeof(typeof(*ps2)));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 192 Word16 psk, ps, ps0, ps1, ps2, sq, sq2;
268 ps2 = add (ps1, dn[i3]);
276 sq2 = mult (ps2, ps2);
285 ps = ps2;
331 ps2 = add (ps1, dn[i5]);
336 sq2 = mult (ps2, ps2);
345 ps = ps2;
395 ps2 = add (ps1, dn[i7])
582 Word16 ps2; local
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_struct_param1.go 122 ps2 := &s2 // ERROR "&s2 escapes to heap$"
125 u1 := U{&s1, &ps2} // ERROR "tUPiSPa &ps2 does not escape$" "tUPiSPa &s1 does not escape$"
140 ps2 := &s2 // ERROR "&s2 escapes to heap$"
143 u1 := U{&s1, &ps2} // ERROR "tUPiSPb &ps2 does not escape$" "tUPiSPb &s1 does not escape$"
158 ps2 := &s2 // ERROR "&s2 escapes to heap$"
161 u1 := U{&s1, &ps2} // ERROR "tUPiSPc &ps2 does not escape$" "tUPiSPc &s1 does not escape$"
176 ps2 := &s2 // ERROR "&s2 escapes to heap$
    [all...]
escape_struct_param2.go 122 ps2 := &s2 // ERROR "&s2 escapes to heap$"
125 u1 := U{&s1, &ps2} // ERROR "tUPiSPa &ps2 does not escape$" "tUPiSPa &s1 does not escape$"
140 ps2 := &s2 // ERROR "&s2 escapes to heap$"
143 u1 := U{&s1, &ps2} // ERROR "tUPiSPb &ps2 does not escape$" "tUPiSPb &s1 does not escape$"
158 ps2 := &s2 // ERROR "&s2 escapes to heap$"
161 u1 := U{&s1, &ps2} // ERROR "tUPiSPc &ps2 does not escape$" "tUPiSPc &s1 does not escape$"
176 ps2 := &s2 // ERROR "&s2 escapes to heap$
    [all...]
  /prebuilts/go/linux-x86/test/
escape_struct_param1.go 122 ps2 := &s2 // ERROR "&s2 escapes to heap$"
125 u1 := U{&s1, &ps2} // ERROR "tUPiSPa &ps2 does not escape$" "tUPiSPa &s1 does not escape$"
140 ps2 := &s2 // ERROR "&s2 escapes to heap$"
143 u1 := U{&s1, &ps2} // ERROR "tUPiSPb &ps2 does not escape$" "tUPiSPb &s1 does not escape$"
158 ps2 := &s2 // ERROR "&s2 escapes to heap$"
161 u1 := U{&s1, &ps2} // ERROR "tUPiSPc &ps2 does not escape$" "tUPiSPc &s1 does not escape$"
176 ps2 := &s2 // ERROR "&s2 escapes to heap$
    [all...]
escape_struct_param2.go 122 ps2 := &s2 // ERROR "&s2 escapes to heap$"
125 u1 := U{&s1, &ps2} // ERROR "tUPiSPa &ps2 does not escape$" "tUPiSPa &s1 does not escape$"
140 ps2 := &s2 // ERROR "&s2 escapes to heap$"
143 u1 := U{&s1, &ps2} // ERROR "tUPiSPb &ps2 does not escape$" "tUPiSPb &s1 does not escape$"
158 ps2 := &s2 // ERROR "&s2 escapes to heap$"
161 u1 := U{&s1, &ps2} // ERROR "tUPiSPc &ps2 does not escape$" "tUPiSPc &s1 does not escape$"
176 ps2 := &s2 // ERROR "&s2 escapes to heap$
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 82 PrintStream ps2 = null; // for redirecting stderr later local
98 ps2 = new PrintStream(err);
100 System.setErr(ps2);
108 ps2.println("extra text found, '"+input.substring(currentIndex, input.size()-1)+"'");
143 if ( ps2!=null ) ps2.close();
174 PrintStream ps2 = null; // for redirecting stderr later local
207 ps2 = new PrintStream(err);
209 System.setErr(ps2);
291 if ( ps2!=null ) ps2.close()
321 PrintStream ps2 = null; \/\/ for redirecting stderr later local
    [all...]
gUnitExecutor.java 234 PrintStream ps2 = null; // for redirecting stderr later local
252 ps2 = new PrintStream(err);
254 System.setErr(ps2);
262 ps2.print("extra text found, '"+input.substring(currentIndex, input.size()-1)+"'");
294 if ( ps2!=null ) ps2.close();
311 PrintStream ps2 = null; // for redirecting stderr later local
345 ps2 = new PrintStream(err);
347 System.setErr(ps2);
382 ps2.print("Invalid input")
444 PrintStream ps2 = null; \/\/ for redirecting stderr later local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parsetok.c 73 char *ps1, char *ps2, perrdetail *err_ret)
75 return PyParser_ParseFileFlags(fp, filename, g, start, ps1, ps2,
81 char *ps1, char *ps2, perrdetail *err_ret, int flags)
84 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags);
89 char *ps1, char *ps2, perrdetail *err_ret, int *flags)
95 if ((tok = PyTokenizer_FromFile(fp, ps1, ps2)) == NULL) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parsetok.c 82 char *ps1, char *ps2, perrdetail *err_ret)
84 return PyParser_ParseFileFlags(fp, filename, g, start, ps1, ps2,
90 char *ps1, char *ps2, perrdetail *err_ret, int flags)
93 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags);
98 char *ps1, char *ps2, perrdetail *err_ret, int *flags)
104 if ((tok = PyTokenizer_FromFile(fp, ps1, ps2)) == NULL) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
KeySetManagerServiceTest.java 209 PackageSetting ps2 = generateFakePackageSetting("packageB"); local
210 mPackagesMap.put(ps2.name, ps2);
217 mKsms.addSigningKeySetToPackageLPw(ps2, signingKeys);
240 assertEquals(1, ps2.keySetData.getProperSigningKeySet());
252 PackageSetting ps2 = generateFakePackageSetting("packageB"); local
253 mPackagesMap.put(ps2.name, ps2);
265 mKsms.addSigningKeySetToPackageLPw(ps2, signingKeys2);
285 assertEquals(2, ps2.keySetData.getProperSigningKeySet())
297 PackageSetting ps2 = generateFakePackageSetting("packageB"); local
330 PackageSetting ps2 = generateFakePackageSetting("packageB"); local
751 PackageSetting ps2 = generateFakePackageSetting("packageB"); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 129 PreparedStatement ps2 = null; local
142 ps2 = conn.prepareStatement("select * from t1 whe a like '?000'");
146 ResultSet rs2 = ps2.executeQuery();
155 // Although exception happened on ps2 rs1 should still work
166 ps2.close();
170 if (ps2 != null) ps2.close();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 57 Word16 ps, psk, ps1, ps2, alpk, alp1, alp2, sq; local
242 ps2 = add1(ps1, dn[i1]);
244 sq = vo_mult(ps2, ps2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
code.py 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next
178 using the familiar sys.ps1 and sys.ps2, and input buffering.
216 sys.ps2
218 sys.ps2 = "... "
230 prompt = sys.ps2
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next
178 using the familiar sys.ps1 and sys.ps2, and input buffering.
216 sys.ps2
218 sys.ps2 = "... "
230 prompt = sys.ps2
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next
178 using the familiar sys.ps1 and sys.ps2, and input buffering.
216 sys.ps2
218 sys.ps2 = "... "
230 prompt = sys.ps2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next
178 using the familiar sys.ps1 and sys.ps2, and input buffering.
216 sys.ps2
218 sys.ps2 = "... "
230 prompt = sys.ps2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 71 decide whether to use sys.ps1 or sys.ps2 to prompt the next
178 using the familiar sys.ps1 and sys.ps2, and input buffering.
216 sys.ps2
218 sys.ps2 = "... "
230 prompt = sys.ps2
  /external/fdlibm/
e_j1.c 307 static const double ps2[5] = { variable
309 static double ps2[5] = {
336 else if(ix>=0x40000000){p = pr2; q= ps2;}

Completed in 1664 milliseconds

1 2 3 4 5