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

<<51525354555657585960>>

  /dalvik/libcore/security-kernel/src/main/java/java/security/
AccessController.java 363 System.arraycopy(that.context, 0, assigned, 0, assigned.length);
  /dalvik/libcore/sql/src/main/java/java/sql/
DriverManager.java 32 import dalvik.system.VMStack;
39 * from the list of drivers referenced by the system property {@code
85 * Get the names of the drivers as an array of Strings from the system
415 SecurityManager securityManager = System.getSecurityManager();
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerKeyExchange.java 96 System.arraycopy(bb, 1, noZero, 0, noZero.length);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 310 System.arraycopy(m_paramElems, 0, ewp, 0, length);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 49 * are reported to System.err.
96 m_pw = new PrintWriter(System.err, true);
231 // Otherwise report the error to System.err.
266 // Otherwise report the error to System.err.
  /development/apps/Development/src/com/android/development/
LogViewer.java 80 long lastTime = System.currentTimeMillis();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 97 calendar.setTimeInMillis(System.currentTimeMillis());
ForegroundService.java 161 System.currentTimeMillis());
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property
103 * The name (<code>org.apache.commons.logging.Log</code>) of the system
111 * The deprecated system property used for backwards compatibility with
119 * of the system property which can be set true/false to
120 * determine system behaviour when a bad context-classloader is encountered.
134 * of the system property which can be set true/false to
135 * determine system behaviour when a bad logging adapter class is
150 * of the system property which can be set true/false to
151 * determine system behaviour when a logging adapter class is
375 * rather than via system properties. It can also be used in code runnin
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 69 * @return the result of System.currentTimeMillis (), evaluated on the
77 s_timestamp = result = System.currentTimeMillis ();
149 final IProperties system = wrap (Property.getSystemProperties (appName)); local
154 // (2) system properties (java.lang.System.getProperties(),
156 // (3) system file properties ("emma.properties" system property,
159 // (5) system property redirects (report.out.encoding->file.encoding,
163 IProperties.Factory.combine (system,
  /external/emma/core/java12/com/vladium/util/
IntObjectMap.java 284 private static final String EOL = System.getProperty ("line.separator", "\n");
IntSet.java 256 private static final String EOL = System.getProperty ("line.separator", "\n");
  /external/junit/src/junit/swingui/
TestTreeModel.java 144 System.out.println("TreeModel.valueForPathChanged: not implemented");
  /external/proguard/src/proguard/evaluation/
Variables.java 101 System.arraycopy(other.values, 0, this.values, 0, other.size);
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 117 System.out.println("GotoCommonCodeReplacer: "+clazz.getName()+"."+method.getName(clazz)+" (["+(offset-commonCount)+"] - "+branchInstruction.toString(offset)+" -> "+targetOffset+")");
  /external/proguard/src/proguard/shrink/
ShortestUsagePrinter.java 48 * Creates a new UsagePrinter that prints verbosely to <code>System.out</code>.
67 this(shortestUsageMarker, verbose, System.out);
  /frameworks/base/awt/java/awt/
EventQueueCore.java 45 long mostRecentEventTime = System.currentTimeMillis();
  /frameworks/base/awt/javax/imageio/stream/
ImageInputStreamImpl.java 414 System.arraycopy(values, 0, arr, 0, values.length);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 222 System.arraycopy(fontUnicodeRanges, 0, ranges, 0,
229 * Return Font object if it was successfully embedded in System
CommonGlyphVector.java 685 System.arraycopy(visualPositions, beginGlyphIndex, positionReturn, 0, numEntries);
715 System.arraycopy(setPositions, 0, visualPositions, beginGlyphIndex, numEntries);
733 System.arraycopy(setPositions, 0, visualPositions, 0, len);
793 System.arraycopy(logicalPositions, 0, visualPositions, 0, logicalPositions.length);
TextMetricsCalculator.java 79 System.arraycopy(baselineOffsets, 0, ret, 0, baselineOffsets.length);
TextRunBreaker.java 424 System.arraycopy(text, 0, newText, 0, insertPos);
426 System.arraycopy(text, insertPos, newText, insertPos+1, text.length - insertPos);
453 System.arraycopy(text, 0, newText, 0, deletePos);
454 System.arraycopy(text, deletePos+1, newText, deletePos, newText.length - deletePos);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
PngDecoder.java 40 System.loadLibrary("gl"); //$NON-NLS-1$
  /frameworks/base/core/java/android/content/
IntentSender.java 47 * the system describing the original data used to retrieve it. This means
195 sb.append(Integer.toHexString(System.identityHashCode(this)));
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 73 * The affinity this activity has for another task in the system. The
89 * true, the system may instantiate it in the some process as the
146 * Bit in {@link #flags} indicating that, when a request to close system
285 * can handle itself (without being restarted by the system).
355 + Integer.toHexString(System.identityHashCode(this))

Completed in 1120 milliseconds

<<51525354555657585960>>