/system/sepolicy/prebuilts/api/26.0/public/ |
bootstat.te | 11 # Read access to pseudo filesystems (for /proc/uptime).
|
/system/sepolicy/prebuilts/api/27.0/private/ |
domain_deprecated.te | 12 # Read access to pseudo filesystems.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
bootstat.te | 11 # Read access to pseudo filesystems (for /proc/uptime).
|
/toolchain/binutils/binutils-2.27/config/ |
asmcfi.m4 | 4 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
adr.d | 4 # Test the `ADR' pseudo-op
|
inst-po-2.d | 1 #name: .inst pseudo-opcode validations test
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/ |
struct.d | 5 # Test the .struct pseudo-op.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/ |
pseudo-ops01.s | 1 # Test some assembler pseudo-operations:
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/ |
for.s | 1 ; Test MRI structured for pseudo-op.
|
if.s | 1 ; Test MRI structured if pseudo-op.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/ |
nop-r2.d | 5 # Test the nop.n pseudo-instruction
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
loc9.d | 4 # Setting file start through the LOC pseudo, see PR 6607.
|
loc9m.d | 5 # Setting file start through the LOC pseudo, see PR 6607, mmo version.
|
/external/webrtc/webrtc/base/ |
random.h | 26 // Return pseudo-random integer of the specified type. 38 // Uniformly distributed pseudo-random number in the interval [0, t]. 41 // Uniformly distributed pseudo-random number in the interval [low, high]. 44 // Uniformly distributed pseudo-random number in the interval [low, high]. 68 // Return pseudo-random number in the interval [0.0, 1.0). 72 // Return pseudo-random number in the interval [0.0, 1.0). 76 // Return pseudo-random boolean value.
|
/external/skia/include/utils/ |
SkRandom.h | 17 Utility class that implements pseudo random 32bit numbers using Marsaglia's 36 /** Return the next pseudo random number as an unsigned 32bit value. 44 /** Return the next pseudo random number as a signed 32bit value. 48 /** Return the next pseudo random number as an unsigned 16bit value. 52 /** Return the next pseudo random number as a signed 16bit value. 72 /** Return the next pseudo random number, as an unsigned value of 81 /** Return the next pseudo random unsigned number, mapped to lie within 94 /** Return the next pseudo random unsigned number, mapped to lie within 102 /** Return the next pseudo random number expressed as a SkScalar 107 /** Return the next pseudo random number expressed as a SkScala [all...] |
/external/skqp/include/utils/ |
SkRandom.h | 17 Utility class that implements pseudo random 32bit numbers using Marsaglia's 36 /** Return the next pseudo random number as an unsigned 32bit value. 44 /** Return the next pseudo random number as a signed 32bit value. 48 /** Return the next pseudo random number as an unsigned 16bit value. 52 /** Return the next pseudo random number as a signed 16bit value. 72 /** Return the next pseudo random number, as an unsigned value of 81 /** Return the next pseudo random unsigned number, mapped to lie within 94 /** Return the next pseudo random unsigned number, mapped to lie within 102 /** Return the next pseudo random number expressed as a SkScalar 107 /** Return the next pseudo random number expressed as a SkScala [all...] |
/frameworks/base/tools/aapt/tests/ |
Pseudolocales_test.cpp | 30 Pseudolocalizer pseudo(method); 31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); 38 Pseudolocalizer pseudo(method); 39 String16 result = pseudo.start() + \ 40 pseudo.text(String16(String8(in1))) + \ 41 pseudo.text(String16(String8(in2))) + \ 42 pseudo.text(String16(String8(in3))) + \ 43 pseudo.end() [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
ia64-opc-a.c | 110 /* A mov immediate pseudo for adds was deleted. It failed for immediate 147 {"mov", A, OpR3b (9, 0), {R1, IMM22}, PSEUDO, 0, NULL}, 159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL}, 161 {"cmp.eq.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 1), {P1, P2, R2, R3}, PSEUDO, 0, NULL}, 171 {"cmp4.ne.andcm", A2, OpX2TbTaC (0xc, 1, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL}, 173 {"cmp4.eq.andcm", A2, OpX2TbTaC (0xc, 1, 0, 1, 1), {P1, P2, R2, R3}, PSEUDO, 0, NULL}, 175 {"cmp.lt.and", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, R3, GR0}, PSEUDO, 0, NULL}, 176 {"cmp.le.andcm", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, GR0, R3}, PSEUDO, 0, NULL}, 177 {"cmp.ge.andcm", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, R3, GR0}, PSEUDO, 0, NULL}, 179 {"cmp.ge.and", A2, OpX2TbTaC (0xc, 0, 1, 0, 1), {P1, P2, R3, GR0}, PSEUDO, 0, NULL} [all...] |
/external/llvm/test/MC/Mips/ |
cprestore-noreorder-noat.s | 26 # O32-NOT: error: pseudo-instruction requires $at, which is not available 27 # N32-NOT: error: pseudo-instruction requires $at, which is not available 28 # N64-NOT: error: pseudo-instruction requires $at, which is not available 45 # O32: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 46 # N32-NOT: error: pseudo-instruction requires $at, which is not available 47 # N64-NOT: error: pseudo-instruction requires $at, which is not available
|
/external/python/cpython2/Doc/library/ |
pty.rst | 2 :mod:`pty` --- Pseudo-terminal utilities 7 :synopsis: Pseudo-Terminal Handling for Linux. 12 The :mod:`pty` module defines operations for handling the pseudo-terminal 16 Because pseudo-terminal handling is highly platform dependent, there is code to 25 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return 34 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or
|
/external/selinux/policycoreutils/run_init/ |
open_init_pty.8 | 27 open_init_pty \- run an program under a pseudo terminal 34 Run a program under a pseudo terminal. This is used by 37 context. This program acquires a new Pseudo terminal, forks a child 38 process that binds to the pseudo terminal, and then sits around and 39 connects the physical terminal it was invoked upon with the pseudo 43 It sets up the pseudo terminal properly based on the physical terminal
|
/external/squashfs-tools/RELEASE-READMEs/ |
pseudo-file.example | 0 # Pseudo file example 3 # Mksquashfs supports pseudo files, these allow fake files, directories, 11 # Mksquashfs 4.1 adds support for "dynamic pseudo files" and a modify operation. 12 # Dynamic pseudo files allow files to be dynamically created when Mksquashfs 17 # Two Mksquashfs options are supported, -p allows one pseudo file to be 18 # specified #on the command line, and -pf allows a pseudo file to be specified 21 # Pseudo file examples 22 # Run mkquashfs . /tmp/img -pf pseudo-file.examples
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib/ |
README | 1 This pseudo-random implementation of RngLib is unsafe, and is not intended for
|
/external/clang/test/SemaCXX/ |
call-with-static-chain.cpp | 14 __builtin_call_with_static_chain((42).~I(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a pseudo-destructor call}}
|
/external/curl/tests/data/ |
test1242 | 35 # Verify pseudo protocol after the test has been "shot"
|