/external/icu4c/tools/makeconv/ |
makeconv.h | 46 /** is this byte sequence valid? */
|
/external/javassist/src/main/javassist/bytecode/ |
BadBytecode.java | 19 * Signals that a bad bytecode sequence has been found.
|
/external/llvm/docs/ |
yaml2obj.rst | 89 sequence: 110 sequence: 116 sequence: 158 sequence:
|
/external/llvm/test/MC/Disassembler/ARM/ |
invalid-IT-CC15.txt | 11 # above sequence of junk bytes and not allowing the disassembler to abort on
|
/external/llvm/test/Transforms/InstCombine/ |
JavaCompare.ll | 1 ; This is the sequence of stuff that the Java front-end expands for a single
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_fence.h | 25 uint32_t sequence; member in struct:nouveau_fence
|
/external/proguard/src/proguard/classfile/util/ |
InstructionSequenceMatcher.java | 31 * This InstructionVisitor checks whether a given pattern instruction sequence 33 * instruction sequence can be wildcards that are matched. 81 * @param patternInstructions the pattern instruction sequence. 189 // Check if the instruction matches the next instruction in the sequence. 195 // Check if the instruction sequence is matching now. 209 // Check if the instruction matches the next instruction in the sequence. 217 // Check if the instruction sequence is matching now. 231 // Check if the instruction matches the next instruction in the sequence. 240 // Check if the instruction sequence is matching now. 255 // sequence [all...] |
/external/tcpdump/ |
slcompress.h | 29 * 'push' bit, and flags that indicate which of the 4 TCP sequence 34 * sequence number changes, one change per bit set in the header 40 * acknowlegement, sequence number and IP ID. (The urgent pointer 46 * range 256 - 65535 or 0. (If the change in sequence number or
|
/external/valgrind/main/drd/tests/ |
annotate_hb_err.c | 32 /* The sequence below is fine. */
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodClient.aidl | 28 void onUnbindMethod(int sequence);
|
/frameworks/base/graphics/java/android/graphics/ |
SumPathEffect.java | 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
RemotePrintDocumentAdapter.java | 68 ILayoutResultCallback callback, Bundle metadata, int sequence) { 73 mRemoteInterface.layout(oldAttributes, newAttributes, callback, metadata, sequence); 80 final int sequence) { 100 mRemoteInterface.write(pages, sink, callback, sequence);
|
/frameworks/base/services/java/com/android/server/accessibility/ |
EventStreamTransformation.java | 26 * ordered in a sequence to implement a transformation chain. An instance may 28 * output events to the next transformation in the sequence set via 37 * sequence and prevent any subsequent ones from performing an action to send 53 * after an event that designates the start of a well-formed event sequence.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
at_fwd.hpp | 20 template< typename Sequence, typename N > struct at;
|
contains_fwd.hpp | 21 template< typename Sequence, typename T > struct contains;
|
push_back_fwd.hpp | 20 template< typename Sequence, typename T > struct push_back;
|
push_front_fwd.hpp | 20 template< typename Sequence, typename T > struct push_front;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
clear_impl.hpp | 28 template< typename Sequence > struct apply;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementSequentialTimeContainer.java | 16 * A <code>seq</code> container defines a sequence of elements in which
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
equally_split.h | 36 /** @brief Function to split a sequence into parts of almost equal size. 38 * The resulting sequence s of length num_threads+1 contains the splitting 45 * @returns End of splitter sequence, i. e. @c s+num_threads+1 */ 63 /** @brief Function to split a sequence into parts of almost equal size.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 38 * The resulting sequence __s of length __num_threads+1 contains the 45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */ 64 /** @brief function to split a sequence into parts of almost equal size.
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_cloud_policy_store_unittest.cc | 24 using testing::Sequence; 103 Sequence s; 137 Sequence s; 171 Sequence s; 191 Sequence s1; 206 Sequence s2; 228 Sequence s1; 241 Sequence s2; 259 Sequence s; 285 Sequence s [all...] |
/external/chromium_org/net/quic/ |
quic_sent_packet_manager.h | 66 // Called to return the sequence number of the next packet to be sent. 84 // Called when a packet is retransmitted with a new sequence number. 86 // sequence number. 109 // retransmitted as with different sequence number. 123 // Returns the smallest sequence number of a sent packet which has not been 125 // with a new sequence number. If all packets have been acked, returns the 126 // sequence number of the next packet that will be sent. 129 // Returns the set of sequence numbers of all unacked packets. 139 // Returns a set containing all the sequence numbers to be nack retransmitted 236 // Update the RTT if the ack is for the largest acked sequence number [all...] |
/bionic/libc/kernel/common/linux/ |
seqlock.h | 25 unsigned sequence; member in struct:__anon545 35 unsigned sequence; member in struct:seqcount
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
ContentInfo.java | 52 throw new IllegalArgumentException("Bad sequence size: " + seq.size()); 90 * ContentInfo ::= SEQUENCE {
|