OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creates
(Results
1 - 25
of
343
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/build/core/clang/
mips.mk
18
# Temporary workaround for Mips clang++ problem,
creates
/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/v8/test/mjsunit/regress/
regress-crbug-350434.js
21
// This
creates
a map dependency, which gives the GC a reason to trigger
regress-386.js
30
// This test
creates
enough properties in A so that adding i as
34
// Adding i in the second call to the constructor
creates
a real property,
/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/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/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/darwin-x86/src/cmd/internal/obj/
textflag.go
36
// When passed to ggloblsym, causes Local to be set to true on the LSym it
creates
.
/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
/prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go
36
// When passed to ggloblsym, causes Local to be set to true on the LSym it
creates
.
/external/llvm/bindings/ocaml/llvm/
llvm.mli
403
(** [create_context ()]
creates
a context for storing the "global" state in
422
(** [create_module context id]
creates
a module with the supplied module ID in
653
(** [void_type c]
creates
a type of a function which does not return any
657
(** [label_type c]
creates
a type of a basic block in the context [c]. See
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py
94
user who
creates
the bucket, so the user who
creates
the bucket must
109
a site
creates
a DNS TXT record to verify ownership of a domain, it takes
/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."""
Completed in 4117 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>