/external/replicaisland/src/com/replica/replicaisland/ |
DoorAnimationComponent.java | 28 public static final int OPENING = 3; 66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength(); 80 // opening and closing animations are the same length. 92 mSprite.playAnimation(Animation.OPENING); 171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
|
/bootable/recovery/minadbd/ |
usb_linux_client.c | 51 // wait until the USB device needs opening 57 D("[ usb_thread - opening device ]\n"); 69 D("[ opening device succeeded ]\n");
|
/external/smack/src/org/jivesoftware/smackx/workgroup/util/ |
MetaDataUtils.java | 36 * parser must be positioned at an opening meta-data tag, or the an empty map will be returned.
38 * @param parser the XML parser positioned at an opening meta-data tag.
46 // If correctly positioned on an opening meta-data tag, parse meta-data.
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
FileTransferService.java | 20 * A service that process each file transfer request i.e Intent by opening a 54 Log.d(WiFiDirectActivity.TAG, "Opening client socket - ");
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 83 _("while opening %s for flushing"), device_name); 121 com_err(program_name, retval, _("while opening inode scan"));
|
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 92 ALOGE("OsclLib::LoadLibrary: Error opening " 98 ALOGE("OsclLib::LoadLibrary: Error opening "
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
OpenGLTraceAction.java | 84 "Error opening GL Trace File", 85 "Unexpected error while opening GL Trace file: " + e.getMessage());
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usrchtst.c | 49 * Opening all static collators and break iterators 60 log_err_status(*status, "Error opening collator\n"); 90 * Start opening all static collators and break iterators 246 log_err_status(status, "Error: NULL break iterator is valid for opening search\n"); 261 log_data_err("Opening collator failed.\n"); 263 log_err("Error: NULL break iterator is valid for opening search\n"); 276 log_err_status(status, "Error: Break iterator is valid for opening search\n"); 286 log_data_err("Opening collator failed.\n"); 288 log_err("Error: Break iterator is valid for opening search\n"); 318 log_err("Error opening search %s\n", u_errorName(status)) [all...] |
/development/samples/devbytes/animation/SlidingFragments/res/values/ |
strings.xml | 26 <string name="summary">"The Golden Gate Bridge is a suspension bridge spanning the Golden Gate, the opening of the San Francisco Bay into the Pacific Ocean."</string>
|
/external/chromium/base/ |
rand_util_posix.cc | 21 // we can use LazyInstance to handle opening it on the first access.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-re-opening.html | 3 <title>Profiler: test profiles population on DevTools re-opening</title>
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
link_controller.js | 29 * This class is used to handle opening of links based on user actions. The 62 * The DOM window that we want to open links into in case we are opening 81 * @param {!Event} e The event triggering the opening of the URL. 123 // Fix '#124' URLs since opening those in a new window does not work. We
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_view.h | 31 // dropdown widget (while animating the opening or closing of the widget).
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
HttpAuthDatabase.java | 24 * provided by the underlying SQLiteDatabase instance. The exception is database opening: this 59 * @param context the Context to use for opening the database 74 * @param context the Context to use for opening the database 92 * @param context the Context to use for opening the database
|
/external/chromium_org/base/ |
rand_util_posix.cc | 20 // we can use LazyInstance to handle opening it on the first access.
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_dialog.h | 6 // dialog for opening and saving files.
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_with_browser.h | 5 // This file provides utilities for opening files with the browser.
|
/external/chromium_org/chrome/browser/ui/apps/ |
app_metro_infobar_delegate_win.h | 15 // This infobar operates by opening a new tab on about:blank, showing an
|
/external/chromium_org/chrome/browser/ui/ |
singleton_tabs.h | 11 // Methods for opening "singleton tabs". Tabs are guaranteed unique by varying
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_win.cc | 38 // We activate an existing browser window if we are opening just the new tab
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_browsertest.js | 18 // Test opening extension settings has correct location.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
font_settings_browsertest.js | 26 // Test opening font settings has correct location.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
javascript_dialog_manager.h | 22 // Tracks the opening and closing of JavaScript dialogs (e.g., alerts).
|
/external/chromium_org/components/nacl/browser/ |
nacl_file_host.h | 36 // Return true if the filename requested is valid for opening.
|
/external/chromium_org/content/public/common/ |
page_transition_types_list.h | 56 // loaded in a toplevel frame. For example, opening a tab to show the ASH 57 // screen saver, opening the devtools window, opening the NTP after the safe 58 // browsing warning, opening web-based dialog boxes are examples of
|