HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 351 - 375 of 2041) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 828 /* X/Open pseudo terminal handling. */
831 /* Return a master pseudo-terminal handle. */
836 /* The next four functions all take a master pseudo-tty fd and
846 /* Return the pathname of the pseudo terminal slave assoicated with
853 /* Store at most BUFLEN characters of the pathname of the slave pseudo
859 /* Open a master pseudo terminal and return its file descriptor. */
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 253 // pseudo-ESN.
267 assertFalse("ESN hex device id " + deviceId + " must not be a pseudo-ESN",
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 131 // Insert a block containing the move-result-pseudo insn.
183 // Find defining instruction for move-result-pseudo instructions
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 180 // :required and :optional pseudo-classes.
481 // Update style for pseudo classes such as :valid :invalid.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 242 #block9:pseudo
262 #block13:pseudo
  /external/chromium_org/third_party/angle/extensions/
EXT_texture_storage.txt 171 Each of the commands below is described by pseudo-code which
174 pseudo-code:
178 - If executing the pseudo-code would lead to an error, the error is
185 used in the pseudo-code are irrelevant; they can be considered to
207 the same time. It is described by the pseudo-code below:
228 time. The pseudo-code depends on the <target>:
279 array texture, or cube-map array texture (or proxy). The pseudo-code
623 If any pseudo-code listed in this extension would generate an error,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_rand.c 230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
  /external/chromium_org/tools/grit/grit/
clique_unittest.py 19 from grit import pseudo namespace
62 self.failUnless(c.AllMessagesThatMatch(rex, True)[pseudo.PSEUDO_LANG] != None)
  /external/chromium_org/tools/grit/grit/tool/
resize.py 13 from grit import pseudo namespace
171 self.lang = pseudo.PSEUDO_LANG
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 131 // Insert a block containing the move-result-pseudo insn.
183 // Find defining instruction for move-result-pseudo instructions
  /external/libffi/
configure.ac 205 AC_CACHE_CHECK([assembler .cfi pseudo-op support],
234 AC_CACHE_CHECK([assembler .register pseudo-op support],
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 242 // If this is a pseudo-op node, we don't want to increment the current
244 if (FoundSUnit->Latency) // Don't increment CurCycle for pseudo-ops!
  /external/openssl/crypto/bn/
bn_rand.c 230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
  /external/qemu/slirp/
ip_icmp.c 41 /* Be nice and tell them it's just a pseudo-ping packet */
42 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
  /external/qemu/slirp-android/
ip_icmp.c 42 /* Be nice and tell them it's just a pseudo-ping packet */
43 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
  /external/valgrind/main/VEX/pub/
libvex_guest_arm.h 94 /* Various pseudo-regs mandated by Vex or Valgrind. */
104 this pseudo-register shortly afterwards, the translation can
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 50 parameter to a pseudo-register, if there is a memory address which
51 could be used to hold that pseudo-register throughout the function. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 50 parameter to a pseudo-register, if there is a memory address which
51 could be used to hold that pseudo-register throughout the function. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 50 parameter to a pseudo-register, if there is a memory address which
51 could be used to hold that pseudo-register throughout the function. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 50 parameter to a pseudo-register, if there is a memory address which
51 could be used to hold that pseudo-register throughout the function. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 65 #define FB_VISUAL_PSEUDOCOLOR 3 /* Pseudo color (like atari) */
67 #define FB_VISUAL_STATIC_PSEUDOCOLOR 5 /* Pseudo color readonly */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 65 #define FB_VISUAL_PSEUDOCOLOR 3 /* Pseudo color (like atari) */
67 #define FB_VISUAL_STATIC_PSEUDOCOLOR 5 /* Pseudo color readonly */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 65 #define FB_VISUAL_PSEUDOCOLOR 3 /* Pseudo color (like atari) */
67 #define FB_VISUAL_STATIC_PSEUDOCOLOR 5 /* Pseudo color readonly */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 115 #define __const /* delete pseudo-ANSI C keywords */
179 /* Delete pseudo-keywords wherever they are not available or needed. */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 115 #define __const /* delete pseudo-ANSI C keywords */
179 /* Delete pseudo-keywords wherever they are not available or needed. */

Completed in 948 milliseconds

<<11121314151617181920>>