/external/chromium_org/third_party/icu/source/common/ |
propsvec.h | 54 * Special pseudo code points for storing the initialValue and the errorValue, 63 * Special pseudo code point used in upvec_compact() signalling the end of 120 * with start==end both equalling a special pseudo code point.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediaconstraintsinterface.h | 106 // Temporary pseudo-constraints used to enable DTLS-SRTP 108 // Temporary pseudo-constraints used to enable DataChannels 113 // Temporary pseudo-constraint for enabling DSCP through JS.
|
/external/chromium_org/third_party/sqlite/src/src/ |
random.c | 12 ** This file contains code to implement a pseudo-random number 50 /* The "wsdPrng" macro will resolve to the pseudo-random number generator 70 ** encryption. The RC4 algorithm is being used as a PRNG (pseudo-random
|
/external/icu4c/common/ |
propsvec.h | 54 * Special pseudo code points for storing the initialValue and the errorValue, 63 * Special pseudo code point used in upvec_compact() signalling the end of 120 * with start==end both equalling a special pseudo code point.
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsBaseInfo.h | 102 // Pseudo - This represents an instruction that is a pseudo instruction 105 Pseudo = 0,
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
StringUtils.java | 31 * Pseudo-random number generator object for use with randomString(). The
61 * means that the output is only pseudo random, i.e., each number is
84 * This means that the output is only pseudo random, i.e., each number is
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 112 * <h3>move-result and move-result-pseudo</h3> 124 * move-result-pseudo} instructions at the top of the primary successor block. 126 * Only a single {@code move-result} or {@code move-result-pseudo} 134 * A {@code move-result-pseudo} instruction is used for the results of 137 * If a required {@code move-result-pseudo} instruction is not found
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
as.info | 44 * Pseudo Ops:: Assembler Directives 332 file via the use of a `.set' pseudo-op. 842 ELF and ECOFF only), handling of pseudo-opcodes which may generate [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 44 * Pseudo Ops:: Assembler Directives 332 file via the use of a `.set' pseudo-op. 842 ELF and ECOFF only), handling of pseudo-opcodes which may generate [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
as.info | 44 * Pseudo Ops:: Assembler Directives 332 file via the use of a `.set' pseudo-op. 842 ELF and ECOFF only), handling of pseudo-opcodes which may generate [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 44 * Pseudo Ops:: Assembler Directives 332 file via the use of a `.set' pseudo-op. 842 ELF and ECOFF only), handling of pseudo-opcodes which may generate [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.td | 554 // pseudo-instructions. 572 // pseudo-instructions. [all...] |
/dalvik/dx/tests/087-ssa-local-vars/ |
expected.txt | 346 Blort.java:7@0004: Rop{move-result-pseudo [Ljava/lang/String; <- . flows} v15 354 Blort.java:8@000a: Rop{move-result-pseudo [Ljava/lang/Object; <- . flows} v17 362 Blort.java:13@0016: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows} 370 Blort.java:13@0019: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v20 378 Blort.java:17@0024: Rop{move-result-pseudo I <- . flows} v31:I <- . 385 Blort.java:18@002b: Rop{move-result-pseudo N002bLjava/lang/String; <- . flows 401 Blort.java:20@003e: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows} 409 Blort.java:20@0041: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v36 417 Blort.java:21@004b: Rop{move-result-pseudo I <- . flows} v39:I <- . 424 Blort.java:22@004f: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows} [all...] |
/dalvik/dx/src/com/android/dx/io/ |
Opcodes.java | 25 * pseudo-opcode used for nonstandard format payload "instructions". TODO: 32 * pseudo-opcode used to indicate there is no next opcode; used 267 * special pseudo-opcode value for packed-switch data payload 272 /** special pseudo-opcode value for packed-switch data payload 277 /** special pseudo-opcode value for fill-array-data data payload 311 * * SPECIAL_FORMAT or NO_NEXT -- pseudo-opcodes
|
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 215 ([a-zA-Z-]+) # a pseudo element, class, or function 220 pseudo = p.group(1).strip().splitlines()[0] 221 if _strip_prefix(pseudo.lower()) in pseudo_elements: 222 errors.append(' :%s (should be ::%s)' % (pseudo, pseudo)) 311 { 'desc': 'Pseudo-elements should use double colon (i.e. ::after).',
|
/external/libpcap/ |
pcap-bpf.h | 343 * pseudo-header followed by an AALn PDU. 346 * with different pseudo-headers. 348 * If ATM software returns a pseudo-header with VPI/VCI information 353 * pseudo-header and the form of the pseudo-header. 431 #define DLT_MTP2_WITH_PHDR 139 /* pseudo-header with various info, followed by MTP2 */ 432 #define DLT_MTP2 140 /* MTP2, without pseudo-header */ 433 #define DLT_MTP3 141 /* MTP3, without pseudo-header or MTP2 */ 434 #define DLT_SCCP 142 /* SCCP, without pseudo-header or MTP2 or MTP3 */ 705 * Various link-layer types, with a pseudo-header, for SIT [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrFormats.td | 48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo 206 // Pseudo instructions 207 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalEnd.java | 24 * Pseudo-instruction which is used to explicitly end the mapping of a
|
LocalSnapshot.java | 25 * Pseudo-instruction which is used to hold a snapshot of the
|
LocalStart.java | 24 * Pseudo-instruction which is used to introduce a new local variable. That
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CodeAddress.java | 23 * Pseudo-instruction which is used to track an address within a code
|
LocalEnd.java | 24 * Pseudo-instruction which is used to explicitly end the mapping of a
|
LocalSnapshot.java | 25 * Pseudo-instruction which is used to hold a snapshot of the
|
LocalStart.java | 24 * Pseudo-instruction which is used to introduce a new local variable. That
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammar.g3 | 44 // define pseudo-operations
|