HomeSort by relevance Sort by last modified time
    Searched refs:MethodName (Results 1 - 24 of 24) sorted by null

  /external/tpm2/generator/
command_generator.py 422 'command_name': self.MethodName(),
453 'command_name': self.MethodName()})
475 self._EXEC_COMMAND_IMPL_START % {'command_name': self.MethodName()})
478 'command_name': self.MethodName(),
483 'command_name': self.MethodName(),
487 'command_name': self.MethodName(),
498 out_file.write(self._STRUCT_DECL_END % {'command_name': self.MethodName(),
505 out_file.write(self._STRUCT_DECL_END % {'command_name': self.MethodName(),
509 self._FUNCTION_DECL_IN_OUT % {'command_name': self.MethodName()})
512 self._FUNCTION_DECL_OUT % {'command_name': self.MethodName()})
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 22 #define FORWARD_SYMBOL_METHOD(MethodName) \
23 auto MethodName() const->decltype(RawSymbol->MethodName()) { \
24 return RawSymbol->MethodName(); \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 39 UCHAR MethodName[4];
47 UCHAR MethodName[4];
56 UCHAR MethodName[4];
76 UCHAR MethodName[4];
99 CHAR MethodName[256];
104 CHAR MethodName[256];
110 CHAR MethodName[256];
117 CHAR MethodName[256];
  /external/lzma/CPP/7zip/Common/
MethodProps.h 173 UString MethodName;
178 MethodName.Empty();
180 bool IsEmpty() const { return MethodName.IsEmpty() && Props.IsEmpty(); }
MethodProps.cpp 426 MethodName = s;
429 MethodName.DeleteFrom(splitPos);
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 105 /// \param MethodName -- The name of the method that was incorrectly
111 virtual void warnUseOfTempInInvalidState(StringRef MethodName,
116 /// \param MethodName -- The name of the method that was incorrectly
125 virtual void warnUseInInvalidState(StringRef MethodName,
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 60 if (m.MethodName.IsEmpty())
61 m.MethodName = k_DefaultHashMethod;
63 if (m.MethodName == L"*")
79 // m.MethodName.RemoveChar(L'-');
81 if (!FindHashMethod(EXTERNAL_CODECS_LOC_VARS m.MethodName, id))
Bench.cpp 1038 method.MethodName, methodId, numInStreams, numOutStreams))
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 45 m.MethodName, dest.Id, dest.NumInStreams, dest.NumOutStreams))
56 m.MethodName = k_LZMA_Name;
73 UString &methodName = _methods[i].MethodName;
74 if (methodName.IsEmpty())
75 methodName = kDefaultMethodName;
80 m.MethodName = (GetLevel() == 0 ? k_Copy_Name : kDefaultMethodName);
852 if (!_filterMethod.MethodName.IsEmpty())
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
util.py 105 # TODO(craigcitro): Get rid of this case here and in MethodName.
116 def MethodName(self, name, separator='_'):
service_registry.py 421 method_name = self.__names.MethodName(method_name)
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 946 if (!_filterMethod.MethodName.IsEmpty())
952 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name))
967 UString &methodName = _methods[0].MethodName;
968 if (methodName.IsEmpty())
969 methodName = k_LZMA2_Name;
970 else if (!methodName.IsEqualToNoCase(k_LZMA2_Name))
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 379 DeclarationName MethodName
388 DeclarationNameInfo(MethodName,
404 Method->getLocation(), MethodName,
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp 218 SmallString<256> MethodName;
219 llvm::raw_svector_ostream OS(MethodName);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 157 constructor Create(MethodName: String); override;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 556 milliseconds