HomeSort by relevance Sort by last modified time
    Searched full:multi (Results 26 - 50 of 2793) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
profile_menu_model.h 21 // Menu for the multi-profile button displayed on the browser frame when the
22 // user is in a multi-profile-enabled account. Stub for now. TODO(mirandac):
23 // enable and fill in as part of multi-profile work.
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 12 <dependency name='multi-user'
16 <service_fmri value='svc:/milestone/multi-user'/>
29 <service_fmri value='svc:/milestone/multi-user-server' />
  /external/chromium/base/
string_split.h 33 // |str| should not be in a multi-byte encoding like Shift-JIS or GBK in which
34 // the trailing byte of a multi-byte character can be in the ASCII range.
35 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK.
65 // |str| should not be in a multi-byte encoding like Shift-JIS or GBK in which
66 // the trailing byte of a multi-byte character can be in the ASCII range.
67 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK.
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 99 MultiInputStream multi = new MultiInputStream( local
110 multi.skip(-1);
111 multi.skip(-1);
112 multi.skip(0);
113 ByteStreams.skipFully(multi, 20);
114 assertEquals(20, multi.read());
  /external/qemu/android/
multitouch-port.h 23 * Encapsulates exchange protocol between the multi-touch screen emulator, and an
72 /* Declares multi-touch port descriptor. */
75 /* Creates multi-touch port, and connects it to the device.
86 /* Disconnects from the multi-touch port, and destroys the descriptor. */
89 /* Sends framebuffer update to the multi-touch emulation application, running on
92 * mtsp - Android multi-touch port instance returned from mts_port_create.
multitouch-screen.h 24 * Encapsulates functionality of multi-touch screen. Main task of this component
27 * actual android device that is used for multi-touch emulation. Note that since
33 /* Defines a source of multi-touch event. This is used to properly track
45 * mtsp - Instance of the multi-touch port connected to the device.
62 /* Gets maximum slot index available for the multi-touch emulation. */
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 195 private Map mergeMultiAndSingle(MultiType multi, Type single) {
196 Map map1 = getAllMultiInterfaces(multi);
240 MultiType multi = (MultiType)type; local
242 if (multi.resolved != null) {
243 merged = mergeMultiAndSingle(this, multi.resolved);
245 merged = mergeMultiInterfaces(multi, this);
246 if (! inMergeSource(multi))
247 mergeSource = multi;
288 MultiType multi = (MultiType) o;
290 return resolved.equals(multi.resolved)
    [all...]
MultiArrayType.java 120 MultiArrayType multi = (MultiArrayType)o;
122 return component.equals(multi.component) && dims == multi.dims;
  /sdk/apps/SdkController/assets/
intro_help.html 37 Multi-touch emulation must be explicitly enabled in emulator either by setting "Touch screen type" property to "multi-touch" in AVD Manager,
38 or by starting the emulator with "-screen multi-touch" option.</li>
  /external/clang/test/Preprocessor/
if_warning.c 30 // expected-warning {{multi-character character constant}}
  /external/eigen/bench/btl/cmake/
FindACML.cmake 25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
  /external/jmdns/src/javax/jmdns/
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/markdown/tests/misc/
lists.html 2 <li>A multi-paragraph list,
benchmark.dat 39 multi-line-tags:0.080000:0.000000
40 multi-paragraph-block-quote:0.070000:0.000000
41 multi-test:0.150000:0.000000
  /external/wpa_supplicant_8/wpa_supplicant/systemd/
wpa_supplicant-nl80211.service.arg.in 13 Alias=multi-user.target.wants/wpa_supplicant-nl80211@wlan0.service
wpa_supplicant-wired.service.arg.in 13 Alias=multi-user.target.wants/wpa_supplicant-wired@wlan0.service
wpa_supplicant.service.arg.in 13 Alias=multi-user.target.wants/wpa_supplicant@wlan0.service
  /external/zxing/core/
README.google 10 ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D
  /frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd 18 <li><a href="#multi-pane-layouts">Group Screens with Multi-pane Layouts</a></li>
25 <li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts</a></li>
37 <h2 id="multi-pane-layouts">Group Screens with Multi-pane Layouts</h2>
40 <p><strong>Multi-pane Layout Design</strong></p>
42 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> pattern guide.</p>
51 <p>The following figures demonstrate some of the problems that can arise when moving a UI (user interface) design into a larger layout and how to address these issues with multi-pane layouts:</p
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
package.html 6 {@link android.support.v4.view.MotionEventCompat} allows retrieving multi-touch
  /external/chromium/chrome/common/
multi_process_lock.h 18 // The length of a multi-process lock name is limited on Linux, so
23 // Factory method for creating a multi-process lock.
  /external/opencv/otherlibs/highgui/
bitstrm.h 96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
109 // m in prefix means that the most significant uchar of a multi-uchar value go first
120 // l in prefix means that the least significant bit of a multi-bit value goes first
140 // m in prefix means that the most significant bit of a multi-bit value goes first
190 // l in prefix means that the least significant uchar of a multi-byte value goes first
204 // m in prefix means that the least significant uchar of a multi-byte value goes last
216 // l in prefix means that the least significant bit of a multi-bit value goes first
234 // l in prefix means that the least significant bit of a multi-bit value goes first
  /external/iptables/iptables/
Makefile.am 17 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c
39 sbin_PROGRAMS = xtables-multi
65 for i in ${vx_bin_links}; do ${LN_S} -f "${sbindir}/xtables-multi" "${DESTDIR}${bindir}/$$i"; done;
66 for i in ${v4_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done;
67 for i in ${v6_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done;
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 256 diffName => "multi-line '+' change, followed by empty line and start of next diff",
276 diffName => "multi-line '+' change, followed by empty line and start of next diff using Windows line endings",
297 diffName => "multi-line '+' change, followed by empty line and start of next property diff",
317 diffName => "multi-line '+' change, followed by empty line and start of next property diff using Windows line endings",
378 diffName => "multi-line '+' change, followed by empty line and start of binary patch",
398 diffName => "multi-line '+' change, followed by empty line and start of binary patch using Windows line endings",
419 diffName => "multi-line '-' change, followed by multi-line '+' change, empty line, and start of binary patch",
442 diffName => "multi-line '-' change, followed by multi-line '+' change, empty line, and start of binary patch using Windows line endings"
    [all...]
  /external/qemu/android/avd/
hw-config.h 60 /* Checks if screen doesn't support touch, or multi-touch */
62 /* Checks if screen supports touch (but not multi-touch). */
64 /* Checks if screen supports multi-touch. */

Completed in 616 milliseconds

12 3 4 5 6 7 8 91011>>