Home
last modified time | relevance | path

Searched refs:Used (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/external/libpng/scripts/
DREADME.txt52 libpng.pc.in => Used by several makefiles to create libpng.pc
53 pngwin.rc => Used by the visualc71 project
54 pngwin.def => Used by makefile.os2
55 pngwin.dfn => Used to maintain pngwin.def
56 SCOPTIONS.ppc => Used with smakefile.ppc
58 checksym.awk => Used for maintaining pnglibconf.h
59 def.dfn => Used for maintaining pnglibconf.h
60 options.awk => Used for maintaining pnglibconf.h
61 pnglibconf.dfa => Used for maintaining pnglibconf.h
62 pnglibconf.mak => Used for maintaining pnglibconf.h
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-value.cpp58 struct Used { struct
59 Used();
60 Used(int);
61 Used(int, int);
62 ~Used() {} in ~Used() argument
71 Used(); in f()
72 Used(1); in f()
73 Used(1, 1); in f()
78 Used({}); in f()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp117 auto RemoveNamedDecl = [&](const NamedDecl *Used) { in check() argument
118 removeFromFoundDecls(Used); in check()
120 if (const auto *FD = dyn_cast<FunctionDecl>(Used)) { in check()
123 dyn_cast<ClassTemplateSpecializationDecl>(Used)) { in check()
125 } else if (const auto *FD = dyn_cast<FunctionDecl>(Used)) { in check()
128 } else if (const auto *ECD = dyn_cast<EnumConstantDecl>(Used)) { in check()
135 if (const auto *Used = Result.Nodes.getNodeAs<NamedDecl>("used")) { in check() local
136 RemoveNamedDecl(Used); in check()
140 if (const auto *Used = Result.Nodes.getNodeAs<TemplateArgument>("used")) { in check() local
141 if (Used->getKind() == TemplateArgument::Template) { in check()
[all …]
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp58 struct Used { struct
59 Used();
60 Used(int);
61 Used(int, int);
69 Used(); in f()
70 Used(1); in f()
71 Used(1, 1); in f()
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceSpecialGlobals.cpp35 if (auto *Used = Program->getNamedGlobal(Name)) { in extractSpecialGlobalsFromModule() local
36 Used->replaceAllUsesWith(UndefValue::get(Used->getType())); in extractSpecialGlobalsFromModule()
37 Used->eraseFromParent(); in extractSpecialGlobalsFromModule()
50 if (auto *Used = Program->getNamedGlobal(Name)) in countSpecialGlobals() local
51 errs() << "\t" << ++Count << ": " << Used->getName() << "\n"; in countSpecialGlobals()
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h31 size_t Used = 0; member
42 NewHead->Used = 0; in addNode()
61 uint8_t *P = Head->Buf + Head->Used; in allocUnalignedBuffer()
63 Head->Used += Size; in allocUnalignedBuffer()
64 if (Head->Used <= Head->Capacity) in allocUnalignedBuffer()
68 Head->Used = Size; in allocUnalignedBuffer()
76 size_t P = (size_t)Head->Buf + Head->Used; in allocArray()
82 Head->Used += Size + Adjustment; in allocArray()
83 if (Head->Used <= Head->Capacity) in allocArray()
87 Head->Used = Size; in allocArray()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h31 size_t Used = 0; member
42 NewHead->Used = 0; in addNode()
61 uint8_t *P = Head->Buf + Head->Used; in allocUnalignedBuffer()
63 Head->Used += Size; in allocUnalignedBuffer()
64 if (Head->Used <= Head->Capacity) in allocUnalignedBuffer()
68 Head->Used = Size; in allocUnalignedBuffer()
76 size_t P = (size_t)Head->Buf + Head->Used; in allocArray()
82 Head->Used += Size + Adjustment; in allocArray()
83 if (Head->Used <= Head->Capacity) in allocArray()
87 Head->Used = Size; in allocArray()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_dead_sources.c35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { in mark_used_presub()
40 sub->Src[i].Used = 1; in mark_used_presub()
54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; in mark_used()
58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; in mark_used()
79 inst->U.P.RGB.Src[i].Used = 0; in rc_pair_remove_dead_sources()
80 inst->U.P.Alpha.Src[i].Used = 0; in rc_pair_remove_dead_sources()
Dradeon_program_pair.c53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source()
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source()
67 if (pair->RGB.Src[i].Used) { in rc_pair_alloc_source()
77 if (pair->Alpha.Src[i].Used) { in rc_pair_alloc_source()
102 pair->RGB.Src[candidate].Used = 1; in rc_pair_alloc_source()
110 pair->RGB.Src[i].Used = 1; in rc_pair_alloc_source()
115 pair->Alpha.Src[candidate].Used = 1; in rc_pair_alloc_source()
123 pair->Alpha.Src[i].Used = 1; in rc_pair_alloc_source()
/external/angle/
D.vpython30 # Used by:
50 # Used by:
61 # Used by:
68 # Used by:
99 # Used by:
109 # Used by:
122 # Used by:
129 # Used by:
140 # Used by:
147 # Used by:
[all …]
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto59 // Used for passing inputs into SmbProvider.Mount().
78 // Used for passing inputs into SmbProvider.Unmount().
84 // Used for passing inputs into SmbProvider.ReadDirectory().
93 // Used for passing inputs into SmbProvider.GetMetadataEntry().
102 // Used for passing inputs into SmbProvider.OpenFile().
113 // Used for passing inputs into SmbProvider.CloseFile().
121 // Used for passing inputs into SmbProvider.ReadFile().
133 // Used for passing inputs into SmbProvider.DeleteEntry().
144 // Used for passing inputs into SmbProvider.CreateFile().
153 // Used for passing inputs into SmbProvider.Truncate().
[all …]
/external/webrtc/rtc_base/experiments/
Dfield_trial_list.cc22 bool FieldTrialListBase::Used() const { in Used() function in webrtc::FieldTrialListBase
32 bool FieldTrialListWrapper::Used() { in Used() function in webrtc::FieldTrialListWrapper
33 return GetList()->Used(); in Used()
46 else if (!list->Used()) in ValidateAndGetLength()
/external/crosvm/seccomp/aarch64/
Dwl_device.policy7 # Used to connect to wayland. arg0 == AF_UNIX && arg1 == SOCK_STREAM|SOCK_CLOEXEC
13 # Used for sharing memory with wayland. arg1 == MFD_CLOEXEC|MFD_ALLOW_SEALING
15 # Used to set of size new memfd
17 # Used to determine shm size after recvmsg with fd
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom26 // Used to verify that struct fields which don't specify a default are
63 // Used to verify that struct fields with an explicit default value
88 // Used to verify that the code generated for enum and const values defined
112 // Used to verify that all possible Map key field types can be encoded and
133 // Used to verify that various map value types can be encoded and decoded
151 // Used to verify that various array types can be encoded and decoded
165 // Used to verify that various float and double values can be encoded and
192 // Used to verify that various signed integer values can be encoded and
246 // Used to verify that various unsigned integer values can be encoded and
284 // Used to verify that various (packed) boolean array values can be encoded
[all …]
/external/crosvm/seccomp/arm/
Dwl_device.policy7 # Used to connect to wayland. arg0 == AF_UNIX && arg1 == SOCK_STREAM|SOCK_CLOEXEC
14 # Used for sharing memory with wayland. arg1 == MFD_CLOEXEC|MFD_ALLOW_SEALING
16 # Used to set of size new memfd
18 # Used to determine shm size after recvmsg with fd
/external/crosvm/seccomp/x86_64/
Dwl_device.policy7 # Used to connect to wayland. arg0 == AF_UNIX && arg1 == SOCK_STREAM|SOCK_CLOEXEC
12 # Used for sharing memory with wayland. arg1 == MFD_CLOEXEC|MFD_ALLOW_SEALING
14 # Used to set of size new memfd
16 # Used to determine shm size after recvmsg with fd
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ResultCodes25 PTP_PASS Used when the test executes fully with no problems and passes.
26 PTP_FAIL Used when the test executes fully, but fails.
27 PTP_UNRESOLVED Used when the test was blocked from fully completing and
29 PTP_UNSUPPORTED Used if the test is for a conditional feature that is
31 PTP_UNTESTED Used when a feature does not have a test associated
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.h55 Signals(unsigned Seen, unsigned Used) : Seen(Seen), Used(Used) {} in Signals()
61 unsigned Used = 0; member
/external/llvm/lib/Object/
DRecordStreamer.cpp23 case Used: in markDefined()
42 case Used: in markGlobal()
60 case Used: in markUsed()
61 S = Used; in markUsed()
/external/llvm-project/clang-tools-extra/test/clang-include-fixer/
Dmerge.test12 Used: 1
22 Used: 0
32 Used: 2
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used; in issueInstruction() local
58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()
64 notifyInstructionIssued(IR, Used); in issueInstruction()
254 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const { in notifyInstructionIssued()
257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) { in notifyInstructionIssued()
266 for (std::pair<ResourceRef, ResourceCycles> &Use : Used) in notifyInstructionIssued()
269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
/external/llvm-project/llvm/lib/MCA/Stages/
DExecuteStage.cpp54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used; in issueInstruction() local
58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()
64 notifyInstructionIssued(IR, Used); in issueInstruction()
254 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const { in notifyInstructionIssued()
257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) { in notifyInstructionIssued()
266 for (std::pair<ResourceRef, ResourceCycles> &Use : Used) in notifyInstructionIssued()
269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassAnalysisSupport.h54 SmallVector<AnalysisID, 0> Used; variable
98 Used.push_back(ID); in addUsedIfAvailableID()
102 Used.push_back(&ID); in addUsedIfAvailableID()
108 Used.push_back(&PassClass::ID); in addUsedIfAvailable()
139 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
/external/llvm/include/llvm/
DPassAnalysisSupport.h49 SmallVector<AnalysisID, 0> Used; variable
93 Used.push_back(ID); in addUsedIfAvailableID()
97 Used.push_back(&ID); in addUsedIfAvailableID()
103 Used.push_back(&PassClass::ID); in addUsedIfAvailable()
135 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
/external/libxkbcommon/test/data/symbols/
Dnbsp33 // Used by fr(latin9) and lt(std)
43 // Used by ca(multix)
85 // Used by fr(oss), be(oss)…
137 // Used by ir(ku_ara), af(basic), af(ps), af(uz), af(olpc-fa), af(olpc-ps), af(olpc-uz)
173 // Used by ir(pes)
185 // Used by in(deva), in(olpc)
197 // Used by lk(sin_phonetic)

12345678910>>...38