HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTANT (Results 1 - 25 of 39) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 43 * constant for {@link #make} to indicate that only "important" position
47 public static final int IMPORTANT = 3;
64 case IMPORTANT: {
94 if ((howMuch == IMPORTANT) && !lastWasTarget) {
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 43 * constant for {@link #make} to indicate that only "important" position
47 public static final int IMPORTANT = 3;
64 case IMPORTANT: {
94 if ((howMuch == IMPORTANT) && !lastWasTarget) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
PositionList.java 43 * constant for {@link #make} to indicate that only "important" position
47 public static final int IMPORTANT = 3;
64 case IMPORTANT: {
94 if ((howMuch == IMPORTANT) && !lastWasTarget) {
  /ndk/tests/build/topological-sort/jni/
Android.mk 15 # Order is important, i.e. it should have a line that says:
55 # IMPORTANT: foo must appear before bar here.
  /device/generic/goldfish-opengl/
Android.mk 49 # IMPORTANT: ORDER IS CRUCIAL HERE
common.mk 92 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
table.py 20 records within DynamoDB. The important part is that all records within the
50 **IMPORTANT** - If you're creating a new ``Table`` for the first time,
139 **IMPORTANT** - You should consider the usage pattern of your table
144 **IMPORTANT** - If the table already exists in DynamoDB, additional
614 **IMPORTANT** - Be careful when using this method, there is no undo.
868 **IMPORTANT** - Be careful when using this method, there is no undo.
    [all...]
  /ndk/build/core/
default-build-commands.mk 13 # must appear on the final static linker command (order is important).
23 # IMPORTANT: The result must use the host path convention.
116 # IMPORTANT: The following definitions must use lazy assignment because
  /ndk/sources/third_party/googletest/
Android.mk 87 # IMPORTANT: The test looks at the name of its executable and expects
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 124 private static Bitmap IMPORTANT;
424 IMPORTANT = BitmapFactory.decodeResource(res,
598 mHeader.conversation.priority == UIProvider.ConversationPriority.IMPORTANT;
609 mHeader.personalLevelBitmap = IMPORTANT;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 676 return priority == UIProvider.ConversationPriority.IMPORTANT;
UIProvider.java 336 * Whether the account provides a mechanism for marking conversations as important.
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 

Completed in 768 milliseconds

1 2