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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerTreeBuilder.h 42 void rebuild(RenderLayer&, GraphicsLayerVector& childLayersOfEnclosingLayer);
GraphicsLayerTreeBuilder.cpp 58 void GraphicsLayerTreeBuilder::rebuild(RenderLayer& layer, GraphicsLayerVector& childLayersOfEnclosingLayer) function in class:WebCore::GraphicsLayerTreeBuilder
81 rebuild(*curNode->layer(), childList);
90 rebuild(*curNode->layer(), childList);
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /external/chromium_org/tools/gyp/test/configurations/target_platform/
gyptest-target_platform.py 31 test.build('configurations.gyp', rebuild=True)
36 test.build('configurations.gyp', rebuild=True)
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-multiple-values.py 28 # in file system timestamps. Rebuild to see differences.
29 test.build('defines.gyp', rebuild=True)
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 22 - (void)rebuild;
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
build_ogg_dynamic_debug.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
build_ogg_static.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
build_ogg_static_debug.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
  /dalvik/
Android.mk 48 # We need to rebuild the .dex files for the debug output to be generated.
50 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
54 @echo "Forcing an app rebuild with GENERATE_DEX_DEBUG=true"
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 125 UBool rebuild; member in struct:UPKGOptions_
  /ndk/build/tools/
make-release.sh 229 run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --build-dir="$RELEASE_DIR/build" "$TOOLCHAIN_SRCDIR" $HOST_FLAGS
236 run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --darwin-ssh="$DARWIN_SSH" "$TOOLCHAIN_SRCDIR"
dev-rebuild-ndk.sh 177 logfile="$TOP/rebuild-all.log"
180 # Rebuild all prebuilts for archs and platforms
208 $PROGDIR/rebuild-all-prebuilt.sh \
219 fail_panic "rebuild-all-prebuilt.sh failed. Logfile in $logfile"
  /sdk/emulator/opengl/host/tools/emugen/
Android.mk 7 # LOCAL_HOST_BUILD to true, so rebuild from sources.
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 125 UBool rebuild; member in struct:UPKGOptions_
  /external/qemu/distrib/
package-release.sh 3 # This script is used to rebuild all emulator binaries from sources
114 # Rebuild Darwin binaries remotely through SSH
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!"
245 Rebuild the emulator binaries from source and package them into tarballs
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 binarie
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py 371 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/native_client_sdk/src/doc/
io2014.rst 141 Then rebuild::
171 Then rebuild::
  /external/llvm/utils/
check-each-file 128 echo Trying to compile $f with native gcc and rebuild $program
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 605 rebuild(true);
607 rebuild(sort);
622 public void rebuild(int sort) { method in class:ManageApplications.ApplicationsAdapter
627 rebuild(true);
630 public void rebuild(boolean eraseold) { method in class:ManageApplications.ApplicationsAdapter
676 = mSession.rebuild(filterObj, comparatorObj);
744 rebuild(false);
767 rebuild(false);
778 rebuild(false);
    [all...]
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 43 * ComposableBody body2 = body.rebuild()
261 public Builder rebuild() { method in class:ComposableBody
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 53 Expr *rebuild(Expr *e) { function in struct:__anon21904::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);
    [all...]

Completed in 1080 milliseconds

1 2 3 4