HomeSort by relevance Sort by last modified time
    Searched full:moved (Results 551 - 575 of 3667) sorted by null

<<21222324252627282930>>

  /external/stlport/etc/
ReleaseNote.txt 39 stlport/stl_user_config.h renamed and moved as stlport/stl/config/user_config.h.
40 stlport/stl/_site_config.h renamed and moved as stlport/stl/config/hosts.h.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 128 // blob should have moved so top of it is at top of screen (with
165 // blob should have moved so bottom of it is at bottom of screen
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 36 *! 09-Oct-2000 sg Moved pre-defined message codes here from rmsdefs.h.
38 *! 24-Aug-2000 sg Moved definitions that will be exposed to app developers
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 36 *! 09-Oct-2000 sg Moved pre-defined message codes here from rmsdefs.h.
38 *! 24-Aug-2000 sg Moved definitions that will be exposed to app developers
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_arabic1.xml 57 U+06A2: "?" ARABIC LETTER FEH WITH DOT MOVED BELOW
60 <!-- TODO: DroidSansArabic lacks the glyph of U+06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
31 * Moved defines from kernel routines to header file and added new
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
31 * Moved defines from kernel routines to header file and added new
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
31 * Moved defines from kernel routines to header file and added new
  /sdk/
README.txt 1 Some of the SDK tools sources have moved out of the sdk.git project.
47 The new moved projects are unsurprisingly named like their former "make"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 178 * or moved.
193 * or moved.
  /system/core/include/cutils/
atomic.h 46 * moved down below it, and for instructions that occur after a "release"
47 * barrier to be moved up above it.
  /external/chromium_org/third_party/icu/source/common/
ucmndata.c 82 /* definition of OffsetTOC struct types moved to ucmndata.h */
125 if (lastNumber == number) { /* Have we moved? */
126 break; /* We haven't moved, and it wasn't found; */
193 if (lastNumber == number) { /* Have we moved? */
194 break; /* We haven't moved, and it wasn't found, */
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.cpp 24 // of-occurence analysis tool. The data needs to be moved
35 // of-occurence analysis tool. The data needs to be moved
50 // of-occurence analysis tool. The data needs to be moved
65 // of-occurence analysis tool. The data needs to be moved
80 // of-occurence analysis tool. The data needs to be moved
  /external/icu4c/i18n/
csrmbcs.cpp 25 // of-occurence analysis tool. The data needs to be moved
36 // of-occurence analysis tool. The data needs to be moved
51 // of-occurence analysis tool. The data needs to be moved
66 // of-occurence analysis tool. The data needs to be moved
81 // of-occurence analysis tool. The data needs to be moved
  /frameworks/base/services/java/com/android/server/power/
WirelessChargerDetector.java 67 * not appear to have moved since it was last undocked because it may
324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
326 Slog.d(TAG, "Check: moved=" + moved
333 return moved;
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 47 // are moved to be with other mini-tabs or non-mini tabs.
218 // TabContents inline and sends a Moved notification instead.
232 // are moved, then non-mini-tabs are moved. If the index is after
234 // selected tabs are moved to is (index + selected-mini-tab-count). For
240 // non-mini-tabs are moved to the target index + selected-mini-tab-count (3 +
325 // moved to a new logical context by the user (e.g. by typing a new URL or
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 46 // are moved to be with other mini-tabs or non-mini tabs.
219 // WebContents inline and sends a Moved notification instead.
233 // are moved, then non-mini-tabs are moved. If the index is after
235 // selected tabs are moved to is (index + selected-mini-tab-count). For
241 // non-mini-tabs are moved to the target index + selected-mini-tab-count (3 +
308 // of tabs is moved to a new logical context by the user (e.g. by typing a new
  /external/chromium_org/tools/json_schema_compiler/test/
tabs.json 385 "description": "Moves one or more tabs to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === \"normal\") windows.",
419 "description": "Details about the moved tabs.",
634 "description": "Fired when a tab is moved within a window. Only one move event is fired, representing the tab the user directly moved. Move events are not fired for the other tabs that must move in response. This event is not fired when a tab is moved between windows. For that, see <a href='#event-onDetached'>onDetached</a>.",
724 "description": "Fired when a tab is detached from a window, for example because it is being moved between windows.",
740 "description": "Fired when a tab is attached to a window, for example because it was moved between windows.",
  /device/generic/goldfish/opengl/
common.mk 108 $(eval _emugl,$(_mod).moved :=) \
156 $(if $(_emugl.$1.moved),,\
239 $(eval _emugl.$(LOCAL_MODULE).moved := true)\
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.cc 93 * We determine the range of elements affected by the move, save the moved
94 * elements, compact the remaining ones, and re-insert moved elements.
139 // Insert moved elements.
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.mm 78 // could be moved simulatenously when the stack window is moved.
128 // being moved simulatenously.
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service.cc 209 // Handles the undo of a bookmark being moved to a new location.
256 // If the bookmark was moved up within the same parent then the destination
258 // moved bookmark.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 192 self.send_response(301, 'Moved')
197 'message': 'Moved',
198 'explain': 'Object moved permanently'})
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 171 // FIXME: These two functions should be moved to RenderedPosition once the code to convert between
172 // Position and inline box, offset pair is moved to RenderedPosition.
326 // Some of these bits are actually for subclasses and moved here to compact the structures.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 45 # Handles copied and moved files (requires patches made by svn-create-patch).
51 # Handle copied and moved directories (would require patches made by svn-create-patch).
115 # Handle copied and moved files last since they may have had post-copy changes that have now been unapplied

Completed in 2282 milliseconds

<<21222324252627282930>>