HomeSort by relevance Sort by last modified time
    Searched full:multi (Results 1 - 25 of 2237) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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"
.gitignore 12 /xtables-multi
  /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}}
if_warning.c 30 // expected-warning {{multi-character character constant}}
  /external/llvm/test/TableGen/
LoLoL.td 10 multiclass Multi<list<list<list<int>>> v> {
15 defm Def : Multi<[[[]],[[1, 2, 3]]]>;
  /device/moto/stingray/ril/
mm-wrigley-qc-dump.sh 3 echo "Dumping Motorola Multi-Modem Logs"
  /external/chromium/chrome/common/extensions/docs/examples/
README.txt 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
  /external/markdown/tests/misc/
lists.txt 2 * A multi-paragraph list,
lists.html 2 <li>A multi-paragraph list,
  /external/valgrind/main/exp-bbv/tests/
filter_bb 10 # multi-threaded benchmark
  /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}}
  /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/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...]
  /packages/apps/CellBroadcastReceiver/tests/res/values/
strings.xml 26 <string name="button_gsm_7bit_multipage_type">Send GSM 7 Bit Multi Page Broadcast</string>
27 <string name="button_gsm_7bit_multipage_umts_type">Send UMTS 7 Bit Multi Page Broadcast</string>
32 <string name="button_gsm_ucs2_multipage_umts_type">Send UMTS UCS-2 Multi Page Broadcast</string>
  /frameworks/support/v4/java/android/support/v4/view/
package.html 6 {@link android.support.v4.view.MotionEventCompat} allows retrieving multi-touch
  /packages/apps/CellBroadcastReceiver/tests/res/values-da/
strings.xml 23 <string name="button_gsm_7bit_type" msgid="4757698592787955850">"Send UMTS 7 Bit Multi Page Broadcast"</string>
27 <string name="button_gsm_7bit_multipage_type" msgid="8516540964071070491">"Send GSM 7 Bit Multi Page Broadcast"</string>
28 <string name="button_gsm_7bit_multipage_umts_type" msgid="474883728254547100">"Send UMTS 7 Bit Multi Page Broadcast"</string>
33 <string name="button_gsm_ucs2_multipage_umts_type" msgid="4557772309524939206">"Send UMTS UCS-2 Multi Page Broadcast"</string>

Completed in 2779 milliseconds

1 2 3 4 5 6 7 8 91011>>