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

<<11121314151617181920>>

  /prebuilts/sdk/
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/*)
  /sdk/
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/*)
  /system/netd/
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/*)
  /system/vold/
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/*)
  /tools/external/fat32lib/
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/*)
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 9 <include src="step.js">
76 // Element representing step currently shown for user.
92 var stepElements = document.getElementsByClassName('step');
94 var step = stepElements[i];
95 cr.FirstRun.DecorateStep(step);
96 this.steps_[step.getName()] = step;
107 // At first we hide holes (job 1) and current step (job 2) simultaneously,
189 * Hides currently active step and notifies chrome after step has bee
    [all...]
app_list_step.html 1 <div id="app-list" class="step bubble transparent hidden">
tray_step.html 1 <div id="tray" class="step bubble transparent hidden">
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 56 void UndoStack::registerUndoStep(PassRefPtr<UndoStep> step)
62 m_undoStack.append(step);
65 void UndoStack::registerRedoStep(PassRefPtr<UndoStep> step)
67 m_redoStack.append(step);
81 UndoStep* step = stack.first().get(); local
82 if (!step->belongsTo(frame))
83 newStack.append(step);
103 RefPtr<UndoStep> step(*back);
105 step->unapply();
114 RefPtr<UndoStep> step(*back)
    [all...]
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 73 public boolean doStep(int step) throws FailException {
74 switch (step) {
87 throw new IllegalArgumentException("Bad step " + step);
104 public boolean doStep(int step) throws FailException {
105 switch (step) {
124 throw new IllegalArgumentException("Bad step " + step);
133 public boolean doStep(int step) throws FailException {
134 switch (step) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 56 public boolean equals(CacheStep step) {
57 if (representations.size() != step.representations.size()) {
62 FilterRepresentation r2 = step.representations.get(i);
72 CacheStep step = new CacheStep(); local
75 if (step.canMergeWith(representation)) {
76 step.add(representation.copy());
78 steps.add(step);
79 step = new CacheStep();
80 step.add(representation.copy());
83 steps.add(step);
196 CacheStep step = mSteps.elementAt(i); local
223 CacheStep step = mSteps.elementAt(i); local
286 CacheStep step = mSteps.elementAt(i); local
298 CacheStep step = mSteps.elementAt(i); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 64 # Step 1: try ASCII
69 # Skip to step 3: UseSTD3ASCIIRules is false, so
70 # Skip to step 8.
75 # Step 2: nameprep
78 # Step 3: UseSTD3ASCIIRules is false
79 # Step 4: try ASCII
85 # Skip to step 8.
90 # Step 5: Check ACE prefix
94 # Step 6: Encode with PUNYCODE
97 # Step 7: Prepend ACE prefi
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 64 # Step 1: try ASCII
69 # Skip to step 3: UseSTD3ASCIIRules is false, so
70 # Skip to step 8.
75 # Step 2: nameprep
78 # Step 3: UseSTD3ASCIIRules is false
79 # Step 4: try ASCII
85 # Skip to step 8.
90 # Step 5: Check ACE prefix
94 # Step 6: Encode with PUNYCODE
97 # Step 7: Prepend ACE prefi
    [all...]
  /dalvik/dx/tests/091-ssa-const-collector/
info.txt 1 This test case tests the "const collector" optimization step.
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-step-on-do-while-statements.html 25 TEST 2: Click 'Step into'. Debugger should step inside each function.<br>
26 TEST 3: 'Step over' to the end of the loop (and 'while' statement) and step over again. Debugger
  /external/chromium/chrome/common/extensions/docs/examples/
README.txt 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_account_picker.html 1 <div id="account-picker" class="step faded hidden no-logo">
  /external/chromium_org/chrome/common/extensions/docs/examples/
README.txt 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateProperties.h 17 SK_PROPERTY(step),
  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter_unittest.cc 42 double step = 1.0 / kSteps; local
45 message << "Step " << i << " of " << kSteps;
48 parent_curve.GetValue(i*step);
50 child_curve.GetValue(i*step);
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct4x4_add_neon.asm 99 ; output[0] = step[0] + step[3];
100 ; output[1] = step[1] + step[2];
101 ; output[3] = step[0] - step[3];
102 ; output[2] = step[1] - step[2];
150 ; output[0] = step[0] + step[3]
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 68 int step, float* dist, int dststep, CvSize size, const float* metrics )
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
97 int t0 = tmp[j-step-1] + DIAG_DIST;
98 int t = tmp[j-step] + HV_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
120 int t = tmp[j+step+1] + DIAG_DIST;
122 t = tmp[j+step] + HV_DIST
    [all...]
  /external/skia/gm/
stringart.cpp 39 SkScalar step = angle; local
46 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
47 length*SkScalarSin(step) + center.fY);
50 step += angle;
  /external/skia/src/animator/
SkAnimateProperties.h 17 SK_PROPERTY(step),
  /external/valgrind/main/gdbserver_tests/
mcbreak.stdinB.gdb 8 step
10 echo Bizarre the oldpc has not changed after step\n
14 echo old_pc has changed after step\n
55 step

Completed in 822 milliseconds

<<11121314151617181920>>