OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appending
(Results
1 - 25
of
485
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/sed-4.2.1/testsuite/
appquit.sed
1
# Test
appending
quit
/external/webkit/LayoutTests/fast/dom/Attr/
child-nodes-length-cache-expected.txt
1
Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after
appending
a child.
/external/llvm/test/Linker/
AppendingLinkage2.ll
1
; Test that
appending
linkage works correctly when arrays are the same size.
3
; RUN: echo {@X =
appending
global \[1 x i32\] \[i32 8\] } | \
8
@X =
appending
global [1 x i32] [ i32 7 ] ; <[1 x i32]*> [#uses=0]
AppendingLinkage.ll
1
; Test that
appending
linkage works correctly.
3
; RUN: echo {@X =
appending
global \[1 x i32\] \[i32 8\] } | \
8
@X =
appending
global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
2005-12-06-AppendingZeroLengthArrays.ll
1
; RUN: echo { @G =
appending
global \[0 x i32\] zeroinitializer } | \
9
@G =
appending
global [1 x i32] zeroinitializer ; <[1 x i32]*> [#uses=0]
ConstantGlobals3.ll
1
; Test that
appending
linkage works correctly when arrays are the same size.
ConstantGlobals1.ll
1
; Test that
appending
linkage works correctly when arrays are the same size.
ConstantGlobals2.ll
1
; Test that
appending
linkage works correctly when arrays are the same size.
/external/llvm/test/Transforms/GlobalOpt/
2011-04-09-EmptyGlobalCtors.ll
4
@llvm.global_ctors =
appending
global [0 x %0] zeroinitializer
2010-10-19-WeakOdr.ll
9
@llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @CTOR } ]
undef-init.ll
3
@llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @_GLOBAL__I__Z3foov } ] ; <[1 x { i32, void ()* }]*> [#uses=0]
/external/llvm/test/CodeGen/X86/
compiler_used.ll
8
@llvm.used =
appending
global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
9
@llvm.compiler_used =
appending
global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata"
2007-08-13-AppendingLinkage.ll
5
@hlvm_programs =
appending
constant [1 x %hlvm_programs_element]
darwin-no-dead-strip.ll
6
@llvm.used =
appending
global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ] ; <[1 x i8*]*> [#uses=0]
2008-09-29-VolatileBug.ll
5
@llvm.used =
appending
global [1 x i8*] [ i8* bitcast (i32 ()* @main to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
2009-10-14-LiveVariablesBug.ll
5
@llvm.used =
appending
global [1 x i8*] [i8* bitcast (void (i16)* @foo to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
/external/clang/test/CodeGen/
annotate.c
10
// CHECK: @llvm.global.annotations =
appending
global [2 x { i8*, i8*, i8*, i32 }]
/external/webkit/LayoutTests/fast/dom/Node/
fragment-mutation-expected.txt
5
Appending
an element at the end of the fragment should not affect the result: PASS
6
Continually re-
appending
removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
13
Appending
an element at the end of the fragment should not affect the result: PASS
14
Continually re-
appending
removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
/external/llvm/test/CodeGen/PowerPC/
2008-04-16-CoalescerBug.ll
4
@llvm.used =
appending
global [1 x i8*] [ i8* bitcast (i32 (i64)* @_Z13GetSectorSizey to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
no-dead-strip.ll
7
@llvm.used =
appending
global [1 x i8*] [ i8* bitcast (i32* @X to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
/external/llvm/test/Transforms/StripSymbols/
2007-01-15-llvm.used.ll
3
@llvm.used =
appending
global [2 x i8*] [ i8* bitcast (i32* @foo to i8*), i8* bitcast (i32 ()* @bar to i8*) ], section "llvm.metadata" ; <[2 x i8*]*> [#uses=0]
/external/llvm/test/CodeGen/ARM/
ctors_dtors.ll
14
@llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @__mf_init } ] ; <[1 x { i32, void ()* }]*> [#uses=0]
15
@llvm.global_dtors =
appending
global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @__mf_fini } ] ; <[1 x { i32, void ()* }]*> [#uses=0]
2010-06-29-SubregImpDefs.ll
4
@llvm.used =
appending
global [1 x i8*] [i8* bitcast (i32 (i32, i8**)* @main to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
/frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java
21
* offset for
appending
the header and body signature to the converted data. An instance of this
45
* @param _offset Offset value for
appending
the header and body signature.
/external/llvm/test/CodeGen/SPARC/
2008-10-10-InlineAsmMemoryOperand.ll
5
@llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @set_fast_math } ] ; <[1 x { i32, void ()* }]*> [#uses=0]
Completed in 238 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>