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

<<61626364656667686970>>

  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 84 * System.out.println(&quot;Strings are equivalent&quot;);
99 * System.out.println(&quot;\u00e0\u0325 is not equal to a\u0325\u0300 without decomposition&quot;);
102 * System.out.println(&quot;Error: \u00e0\u0325 should be equal to a\u0325\u0300 with decomposition&quot;);
104 * System.out.println(&quot;\u00e0\u0325 is equal to a\u0325\u0300 with decomposition&quot;);
107 * System.out.println(&quot;Error: \u00e0\u0325 should be not equal to a\u0325\u0300 without decomposition&quot;);
167 return System.getProperty("collator.cache"); //$NON-NLS-1$
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 245 System.arraycopy(fragment, 0, buff, 5, fragment.length);
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
FactoryFinder.java 93 System.err.println(
189 // Use the system property first
193 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId);
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 84 System.err.println("JAXP: " + msg);
101 * If this parameter is null, the default system class loader
131 debugPrintln("using system class loader ("+classLoader+") for search");
175 // system property look up
177 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
198 debugPrintln("failed to look up system property '"+propertyName+"'" );
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 80 System.err.println("JAXP: " + msg);
97 * If this parameter is null, the default system class loader
127 debugPrintln("using system class loader ("+classLoader+") for search");
171 // system property look up
173 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
194 debugPrintln("failed to look up system property '"+propertyName+"'" );
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 400 System.out.println("JJK***** CACHE RELEASE *****\n"+
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 224 System.arraycopy(m_extendedTypes, 0, newArray, 0,
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 404 System.out.println("***** DOM2DTM Pop Control Flow problem");
416 System.out.println("***** DOM2DTM popping EntRef");
455 System.out.println("***** DOM2DTM Crosscheck:");
457 System.out.println(i+":\t"+m_firstch.elementAt(i)+"\t"+m_nextsib.elementAt(i));
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.java 217 // Get the default system character encoding. This may be
220 encoding = System.getProperty("file.encoding", "UTF8");
308 * System property "encodings" formatted using URL syntax may define an
329 // system do its best... The issue is not really very critical,
NamespaceMappings.java 401 System.arraycopy(m_stack,0, newArray, 0, max);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 253 System.arraycopy(name,0,parts,0,3);
738 // cache system? ****
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 46 * System.out.println("Namespace URI: " + parts[0]);
47 * System.out.println("Local name: " + parts[1]);
48 * System.out.println("Raw name: " + parts[2]);
51 * System.out.println("Namespace URI: " + parts[0]);
52 * System.out.println("Local name: " + parts[1]);
53 * System.out.println("Raw name: " + parts[2]);
210 System.arraycopy(contexts, 0, newContexts, 0, max);
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java 62 System.out.println("Usage: JaxenXPathTestSuite <jaxen-home>");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 159 return Long.toString(System.currentTimeMillis());
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCodeConverter.java 135 System.arraycopy(letter, 0, result, pos, letter.length);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 154 mLastCheckedTime.setTimeInMillis(System.currentTimeMillis());
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 232 values.put(Notes.MODIFIED_DATE, System.currentTimeMillis());
283 // as well. This does a query on the system for any activities that
NotePadProvider.java 167 Long now = Long.valueOf(System.currentTimeMillis());
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 250 System.arraycopy(proxies, 0, result, 0, proxies.length);
RouteTracker.java 186 System.arraycopy(this.proxyChain, 0,
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 326 private static final String EOL = System.getProperty ("line.separator", "\n");
ObjectIntMap.java 322 private static final String EOL = System.getProperty ("line.separator", "\n");
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 481 private static final String EOL = System.getProperty ("line.separator", "\n");
  /external/guava/src/com/google/common/collect/
Ordering.java 190 * {@link System#identityHashCode(Object)}, so its behavior cannot be
238 * can do magic to mock static method calls still can't do so for a system
244 return System.identityHashCode(object);
  /external/proguard/src/proguard/classfile/
LibraryClass.java 150 System.arraycopy(subClasses, 0, temp, 0, subClasses.length);

Completed in 555 milliseconds

<<61626364656667686970>>