HomeSort by relevance Sort by last modified time
    Searched full:step (Results 76 - 100 of 5260) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-step-on-do-while-statements.html 25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.
26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should
28 TEST 3: 'Step over' to the end of the loop (and 'while' statement) and step over again. Debugger
debugger-step-on-for-in-statements.html 32 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
33 TEST 3: Click 'Step into'. Debugger should step into 'getObject' function.<br>
34 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
  /device/samsung/manta/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libui_intermediates
    [all...]
  /packages/apps/Gallery2/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Camera*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Camera*
    [all...]
  /device/asus/flo/camera/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
48 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/camera.*.so
    [all...]
  /external/chromium/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libchromium_net_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libchromium_net_intermediates
    [all...]
  /external/chromium_org/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/third_party_WebKit_Source_core_webcore_derived_gyp_intermediates)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/GYP/shared_intermediates
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.cc 5 #include "chrome/browser/chromeos/first_run/step.h"
40 Step::Step(const std::string& name,
48 Step::~Step() { RecordCompletion(); }
50 void Step::Show() {
55 void Step::OnBeforeHide() {
60 void Step::OnAfterHide() {
65 gfx::Size Step::GetOverlaySize() const {
69 void Step::RecordCompletion()
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-math-cordic.html 62 var Step;
69 for (Step = 0; Step < 12; Step++) {
72 NewX = X - (Y >> Step);
73 Y = (X >> Step) + Y;
75 CurrAngle += Angles[Step];
77 NewX = X + (Y >> Step);
78 Y = -(X >> Step) + Y;
80 CurrAngle -= Angles[Step];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-cordic.js 58 var Step;
65 for (Step = 0; Step < 12; Step++) {
68 NewX = X - (Y >> Step);
69 Y = (X >> Step) + Y;
71 CurrAngle += Angles[Step];
73 NewX = X + (Y >> Step);
74 Y = -(X >> Step) + Y;
76 CurrAngle -= Angles[Step];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-cordic.js 58 var Step;
65 for (Step = 0; Step < 12; Step++) {
68 NewX = X - (Y >> Step);
69 Y = (X >> Step) + Y;
71 CurrAngle += Angles[Step];
73 NewX = X + (Y >> Step);
74 Y = -(X >> Step) + Y;
76 CurrAngle -= Angles[Step];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-cordic.js 59 var Step;
66 for (Step = 0; Step < 12; Step++) {
69 NewX = X - (Y >> Step);
70 Y = (X >> Step) + Y;
72 CurrAngle += Angles[Step];
74 NewX = X + (Y >> Step);
75 Y = -(X >> Step) + Y;
77 CurrAngle -= Angles[Step];
    [all...]
  /external/fdlibm/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/STATIC_LIBRARIES/libfdlibm-host_intermediates)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libfdlibm_intermediates
    [all...]
  /external/harfbuzz/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libharfbuzz_intermediates)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libharfbuzz_intermediates
    [all...]
  /frameworks/opt/telephony/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates
    [all...]
  /hardware/libhardware_legacy/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/
    [all...]
  /hardware/qcom/camera/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
48 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/camera.*.so
    [all...]
  /packages/apps/VideoEditor/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/VideoEditor_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/VideoEditor_intermediates
    [all...]
  /system/core/libutils/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
50 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/libutils_intermediates/import_includes)
51 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/lib64utils_intermediates/import_includes
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 55 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription)
58 , m_step(step.isFinite() ? step : 1)
61 , m_hasStep(step.isFinite())
90 // Rounds inRangeValue to minimum + N * step.
114 Decimal step = parseToDecimalForNumberType(stepString); local
115 if (!step.isFinite() || step <= 0)
120 step *= stepDescription.stepScaleFactor;
124 step = max(step.round(), Decimal(1))
    [all...]
  /external/chromium_org/ui/gfx/animation/
multi_animation_unittest.cc 23 // Step to 50, which is half way through the first part.
24 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
27 // Step to 120, which is 20% through the second part.
28 as_element->Step(base::TimeTicks() +
33 // Step to 320, which is 20% through the second part.
34 as_element->Step(base::TimeTicks() +
52 // Step to 0. Because the start_time is 100, this should be 100ms into the
54 as_element->Step(base::TimeTicks());
57 // Step to 100, which is effectively 200ms into the animation.
58 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(100))
    [all...]
  /frameworks/rs/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript/
    [all...]
  /packages/apps/Launcher2/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates
    [all...]
  /packages/inputmethods/LatinIME/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/LatinIME*)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LatinIME.apk
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 223 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
246 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
268 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
282 wizard_->Step(SyncSetupWizard::GAIA_SUCCESS);
292 wizard_->Step(SyncSetupWizard::SETTING_UP); // No merge and sync.
293 wizard_->Step(SyncSetupWizard::DONE); // No merge and sync.
301 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
302 wizard_->Step(SyncSetupWizard::GAIA_SUCCESS);
303 wizard_->Step(SyncSetupWizard::CONFIGURE);
336 wizard_->Step(SyncSetupWizard::GAIA_LOGIN)
    [all...]

Completed in 498 milliseconds

1 2 34 5 6 7 8 91011>>