OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC
(Results
151 - 175
of
799
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h
51
auto
EC
= Mapping->Mapping.visitTypeEnd(Record);
53
return
EC
;
103
if (auto
EC
= Mapping.Mapping.visitMemberEnd(Record))
104
return
EC
;
120
if (auto
EC
= Mapping.Mapping.visitKnownMember(CVR, Record))
121
return
EC
;
126
if (auto
EC
= Mapping.Reader.readBytes(CVR.Data, RecordLength))
127
return
EC
;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h
109
if (auto
EC
= checkOffset(Offset, Size))
110
return
EC
;
122
if (auto
EC
= checkOffset(Offset, 1))
123
return
EC
;
125
if (auto
EC
=
127
return
EC
;
160
if (auto
EC
= checkOffset(Offset, Data.size()))
161
return
EC
;
LockFileManager.h
91
void setError(std::error_code &
EC
, StringRef ErrorMsg = "") {
92
Error =
EC
;
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h
51
auto
EC
= Mapping->Mapping.visitTypeEnd(Record);
53
return
EC
;
103
if (auto
EC
= Mapping.Mapping.visitMemberEnd(Record))
104
return
EC
;
120
if (auto
EC
= Mapping.Mapping.visitKnownMember(CVR, Record))
121
return
EC
;
126
if (auto
EC
= Mapping.Reader.readBytes(CVR.Data, RecordLength))
127
return
EC
;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h
109
if (auto
EC
= checkOffset(Offset, Size))
110
return
EC
;
122
if (auto
EC
= checkOffset(Offset, 1))
123
return
EC
;
125
if (auto
EC
=
127
return
EC
;
160
if (auto
EC
= checkOffset(Offset, Data.size()))
161
return
EC
;
LockFileManager.h
91
void setError(std::error_code &
EC
, StringRef ErrorMsg = "") {
92
Error =
EC
;
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h
51
auto
EC
= Mapping->Mapping.visitTypeEnd(Record);
53
return
EC
;
103
if (auto
EC
= Mapping.Mapping.visitMemberEnd(Record))
104
return
EC
;
120
if (auto
EC
= Mapping.Mapping.visitKnownMember(CVR, Record))
121
return
EC
;
126
if (auto
EC
= Mapping.Reader.readBytes(CVR.Data, RecordLength))
127
return
EC
;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h
109
if (auto
EC
= checkOffset(Offset, Size))
110
return
EC
;
122
if (auto
EC
= checkOffset(Offset, 1))
123
return
EC
;
125
if (auto
EC
=
127
return
EC
;
160
if (auto
EC
= checkOffset(Offset, Data.size()))
161
return
EC
;
LockFileManager.h
91
void setError(std::error_code &
EC
, StringRef ErrorMsg = "") {
92
Error =
EC
;
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h
51
auto
EC
= Mapping->Mapping.visitTypeEnd(Record);
53
return
EC
;
103
if (auto
EC
= Mapping.Mapping.visitMemberEnd(Record))
104
return
EC
;
120
if (auto
EC
= Mapping.Mapping.visitKnownMember(CVR, Record))
121
return
EC
;
126
if (auto
EC
= Mapping.Reader.readBytes(CVR.Data, RecordLength))
127
return
EC
;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h
109
if (auto
EC
= checkOffset(Offset, Size))
110
return
EC
;
122
if (auto
EC
= checkOffset(Offset, 1))
123
return
EC
;
125
if (auto
EC
=
127
return
EC
;
160
if (auto
EC
= checkOffset(Offset, Data.size()))
161
return
EC
;
LockFileManager.h
91
void setError(std::error_code &
EC
, StringRef ErrorMsg = "") {
92
Error =
EC
;
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/external/llvm/include/llvm/Support/
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/external/llvm/lib/CodeGen/
EdgeBundles.cpp
41
EC
.clear();
42
EC
.grow(2 * MF->getNumBlockIDs());
49
EC
.join(OutE, 2 * (*SI)->getNumber());
51
EC
.compress();
/external/llvm/tools/yaml2obj/
yaml2obj.cpp
79
std::error_code
EC
;
81
new tool_output_file(OutputFilename,
EC
, sys::fs::F_None));
82
if (
EC
) {
83
errs() <<
EC
.message() << '\n';
/external/swiftshader/third_party/LLVM/lib/CodeGen/
EdgeBundles.cpp
41
EC
.clear();
42
EC
.grow(2 * MF->getNumBlockIDs());
51
EC
.join(OutE, 2 * (*SI)->getNumber());
53
EC
.compress();
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
48
tool_output_file(StringRef Filename, std::error_code &
EC
,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
EC.java
14
import org.bouncycastle.jcajce.provider.asymmetric.
ec
.KeyFactorySpi;
21
public class
EC
23
private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".
ec
.";
42
provider.addAlgorithm("AlgorithmParameters.
EC
", PREFIX + "AlgorithmParametersSpi");
75
registerOid(provider, X9ObjectIdentifiers.id_ecPublicKey, "
EC
", new KeyFactorySpi.
EC
());
78
// if (!Properties.isOverrideSet("org.bouncycastle.
ec
.disable_mqv"))
80
registerOid(provider, X9ObjectIdentifiers.dhSinglePass_stdDH_sha1kdf_scheme, "
EC
", new KeyFactorySpi.
EC
());
84
// registerOid(provider, X9ObjectIdentifiers.dhSinglePass_cofactorDH_sha1kdf_scheme, "
EC
", new KeyFactorySpi.EC())
[
all
...]
Completed in 727 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>