Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 25 of 63) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-ot-face.hh42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument
43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument
53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument
58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument
64 #define HB_OT_TABLE(Namespace, Type) \ argument
66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
Dhb-ot-face.cc49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument
55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
Dhb-ot-face-table-list.hh36 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
Dhb-null.hh97 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
108 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
/external/clang/include/clang/Lex/
DPPCallbacks.h200 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
207 StringRef Namespace) { in PragmaDiagnosticPush()
213 StringRef Namespace) { in PragmaDiagnosticPop()
217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
394 void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
400 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush()
405 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPop()
410 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/external/webrtc/webrtc/libjingle/xmllite/
Dqname.h44 const std::string& Namespace() const { return namespace_; } in Namespace() function
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp202 const std::string &Namespace, in initOperandMapData()
239 const std::string &Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
312 const std::string &Namespace = Target.getInstNamespace(); in emitOperandTypesEnum() local
573 std::string Namespace = Target.getInstNamespace(); in emitEnums() local
DRegisterInfoEmitter.cpp95 std::string Namespace = in runEnums() local
160 std::string Namespace = SubRegIndices.front().getNamespace(); in runEnums() local
364 std::string Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
474 std::string Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
DCodeGenRegisters.h56 std::string Namespace; variable
301 std::string Namespace; variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrInfoEmitter.cpp222 StringRef Namespace, in initOperandMapData()
258 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
330 StringRef Namespace = Target.getInstNamespace(); in emitOperandTypesEnum() local
668 StringRef Namespace = Target.getInstNamespace(); in emitEnums() local
DRegisterInfoEmitter.cpp110 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local
174 std::string Namespace = SubRegIndices.front().getNamespace(); in runEnums() local
370 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
480 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
DCodeGenRegisters.h67 std::string Namespace; variable
327 StringRef Namespace; variable
/external/dynamic_depth/internal/xmpmeta/
Dxmp_const.cc7 const char* XmpConst::Namespace() { return "adobe:ns:meta/"; } in Namespace() function in dynamic_depth::xmpmeta::XmpConst
/external/arm-trusted-firmware/docs/components/
Ddebugfs-design.rst21 Namespace section in Virtual filesystem
/external/mesa3d/bin/
Dcommit_in_branch.py8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp397 StringRef Namespace, in PragmaMessage()
436 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
444 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
452 StringRef Namespace, in PragmaDiagnostic()
/external/dynamic_depth/internal/dynamic_depth/
Dconst.cc80 const std::string DynamicDepthConst::Namespace(const std::string& node_name) { in Namespace() function in dynamic_depth::DynamicDepthConst
/external/python/cpython3/Lib/multiprocessing/dummy/
D__init__.py82 class Namespace(object): class
/external/clang/lib/Lex/
DPragma.cpp729 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler()
760 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler()
967 const char *Namespace; member
1195 const StringRef Namespace; member
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py113 class Namespace(object): class
/external/flatbuffers/include/flatbuffers/
Didl.h213 struct Namespace { struct
214 Namespace() : from_table(0) {} in Namespace() argument
223 std::vector<std::string> components;
224 size_t from_table; // Part of the namespace corresponds to a message/table.
/external/clang/include/clang/AST/
DNestedNameSpecifier.h78 Namespace, enumerator
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc336 std::string Namespace(const std::string& package) { in Namespace() function
341 std::string Namespace(const FileDescriptor* d, const Options& options) { in Namespace() function
354 std::string Namespace(const Descriptor* d, const Options& options) { in Namespace() function
358 std::string Namespace(const FieldDescriptor* d, const Options& options) { in Namespace() function
362 std::string Namespace(const EnumDescriptor* d, const Options& options) { in Namespace() function
/external/clang/include/clang/Index/
DIndexSymbol.h27 Namespace, enumerator
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp131 namespace Namespace { namespace

123