HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 101 - 125 of 1396) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
rc4.c 30 * Generate RC4 pseudo random stream for the given key, skip beginning of the
  /frameworks/base/location/java/android/location/
GpsSatellite.java 53 * Returns the PRN (pseudo-random number) for the satellite.
  /libcore/luni/src/main/java/libcore/icu/
CollationKeyICU.java 89 * congruential random number generator, producing a pseudo-random
  /ndk/sources/host-tools/make-3.81/
gettext.h 49 /* A pseudo function call that serves as a marker for the automated
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
as.info 41 * Pseudo Ops:: Assembler Directives
748 ELF and ECOFF only), handling of pseudo-opcodes which may generate
930 assembler directives (often called "pseudo-ops") and assembler syntax.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
as.info 41 * Pseudo Ops:: Assembler Directives
748 ELF and ECOFF only), handling of pseudo-opcodes which may generate
930 assembler directives (often called "pseudo-ops") and assembler syntax.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
as.info 41 * Pseudo Ops:: Assembler Directives
748 ELF and ECOFF only), handling of pseudo-opcodes which may generate
930 assembler directives (often called "pseudo-ops") and assembler syntax.
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
expected.txt 374 ViewDebug.java:564@0001: Rop{move-result-pseudo Ljava/net/ServerSocket; <- .
386 ViewDebug.java:566@0009: Rop{move-result-pseudo Ljava/lang/Thread; <- . flows
398 ViewDebug.java:573@0018: Rop{move-result-pseudo N0018Ljava/io/BufferedReader;
404 ViewDebug.java:573@001c: Rop{move-result-pseudo N001cLjava/io/InputStreamRead
422 ViewDebug.java:576@0031: Rop{move-result-pseudo Ljava/lang/String; <- . flows
433 ViewDebug.java:579@0044: Rop{move-result-pseudo Ljava/lang/String; <- . flows
445 ViewDebug.java:580@004b: Rop{move-result-pseudo Ljava/lang/String; <- . flows
451 ViewDebug.java:580@0050: Rop{move-result-pseudo Ljava/lang/String; <- . flows
462 ViewDebug.java:581@005b: Rop{move-result-pseudo Ljava/lang/String; <- . flows
468 ViewDebug.java:591@0080: Rop{move-result-pseudo Ljava/lang/String; <- . flow
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 116 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i16imm:$amt),
119 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
126 "# Select8 PSEUDO",
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
130 "# Select16 PSEUDO",
134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
135 "# Shl8 PSEUDO",
137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
138 "# Shl16 PSEUDO",
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 51 # <test> is a pseudo-filename, it is not read or written.
159 # <test> is a pseudo-filename, it is not read or written.
  /external/chromium/third_party/libjingle/source/talk/base/
basicpacketsocketfactory.cc 86 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
120 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
  /external/kernel-headers/original/linux/
mempolicy.h 118 * Maintain the policies in a pseudo mm that contains vmas. The vmas
119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
  /external/libvpx/examples/includes/geshi/geshi/
dos.php 33 * - Doesn't handle %%[letter] pseudo variable used inside FOR constructs
35 * - Doesn't handle %~[something] pseudo arguments.
  /external/llvm/utils/TableGen/
TableGen.cpp 80 clEnumValN(GenPseudoLowering, "gen-pseudo-lowering",
81 "Generate pseudo instruction lowering"),
  /external/valgrind/main/VEX/pub/
libvex_emwarn.h 43 emulation in some sense. The guest's pseudo-register
48 All guest states should have a 32-bit (UInt) guest_EMWARN pseudo-
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 51 // including pseudo elements as defined in CSS 2.1.
52 // Anonymous renderers are skipped except for those representing pseudo elements.
97 // including pseudo elements as defined in CSS 2.1.
98 // Anonymous renderers are skipped except for those representing pseudo elements.
155 // including pseudo elements as defined in CSS 2.1.
156 // Anonymous renderers are skipped except for those representing pseudo elements.
229 return false; // Counters are forbidden from all other pseudo elements.
483 return 0; // RenderCounters are restricted to before and after pseudo elements
  /external/wpa_supplicant_8/src/crypto/
sha1.c 114 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
120 * @buf: Buffer for the generated pseudo-random key
sha256.c 110 * sha256_prf - SHA256-based Pseudo-Random Function (IEEE 802.11r, 8.5.1.5.2)
116 * @buf: Buffer for the generated pseudo-random key
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 62 * This method writes one file data block. 'domain' is the name of the appropriate pseudo-
63 * directory to be applied for this file; 'linkdomain' is the pseudo-dir for a relative
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
PRF.java 66 * Computes the value of SSLv3 pseudo random function.
98 * Computes the value of TLS pseudo random function.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 41 // Postal address for Tokyo Metropolitan City Hall (Tokyo-Tocho) as of 2009 + pseudo PO box.
53 // Pseudo PO box for test: "Sisyobako 404"
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 199 static inline int pseudoBit(PseudoId pseudo)
201 return 1 << (pseudo - 1);
209 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const
211 ASSERT(pseudo > NOPSEUDO);
212 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
213 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
216 void RenderStyle::setHasPseudoStyle(PseudoId pseudo)
218 ASSERT(pseudo > NOPSEUDO);
219 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
220 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.td 153 // Pseudo 256-bit registers to represent pairs of Q registers. These should
172 // Pseudo 512-bit registers to represent four consecutive Q registers.
238 // via the BadReg() pseudo-code description.
319 // Pseudo 256-bit vector register class to model pairs of Q registers
337 // Pseudo 512-bit vector register class to model 4 consecutive Q registers
  /frameworks/base/docs/html/guide/developing/tools/
monkey.jd 7 <a href="{@docRoot}guide/developing/tools/emulator.html">emulator</a> or device and generates pseudo-random
16 instance or on a device. It sends a pseudo-random stream of
58 which will launch your application and send 500 pseudo-random events to it:</p>
94 <td>Seed value for pseudo-random number generator. If you re-run the Monkey with the same seed
113 (Motion events consist of a down event somewhere on the screen, a series of pseudo-random
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.td 132 // Pseudo instructions.
133 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
137 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt),
140 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
203 // Pseudo-instruction for loading a general 32-bit constant.
204 def LOAD32imm: Pseudo<(outs GR:$dst), (ins i32imm:$src),
208 def LOAD32sym: Pseudo<(outs GR:$dst), (ins i32imm:$src),
234 // Pseudo-instruction for loading a stack slot
235 def LOAD32fi: Pseudo<(outs DP:$dst), (ins MEMii:$mem),
240 def LOAD16fi: Pseudo<(outs D16:$dst), (ins MEMii:$mem)
    [all...]

Completed in 813 milliseconds

1 2 3 45 6 7 8 91011>>