HomeSort by relevance Sort by last modified time
    Searched refs:pty (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
54 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
63 addr_typed = builder.CreateIntToPtr(and_v, pty);
66 addr_typed = builder.CreateBitCast(addr, pty);
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
68 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
  /sdk/eclipse/scripts/
gen_icon.py 62 pty = (sz4 - tsy) / 2
64 draw.text((ptx + i, pty), data.letter, font=font, fill=data.letter_color)
  /external/openssh/openbsd-compat/
bsd-openpty.c 58 # include <pty.h>
79 * pty's automagically when needed
139 /* AIX-style pty code. */
164 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty/%03d", i);
178 /* BSD-style pty code. */
189 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
  /external/dropbear/
sshpty.c 25 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
31 # include <pty.h>
42 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or
43 * nonzero if a pty was successfully allocated. On success, open file
44 * descriptors for the pty and tty sides and the name of the tty side are
73 * pty's automagically when needed
123 "Slave pty side name could not be obtained.");
159 /* AIX-style pty code. */
176 "Could not open pty slave side %.100s: %.100s"
    [all...]
  /external/openssh/
sshpty.c 42 # include <pty.h>
57 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or
58 * nonzero if a pty was successfully allocated. On success, open file
59 * descriptors for the pty and tty sides and the name of the tty side are
191 /* Changes the window size associated with the pty. */
  /external/harfbuzz_ng/
git.mk 63 # And add those files to git. See vte/gnome-pty-helper/git.mk for
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 61 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
63 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
79 CAMLprim value llvm_##camlname##_end(pty Mom) { \
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 63 void fmRxPtyCodeChanged(JFmRx context, JFmRxStatus status, JFmRxRdsPtyCode pty);
1554 JFmRxRdsPtyCode pty = new JFmRxRdsPtyCode(ptyValue); local
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 344 let pty = pointer_type nsty in var
345 struct_set_body nsty [| i32_type; pty |] false;
346 let elts = [| const_int i32_type 4; const_pointer_null pty |] in
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 515 - pull cvs patch to add session initialization to no-pty sessions
  /external/qemu/
qemu-char.c 67 #include <pty.h>
78 #include <pty.h>
1001 * the virtual device linked to our pty. */
1062 /* Set raw attributes on the pty. */
1070 snprintf(chr->filename, len, "pty:%s", q_ptsname(s->fd));
    [all...]
savevm.c 57 #include <pty.h>
    [all...]
net-android.c 68 #include <pty.h>
    [all...]
net.c 66 #include <pty.h>
    [all...]
vl-android.c 122 #include <pty.h>
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 577 QualType PTy = Context.isPromotableBitField(E);
578 if (!PTy.isNull()) {
579 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
    [all...]

Completed in 1416 milliseconds

1 2