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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/bindings/go/llvm/
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
dibuilder.go 96 // NewDIBuilder creates a new DIBuilder, associated with the given module.
123 // CreateCompileUnit creates compile unit debug metadata.
145 // CreateCompileUnit creates file debug metadata.
162 // CreateCompileUnit creates lexical block debug metadata.
194 // CreateCompileUnit creates function debug metadata.
227 // CreateAutoVariable creates local variable debug metadata.
258 // CreateParameterVariable creates parameter variable debug metadata.
284 // CreateBasicType creates basic type debug metadata.
306 // CreateBasicType creates basic type debug metadata.
330 // CreateSubroutineType creates subroutine type debug metadata
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5291.dir/
prog.go 11 type message struct { // Presence of this creates a crash
  /prebuilts/go/linux-x86/test/fixedbugs/issue5291.dir/
prog.go 11 type message struct { // Presence of this creates a crash
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section7.d 3 # .pushsection always creates the named section, but the
  /external/curl/docs/cmdline-opts/
create-dirs.d 5 necessary local directory hierarchy as needed. This option creates the dirs
  /external/vboot_reference/utility/
dev_make_keypair 13 This creates BASENAME.vbpubk and BASENAME.vbprivk pairs for use in signing
14 developer files. This also creates a BASENAME.keyblock file containing the
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 32 # The .opd entry for the 'access_int64' function creates 2 relocations:
41 # Finally the TOC creates the relocation for the 'number64'.
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 16 // newMTFDecoder creates a move-to-front decoder with an explicit initial list
25 // newMTFDecoderWithRange creates a move-to-front decoder with an initial
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher.go 27 // NewCipher creates and returns a new cipher.Block.
42 // newCipherGeneric creates and returns a new cipher.Block
  /prebuilts/go/darwin-x86/src/crypto/des/
cipher.go 26 // NewCipher creates and returns a new cipher.Block.
48 // NewTripleDESCipher creates and returns a new cipher.Block.
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 16 // newMTFDecoder creates a move-to-front decoder with an explicit initial list
25 // newMTFDecoderWithRange creates a move-to-front decoder with an initial
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher.go 27 // NewCipher creates and returns a new cipher.Block.
42 // newCipherGeneric creates and returns a new cipher.Block
  /prebuilts/go/linux-x86/src/crypto/des/
cipher.go 26 // NewCipher creates and returns a new cipher.Block.
48 // NewTripleDESCipher creates and returns a new cipher.Block.
  /prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go 70 t.Errorf("second registration of [3]int creates new type")
75 t.Errorf("registration of [3]int creates same type as [4]int")
80 t.Errorf("registration of [3]bool creates same type as [3]int")
95 t.Errorf("second registration of []int creates new type")
100 t.Errorf("registration of []bool creates same type as []int")
115 t.Errorf("second registration of map[string]int creates new type")
120 t.Errorf("registration of map[string]bool creates same type as map[string]int")
  /prebuilts/go/linux-x86/src/encoding/gob/
type_test.go 70 t.Errorf("second registration of [3]int creates new type")
75 t.Errorf("registration of [3]int creates same type as [4]int")
80 t.Errorf("registration of [3]bool creates same type as [3]int")
95 t.Errorf("second registration of []int creates new type")
100 t.Errorf("registration of []bool creates same type as []int")
115 t.Errorf("second registration of map[string]int creates new type")
120 t.Errorf("registration of map[string]bool creates same type as map[string]int")
  /build/blueprint/deptools/
depfile.go 33 // WriteDepFile creates a new gcc-style depfile and populates it with content
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 20 // function creates a pipe and Dups the read end to a known number
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 20 // function creates a pipe and Dups the read end to a known number
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 429 (** [create_context ()] creates a context for storing the "global" state in
448 (** [create_module context id] creates a module with the supplied module ID in
679 (** [void_type c] creates a type of a function which does not return any
683 (** [label_type c] creates a type of a basic block in the context [c]. See
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 307 (** [create_context ()] creates a context for storing the "global" state in
326 (** [create_module context id] creates a module with the supplied module ID in
549 (** [void_type c] creates a type of a function which does not return any
553 (** [label_type c] creates a type of a basic block in the context [c]. See
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 39 public static int creates = 0; field in class:Interval
  /external/autotest/site_utils/autoupdate/
full_release_test_test.py 80 """Common setUp creates tmpdir."""
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 61 // New creates a ring of n elements.
89 // them creates a single ring with the elements of s inserted
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 38 // TempFile creates a new temporary file in the directory dir
69 // TempDir creates a new temporary directory in the directory dir

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>