OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moves
(Results
226 - 250
of
1136
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/
splay-tree.h
101
// Perform the splay operation for the given key.
Moves
the node with
/external/v8/test/mjsunit/
value-wrapper.js
31
// When running the tests use loops to ensure that the call site
moves
through
/external/webkit/Source/JavaScriptCore/heap/
Handle.h
36
collector
moves
the object to which it points.
/external/webkit/Source/WebCore/editing/
VisibleSelection.h
93
// text, and
moves
the caret upstream before returning the range.
/external/webkit/Source/WebCore/html/
RadioInputType.cpp
75
// Tested in WinIE, and even for RTL, left still means previous radio button (and so
moves
/external/webkit/Source/WebCore/platform/
AsyncFileSystem.h
74
//
Moves
a file or directory from srcPath to destPath.
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h
117
// FULL - SQLite
moves
all empty pages to the end of the DB file and truncates
/external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h
54
//
Moves
a file or directory at |srcPath| to |destPath|.
/frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java
90
* multiple ViewReferences if someone
moves
text from one password
/frameworks/base/core/java/android/util/
Xml.java
170
* attribute values at each of the tags as the parser
moves
/frameworks/base/core/java/android/view/
DragEvent.java
172
* The system stops sending ACTION_DRAG_LOCATION events to a View once the user
moves
the
173
* drag shadow out of the View object's bounding box. If the user
moves
the drag shadow back
229
* The system stops sending ACTION_DRAG_LOCATION events to a View once the user
moves
the
230
* drag shadow out of the View object's bounding box. If the user
moves
the drag shadow back
/frameworks/base/docs/html/training/load-data-background/
handle-results.jd
67
that
moves
the query results in the returned {@link android.database.Cursor} to the
/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java
217
*
Moves
the cursor to the given position
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.h
160
* android header files
moves
to k3.0+ kernel header
/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
668
* the character starts at the beginning and
moves
towards the end.
683
* character starts at the specified offset and
moves
towards the end.
732
* the character starts at the end and
moves
towards the beginning.
749
* character starts at the specified offset and
moves
towards the beginning.
/libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java
90
* Returns the previous node in the set and
moves
the position of the
/libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp
29
*
moves
around the heap. This class pins the char[] for the lifetime of the
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
53
* <li>
Moves
sent multimedia message from Outbox to Sent.
/packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java
82
// +"
Moves
like a ghost. Thou sure and firm-set earth,"
/sdk/rule_api/src/com/android/ide/common/api/
Rect.java
97
*
Moves
this rectangle by setting it's x,y coordinates to the new values.
/dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java
518
// Propagate and remove extra
moves
added by scalar replacement
575
// Replace array gets with
moves
593
// Replace array puts with
moves
642
* Identifies extra
moves
added by scalar replacement and propagates the
659
// Ignore
moves
that weren't added due to scalar replacement
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java
518
// Propagate and remove extra
moves
added by scalar replacement
575
// Replace array gets with
moves
593
// Replace array puts with
moves
642
* Identifies extra
moves
added by scalar replacement and propagates the
659
// Ignore
moves
that weren't added due to scalar replacement
[
all
...]
/frameworks/base/core/java/android/os/
PowerManager.java
131
* as the user
moves
between applications and doesn't require a special permission.
148
* as the user
moves
between applications and doesn't require a special permission.
165
* as the user
moves
between applications and doesn't require a special permission.
174
* immediately. Shortly after the object
moves
away, the screen turns on again.
390
* as the user
moves
between applications and doesn't require a special permission.
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java
339
* Generates a random trackball event. This consists of a sequence of small
moves
, followed by
363
// 10% of trackball
moves
end with a click
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
90
*
moves
the snake
254
* Handles snake movement triggers from Snake Activity and
moves
the snake accordingly. Ignore
Completed in 797 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>