HomeSort by relevance Sort by last modified time
    Searched refs:pty (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /external/llvm/test/Bindings/OCaml/
core.ml 398 let pty = pointer_type nsty in var
399 struct_set_body nsty [| i32_type; pty |] false;
400 let elts = [| const_int i32_type 4; const_pointer_null pty |] in
    [all...]
  /external/swiftshader/third_party/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...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 29 #include <pty.h>
  /external/openssh/contrib/redhat/
openssh.spec 514 - pull cvs patch to add session initialization to no-pty sessions
  /external/clang/lib/Sema/
SemaExpr.cpp 792 QualType PTy = Context.isPromotableBitField(E);
793 if (!PTy.isNull()) {
794 E = ImpCastExprToType(E, PTy, CK_IntegralCast).get();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 668 (** [address_space pty] returns the address space qualifier of the pointer type
669 [pty]. See the method [llvm::PointerType::getAddressSpace]. *)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 538 (** [address_space pty] returns the address space qualifier of the pointer type
539 [pty]. See the method [llvm::PointerType::getAddressSpace]. *)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/libxml2/
xmlschemas.c 20116 xmlSchemaTypePtr tx, ty, ptx, pty; local
    [all...]
  /external/openssh/
configure     [all...]

Completed in 972 milliseconds

1 2 3 45