/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
OrientationChangeObserverCriteria.java | 8 * Criteria used to know when an orientation change happens. 17 // orientation change but the new orientation value does not matter. 26 // Constructor to be used when the criteria cares about a change
|
/external/chromium_org/content/test/data/indexeddb/ |
version_change_blocked.js | 19 var delreq = window.indexedDB.deleteDatabase('version-change-blocked'); 28 request = indexedDB.open('version-change-blocked'); 44 var openreq = window.indexedDB.open('version-change-blocked', version);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
link-cursor-auto.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/5551163">5551163</a> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click</p> 14 The mouse pointer will change to an index finger. 18 The mouse pointer will change to a wristwatch.
|
textarea-focus.html | 18 The text area’s background will change from red to green. 22 The text area will not change to green. Only switching to another window and back to this window 23 will change it to green.
|
/external/chromium_org/ui/wm/public/ |
tooltip_client.h | 19 // Informs the shell tooltip manager of change in tooltip for window |target|. 40 // the text does not change. For example, if the tooltip text does not change,
|
/external/mockito/src/org/mockito/ |
Incubating.java | 17 * <li>For types or methods that are already released this annotation means that that the API might change. 19 * The only reason we would want to change it is to provide better support for using and extending Mockito. 23 * and can change before release.
|
/frameworks/av/include/ndk/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/frameworks/av/media/ndk/ |
NdkMediaCryptoPriv.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
NdkMediaFormatPriv.h | 20 * Do not change method signatures. 21 * Do not change the value of constants. 22 * Do not change the size of any of the classes defined in here.
|
/libcore/luni/src/main/java/java/util/prefs/ |
NodeChangeListener.java | 22 * This interface is used to handle preference node change events. The 36 * the node change event. 45 * the node change event.
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
EnabledTextEditGroup.java | 23 * This is used to propose a change that may not compile, so we'll create 24 * a change that is disabled. 26 * Disabling the change is done by the refactoring class when processing
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplatePreviewPage.java | 18 import org.eclipse.ltk.core.refactoring.Change; 38 List<Change> changes = mValues.computeChanges(); 40 changes.toArray(new Change[changes.size()]));
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.sed | 4 # Change dependency char. 9 # Change syntax of Makefile vars. 13 # Change $@ to {targ} 16 # Change pathname syntax. 55 # Change -I usage. 61 # Change -D usage. 64 # Change continuation char. 67 # Change wildcard char. 70 # Change path of various types of source files. 84 # Change extension and path of objects, except in the OBJEXT line [all...] |
/external/chromium_org/content/browser/ |
host_zoom_map_impl.cc | 151 ZoomLevelChange change = {HostZoomMap::ZOOM_CHANGED_FOR_HOST, local 156 result.push_back(change); 167 ZoomLevelChange change = {HostZoomMap::ZOOM_CHANGED_FOR_SCHEME_AND_HOST, local 172 result.push_back(change); 195 HostZoomMap::ZoomLevelChange change; local 196 change.mode = HostZoomMap::ZOOM_CHANGED_FOR_HOST; 197 change.host = host; 198 change.zoom_level = level; 200 zoom_level_changed_callbacks_.Notify(change); 214 HostZoomMap::ZoomLevelChange change; local 326 HostZoomMap::ZoomLevelChange change; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
lsf_check.c | 31 int k,n,m, Nit=2, change=0,pos; local 53 change=1; 59 change=1; 64 change=1; 70 return change;
|
/external/clang/test/ARCMT/ |
nonobjc-to-objc-cast-2.m | 31 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 39 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 48 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 54 // expected-note {{remove the cast and change return type of function to 'NSString *' to have the object automatically autoreleased}} 62 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
|
/external/jdiff/src/jdiff/ |
Modifiers.java | 59 * @return The description of the differences, null if there is no change. 65 res += "Change from "; 75 res += "Change from "; 86 res += "Change from deprecated to undeprecated.<br>"; 96 res += "Change of visibility from " + visibility + " to " +
|
/external/lldb/scripts/ |
build-lldb-llvm-clang | 23 # change directory to "./llvm" 27 # change directory to "./llvm/tools" 31 # change directory to "./llvm" 39 # change directory to "./llvm/tools/clang" 47 # change directory to "./"
|
/frameworks/base/core/java/android/database/ |
ContentObservable.java | 39 * to the observer if it has indicated that it wants to receive self-change 44 * @param selfChange True if this is a self-change notification. 58 * to the observer if it has indicated that it wants to receive self-change 63 * @param selfChange True if this is a self-change notification. 79 * @param selfChange True if this is a self-change notification.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
reload_button_unittest.cc | 65 // Now change the mode (as if the browser had started loading the page). This 71 // Press the button again. This should change back to reload. 90 // Hover the button, and change mode. The visible mode should not change, 97 // Now fire the timer. This should complete the mode change. 104 // Change to stop and hover. 110 // Now change back to reload. This should result in a disabled stop button 125 // Change to stop and hover. 131 // Press the button. This should change back to reload despite the hover, 139 // Change to stop, hover, and change back to reload [all...] |
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_model.cc | 170 const SyncChange& change, 173 DCHECK(change.IsValid()); 177 const std::string& entry_id = GetEntryIdFromSyncData(change.sync_data()); 179 if (change.change_type() == SyncChange::ACTION_DELETE) { 184 change.location(), SyncChange::ACTION_DELETE, change.sync_data())); 191 ArticleEntry entry = GetEntryFromChange(change); 196 change.location(), SyncChange::ACTION_ADD, change.sync_data())); 204 change.location(), SyncChange::ACTION_UPDATE, change.sync_data())) [all...] |
/external/chromium_org/third_party/polymer/platform/ |
CONTRIBUTING.md | 39 1. Test your change 48 That's it for the one time setup. Now you're ready to make a change. 52 We iterate fast! To avoid potential merge conflicts, it's a good idea to pull from the main project before making a change and submitting a pull request. The easiest way to do this is setup a remote called `upstream` and do a pull before working on a change: 56 Then before making a change, do a pull from the upstream `master` branch: 65 That will pull in changes from your forked repo, the main (upstream) repo, and merge the two. Then it's just a matter of running `git pu` before a change and pushing to your repo: 69 # make change
|