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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/
README 2 The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices.
  /external/e2fsprogs/lib/ext2fs/
alloc.c 147 * goal. Should put in a smarter one someday....
149 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
160 if (!goal || (goal >= fs->super->s_blocks_count))
161 goal = fs->super->s_first_data_block;
162 i = goal;
180 } while (i != goal);
188 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal,
206 retval = (fs->get_alloc_block)(fs, (blk64_t) goal, &new);
217 retval = ext2fs_new_block(fs, goal, 0, &block)
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DEFAULT_GOAL 28 # Change to a different goal.
39 # Test #2: unknown goal.
49 # Test #3: more than one goal.
  /packages/apps/Tag/res/values-ro/
strings.xml 23 <string name="tag_empty" msgid="3726529819932095782">"Etichet? goal?"</string>
27 <string name="empty_tag_prompt" msgid="4206394383309956030">"Aceast? etichet? este goal?."</string>
  /dalvik/vm/compiler/codegen/arm/
README.txt 2 functionality hierarchies. The goal is to separate architectural dependent
  /development/pdk/docs/about/
index.jd 12 goal, and the result is a full production quality consumer product whose
  /external/chromium/chrome/browser/extensions/
convert_web_app.h 21 // Generates a version number for an extension from a time. The goal is to make
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_view.mm 11 // How to round off the popup's corners. Goal is to match star and go
  /external/javassist/
pom.xml 140 <goal>jar</goal>
185 <goal>sign</goal>
  /external/protobuf/java/
pom.xml 90 <goal>run</goal>
136 <goal>run</goal>
  /external/skia/include/views/
SkSystemEventTypes.h 21 The goal of these strings is two-fold:
  /external/valgrind/unittest/
bigtest.cc 97 std::map<StatType, int> goal; member in class:GoalStats
132 CHECK(goal.find(type) == goal.end());
133 goal[type] = value;
139 CHECK(types.size() == goal.size());
142 (*stats)[i] = goal[types[i]];
735 // Parse goal strings
737 const char * goal = goal_list[i]; local
741 && goal[j] != '='
742 && goal[j] != '\0'; j++)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSized.java 25 * This activity contains Views with various widths and heights. The goal is to exercise the
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IImageFactory.java 26 * rendered. The goal is to let the layoutlib caller create an image that's optimized for its use
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 178 function slide(goal, id, go_left, cp) {
183 animation.goal = goal;
188 var motions = Math.abs(animation.goal - animation.origin);
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 178 function slide(goal, id, go_left, cp) {
183 animation.goal = goal;
188 var motions = Math.abs(animation.goal - animation.origin);
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
  /build/core/
product_config.mk 84 # it will be treated as a goal, and the eng variant will be used.
88 # Provide "PRODUCT-<prodname>-<goal>" targets, which lets you build
93 # Scrape the product and build names out of the goal,
97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
103 $(error Bad PRODUCT-* goal "$(goal_name)")
127 # Replace the PRODUCT-* goal with the build goal that it refers to.
137 # Define a rule for the PRODUCT-* goal, and make it depend on the
153 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
dumpvar.mk 33 $(error Only one "dumpvar-" goal allowed. Saw "$(MAKECMDGOALS)")
36 # If the goal is of the form "dumpvar-abs-VARNAME", then
  /dalvik/tests/088-monitor-verification/src/
TooDeep.java 23 * The goal here is just to exercise the failure path. It also serves
  /docs/source.android.com/src/about/
index.md 27 goal, and the result is a full production quality consumer product whose
  /external/dbus/test/name-test/
test-activation-forking.py 32 # The goal here is to try to hit any race conditions in activation.
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 9 indicated that the goal seems to be to do simple static compilation (very
  /external/tinyxml/
tinyxmlerror.cpp 27 // The goal of the seperate error file is to make the first
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
PropertyValuesHolder_Delegate.java 31 * The main goal of this class' methods are to provide a native way to access setters and getters
  /sdk/docs/
gscripts.txt 17 (TODO: expand/replace with a better overview of implementation... goal is

Completed in 2592 milliseconds

1 2 3 4 5 6 7 8 91011>>