/external/libxml2/test/schemas/ |
list0_0.xsd | 8 <xs:sequence> 10 </xs:sequence>
|
list0_1.xsd | 8 <xs:sequence> 10 </xs:sequence>
|
po0_0.xsd | 12 <xsd:sequence> 17 </xsd:sequence> 21 <xsd:sequence> 27 </xsd:sequence> 31 <xsd:sequence> 34 <xsd:sequence> 46 </xsd:sequence> 50 </xsd:sequence>
|
po1_0.xsd | 16 <xsd:sequence>
21 </xsd:sequence>
25 <xsd:sequence>
31 </xsd:sequence>
35 <xsd:sequence>
38 <xsd:sequence>
50 </xsd:sequence>
54 </xsd:sequence>
|
src-element2-1_0.xsd | 11 <sequence> 13 </sequence>
|
vdv-first0_0.xsd | 26 <xs:sequence>
28 </xs:sequence>
34 <xs:sequence>
38 </xs:sequence>
45 <xs:sequence>
50 </xs:sequence>
58 <xs:sequence>
62 </xs:sequence>
|
vdv-first3_0.xsd | 27 <xs:sequence>
29 </xs:sequence>
35 <xs:sequence>
39 </xs:sequence>
46 <xs:sequence>
51 </xs:sequence>
59 <xs:sequence>
63 </xs:sequence>
|
vdv-first5_0.xsd | 31 <xs:sequence>
33 </xs:sequence>
41 <xs:sequence>
46 </xs:sequence>
58 <xs:sequence>
62 </xs:sequence>
74 <xs:sequence>
78 </xs:sequence>
|
/external/parameter-framework/upstream/schemas/ |
ConfigurableDomain.xsd | 25 <xs:sequence> 27 </xs:sequence> 38 <xs:sequence> 41 <xs:sequence> 43 </xs:sequence> 47 </xs:sequence> 50 <xs:sequence> 52 </xs:sequence> 55 <xs:sequence> 60 </xs:sequence> [all...] |
/external/v8/test/mjsunit/regress/ |
regress-931.js | 30 var sequence = ''; variable 35 function first() { sequence += "1"; return o; } 36 function second() { sequence += "2"; return "f"; } 37 function third() { sequence += "3"; return 3; } 38 function fourth() { sequence += "4"; return 4; } 42 assertEquals("1234", sequence); 44 function second_prime() { sequence += "2'"; return 2; } 48 assertEquals("123412'34", sequence);
|
/frameworks/base/core/java/com/android/internal/view/ |
InputBindResult.java | 47 * Sequence number of this binding. 49 public final int sequence; field in class:InputBindResult 52 * Sequence number of user action notification. 61 sequence = _sequence; 73 sequence = source.readInt(); 80 + " sequence:" + sequence 101 dest.writeInt(sequence);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
for_each.hpp | 88 typename Sequence 93 void for_each(F f, Sequence* = 0, TransformOp* = 0) 95 BOOST_MPL_ASSERT(( is_sequence<Sequence> )); 97 typedef typename begin<Sequence>::type first; 98 typedef typename end<Sequence>::type last; 105 typename Sequence 109 void for_each(F f, Sequence* = 0) 111 for_each<Sequence, identity<> >(f);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
elf-tls-2.l | 8 .*:29: Error: sequence number in use for !tlsgd!7 9 .*:32: Error: sequence number in use for !tlsldm!8
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_base.h | 1 // Safe sequence/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the sequence it references 53 /** The sequence this iterator references; may be NULL to indicate 60 * version number must equal the version number in the sequence 66 /** Pointer to the previous iterator in the sequence's list of 70 /** Pointer to the next iterator in the sequence's list of 80 /** Initialize the iterator to reference the sequence pointed to 91 /** Initializes the iterator to reference the same sequence that 110 /** Attaches this iterator to the given sequence, detaching it 111 * from whatever sequence it was attached to originally. If th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_base.h | 1 // Safe sequence/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the sequence it references 53 /** The sequence this iterator references; may be NULL to indicate 60 * version number must equal the version number in the sequence 66 /** Pointer to the previous iterator in the sequence's list of 70 /** Pointer to the next iterator in the sequence's list of 80 /** Initialize the iterator to reference the sequence pointed to 91 /** Initializes the iterator to reference the same sequence that 110 /** Attaches this iterator to the given sequence, detaching it 111 * from whatever sequence it was attached to originally. If th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_base.h | 1 // Safe sequence/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the sequence it references 53 /** The sequence this iterator references; may be NULL to indicate 60 * version number must equal the version number in the sequence 66 /** Pointer to the previous iterator in the sequence's list of 70 /** Pointer to the next iterator in the sequence's list of 80 /** Initialize the iterator to reference the sequence pointed to 91 /** Initializes the iterator to reference the same sequence that 110 /** Attaches this iterator to the given sequence, detaching it 111 * from whatever sequence it was attached to originally. If th [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_base.h | 1 // Safe sequence/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the sequence it references 53 /** The sequence this iterator references; may be NULL to indicate 60 * version number must equal the version number in the sequence 66 /** Pointer to the previous iterator in the sequence's list of 70 /** Pointer to the next iterator in the sequence's list of 80 /** Initialize the iterator to reference the sequence pointed to 91 /** Initializes the iterator to reference the same sequence that 110 /** Attaches this iterator to the given sequence, detaching it 111 * from whatever sequence it was attached to originally. If th [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
loopback_sequence.py | 5 Loopback NTB-16/32 Sequence 16 import sequence namespace 18 class LoopbackSequence(sequence.Sequence): 20 Data loopback sequence used for data transfer testing. 22 In this sequence, we send out an IPv4 ping packet to the device which is 42 Run the MBIM Loopback Sequence. 44 Need to run the |connect| sequence before invoking this loopback 45 sequence. 56 # Step 1 is to run |connect| sequence which is expected to be ru [all...] |
/external/clang/test/Lexer/ |
cxx1y_digit_separators.cpp | 15 int b = 0'xff; // expected-error {{digit separator cannot appear at end of digit sequence}} expected-error {{suffix 'xff' on integer}} 20 int g = 123'ms; // expected-error {{digit separator cannot appear at end of digit sequence}} 31 float a = 1'e1; // expected-error {{digit separator cannot appear at end of digit sequence}} 33 float c = 1.'0e1; // expected-error {{digit separator cannot appear at start of digit sequence}} 34 float d = 1.0'e1; // expected-error {{digit separator cannot appear at end of digit sequence}} 35 float e = 1e'1; // expected-error {{digit separator cannot appear at start of digit sequence}} 36 float f = 1e1'ms; // expected-error {{digit separator cannot appear at end of digit sequence}} 37 float g = 0.'0; // expected-error {{digit separator cannot appear at start of digit sequence}} 39 float i = 0x.'0p0; // expected-error {{digit separator cannot appear at start of digit sequence}} 42 float l = 0x0.'0p0; // expected-error {{digit separator cannot appear at start of digit sequence}} [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_add_long.S | 2 * The compiler generates the following sequence for
|
op_sub_long.S | 2 * For little endian the code sequence looks as follows:
|
/cts/tests/tests/media/assets/ |
prog_index.m3u8 | 4 #EXT-X-MEDIA-SEQUENCE:0
|
/external/jdiff/src/ |
comments.xsd | 13 <xsd:sequence> 15 </xsd:sequence> 21 <xsd:sequence> 24 </xsd:sequence>
|
/external/libchrome/base/ |
sequence_checker_impl.h | 17 // class are called in sequence -- that is, called from the same 26 // Returns whether the we are being called on the same sequence token 27 // as previous calls. If there is no associated sequence, then returns 31 // Unbinds the checker from the currently associated sequence. The
|
/external/libxml2/result/relaxng/ |
tutor9_5_2.err | 1 ./test/relaxng/tutor9_5_2.xml:2: element card: Relax-NG validity error : Invalid sequence in interleave
|