/development/samples/browseable/BasicMediaRouter/res/values/ |
strings.xml | 6 <string name="change_color">Change Color</string>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
CHANGES.txt | 15 * Meta change: there now is a CHANGES.tx
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_change_processor_wrapper.cc | 25 const FileChange& change, 31 change, local_path, url, callback); 45 const FileChange& change, 48 remote_change_processor_->RecordFakeLocalChange(url, change, callback);
|
/external/chromium_org/chrome/browser/sync_file_system/ |
file_change.h | 25 FileChange(ChangeType change, SyncFileType file_type); 34 ChangeType change() const { return change_; } function in class:sync_file_system::FileChange 40 return change() == that.change() &&
|
local_change_processor.h | 19 // Represents an interface to process one local change and applies 27 // This is called to apply the local |change|. If the change type is 35 const FileChange& change,
|
file_change.cc | 14 ChangeType change, 16 : change_(change), 21 switch (change()) { 59 if (last.change() == new_change.change())
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
manifest.json | 3 "description": "Change the current page color",
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_change.cc | 33 const AutofillProfileChange& change) const { 34 return type() == change.type() && 35 key() == change.key() && 36 (type() != REMOVE) ? *profile() == *change.profile() : true;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
pointer-events.html | 151 <p id="a">This whole paragraph SHOULD change background when hovered</p> 153 <p id="b">This whole paragraph SHOULD NOT change background when hovered</p> 155 <p id="c">This paragraph SHOULD change background when hovered anywhere including 158 <p id="d">This paragraph SHOULD NOT change when the pointer is over only it but 159 <span>this inline text</span> SHOULD change and cause the parent to change also.</p> 161 <div id="e">This paragraph SHOULD NOT change when the pointer is over only it (not the child) 162 <div>This child element SHOULD change and cause the parent to change also</div> 166 The following image SHOULD change when the pointer is over it [all...] |
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.
|
/external/chromium_org/tools/gyp/test/win/rc-build/ |
targetver.h | 11 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
15 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
19 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
23 #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE.
|
/external/clang/test/Parser/ |
attr-availability.c | 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}} 17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
|
/external/clang/test/Sema/ |
gnu89.c | 5 void main() {} // expected-warning {{return type of 'main' is not 'int'}} expected-note {{change return type to 'int'}}
|
/external/javassist/ |
build.properties | 3 # you can change the path in your local repository).
|
/external/srec/config/en.us/ |
run-chmod.sh | 5 chmod 777 ./run-change-sample-rate2.sh
|
/external/valgrind/main/none/tests/x86/ |
pushpopseg.c | 26 printf("sp change after push = %ld\n", sp2 - sp1); 27 printf("sp change after pop = %ld\n", sp3 - sp2); 42 printf("sp change after push = %ld\n", sp2 - sp1); 43 printf("sp change after pop = %ld\n", sp3 - sp2);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProviderChangeListener.java | 6 * standard data change callbacks.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/ |
smb_fs.h | 20 /* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
|
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
carrays.i | 1 /* Small change to the standard carrays.i
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/ |
fix_parrot.py | 6 Change functions named 'parrot' to 'cheese'.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/ |
fix_parrot.py | 6 Change functions named 'parrot' to 'cheese'.
|
/sdk/hierarchyviewer/ |
README.txt | 2 The sources are left here just for reference. Please do not change them.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_change_handler.h | 30 FileChange change; member in struct:sync_file_system::RemoteChangeHandler::RemoteChange 38 const FileChange& change); 49 // Pushes the next change into |remote_change| and returns true. 52 // Pushes the change for the |url| into |remote_change| and returns true. 56 // Appends |remote_change| into the change queue. |remote_change| overrides an 57 // existing change for the same URL if exists. 60 // Removes a change for the |url|.
|
/external/webp/ |
README.android | 20 - Synced the WebP Code (Encoder/Decoder) with the head change#Ia53f845b 26 - Sync-patch with libwebp ver 0.2.0-rc1 (head change#Ia5475247). 27 - Updated WebP with head change#I3da2063b 28 - Updated WebP with head change#I9e5ae737 35 - Updated WebP with head change#I9e5ae737 36 - Sync-patch with libwebp ver 0.3.1 (head change#Idea3464b). 40 - Fix memleak in WebPIDelete() (change#Id4faef1b). 41 - Sync-patch with libwebp ver 0.4.0-rc1 (change#I22be12d8). 42 - Bugfix for incremental decode of lossy-alpha (change#I716ce082) 43 - Sync-patch with libwebp ver 0.4.1-rc1 (change#I5346984d2) [all...] |