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

<<41424344454647484950>>

  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 44 System.out.println("Failed to register driver!");
  /dalvik/libcore/support/src/test/java/tests/support/
Support_BitSet.java 113 System.arraycopy(bits, 0, tempBits, 0, bits.length);
  /dalvik/libcore/text/src/main/java/java/text/
Bidi.java 290 System.arraycopy(text, textStart, realText, 0, paragraphLength);
300 System.arraycopy(temp.offsetLevel, 0, realEmbeddings, 0,
592 System.arraycopy(levels, levelStart, realLevels, 0, count);
601 System.arraycopy(result.toArray(), 0, objects, objectStart, count);
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientKeyExchange.java 73 System.arraycopy(bb, 1, exchange_keys, 0, exchange_keys.length);
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeConfigurationException.java 99 printStackTrace0(new PrintWriter(System.err, true));
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilder.java 182 System.out.println("Escaped URI = " + escapedURI);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 30 * DTMIterator objects, and manage the DTM objects in the system.
32 * <p>The system property that determines which Factory implementation
100 * Use the <code>org.apache.xml.dtm.DTMManager</code> system
107 * system property defined above.
214 * DTMs without system IDs are always hard deleted.
359 debug = System.getProperty("dtm.debug") != null;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
UnionChildIterator.java 77 System.arraycopy(tests, 0, m_nodeTests, 0, len);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 462 System.out.print(" | ");
464 System.out.print(v.elementAt(i));
468 System.out.print("empty whatToShow: " + whatToShow);
470 System.out.println();
487 // System.out.println("subPartMatch - p: "+p+", t: "+t+", result: "+b);
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 63 System.arraycopy(indent, 0, hlp, 0, depth);
86 System.arraycopy(nspCounts, 0, hlp, 0, depth + 1);
299 System.arraycopy(nspStack, 0, hlp, 0, pos);
393 System.arraycopy(elementStack, 0, hlp, 0, esp);
  /dalvik/tests/021-string2/src/
Main.java 55 System.out.println("Got expected npe");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 46 /** Key events that perform system operations. */
242 System.err.println("** Event weights > 100%");
248 System.err.println("** Event weights != 100%");
268 System.out.println("// Event percentages:");
270 System.out.println("// " + i + ": " + mFactors[i] + "%");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 95 System.currentTimeMillis());
NotifyingService.java 103 Notification notification = new Notification(moodId, null, System.currentTimeMillis());
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 166 System.arraycopy(src, off, cache, this.cachePosition, len);
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 30 * <li>System properties</li>
75 // Then overload it with system properties
76 for (Map.Entry<Object, Object> entry : System.getProperties()
137 // Cannot access thread context ClassLoader - falling back to system
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 63 e.printStackTrace (System.out);
  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 90 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
  /external/emma/core/java12/com/vladium/util/
Property.java 189 return System.getProperty (key);
201 return System.getProperty (key, def);
449 for (Enumeration e = System.getProperties ().propertyNames ();
464 ignore.printStackTrace (System.out);
  /external/emma/
test.sh 54 System.out.println(thisThing.addOne(2));
55 System.out.println(thatThing.addOne(2));
  /external/proguard/src/proguard/
ConfigurationConstants.java 99 public static final String JAR_SEPARATOR_KEYWORD = System.getProperty("path.separator");
DataEntryReaderFactory.java 63 System.out.println(messagePrefix +
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 112 System.arraycopy(newConstantPool, 0, programClass.constantPool, 0, newLength);
  /external/proguard/src/proguard/classfile/visitor/
SimpleClassPrinter.java 47 * <code>System.out</code>, including the access modifiers.
56 * <code>System.out</code>, with or without the access modifiers.
60 this(printAccessModifiers, System.out);

Completed in 1451 milliseconds

<<41424344454647484950>>