/external/smack/src/org/jivesoftware/smackx/muc/ |
package.html | 1 <body>Classes and Interfaces that implement Multi-User Chat (MUC).</body
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
AttributesImplTest.java | 28 private AttributesImpl multi = new AttributesImpl(); field in class:AttributesImplTest 32 multi.addAttribute("http://some.uri", "foo", "ns1:foo", 34 multi.addAttribute("http://some.uri", "bar", "ns1:bar", 36 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer", 39 multi.addAttribute("", "gabbaHey", "", "string", "1-2-3-4"); 40 multi.addAttribute("", "", "gabba:hey", "string", "1-2-3-4"); 45 assertEquals(5, multi.getLength()); 54 ai = new AttributesImpl(multi); 71 ai = new AttributesImpl(multi); 82 assertEquals("http://some.uri", multi.getURI(0)) [all...] |
AttributeListImplTest.java | 29 private AttributeListImpl multi = new AttributeListImpl(); field in class:AttributeListImplTest 33 multi.addAttribute("foo", "string", "abc"); 34 multi.addAttribute("bar", "string", "xyz"); 35 multi.addAttribute("answer", "int", "42"); 40 assertEquals(3, multi.getLength()); 49 ai = new AttributeListImpl(multi); 70 attrs.setAttributeList(multi); 71 assertEquals(multi.getLength(), attrs.getLength()); 73 for (int i = 0; i < multi.getLength(); i++) { 74 assertEquals(multi.getName(i), attrs.getName(i)) [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/ |
Attributes2ImplTest.java | 33 private Attributes2Impl multi = new Attributes2Impl(); field in class:Attributes2ImplTest 39 multi.addAttribute("http://some.uri", "foo", "ns1:foo", 41 multi.addAttribute("http://some.uri", "bar", "ns1:bar", 43 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer", 45 multi.addAttribute("http://yet.another.uri", "gabba", "ns3:gabba", 48 multi.setDeclared(0, false); 49 multi.setSpecified(0, false); 51 multi.setDeclared(1, true); 52 multi.setSpecified(1, false); 54 multi.setDeclared(2, false) [all...] |
/ndk/tests/build/multi-abi/jni/ |
Android.mk | 4 LOCAL_MODULE := multi-hello
|
/external/iptables/iptables/ |
xtables-multi.c | 6 #include "xtables-multi.h" 9 #include "iptables-multi.h" 13 #include "ip6tables-multi.h"
|
/external/dropbear/ |
MULTI | 0 Multi-binary compilation 9 To compile the multi-binary, first "make clean" (if you've compiled 12 make PROGRAMS="programs you want here" MULTI=1 24 "make install" doesn't currently work for multi-binary configuration, though
|
/external/webkit/LayoutTests/fast/encoding/ |
invalid-multi-byte-over-consumption-expected.txt | 1 Test if an invalid multi-byte sequence is onverconsumed leading to an XSS vector
|
/external/clang/test/Preprocessor/ |
pushable-diagnostics.c | 7 int a = 'df'; // expected-warning{{multi-character character constant}} 15 int c = 'df'; // expected-warning{{multi-character character constant}}
|
/external/llvm/test/TableGen/ |
LoLoL.td | 9 multiclass Multi<list<list<list<int>>> v> { 14 defm Def : Multi<[[[]],[[1, 2, 3]]]>;
|
/external/chromium/chrome/common/extensions/docs/examples/ |
README.txt | 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
|
/external/jmdns/ |
README.android | 4 Description: "JmDNS is a Java implementation of multi-cast DNS"
|
/external/markdown/tests/misc/ |
lists.txt | 2 * A multi-paragraph list,
|
/external/qemu/distrib/sdl-1.2.15/test/ |
README | 13 testerror Tests multi-threaded error handling 17 testhread Hacked up test of multi-threading 22 testlock Hacked up test of multi-threading and locking 34 threadwin Test multi-threaded event handling
|
/external/valgrind/main/exp-bbv/tests/ |
filter_bb | 10 # multi-threaded benchmark
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
wpa_supplicant.service.in | 10 WantedBy=multi-user.target
|
/ndk/tests/build/multi-module-path/path1/foo/ |
Android.mk | 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
|
/external/clang/test/Lexer/ |
constants.c | 19 'df', // expected-warning {{multi-character character constant}} 24 'abcd' // expected-warning {{multi-character character constant}} 29 int m1 = '\\\''; // expected-warning {{multi-character character constant}} 30 int m2 = '\\\\'; // expected-warning {{multi-character character constant}} 38 int e = 'abcd'; // still warn: expected-warning {{multi-character character constant}}
|
char-literal.cpp | 10 int a = 'ab'; // expected-warning {{multi-character character constant}} 11 int b = '\xFF\xFF'; // expected-warning {{multi-character character constant}} 12 int c = 'APPS'; // expected-warning {{multi-character character constant}} 18 auto f = '\xE2\x8C\x98'; // expected-warning {{multi-character character constant}}
|
/external/qemu/android/ |
multitouch-port.c | 47 * Message types used in multi-touch emulation. 67 /* Multi-touch port descriptor. */ 87 /* Multi-touch event structure received from SDK controller port. */ 99 /* Multi-touch pointer descriptor received from SDK controller port. */ 124 * Multi-touch action handlers 169 * Multi-touch event handlers 182 T("Multi-touch: MOVE(%d): %d-> %d:%d:%d", 192 T("Multi-touch: 1-ST DOWN: %d-> %d:%d:%d", 201 T("Multi-touch: LAST UP: %d", param->pid); 209 T("Multi-touch: DOWN: %d-> %d:%d:%d" [all...] |
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_apply.3 | 19 If you are doing multi-threaded programming, calling this function will only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you will need to do that before creating any threads. See the capset syscall for more information on this topic.
|
capng_get_caps_process.3 | 19 If you are doing multi-threaded programming, calling this function will only get capabilities on the calling thread. If you want to get overall capabilities for a multi-threaded process, you can only do that before creating any threads. Afterwards, threads may be able to independantly set capabilities.
|
/external/eigen/doc/ |
TopicMultithreading.dox | 3 /** \page TopicMultiThreading Eigen and multi-threading 22 You can disable Eigen's multi threading at compile time by defining the EIGEN_DONT_PARALLELIZE preprocessor token. 24 Currently, the following algorithms can make use of multi-threading: 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
|
/external/qemu/distrib/sdl-1.2.15/ |
README-SDL.txt | 5 designed to make it easy to write multi-media software, such as games and
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/ |
ReadMe.txt | 1 The Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.
|