HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 551 - 575 of 839) sorted by null

<<21222324252627282930>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 401 System.arraycopy(m_stack,0, newArray, 0, max);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 436 System.arraycopy(m_array, 0, newarray, 0, i);
516 System.arraycopy(m_array, 0, newarray, 0, i);
598 System.arraycopy(m_array, 0, newarray, 0, i);
664 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree,
681 System.arraycopy(m_array, 0, newarray, 0, i);
759 System.arraycopy(value.m_array[sourcechunk], sourcecolumn,
763 System.arraycopy(value.m_array[sourcechunk + 1], 0,
781 System.arraycopy(m_array, 0, newarray, 0, i);
    [all...]
  /external/apache-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...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 646 System.arraycopy(out, 0, tmp, 0, len);
711 System.arraycopy(tmp, 0, out, 0, len);
    [all...]
X509CRLObject.java 336 System.arraycopy(sigAlgParams, 0, tmp, 0, tmp.length);
352 String nl = System.getProperty("line.separator");
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMUtilities.java 200 System.arraycopy(iv, 0, salt, 0, 8);
276 System.arraycopy(key, 0, key, 16, 8);
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 53 System.arraycopy(buf, 0, tmp, 0, buf.length);
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 459 System.out.println("Trying to match = "
468 System.out.println(((GenericObject) hisobj).encode());
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 219 System.arraycopy(msgBuffer, i, body, 0, bodyLength);
684 System.out.println(" i = " + i + " branchId = "
686 // System.out.println("encoded " +
692 // System.out.println("dialog id = " +
  /external/proguard/src/proguard/classfile/
LibraryClass.java 150 System.arraycopy(subClasses, 0, temp, 0, subClasses.length);
ProgramClass.java 184 System.arraycopy(subClasses, 0, temp, 0, subClasses.length);
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 421 System.out.println();
422 System.out.println("Branch targets: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
428 System.out.println("" +
  /frameworks/base/core/java/android/content/
ClipData.java 405 System.arraycopy(mimeTypes, 0, tmp, i, mimeTypes.length);
  /frameworks/base/core/java/android/os/
FileUtils.java 74 * Get the status for the given path. This is equivalent to the POSIX stat(2) system call.
97 /** returns the FAT file system volume ID for the volume mounted
212 System.arraycopy(last, len, last, 0, last.length - len);
213 System.arraycopy(data, 0, last, last.length - len, len);
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 52 * Comments in this class the use the shorthand "system engines" for engines that
53 * are a part of the system image.
81 * @return the package name of the highest ranked system engine, {@code null}
82 * if no TTS engines were present in the system image.
87 if (engines.size() > 0 && engines.get(0).system) {
145 * @return true if a given engine is installed on the system.
249 engine.system = isSystemEngine(service);
262 * Engines that are a part of the system image are always lesser
263 * than those that are not. Within system engines / non system engine
    [all...]
  /frameworks/base/core/java/android/widget/
SpellChecker.java 111 System.arraycopy(mIds, 0, newIds, 0, mLength);
112 System.arraycopy(mSpellCheckSpans, 0, newSpellCheckSpans, 0, mLength);
157 System.arraycopy(mSpellParsers, 0, newSpellParsers, 0, length);
194 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount);
290 System.arraycopy(suggestions, 0, newSuggestions, 0, numberOfSuggestions);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 108 System.arraycopy(buf, i, mText, pos, length);
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 44 private static final String SYSTEM = "/system/fonts/";
45 private static final String SYSTEM_FONT_TIME_BACKGROUND = SYSTEM + "AndroidClock.ttf";
46 private static final String SYSTEM_FONT_TIME_FOREGROUND = SYSTEM + "AndroidClock_Highlight.ttf";
58 /* called by system on minute ticks */
199 Settings.System.CONTENT_URI, true, mFormatChangeObserver);
229 mCalendar.setTimeInMillis(System.currentTimeMillis());
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPart.java 142 System.arraycopy(data, 0, mPartData, 0, data.length);
156 System.arraycopy(mPartData, 0, byteArray, 0, mPartData.length);
201 System.arraycopy(contentId, 0, buffer, 1, contentId.length);
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 308 System.arraycopy(mStateSets, 0, newStateSets, 0, oldSize);
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 24 * Class for exposing the native Renderscript rs_matrix4x4 type back to the Android system.
46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length);
112 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 68 System.gc();
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 197 System.arraycopy(headerArray, index, value, 0, length);
219 System.arraycopy(headerArray, index, headerImpl.mAuthChall, 0,
225 System.arraycopy(headerArray, index, headerImpl.mAuthResp, 0,
234 System.arraycopy(headerArray, index, body, 1, length);
297 System.arraycopy(headerArray, index, value, 0, 4);
304 System.arraycopy(value, 0, headerImpl.mConnectionID, 0, 4);
    [all...]
ServerOperation.java 201 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
326 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
478 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
ServerSession.java 266 System.arraycopy(header, 0, data, 3, header.length);
340 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0,
365 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
394 System.arraycopy(head, 0, replyData, 3, head.length);
498 System.arraycopy(head, 0, replyData, 3, head.length);
581 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0,
593 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
641 System.arraycopy(head, 0, sendData, 7, head.length);

Completed in 1479 milliseconds

<<21222324252627282930>>