HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 951 - 975 of 2091) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SocketTest.java 72 System.out.println(Thread.currentThread()
76 System.out.println("Unable to accept: " + e.toString());
175 SecurityManager oldSm = System.getSecurityManager();
176 System.setSecurityManager(sm);
185 System.setSecurityManager(oldSm);
209 if (("true".equals(System.getProperty("java.net.preferIPv6Addresses")))
210 && !("true".equals(System
214 if ("true".equals(System.getProperty("run.ipv6tests"))) {
215 System.out
306 SecurityManager oldSm = System.getSecurityManager()
    [all...]
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 56 old = System.getSecurityManager();
62 System.setSecurityManager(old);
206 System.setSecurityManager(s);
269 System.setSecurityManager(s);
325 System.setSecurityManager(s);
391 System.setSecurityManager(s);
454 System.setSecurityManager(s);
585 System.setSecurityManager(ss);
623 System.setSecurityManager(s);
679 System.setSecurityManager(s)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
NodeSet.java 854 System.arraycopy(this.m_map, 0, clone.m_map, 0, this.m_map.length);
893 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
927 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
1021 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
1118 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
1125 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
1154 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
1159 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
1210 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree - i - 1);
    [all...]
  /frameworks/base/awt/java/awt/image/
RescaleOp.java 59 // System.loadLibrary("imageops");
79 System.arraycopy(scaleFactors, 0, this.scaleFactors, 0, numFactors);
80 System.arraycopy(offsets, 0, this.offsets, 0, numFactors);
132 System.arraycopy(this.scaleFactors, 0, scaleFactors, 0, minLength);
149 System.arraycopy(this.offsets, 0, offsets, 0, minLength);
416 System.arraycopy(scaleFactors, 0, extScaleFactors, 0, scaleFactors.length);
417 System.arraycopy(offsets, 0, extOffsets, 0, scaleFactors.length);
481 System.arraycopy(levels, 0, savedLevels, 0, len);
482 System.arraycopy(values, 0, savedValues, 0, len);
484 System.arraycopy(savedLevels, i * 4, levels, channelsOrder[i] * 4, 4)
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectArea.java 127 System.arraycopy(bottom, bottomIndex + 1, bottom, bottomIndex, bottomCount - bottomIndex - 1);
174 System.arraycopy(cash, i, cash, 1, cash[0] - i);
195 System.arraycopy(cash, i + 1, cash, i, pos - i);
221 System.arraycopy(cash, i, cash, i + 1, length - i);
254 System.arraycopy(mra.rect, 1, rect, 0, rect.length);
373 System.arraycopy(mra.rect, 0, rect, 0, mra.rect.length);
447 System.arraycopy(rect, i, buf, 0, 4);
448 System.arraycopy(rect, k, rect, i, 4);
449 System.arraycopy(buf, 0, rect, k, 4);
532 System.arraycopy(buf, 0, rect, 0, buf.length)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 68 long dateTaken = System.currentTimeMillis();
84 long dateAdded = System.currentTimeMillis();
86 long dateModified = System.currentTimeMillis();
129 dateTaken = System.currentTimeMillis();
145 dateModified = System.currentTimeMillis();
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 89 System.arraycopy(encoded, 0, this.encoded, 0, encoded.length);
156 System.arraycopy(encryptedData, 0,
191 System.arraycopy(encryptedData, 0,
225 System.arraycopy(encryptedData, 0, ret, 0, encryptedData.length);
448 System.arraycopy(encoded, 0, ret, 0, encoded.length);
  /dalvik/libcore/luni/src/main/java/java/lang/
String.java 134 System.arraycopy(s.value, s.offset, value, 0, s.count);
140 * specified by the file.encoding system property. If the system property is
171 * specified by the file.encoding system property. If the system property is
389 System.arraycopy(v, 0, value, 0, s);
470 System.arraycopy(data, start, value, 0, count);
512 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
513 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count);
533 System.arraycopy(s1.value, s1.offset, value, 0, s1.count)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
MulticastSocket.java 201 SecurityManager security = System.getSecurityManager();
253 SecurityManager security = System.getSecurityManager();
277 SecurityManager security = System.getSecurityManager();
326 SecurityManager security = System.getSecurityManager();
350 SecurityManager security = System.getSecurityManager();
374 * the local system. This is useful on multihomed machines.
482 // the system does not support IPV6 and does not provide
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedInputStreamTest.java 44 e.printStackTrace(System.out);
45 System.out.println("Error while running the writer thread.");
53 bytes[i] = (byte) (System.currentTimeMillis() % 9);
70 e.printStackTrace(System.out);
71 System.out.println("Error while running the writer thread.");
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 34 * Low-level communication with the global system window manager. It implements
162 System.arraycopy(old, 0, mViews, 0, index-1);
165 System.arraycopy(old, 0, mRoots, 0, index-1);
168 System.arraycopy(old, 0, mParams, 0, index-1);
337 System.arraycopy(src, 0, dst, 0, index);
340 System.arraycopy(src, index+1, dst, index, src.length-index-1);
MotionEvent.java 280 * must be obtained from {@link System#nanoTime()}.
322 System.arraycopy(inPointerIds, 0, pointerIdentifiers, 0, pointers);
329 System.arraycopy(inData, 0, dataSamples, 0, ND);
552 System.arraycopy(o.mTimeSamples, 0, ev.mTimeSamples, 0, NS);
559 System.arraycopy(o.mPointerIdentifiers, 0, ev.mPointerIdentifiers, 0, NP);
566 System.arraycopy(o.mDataSamples, 0, ev.mDataSamples, 0, ND);
597 System.arraycopy(o.mPointerIdentifiers, 0, ev.mPointerIdentifiers, 0, NP);
604 System.arraycopy(o.mDataSamples, 0, ev.mDataSamples, 0, ND);
    [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 141 final long start = System.nanoTime();
143 long end = System.nanoTime();
236 final long start = System.nanoTime();
238 long end = System.nanoTime();
293 long end = System.nanoTime();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 182 boolean saveFiles = System.getenv("save_file") != null;
192 System.out.println("Rendering " + layout.getName());
215 System.out.println("FAILED");
219 System.out.println("Ignore custom views for now");
226 System.out.println("Success!");
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 45 System.out.println("JDiff: generating HTML report into the file '" + fullReportFileName + reportFileExt + "' and the subdirectory '" + fullReportFileName + "'");
53 System.out.println("Error: could not create the subdirectory '" + fullReportFileName + "'");
54 System.exit(3);
132 System.out.println("IO Error while attempting to create " + changesSummaryName);
133 System.out.println("Error: " + e.getMessage());
134 System.exit(1);
197 if (trace) System.out.println("Package " + pkgName + " was removed.");
210 if (trace) System.out.println("Package " + pkgName + " was added.");
225 if (trace) System.out.println("Package " + pkgName + " was changed.");
284 System.out.println("IO Error while attempting to create " + localReportFileName)
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 128 SecurityManager oldSm = System.getSecurityManager();
129 System.setSecurityManager(sm);
138 System.setSecurityManager(oldSm);
165 SecurityManager oldSm = System.getSecurityManager();
166 System.setSecurityManager(sm);
175 System.setSecurityManager(oldSm);
203 SecurityManager oldSm = System.getSecurityManager();
204 System.setSecurityManager(sm);
213 System.setSecurityManager(oldSm);
241 SecurityManager oldSm = System.getSecurityManager()
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 68 * The test needs certstore file placed in system classpath
70 * default KeyStore installed in the system in lower case.
72 * For example: if default KeyStore type in the system is BKS
231 System.out.println("Expected exception was thrown: "
749 * (Authenticator was not set up in the system).
754 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
760 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
766 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TreeMap.java 144 System.arraycopy(keys, 0, clone.keys, 0, keys.length);
145 System.arraycopy(values, 0, clone.values, 0, values.length);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 158 System.err.printf("byte %02x\n", (0xff & ret[i]));
626 System.err.println("emit local restart");
648 System.err.printf("Emit string %s\n",
669 System.err.printf("Emit type %s\n",
705 System.err.println("emit local start");
735 System.err.println("emit local start");
760 System.err.println("emit local end");
863 System.err.printf("Emitting advance_line for %d\n", deltaLines);
887 System.err.printf("Emitting advance_pc for %d\n", deltaAddress);
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 125 if (DEBUG) System.out.println("--->Mapping local-associated params");
128 if (DEBUG) System.out.println("--->Mapping other params");
131 if (DEBUG) System.out.println("--->Mapping invoke-range");
135 System.out.println("--->Mapping local-associated non-params");
139 if (DEBUG) System.out.println("--->Mapping check-cast results");
142 if (DEBUG) System.out.println("--->Mapping others");
152 System.out.println("Printing local vars");
165 System.out.printf("Local: %s Registers: %s\n", e.getKey(), regs);
649 System.out.printf("Add mapping s%d -> v%d c:%d\n",
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 73 * class name. This can be used as a system property, or as an entry in a
107 * If a system property of this name is set then the value is
110 * System.out and System.err respectively.
133 * <p>Setting this system property
143 * to system error and then continue using a standard Hashtable.
292 * <li>using JDK1.1 and the calling code is loaded via the system
310 * code also supports the ability for a system property to specify an
320 = System.getProperty(HASHTABLE_IMPLEMENTATION_PROPERTY);
338 System.err.println("[ERROR] LogFactory: Load of custom hashtable failed")
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 191 System.arraycopy(headerArray, index, value, 0, length);
213 System.arraycopy(headerArray, index, headerImpl.mAuthChall, 0,
219 System.arraycopy(headerArray, index, headerImpl.mAuthResp, 0,
228 System.arraycopy(headerArray, index, body, 1, length);
291 System.arraycopy(headerArray, index, value, 0, 4);
298 System.arraycopy(value, 0, headerImpl.mConnectionID, 0, 4);
836 System.arraycopy(triplet, index, result, 0, length);
    [all...]
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 62 private final PrintStream err = System.err;
78 System.setErr(new PrintStream(errSubstituteStream));
111 System.setErr(err);
289 oldMan = System.getSecurityManager();
290 System.setSecurityManager(new MockNoSocketSecurityManager());
296 System.setSecurityManager(oldMan);
298 System.setSecurityManager(new MockNoSocketSecurityManager());
304 System.setSecurityManager(oldMan);
644 SecurityManager oldMan = System.getSecurityManager();
645 System.setSecurityManager(new MockSecurityManager())
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CertSelector.java 212 System.arraycopy(issuerDN, 0, this.issuerBytes, 0, issuerDN.length);
234 System.arraycopy(issuerBytes, 0, result, 0, issuerBytes.length);
348 System.arraycopy(subjectKeyIdentifier, 0, this.subjectKeyIdentifier, 0,
363 System.arraycopy(subjectKeyIdentifier, 0, res, 0, res.length);
380 System.arraycopy(authorityKeyIdentifier, 0,
397 System.arraycopy(authorityKeyIdentifier, 0, res, 0, res.length);
536 System.arraycopy(key, 0, subjectPublicKey, 0, key.length);
566 System.arraycopy(keyUsage, 0, this.keyUsage, 0, keyUsage.length);
581 System.arraycopy(keyUsage, 0, result, 0, keyUsage.length);
760 System.arraycopy(arr_neim, 0, neim, 0, arr_neim.length)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 383 System.err.println(locals.get(i));
519 System.arraycopy(endIndices, 0, newEnds, 0,
538 System.err.printf("%04x snapshot %s\n", address, specs);
561 System.err.printf("%04x snapshot done\n", address);
574 System.err.printf("%04x start %s\n", address, startedLocal);
710 System.err.printf("%04x end %s\n", address, endedLocal);

Completed in 397 milliseconds

<<31323334353637383940>>