Searched refs:rebuild (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/tools/gyp/test/configurations/target_platform/
H A Dgyptest-target_platform.py31 test.build('configurations.gyp', rebuild=True)
36 test.build('configurations.gyp', rebuild=True)
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DGraphicsLayerTreeBuilder.h52 void rebuild(RenderLayer&, AncestorInfo);
H A DGraphicsLayerTreeBuilder.cpp58 void GraphicsLayerTreeBuilder::rebuild(RenderLayer& layer, AncestorInfo info) function in class:blink::GraphicsLayerTreeBuilder
85 rebuild(*curNode->layer(), infoForChildren);
94 rebuild(*curNode->layer(), infoForChildren);
/external/chromium_org/tools/gyp/test/gyp-defines/
H A Dgyptest-multiple-values.py29 test.build('defines.gyp', rebuild=True)
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_tree_node.h22 - (void)rebuild;
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
H A Dbuild_ogg_dynamic_debug.bat14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
H A Dbuild_ogg_static.bat14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
H A Dbuild_ogg_static_debug.bat14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
/external/chromium_org/third_party/cython/src/Cython/Distutils/
H A Dbuild_ext.py296 rebuild = self.force or newer_group(depends, target, 'newer')
297 if not rebuild and newest_dependency is not None:
298 rebuild = newer(newest_dependency, target)
299 if rebuild:
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h125 UBool rebuild; member in struct:UPKGOptions_
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h125 UBool rebuild; member in struct:UPKGOptions_
/external/qemu/distrib/
H A Dpackage-release.sh3 # This script is used to rebuild all emulator binaries from sources
143 run ssh $HOST "bash -l -c \"cd $DST_DIR/$PKG_FILE_PREFIX/qemu && ./android-rebuild.sh $REBUILD_FLAGS\"" ||
144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!"
423 Use './rebuild.sh' to rebuild the binaries from scratch.
426 dump "[$PKG_NAME] Generating rebuild script."
427 cat > "$BUILD_DIR"/rebuild.sh <<EOF
430 # Auto-generated script used to rebuild the Android emulator binaries
435 (cd qemu && ./android-rebuild.sh --ignore-audio) &&
443 chmod +x "$BUILD_DIR"/rebuild
[all...]
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Ddevsite_builder.py371 app.add_config_value('devsite_production_mode', default='1', rebuild='html')
372 app.add_config_value('kill_internal_links', default='0', rebuild='html')
373 app.add_config_value('devsite_foldername', default=None, rebuild='html')
H A Dchromesite_builder.py306 rebuild='html')
/external/llvm/utils/
H A Dcheck-each-file128 echo Trying to compile $f with native gcc and rebuild $program
/external/smack/src/com/kenai/jbosh/
H A DComposableBody.java43 * ComposableBody body2 = body.rebuild()
261 public Builder rebuild() { method in class:ComposableBody
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp53 Expr *rebuild(Expr *e) { function in struct:__anon18092::Rebuilder
59 // Otherwise, we should look through and rebuild anything that
63 e = rebuild(parens->getSubExpr());
71 e = rebuild(uop->getSubExpr());
89 if (i == resultIndex) assoc = rebuild(assoc);
110 rebuiltExpr = rebuild(rebuiltExpr);
124 llvm_unreachable("bad expression to rebuild!");
663 // If we have a base, capture it in an OVE and rebuild the syntactic
669 ObjCPropertyRefRebuilder(S, InstanceReceiver).rebuild(syntacticBase);
998 // Capture base expression in an OVE and rebuild th
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_O_L_R_.py57 ttFont.getReverseGlyphMap(rebuild=True)
H A DV_O_R_G_.py49 nameMap = ttFont.getReverseGlyphMap(rebuild=True)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_O_L_R_.py57 ttFont.getReverseGlyphMap(rebuild=True)
H A DV_O_R_G_.py49 nameMap = ttFont.getReverseGlyphMap(rebuild=True)
/external/strace/
H A Dstrace.spec185 - rebuild
359 - automated rebuild
412 - automatic rebuild
463 - auto rebuild in the new build environment (release 16)
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py1087 def build(self, gyp_file, target=None, rebuild=False, clean=False, **kw):
1095 elif rebuild:
1179 def build(self, gyp_file, target=None, rebuild=False, clean=False, **kw):
1201 elif rebuild:
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh3 # this script is used to rebuild SDL from sources in the current
83 Usage: rebuild.sh [options]

Completed in 547 milliseconds

123