HomeSort by relevance Sort by last modified time
    Searched full:change (Results 51 - 75 of 14048) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
textarea-onpaste.html 6 This tests that onpaste handlers are called. To test this, paste some text in the textarea below. The result below should change from FAILURE to SUCCESS.
transitions2.html 23 When you click the Change button, the shape will
25 <button style="display: block;" onclick="transition()">Change</button>
33 {className:"", description:"instantly change to a small square"},
34 {className:"square", description:"instantly change into a small rectangle and then animate into a large square over 2 seconds"},
36 {className:"", description:"instantly change to a small square"}
svg-links.svg 7 <tspan x='10' dy='20'>1. Hover and notice the status text change</tspan>
8 <tspan x='10' dy='20'>2. Hover and notice the cursor change to a hand</tspan>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb_fs.h 20 /* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb_fs.h 20 /* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb_fs.h 20 /* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
  /system/bluetooth/data/
blacklist.conf 1 // Do NOT change this file format without updating the parsing logic in
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 3 capng_change_id \- change the credentials retaining capabilities
11 This function will change uid and gid to the ones given while retaining the capabilities previously specified in capng_update. It is not necessary and perhaps better if capng_apply has not been called prior to this function so that all necessary privileges are still intact. The caller is required to have CAP_SETPCAP capability still active before calling this function.
18 Simply change uid and retain specified capabilities and that's all.
29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
MouseMotionEvent.java 56 * The change in wheel rotation.
58 * @return change in wheel rotation.
65 * The change in X coordinate
66 * @return change in X coordinate
73 * The change in Y coordinate
75 * @return change in Y coordinate
  /external/webkit/Source/WebKit/qt/tests/qwebframe/resources/
testiframe.html 45 <div id="content1">You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
46 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
47 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
48 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
49 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
50 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.</div>
  /frameworks/av/include/media/
AudioParameter.h 36 // keyRouting: to change audio routing, value is an int in audio_devices_t
37 // keySamplingRate: to change sampling rate routing, value is an int
38 // keyFormat: to change audio format, value is an int in audio_format_t
39 // keyChannels: to change audio channel configuration, value is an int in audio_channels_t
40 // keyFrameCount: to change audio output frame count, value is an int
41 // keyInputSource: to change audio input source, value is an int in audio_source_t
  /docs/source.android.com/src/source/
submit-patches.jd 68 <p>For each change you intend to make, start a new branch within the relevant git repository:</p>
72 <h2 id="make-your-change">Make your change</h2>
77 <p>Provide a detailed description of the change in your commit message. This description will be pushed to the public AOSP repository, so please follow our guidelines for writing changelist descriptions: </p>
94 <p>A unique change ID and your name and email as provided during <code>repo init</code> will be automatically added to your commit message. </p>
96 <p>Once you have committed your change to your personal history, upload it to gerrit with</p>
105 <p>Suppose a reviewer has looked at your patch and requested a small modification. You can amend your commit within git, which will result in a new patch on gerrit with the same change ID as the original.</p>
124 <p>After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run <code>repo sync</code> to pull the update into their local client.</p>
126 <h2 id="reviewing-a-change">Reviewing a change</h2
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 10 <li><a href="#RetainingAnObject">Retaining an Object During a Configuration Change</a></li>
11 <li><a href="#HandlingTheChange">Handling the Configuration Change Yourself</a>
18 <li><a href="http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html">Faster
19 Screen Orientation Change</a></li>
24 <p>Some device configurations can change during runtime
25 (such as screen orientation, keyboard availability, and language). When such a change occurs,
54 <li><a href="#RetainingAnObject">Retain an object during a configuration change</a>
59 <li><a href="#HandlingTheChange">Handle the configuration change yourself</a>
61 changes, but receive a callback when the configurations do change, so that you can manually update
67 <h2 id="RetainingAnObject">Retaining an Object During a Configuration Change</h2
    [all...]
  /external/android-clat/
clatd.h 27 // how frequently (in seconds) to poll for an address change while traffic is passing
30 // how frequently (in seconds) to poll for an address change while there is no traffic
  /external/chromium/chrome/browser/sync/glue/
theme_change_processor.cc 66 // TODO(akalin): Normally, we should only have a single change and
81 const sync_api::SyncManager::ChangeRecord& change = local
83 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_UPDATE &&
84 change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
85 std::string err = "strange theme change.action " + change.action;
92 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
94 if (!node.InitByIdLookup(change.id)) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
background.html 27 chrome.tabs.onUpdated.addListener(function(tabId, change, tab) {
28 if (change.status == "complete") {
  /external/emma/
ANDROID-CHANGES.txt 2 Change made for Android
4 1) Change coverage.out.file location in core/res/emma_default.properties to /data/coverage.ec
  /external/iproute2/testsuite/tests/
dsmark.t 17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
  /external/junit/src/org/junit/runners/
JUnit4.java 7 * future versions of JUnit change the default Runner class, they will also
8 * change the definition of this class. Developers wanting to explicitly tag a
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
  /external/tcpdump/
Makefile-devel-adds 2 # Auto-regenerate configure script or Makefile when things change.
8 # autoheader might not change config.h.in, so touch a stamp file.
  /frameworks/base/core/java/android/widget/
Checkable.java 26 * Change the checked state of the view
38 * Change the checked state of the view to the inverse of its current state
  /bionic/libc/upstream-dlmalloc/
README.txt 9 BEGIN android-changed: change description
  /build/core/
apicheck_msg_current.txt 3 You have tried to change the API from what has been previously approved.
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
30 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
34 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.

Completed in 675 milliseconds

1 23 4 5 6 7 8 91011>>