/external/curl/tests/data/ |
test271 | 35 # Verify pseudo protocol after the test has been "shot"
|
test283 | 25 # Verify pseudo protocol after the test has been "shot"
|
test1007 | 28 # Verify pseudo protocol after the test has been "shot"
|
/external/llvm/test/MC/AsmParser/ |
dot-symbol.s | 7 # CHECK: invalid use of pseudo-symbol '.' as a label
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-4.0 | 17 Mksquashfs now supports pseudo files, these allow fake directories, character 23 Two options are supported, -p allows one pseudo file to be specified on the 24 command line, and -pf allows a pseudo file to be specified containing a 27 Pseudo device nodes are specified using 7 arguments
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
incbin.d | 6 # Test the incbin pseudo-op
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
adrl.s | 1 @ test ADRL pseudo-op
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/ |
struct.d | 4 # Test the .struct pseudo-op.
|
/external/scapy/doc/scapy/ |
functions.rst | 14 1. compute the UDP pseudo header as described in RFC768 16 3. call checksum() with the pseudo header and the UDP packet 31 # in4_chksum is used to automatically build a pseudo-header
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
types.go | 50 // pseudo-types for literals 55 // pseudo-types for frame layout 59 // pseudo-types for import/export
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
types.go | 50 // pseudo-types for literals 55 // pseudo-types for frame layout 59 // pseudo-types for import/export
|
/prebuilts/go/darwin-x86/src/math/rand/ |
rand.go | 5 // Package rand implements pseudo-random number generators. 21 // pseudo-random int64 values in the range [0, 1<<63). 28 // uniformly-distributed pseudo-random uint64 values in 38 // NewSource returns a new pseudo-random Source seeded with the given value. 81 // Int63 returns a non-negative pseudo-random 63-bit integer as an int64. 84 // Uint32 returns a pseudo-random 32-bit value as a uint32. 87 // Uint64 returns a pseudo-random 64-bit value as a uint64. 95 // Int31 returns a non-negative pseudo-random 31-bit integer as an int32. 98 // Int returns a non-negative pseudo-random int. 104 // Int63n returns, as an int64, a non-negative pseudo-random number in [0,n) [all...] |
/prebuilts/go/linux-x86/src/math/rand/ |
rand.go | 5 // Package rand implements pseudo-random number generators. 21 // pseudo-random int64 values in the range [0, 1<<63). 28 // uniformly-distributed pseudo-random uint64 values in 38 // NewSource returns a new pseudo-random Source seeded with the given value. 81 // Int63 returns a non-negative pseudo-random 63-bit integer as an int64. 84 // Uint32 returns a pseudo-random 32-bit value as a uint32. 87 // Uint64 returns a pseudo-random 64-bit value as a uint64. 95 // Int31 returns a non-negative pseudo-random 31-bit integer as an int32. 98 // Int returns a non-negative pseudo-random int. 104 // Int63n returns, as an int64, a non-negative pseudo-random number in [0,n) [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
pseudo_test.go | 29 pseudo string 59 if !parser.pseudo(test.pseudo, tokenize(test.operands)) { 60 t.Fatalf("Wrong pseudo-instruction: %s", test.pseudo)
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
pseudo_test.go | 29 pseudo string 59 if !parser.pseudo(test.pseudo, tokenize(test.operands)) { 60 t.Fatalf("Wrong pseudo-instruction: %s", test.pseudo)
|
/external/libchrome/base/trace_event/ |
heap_profiler_allocation_context_tracker.h | 20 // profiling. It includes a pseudo stack of trace events. On every allocation 28 PSEUDO_STACK, // GetContextSnapshot() returns pseudo stack trace 81 // Pushes a frame onto the thread-local pseudo stack. 84 // Pops a frame from the thread-local pseudo stack. 103 // The pseudo stack where frames are |TRACE_EVENT| names. 106 // The thread name is used as the first entry in the pseudo stack. 110 // pseudo stack to cluster allocations.
|
/external/python/cpython3/Doc/library/ |
pty.rst | 1 :mod:`pty` --- Pseudo-terminal utilities 6 :synopsis: Pseudo-Terminal Handling for Linux. 15 The :mod:`pty` module defines operations for handling the pseudo-terminal 19 Because pseudo-terminal handling is highly platform dependent, there is code to 28 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return 37 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or 62 pseudo-terminal to record all input and output of a terminal session in a
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
c-xstormy16.texi | 12 * XStormy16 Opcodes:: Pseudo-Opcodes 71 @section XStormy16 Pseudo-Opcodes 73 @cindex XStormy16 pseudo-opcodes 74 @cindex pseudo-opcodes for XStormy16 77 @code{@value{AS}} also implements the following pseudo ops: 81 @cindex @code{@@lo} pseudo-op, XStormy16 92 @cindex @code{@@hi} pseudo-op, XStormy16
|
/frameworks/base/tools/aapt2/compile/ |
Pseudolocalizer_test.cpp | 32 Pseudolocalizer pseudo(method); 33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End(); 43 Pseudolocalizer pseudo(method); 44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) + 45 pseudo.Text(in3) + pseudo.End() [all...] |
/external/llvm/utils/TableGen/ |
PseudoLoweringEmitter.cpp | 23 #define DEBUG_TYPE "pseudo-lowering" 37 CodeGenInstruction Source; // The source pseudo instruction definition. 59 void evaluateExpansion(Record *Pseudo); 64 /// run - Output the pseudo-lowerings. 69 // FIXME: This pass currently can only expand a pseudo to a single instruction. 70 // The pseudo expansion really should take a list of dags, not just 92 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!"); 95 "Pseudo operand type '" + DI->getDef()->getName() + 117 llvm_unreachable("Unhandled pseudo-expansion argument type!"); 123 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n") [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
ia64-opc-b.c | 81 B0, OpX6BtypePaWhaDPr (0, 0x20, 0, a, 0, b, 0), {B2}, PSEUDO, 0, NULL 91 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL 166 {"br.ret.sptk", BRT (0x21, 4, 0, 0, 0, PSEUDO | MOD_RRBS)}, 168 {"br.ret.sptk.clr", BRT (0x21, 4, 0, 0, 1, PSEUDO | MOD_RRBS)}, 170 {"br.ret.spnt", BRT (0x21, 4, 0, 1, 0, PSEUDO | MOD_RRBS)}, 172 {"br.ret.spnt.clr", BRT (0x21, 4, 0, 1, 1, PSEUDO | MOD_RRBS)}, 174 {"br.ret.dptk", BRT (0x21, 4, 0, 2, 0, PSEUDO | MOD_RRBS)}, 176 {"br.ret.dptk.clr", BRT (0x21, 4, 0, 2, 1, PSEUDO | MOD_RRBS)}, 178 {"br.ret.dpnt", BRT (0x21, 4, 0, 3, 0, PSEUDO | MOD_RRBS)}, 180 {"br.ret.dpnt.clr", BRT (0x21, 4, 0, 3, 1, PSEUDO | MOD_RRBS)} [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86InstrCompiler.td | 10 // This file describes the various pseudo instructions used by the compiler, 30 // Random Pseudo Instructions. 36 def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins i32imm:$label), 46 def ADJCALLSTACKDOWN32 : I<0, Pseudo, (outs), (ins i32imm:$amt), 50 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 62 def ADJCALLSTACKDOWN64 : I<0, Pseudo, (outs), (ins i32imm:$amt), 66 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 76 def VASTART_SAVE_XMM_REGS : I<0, Pseudo, 86 // The VAARG_64 pseudo-instruction takes the address of the va_list, 89 def VAARG_64 : I<0, Pseudo, [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
PseudoLoweringEmitter.h | 32 CodeGenInstruction Source; // The source pseudo instruction definition. 54 void evaluateExpansion(Record *Pseudo); 59 /// run - Output the pseudo-lowerings.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 38 /* Create child process and establish the slave pseudo terminal as the
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}} 62 ip->~Integer; // expected-error{{reference to pseudo-destructor must be called}}
|