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

  /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) {
  /external/chromium_org/chrome/test/perf/
startup_test.cc 54 IMPORTANT
155 bool important = (test_importance == IMPORTANT); local
261 graph, std::string(), trace, times, "ms", important);
272 graph, std::string(), name.c_str(), times, "ms", important);
279 graph, std::string(), name.c_str(), times, "ms", important);
288 graph, std::string(), name.c_str(), times, "ms", important);
298 graph, std::string(), name.c_str(), times, "ms", important);
312 RunStartupTest("warm", "t", WARM, IMPORTANT,
318 RunStartupTest("warm", "t_ref", WARM, IMPORTANT,
    [all...]
  /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.
  /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.
107 # IMPORTANT: The following definitions must use lazy assignment because
  /device/generic/goldfish/opengl/
Android.mk 37 # IMPORTANT: ORDER IS CRUCIAL HERE
common.mk 82 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
  /sdk/emulator/opengl/
Android.mk 37 # IMPORTANT: ORDER IS CRUCIAL HERE
common.mk 84 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
  /ndk/sources/third_party/googletest/
Android.mk 87 # IMPORTANT: The test looks at the name of its executable and expects
  /external/chromium_org/tools/grit/grit/tool/
resize.py 156 IMPORTANT NOTE: For now, the tool outputs a UTF-8 encoded file for any language
  /external/ceres-solver/jni/
Android.mk 47 # IMPORTANT:
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 590 return priority == UIProvider.ConversationPriority.IMPORTANT;
UIProvider.java 286 * Whether the account provides a mechanism for marking conversations as important.
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/skia/
Android.mk 74 # IMPORTANT: The build order of the SkImageDecoder_*.cpp files
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 658 mHeader.conversation.priority == UIProvider.ConversationPriority.IMPORTANT;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 553 milliseconds