HomeSort by relevance Sort by last modified time
    Searched full:interactive (Results 151 - 175 of 1243) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mockwebserver/src/main/java/com/google/mockwebserver/
QueueDispatcher.java 32 // to permit interactive/browser testing, ignore requests for favicons
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
QueueDispatcher.java 31 // To permit interactive/browser testing, ignore requests for favicons.
  /external/valgrind/callgrind/tests/
filter_stderr 11 sed "/^For interactive control,.*$/d" |
  /frameworks/opt/net/voip/src/java/android/net/rtp/
package.html 4 or interactive data streaming. In particular, apps that provide VOIP, push-to-talk, conferencing,
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 51 editor.putBoolean("interactive", false);
SetURLInteractive.java 51 editor.putBoolean("interactive", true);
  /packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java 34 * SetupWizard, useful for testing "non-interactive" OTASP.
154 // "interactive" OTASP sequence never actually finish()es;
157 // However, in non-interactive OTASP, the
228 // Set the magic extra to force "non-interactive mode" for the
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 9 Description: Python is an interpreted, interactive, object-oriented programming
  /prebuilts/gdb/darwin-x86/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 9 Description: Python is an interpreted, interactive, object-oriented programming
  /prebuilts/gdb/linux-x86/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 9 Description: Python is an interpreted, interactive, object-oriented programming
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 9 Description: Python is an interpreted, interactive, object-oriented programming
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
  /system/update_engine/
common_service.cc 78 bool interactive = !(flags & kAttemptUpdateFlagNonInteractive); local
83 << "interactive=" << (interactive ? "yes" : "no");
85 in_app_version, in_omaha_url, interactive);
  /build/tools/
parsedeps.py 83 opts.add_option("-i", "--interactive", action="store_true", dest="interactive",
84 help="Interactive mode")
  /device/asus/fugu/power/
power.c 32 #define BOOST_PULSE_SYSFS "/sys/devices/system/cpu/cpufreq/interactive/boostpulse"
33 #define BOOST_FREQ_SYSFS "/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq"
34 #define BOOST_DURATION_SYSFS "/sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration"
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control.py 76 'Galaxy Nexus': 'interactive',
79 'Nexus 7': 'interactive',
80 'Nexus 10': 'interactive'
  /external/mksh/src/
sh_flags.opt 74 /* -i interactive shell */
76 FN("interactive", FTALKING, OF_CMDLINE
194 /* ./. (internal) initial shell was interactive */
  /frameworks/base/docs/html/training/wearables/watch-faces/
designing.jd 60 <dd>Your watch face should support ambient mode with limited color and interactive mode with
99 <p>You typically use one background image in interactive mode and a different background image
113 in this mode. In interactive mode, you can use full color, complex shapes, gradients, and
  /frameworks/support/core-ui/tests/java/android/support/v4/view/
ViewPagerWithTitleStripTest.java 32 * Provides assertions that depend on the non-interactive nature of <code>PagerTabStrip</code>.
48 // as PagerTitleStrip is not interactive
74 // tabs as PagerTitleStrip is not interactive
  /external/clang/utils/
clang-completion-mode.el 86 (interactive)
176 (interactive "p")
193 (interactive "p")
201 (interactive)
208 (interactive)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/
py_grabcut.markdown 0 Interactive Foreground Extraction using GrabCut Algorithm {#tutorial_py_grabcut}
9 - We will create an interactive application for this.
15 Research Cambridge, UK. in their paper, ["GrabCut": interactive foreground extraction using iterated
153 -# OpenCV samples contain a sample grabcut.py which is an interactive tool using grabcut. Check it.
155 -# Here, you can make this into a interactive sample with drawing rectangle and strokes with mouse,
  /external/rmi4utils/rmihidtool/
main.cpp 60 fprintf(stdout, "\t-i, --interactive\t\t\tRun in interactive mode.\n");
111 void interactive(RMIDevice * device, unsigned char *report) function
211 {"interactive", 0, NULL, 'i'},
370 interactive(device, report);

Completed in 1349 milliseconds

1 2 3 4 5 67 8 91011>>