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

<<31323334353637383940>>

  /external/emma/core/java12/com/vladium/util/
ByteArrayIStream.java 72 System.arraycopy (mbuf, pos, buf, offset, length);
  /external/guava/src/com/google/common/collect/
Platform.java 64 * Wrapper around {@link System#arraycopy} so that it can be emulated
70 * <p>As of GWT 2.0, The built-in {@link System#arraycopy} doesn't work
77 System.arraycopy(src, srcPos, dest, destPos, length);
  /external/proguard/src/proguard/
UpToDateChecker.java 112 System.out.println("The output is up to date");
  /external/proguard/src/proguard/classfile/editor/
InterfacesEditor.java 65 System.arraycopy(interfaces, 0, newinterfaces, 0, interfacesCount);
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 41 * Creates a new WarningPrinter that prints to the System.err print stream.
45 this(System.err);
  /external/proguard/src/proguard/classfile/visitor/
MultiMemberVisitor.java 71 System.arraycopy(memberVisitors, 0,
  /external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java 181 System.out.println("["+factory.nextName()+"]");
  /external/proguard/src/proguard/optimize/
ChangedCodePrinter.java 237 System.arraycopy(code, 0, oldCode, 0, codeAttribute.u4codeLength);
276 System.out.println("Class "+ClassUtil.externalClassName(clazz.getName()));
277 System.out.println("Method "+ClassUtil.externalFullMethodDescription(clazz.getName(),
284 System.out.println(
  /external/quake/src/com/android/quake/
QuakeLib.java 132 System.loadLibrary("quake");
  /frameworks/base/awt/java/awt/
GraphicsEnvironment.java 90 return "true".equals(System.getProperty("java.awt.headless"));
94 * Gets the maximum bounds of system centered windows.
96 * @return the maximum bounds of system centered windows.
105 * Gets the Point which should defines the center of system window.
107 * @return the Point where the system window should be centered.
118 * by initial system locale or default encoding).
Polygon.java 201 System.arraycopy(xpoints, 0, this.xpoints, 0, npoints);
202 System.arraycopy(ypoints, 0, this.ypoints, 0, npoints);
238 System.arraycopy(xpoints, 0, tmp, 0, xpoints.length);
242 System.arraycopy(ypoints, 0, tmp, 0, ypoints.length);
  /frameworks/base/awt/java/awt/event/
InvocationEvent.java 79 when = System.currentTimeMillis();
128 * System.out.println(e);
  /frameworks/base/awt/javax/imageio/plugins/jpeg/
JPEGHuffmanTable.java 151 System.arraycopy(lengths, 0, this.lengths, 0, lengths.length);
152 System.arraycopy(values, 0, this.values, 0, values.length);
163 System.arraycopy(lengths, 0, newLengths, 0, lengths.length);
174 System.arraycopy(values, 0, newValues, 0, values.length);
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java 56 System.arraycopy(buf, 0, tmp, 0, buf[0]);
90 System.arraycopy(active, i, active, i + 4, length - i);
96 System.arraycopy(region, index, active, length, 4);
118 System.arraycopy(active, i + 4, active, i, length - i);
133 System.arraycopy(active, i + 4, active, i, length - i);
156 System.arraycopy(level, j, level, j + 1, levelCount - j);
173 System.arraycopy(level, j, level, j + 1, levelCount - j);
524 System.arraycopy(src2.rect,1, dst.rect, pos, size);
574 System.arraycopy(top, 1, dst, 1, top[0] - 1);
575 System.arraycopy(bottom, 1, dst, top[0], bottom[0] - 1)
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
NativeCMM.java 80 System.loadLibrary("lcmm"); //$NON-NLS-1$
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
PngDecoderJava.java 146 System.arraycopy(mChunks, 0, largerArray, 0, mChunks.length);
188 System.out.println("Unsupported color type: " + colorType);
207 System.out.println("Unsupported color type!");
250 System.out.println("Couldn't undo interlacing.");
  /frameworks/base/core/java/android/content/pm/
ConfigurationInfo.java 96 + Integer.toHexString(System.identityHashCode(this))
InstrumentationInfo.java 77 + Integer.toHexString(System.identityHashCode(this))
PackageStats.java 47 + Integer.toHexString(System.identityHashCode(this))
PermissionGroupInfo.java 25 * group known to the system. This corresponds to information collected from the
79 + Integer.toHexString(System.identityHashCode(this))
PermissionInfo.java 25 * known to the system. This corresponds to information collected from the
44 * System-level value for {@link #protectionLevel}, corresponding
51 * System-level value for {@link #protectionLevel}, corresponding
123 + Integer.toHexString(System.identityHashCode(this))
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 237 System.arraycopy(colorList, 0, ncolor, 0, listSize);
240 System.arraycopy(stateSpecList, 0, nstate, 0, listSize);
253 System.arraycopy(colorList, 0, mColors, 0, listSize);
254 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 33 System.loadLibrary("srec_jni");
  /frameworks/base/core/java/android/util/
DebugUtils.java 65 String s = System.getenv("ANDROID_OBJECT_FILTER");
Patterns.java 194 System.err.println("Group(" + i + ") : " + s);

Completed in 338 milliseconds

<<31323334353637383940>>