/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_winreg.py | 294 "(are you running in a non-interactive session?)")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 37 return no lines, except perhaps for interactive use, or if it has been
|
mimify.py | 17 Interactive usage:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_winreg.py | 294 "(are you running in a non-interactive session?)")
|
/system/core/adb/ |
protocol.txt | 14 be used by either commandline or interactive tools to communicate with
|
/system/core/toolbox/upstream-netbsd/bin/cp/ |
utils.c | 124 * If the file exists and we're interactive, verify with the user.
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 42 * A view representing a simple yet interactive line chart for the function <code>x^3 - x/4</code>. 48 * The view is interactive in that it can be zoomed and panned using [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_messages_apitest.cc | 686 // the user denied our interactive request. 758 // accepted the interactive request. [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 179 chrome.identity.getAuthToken({interactive: false}, function(token) { 974 instrumented.identity.getAuthToken({interactive: false}, function(token) { [all...] |
utility_unittest.gtestjs | 76 eqJSON({interactive: false})), 135 eqJSON({interactive: false})), [all...] |
/external/lldb/www/ |
scripting.html | 251 Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.<br>
265 <code>script</code> command and drop into the embedded interactive Python
|
/external/sqlite/dist/orig/ |
shell.c | 252 ** at an error if we are not interactive. 257 ** Threat stdin as an interactive input if the following variable [all...] |
/external/sqlite/dist/ |
shell.c | 257 ** at an error if we are not interactive. 262 ** Threat stdin as an interactive input if the following variable [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
server.c | 235 " v.set mixed_output : set valgrind output to log, interactive output to gdb\n" 310 ("valgrind output will go to log, interactive output will go to gdb\n"); [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityServiceInfo.java | 288 * to access content of all interactive windows. An interactive window is a [all...] |
/frameworks/base/docs/html/community/ |
index.html | 168 <p>The <a href="mailto:hugo@dutchaug.org">Dutch Android User Group</a> had a very interactive presentation on Android Code Puzzlers and Tips & tricks, where they rewarded participation by giving out books, tshirts, jelly beans and kitkats. The presentation was at the <a href="http://www.nljug.org/jfall">Dutch JFall conference</a>, organized by the NLJUG. It's a large yearly Java conference and the DAUG had the only Android session there.</p> 211 With Android 4.4 KitKat, your apps can now truly go full-screen with a new Immersive Mode. Immersive Mode lets your apps hide the system's status and navigation bars while capturing all touch events?ideal for rich interactive content such as books and games. This video demonstrates how to use the new API, in addition to recapping earlier full-screen APIs on Android.
|
/frameworks/native/include/media/openmax/ |
OMX_Video.h | 414 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 416 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Video.h | 398 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 400 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Video.h | 394 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 396 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Video.h | 394 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 396 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Video.h | 394 * ISWV2 : Interactive Streaming Wireless Profile: H.263+
396 * ISWV3 : Interactive Streaming Wireless Profile: H.263++
[all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Video.h | 412 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 414 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Video.h | 394 * ISWV2 : Interactive Streaming Wireless Profile: H.263+ 396 * ISWV3 : Interactive Streaming Wireless Profile: H.263++ [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneGlobals.java | 195 * make an OTASP call, regardless of whether it's an interactive or 196 * non-interactive OTASP call. [all...] |
/external/chromium_org/ui/login/account_picker/ |
user_pod_row.js | 127 // (3) if user pod custom icon is interactive, it has tab index 2 so it 130 // icon, or user pod if custom icon is not interactive; 255 * interactive. 376 * @param {?function()} callback If icon should be interactive, the 378 * be null to make the icon non interactive. 381 this.iconElement.classList.toggle('interactive-custom-icon', !!callback); [all...] |