Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 25 of 175) sorted by relevance

1234567

/external/qemu/docs/
DANDROID-KERNEL.TXT7 We now provide a helper script to rebuild the kernel,
8 it is under distrib/rebuild-kernel.sh.
13 To rebuild the ARMv5TE kernel:
16 /path/to/rebuild-kernel.sh --out=$ANDROID/prebuilt/android-arm/kernel
18 To rebuild the ARMv7-A one:
21 /path/to/rebuild-kernel.sh --armv7 --out=$ANDROID/prebuilt/android-arm/kernel
23 To rebuild the x86 kernel:
26 /path/to/rebuild-kernel.sh --arch=x86 --out=$ANDROID/prebuilt/android-x86/kernel
28 To rebuild the MIPS kernel:
31 /path/to/rebuild-kernel.sh --arch=mips --out=$ANDROID/prebuilts/qemu-kernel/mips
[all …]
DBUILDING.TXT7 At the moment, you'll need a full AOSP source checkout to rebuild the
33 emulator binaries from sources directly by using the android-rebuild.sh
37 ./android-rebuild.sh
48 Use ./android-rebuild.sh --help for more details and command-line options.
65 a full build, you will be able to only rebuild the emulator quickly by
122 ./android-rebuild.sh --mingw
146 A script under distrib/package-release.sh is provided to rebuild all
147 binaries from sources. By default, it will try to rebuild for Linux and
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DGraphicsLayerTreeBuilder.cpp58 void GraphicsLayerTreeBuilder::rebuild(RenderLayer& layer, GraphicsLayerVector& childLayersOfEnclos… in rebuild() function in WebCore::GraphicsLayerTreeBuilder
81 rebuild(*curNode->layer(), childList); in rebuild()
90 rebuild(*curNode->layer(), childList); in rebuild()
DGraphicsLayerTreeBuilder.h42 void rebuild(RenderLayer&, GraphicsLayerVector& childLayersOfEnclosingLayer);
/external/chromium_org/tools/gyp/test/configurations/target_platform/
Dgyptest-target_platform.py31 test.build('configurations.gyp', rebuild=True)
36 test.build('configurations.gyp', rebuild=True)
/external/e2fsprogs/
D.release-checklist18 7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
/external/qemu/distrib/
Dpackage-release.sh426 dump "[$PKG_NAME] Generating rebuild script."
457 run ./android-rebuild.sh $REBUILD_FLAGS || panic "Use ./android-rebuild.sh to see why."
463 panic "You can only rebuild Darwin binaries with --darwin-ssh"
474 …run ./android-rebuild.sh --mingw $REBUILD_FLAGS || panic "Use ./android-rebuild.sh --mingw to see …
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcookie_tree_node.mm15 [self rebuild];
20 - (void)rebuild { method
Dcookie_tree_node.h22 - (void)rebuild;
/external/chromium_org/tools/gyp/test/gyp-defines/
Dgyptest-multiple-values.py29 test.build('defines.gyp', rebuild=True)
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
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')
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dgenerated.gyp50 # [ImplementedAs]) changes, we rebuild all files, since we're not
55 # interface) changes, rebuild everything, since every IDL potentially
/external/expat/
DREADME.android1 Please use ./import_expat.sh to update. For example to import from a tar and rebuild:
/external/skia/experimental/webtry/poly/
DREADME.md4 To rebuild or update res/js/polyfill.js you will need to have
/external/chromium_org/third_party/skia/experimental/webtry/poly/
DREADME.md4 To rebuild or update res/js/polyfill.js you will need to have
/external/libogg/win32/VS6/
Dbuild_ogg_static.bat14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
Dbuild_ogg_static_debug.bat14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
Dbuild_ogg_dynamic_debug.bat14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
Dbuild_ogg_dynamic.bat14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
/external/chromium_org/tools/android/findbugs_plugin/
DREADME11 The plugin jar file was prebuilt and checked in, to rebuild the
/external/chromium_org/native_client_sdk/src/
DREADME.naclports8 to the full sources, or to rebuild or modify these libraries please
/external/clang/test/Modules/
Dvalidate-system-headers.m19 // Now make sure we rebuild the module when -fmodules-validate-system-headers is set.
37 // Now add -fmodules-validate-system-headers and rebuild
/external/chromium_org/gpu/gles2_conform_support/
DREADME5 or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/
Drelease.rake7 # Sanity check: rebuild files just in case dev forgot to.
/external/clang/lib/Sema/
DSemaPseudoObject.cpp53 Expr *rebuild(Expr *e) { in rebuild() function
63 e = rebuild(parens->getSubExpr()); in rebuild()
71 e = rebuild(uop->getSubExpr()); in rebuild()
89 if (i == resultIndex) assoc = rebuild(assoc); in rebuild()
110 rebuiltExpr = rebuild(rebuiltExpr); in rebuild()
669 ObjCPropertyRefRebuilder(S, InstanceReceiver).rebuild(syntacticBase); in rebuildAndCaptureObject()
1005 InstanceKey).rebuild(syntacticBase); in rebuildAndCaptureObject()
1421 MSPropertyRefRebuilder(S, NewBase).rebuild(syntacticBase); in rebuildAndCaptureObject()
1582 return ObjCPropertyRefRebuilder(S, baseOVE->getSourceExpr()).rebuild(E); in stripOpaqueValuesFromPseudoObjectRef()
1588 keyOVE->getSourceExpr()).rebuild(E); in stripOpaqueValuesFromPseudoObjectRef()
[all …]

1234567