HomeSort by relevance Sort by last modified time
    Searched full:mold (Results 1 - 25 of 27) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 156 final float[] mOld = new float[NUM_OLD*4];
241 canvas.drawLine(mOld[p], mOld[p+1], mOld[p+2], mOld[p+3], mForeground);
255 System.arraycopy(mOld, 0, mOld, 4, (mNumOld-1)*4);
259 mOld[0] = mPoint1.x;
260 mOld[1] = mPoint1.y;
261 mOld[2] = mPoint2.x
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
DiffUtilActivity.java 103 private final List<String> mOld;
107 mOld = old;
113 return mOld.size();
125 return mOld.get(oldItemPosition).equals(mNew.get(newItemPosition));
130 return mOld.get(oldItemPosition).equals(mNew.get(newItemPosition));
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 90 Bitmap mOld;
387 if (LOGD) Log.d(TAG, "updateAppWidget called mOld=" + mOld);
400 mOld = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
403 mOld = null;
405 if (mOld != null) {
406 //mView.drawIntoBitmap(mOld);
627 if (alpha != 255 && mOld != null) {
629 //canvas.drawBitmap(mOld, l, t, mOldPaint);
642 if (mOld != null)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 853 unsigned MOld = P.MaxSetPressure[PSetID];
854 unsigned MNew = MOld;
859 if (PNew > MOld)
874 if (MNew == MOld)
891 Delta.CurrentMax.setUnitInc(MNew - MOld);
    [all...]
  /external/selinux/secilc/docs/
cil_introduction.md 42 * Rich policy relationships - templates, interfaces, and attributes are currently the only means of quickly creating new types or sets of types with commonly needed access. However, use of these constructs require up-front design by the policy developer, limiting their use by system builders and administrators to rapidly create or mold existing policy. Policy authors need language features to create new types or modules based upon existing ones with large or small changes. These features should allow ad-hoc creation of new policy modules or types related to existing types.
  /toolchain/binutils/binutils-2.25/gas/
NEWS 120 -mnaked-reg and -mold-gcc, for x86 targets.
ChangeLog-2007 4 -mindex-reg, -mnaked-reg and -mold-gcc.
26 -mmnaked-reg and -mold-gcc.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.exp 43 run_list_test "general" "-al --listing-lhs-width=2 -mold-gcc"
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt 166 expr.model.getUniqueFieldName("mOld${expr.readableName.capitalize()}", false)
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
Transliterator_Kanji_English.txt     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2007 41 "float". Pass -mold-gcc to assembler for "general".
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.a     [all...]
libsupc++.a     [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/po/
es.po     [all...]
fi.po     [all...]
fr.po     [all...]
id.po     [all...]
ja.po     [all...]
uk.po     [all...]

Completed in 1372 milliseconds

1 2