HomeSort by relevance Sort by last modified time
    Searched full:steps (Results 326 - 350 of 1049) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/manual-tests/
stale-currentEvent.html 38 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b><br>
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
preparechangelogforrevert.py 32 from webkitpy.steps.abstractstep import AbstractStep
promptforbugortitle.py 29 from webkitpy.steps.abstractstep import AbstractStep
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 22 * Provides callbacks indicating the steps in two digit pressing within a
  /frameworks/base/docs/html/
offline.jd 21 Steps</a> for some suggestions on how to begin learning about Android.</p>
  /ndk/
ndk-build 60 echo "To solve the issue, follow these steps:"
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 432 * Change a given number of steps to a single variable reference.
436 * @param numSteps The number of steps to be changed.
480 * Create a new WalkingIterator from the steps in another WalkingIterator.
482 * @param wi The iterator from where the steps will be taken.
483 * @param numSteps The number of steps from the first to copy into the new
512 * Compare a given number of steps between two iterators, to see if they are equal.
516 * @param numSteps The number of steps to compare.
517 * @return true If the given number of steps are equal.
546 * number of steps, with the most steps occuring earlier in the list
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLData.java 64 * steps:
96 * This method follows the following steps:
  /development/tools/idegen/
README 20 Repeat these steps after each sync...
47 Repeat these steps after each sync...
  /external/astl/include/
memory 47 // construction need to happen in separate steps. For each instance in
145 // construction need to happen in separate steps. uninitialized_fill
  /external/icu4c/tools/makeconv/
genmbcs.h 55 * Possible values are 0x01ff..0xffff, in steps of 0x100.
73 * Possible values are 0x01ff..0xffff, in steps of 0x100.
  /external/libxml2/
xpath.c 574 int nbStep; /* Number of steps in this expression */
575 int maxStep; /* Maximum number of steps allocated */
576 xmlXPathStepOp *steps; /* ops for computation of this expression */ member in struct:_xmlXPathCompExpr
631 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
633 if (cur->steps == NULL) {
634 xmlXPathErrMemory(NULL, "allocating steps\n");
638 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
662 op = &comp->steps[i];
674 op = &comp->steps[i];
682 if (comp->steps != NULL)
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.h 166 gint steps);
176 gint steps);
  /frameworks/base/docs/html/guide/topics/search/
index.jd 79 <p>When you implement search in your application, you should take steps to protect the user's
93 send the personal information, you should take steps to avoid logging it. If you must log it, you
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
README.txt 15 Steps to run the test suite:
76 Steps to run the test suite:
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 111 * several steps,setting the content at first, waiting the layout, and checking the
225 * several steps,setting the content at first, waiting the layout, and checking the
338 * several steps,setting the content at first, waiting the layout, and checking the
429 * several steps,setting the content at first, waiting the layout, and checking the
470 * several steps,setting the content at first, waiting the layout, and checking the
530 * several steps,setting the content at first, waiting the layout, and checking the
591 * several steps,setting the content at first, waiting the layout, and checking the
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 297 * Go back or forward the number of steps given.
298 * @param steps A negative or positive number indicating the direction
299 * and number of steps to move.
301 public void goBackOrForward(int steps) {
303 nativeGoBackOrForward(steps);
    [all...]
  /development/pdk/docs/porting/
build_new_device.jd 23 <p>The steps below describe how to configure makefiles for new mobile devices and products running Android.</p>
123 <p>The file tree below illustrates what your own system should look like after completing the steps above.</p>
197 <td valign="top">List of words like <code>source_path:destination_path</code>. The file at the source path should be copied to the destination path when building this product. The rules for the copy steps are defined in config/Makefile</td>
  /external/icu4c/layout/
OpenTypeLayoutEngine.h 24 * steps:
34 * the previous two steps may have generated "fake" glyph indices to use with a "canned" GSUB
36 * perform any other adjustments requried by the previous steps.
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 360 * There are multiple versions of this test because we are simulating the steps of
388 // test is, can we recover? So I'll just repeat the above steps, without the failure.
403 * There are multiple versions of this test because we are simulating the steps of
430 // test is, can we recover? So I'll just repeat the above steps, without the failure.
445 * There are multiple versions of this test because we are simulating the steps of
473 // test is, can we recover? So I'll just repeat the above steps, without the failure.
488 * There are multiple versions of this test because we are simulating the steps of
525 // test is, can we recover? So I'll just repeat the above steps, without the failure.
572 // test is, can we recover? So I'll just repeat the above steps, without the failure.
587 * There are multiple versions of this test because we are simulating the steps of
    [all...]
  /bionic/linker/
Android.mk 70 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
  /build/core/
cleanspec.mk 22 # IDEALLY, THOSE STEPS SHOULD BE DONE ATOMICALLY.
33 # of the list. These steps will only be run once, if they haven't been
53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
186 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /dalvik/tools/gdbjithelper/
gdbjithelper.c 28 * See README.txt for detailed steps.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 32 * <p>Demonstrates text-to-speech (TTS). Please note the following steps:</p>
  /external/apache-http/src/org/apache/http/conn/routing/
package.html 47 helps in tracking the steps for establishing a route, while an

Completed in 270 milliseconds

<<11121314151617181920>>