OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curlist
(Results
1 - 4
of
4
) sorted by null
/external/deqp/executor/
xeTestResultParser.cpp
470
ri::List*
curList
= getCurrentItemList();
480
ri::Result* result =
curList
->allocItem<ri::Result>();
487
item =
curList
->allocItem<ri::Text>();
492
ri::Section* section =
curList
->allocItem<ri::Section>();
501
ri::Number* number =
curList
->allocItem<ri::Number>();
517
ri::ImageSet* imageSet =
curList
->allocItem<ri::ImageSet>();
526
ri::Image* image =
curList
->allocItem<ri::Image>();
539
ri::ShaderProgram* shaderProgram =
curList
->allocItem<ri::ShaderProgram>();
550
ri::Shader* shader =
curList
->allocItem<ri::Shader>();
578
item =
curList
->allocItem<ri::KernelSource>()
[
all
...]
/external/clang/test/CodeGen/
arm64-arguments.c
629
// CHECK: [[
CURLIST
:%.*]] = load i8*, i8** [[THELIST]]
632
// CHECK: [[NEXTLIST:%.*]] = getelementptr i8, i8* [[
CURLIST
]], i32 16
635
// CHECK: bitcast i8* [[
CURLIST
]] to %struct.HFA*
655
// CHECK: [[
CURLIST
:%.*]] = load i8*, i8** [[THELIST]]
659
// CHECK: [[NEXTLIST:%.*]] = getelementptr i8, i8* [[
CURLIST
]], i32 8
662
// CHECK: [[HFAPTRPTR:%.*]] = bitcast i8* [[
CURLIST
]] to i8**
678
// CHECK: [[
CURLIST
:%.*]] = load i8*, i8** [[THELIST]]
682
// CHECK: [[ALIGN0:%.*]] = getelementptr i8, i8* [[
CURLIST
]], i32 15
704
// CHECK: [[
CURLIST
:%.*]] = load i8*, i8** [[THELIST]]
708
// CHECK: [[NEXTLIST:%.*]] = getelementptr i8, i8* [[
CURLIST
]], i32
[
all
...]
/external/deqp/scripts/
build_android_mustpass.py
143
curList
= copy(caseList)
157
curList
= [c for c in
curList
if c not in matched]
162
for case in
curList
:
170
curList
= [c for c in
curList
if c not in matched]
/external/libmtp/src/
libmtp.c
6889
LIBMTP_playlist_t *
curlist
= NULL;
local
[
all
...]
Completed in 212 milliseconds