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

1 2

  /external/e2fsprogs/lib/ext2fs/
expanddir.c 24 blk64_t goal; member in struct:expand_dir_struct
42 es->goal = *blocknr;
46 (EXT2FS_B2C(fs, es->goal) == EXT2FS_B2C(fs, es->goal+1)))
47 new_blk = es->goal+1;
49 es->goal &= ~EXT2FS_CLUSTER_MASK(fs);
50 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk);
76 es->goal = new_blk;
110 es.goal = 0;
alloc.c 164 * goal. Should put in a smarter one someday....
166 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal,
178 if (!goal || (goal >= ext2fs_blocks_count(fs->super)))
179 goal = fs->super->s_first_data_block;
180 i = goal;
183 goal &= ~EXT2FS_CLUSTER_MASK(fs);
201 } while (i != goal);
205 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
210 retval = ext2fs_new_block2(fs, goal, map, &val)
    [all...]
mkjournal.c 219 blk64_t goal; member in struct:mkjournal_struct
239 es->goal = *blocknr;
243 (EXT2FS_B2C(fs, es->goal) == EXT2FS_B2C(fs, es->goal+1)))
244 new_blk = es->goal+1;
246 es->goal &= ~EXT2FS_CLUSTER_MASK(fs);
247 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk);
287 *blocknr = es->goal = new_blk;
338 * Set the initial goal block to be roughly at the middle of
362 es.goal = ext2fs_group_first_block2(fs, group)
    [all...]
res_gdt.c 104 blk_t goal = sb_blk + fs->desc_blocks + local
108 retval = ext2fs_alloc_block(fs, goal, 0, &dindir_blk);
ext2fs.h 261 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal,
644 extern errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
646 extern errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal,
656 extern errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal,
658 extern errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal,
662 blk64_t goal,
665 blk64_t goal,
    [all...]
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
mojo-executor-2.2.0.jar 
  /build/core/tasks/
ide.mk 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 201 String goal = nodes[ni-1];
202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal);
222 protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) {
225 if ( name.equals(goal) ) return t;
  /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/core/
dumpvar.mk 33 $(error Only one "dumpvar-" goal allowed. Saw "$(MAKECMDGOALS)")
36 # If the goal is of the form "dumpvar-abs-VARNAME", then
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)")
113 $(error "tests" has been deprecated as a build variant. Use it as a build goal instead.)
126 # Replace the PRODUCT-* goal with the build goal that it refers to.
136 # Define a rule for the PRODUCT-* goal, and make it depend on the
152 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
    [all...]
pdk_config.mk 12 # 3) fusion is a command line build goal,
13 # PDK_FUSION_PLATFORM_ZIP is needed anyway, then do we need the 'fusion' goal?
15 # 1) pdk is a command line build goal
main.mk 438 # For the sdk goal, anything with the "samples" tag should be
500 # A helper goal printing out install paths
807 # steps, you can pass the "all" modifier goal on the commandline.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 50 * Remember: the goal is to avoid backtrack like the plague
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /external/chromium_org/chrome/browser/extensions/
app_background_page_apitest.cc 158 // that will match a specified goal and can be waited on.
170 SetGoalAndGetCallback(int goal) {
172 goal_ = goal;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /ndk/build/core/
build-local.mk 205 # If a goal is DUMP_xxx then we dump a variable xxx instead
215 # We only support a single DUMP_XXX goal at a time for now.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 59 /** The goal of all lexer rules/methods is to create a token object.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 584 does with aliases. However, one goal of this generator is to create CMake
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1385 blk64_t blk, new_blk, goal; local
    [all...]

Completed in 645 milliseconds

1 2