HomeSort by relevance Sort by last modified time
    Searched full:changing (Results 501 - 525 of 3544) sorted by null

<<21222324252627282930>>

  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 229 // Determine the scaled area affected by this rectangle changing.
259 // Determine the scaled area affected by this rectangle changing.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.h 64 // The nick of the user changing the state.
66 // The nick of the user whose state is changing.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_selection_controller.js 8 * implemented for vertical lists but changing the behavior for horizontal
184 // editing, or changing the value of a checkbox or select).
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver.js 61 debug("Ensure that changing the value of a property is reflected while filtering.")
142 debug("Ensure that changing the value of a property is reflected while filtering.");
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 34 * the buffer. Changing the API would mean changing the test
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 102 /** Push object to x-axis position at the start of its container, not changing its size. */
105 /** Push object to x-axis position at the end of its container, not changing its size. */
PagerAdapter.java 74 * set change may involve pages being added, removed, or changing position. The
280 * Register an observer to receive callbacks related to the adapter's data changing.
289 * Unregister an observer from callbacks related to the adapter's data changing.
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 224 // Resume can invoked after changing the cities list or a change in locale
229 // Resume can invoked after changing the clock style.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 213 log.debug("changing into '%s'", root_dir)
240 log.debug("changing back to '%s'", save_cwd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 213 log.debug("changing into '%s'", root_dir)
240 log.debug("changing back to '%s'", save_cwd)
  /frameworks/base/core/java/android/view/
DragEvent.java 32 * object to react to a change in state by changing its appearance or performing other actions.
34 * by changing one or more colors in its displayed image.
153 * changing its appearance.
195 * The View can also react to this action by changing its appearance.
226 * by changing its appearance in a way that tells the user that the View is the current
242 * The View can react by changing its appearance in a way that tells the user that
  /frameworks/base/core/java/android/app/
AppOpsManager.java 395 null, // no permission for changing master volume
396 null, // no permission for changing voice volume
397 null, // no permission for changing ring volume
398 null, // no permission for changing media volume
399 null, // no permission for changing alarm volume
400 null, // no permission for changing notification volume
401 null, // no permission for changing bluetooth volume
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 215 <td>Put the object at the top of its container, not changing its size.</td></tr>
217 <td>Put the object at the bottom of its container, not changing its size. </td></tr>
219 <td>Put the object at the left edge of its container, not changing its size. </td></tr>
221 <td>Put the object at the right edge of its container, not changing its size. </td></tr>
223 <td>Place object in the vertical center of its container, not changing its size. </td></tr>
227 <td>Place object in the horizontal center of its container, not changing its size. </td></tr>
233 changing its size. </td></tr>
    [all...]
  /external/chromium_org/
DEPS 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
46 # Three lines of non-changing comments so that
50 # Three lines of non-changing comments so that
56 # Three lines of non-changing comments so that
60 # Three lines of non-changing comments so that
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 468 // Test loading an item from the database, changing it, saving it back, removing
499 // Test creating an item, saving it to the database, changing it, saving it
622 // changing it without saving it back because it's Temporary, clearing
623 // IsTemporary, saving it back, changing it, saving it back because it isn't
655 // Changing a temporary item back to a non-temporary item should make
  /dalvik/vm/
Thread.h 257 /* TODO: consider changing this to Object* for better JDWP interaction */
405 * Used when changing thread state. Threads may only change their own.
412 * If you're changing to THREAD_RUNNING, this will check for suspension.
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 110 // Changing these properties affects the entire subtree of layers.
133 // Changing these properties only affects the layer itself.
143 // Changing these properties affects all layer's descendants,
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 274 // Test GpuMemoryManager::Manage functionality: changing visibility.
352 // Test GpuMemoryManager::Manage functionality: Test changing the last used
395 // Test GpuMemoryManager::Manage functionality: Test changing importance of
  /external/chromium_org/content/public/browser/
render_widget_host.h 140 // These functions have two usage scenarios: changing the text direction
141 // from a menu (as Safari does), and; changing the text direction when a user
266 // the size of the RenderWidget itself changing.
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager_unittest.cc 260 // Check changing sub range succeeds.
299 // Check changing sub range succeeds.
341 // Check changing sub range succeeds.
  /external/chromium_org/third_party/sqlite/src/test/
walmode.test 103 # Test that changing back to journal_mode=persist works.
124 # Test that nothing goes wrong if a connection is prevented from changing
273 # Test changing to WAL mode from journal_mode=off or journal_mode=memory
  /external/chromium_org/ui/v2/src/
view_unittest.cc 340 // v1 (root) should see both changing and changed notifications.
352 // v11 should see changing notifications.
368 // v111 should see both changing and changed notifications.
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 183 /// have no fixed relation to the LLVM IR enum values. Changing these will
202 /// have no fixed relation to the LLVM IR enum values. Changing these will
222 /// values. Changing these will break compatibility with old files.
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 194 * of changing where an exception is thrown is too high.
268 * Inserts mark-locals if necessary when changing a register. If
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 142 * considered immutable. Changing it (e.g. using setTime()) could result
156 * immutable. Changing it (e.g. using setTime()) could result in undefined

Completed in 2005 milliseconds

<<21222324252627282930>>