Home
last modified time | relevance | path

Searched defs:Code (Results 26 – 50 of 997) sorted by relevance

12345678910>>...40

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/Dynamic/
DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression()
214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression()
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/Dynamic/
DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression()
214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression()
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()
/aosp_15_r20/external/mobile-data-download/proto/
H A Dlog_enums.proto35 enum Code { enum
92 enum Code { enum
102 enum Code { enum
207 enum Code { enum
259 enum Code { enum
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_format.h284 struct Code { struct
285 u2 registers_size;
286 u2 ins_size;
287 u2 outs_size;
288 u2 tries_size;
289 u4 debug_info_off;
290 u4 insns_size;
291 u2 insns[];
H A Ddex_ir.h237 struct Code : public Node { struct
261 Code* code; argument
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DCode.java44 public final class Code extends Attribute { class
57 public Code(final Code c) { in Code() method in Code
69Code(final int name_index, final int length, final DataInput file, final ConstantPool constant_poo… in Code() method in Code
111 …public Code(final int name_index, final int length, final int max_stack, final int max_locals, fin… in Code() method in Code
/aosp_15_r20/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp69 StringRef Code, in PrintedDeclMatches()
101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, in PrintedDeclCXX98Matches()
113 StringRef Code, in PrintedDeclCXX98Matches()
124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code, in PrintedDeclCXX11Matches()
136 StringRef Code, in PrintedDeclCXX11Matches()
148 StringRef Code, in PrintedDeclCXX11nonMSCMatches()
161 PrintedDeclCXX1ZMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX1ZMatches()
172 StringRef Code, in PrintedDeclObjCMatches()
680 SmallString<128> Code; in TEST() local
704 SmallString<128> Code; in TEST() local
H A DNamedDeclPrinterTest.cpp64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches()
96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches()
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
H A DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code, in match()
52 testing::AssertionResult match(const std::string &Code, in match()
91 const std::string &Code, const MatcherType &AMatcher, in match()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dinline.go114 type Code struct { struct
115 Text string
118 func (*Code) Inline() {}
120 func (x *Code) PrintHTML(buf *bytes.Buffer) {
124 func (x *Code) printMarkdown(buf *bytes.Buffer) {
161 func (x *Code) PrintText(buf *bytes.Buffer) {
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A DREADME.md52 ### Camera & HAL Interface
73 ### V4L2 Specific Implementation
97 ### Metadata
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp102 unsigned Code = MaybeCode.get(); in skipRecord() local
121 unsigned Code; in skipRecord() local
221 uint32_t Code = MaybeCode.get(); in readRecord() local
248 unsigned Code; in readRecord() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp98 unsigned Code = MaybeCode.get(); in skipRecord() local
113 unsigned Code; in skipRecord() local
212 uint32_t Code = MaybeCode.get(); in readRecord() local
231 unsigned Code; in readRecord() local
/aosp_15_r20/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp37 void parse(StringRef Code) { in parse()
216 std::string ParseWithError(StringRef Code) { in ParseWithError()
223 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError()
296 StringRef Code = "functionDecl(hasName("; in TEST() local
/aosp_15_r20/external/ot-br-posix/
H A DCONTRIBUTING.md36 ### Initial Setup
52 ### Contributor License Agreement (CLA)
58 ### Submitting a Pull Request
/aosp_15_r20/external/openthread/
H A DCONTRIBUTING.md36 ### Initial Setup
52 ### Contributor License Agreement (CLA)
58 ### Submitting a Pull Request
/aosp_15_r20/external/google-styleguide/docguide/
H A Dstyle.md226 ## Code section in Markdown style guide
228 ### Inline
250 ### Codeblocks
/aosp_15_r20/external/pytorch/docs/source/
H A Dfx.rst502 Use ``pdb``
536 Print the Generated Code
576 Use the ``to_folder`` Function From ``GraphModule``
/aosp_15_r20/external/icing/proto/icing/proto/
H A Dscoring.proto32 enum Code { enum
85 enum Code { enum
158 enum Code { enum
/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTestProto.cpp22 static std::string format(llvm::StringRef Code, unsigned Offset, in format()
34 static std::string format(llvm::StringRef Code) { in format()
40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp104 unsigned Code = ReadVBR(6); in skipRecord() local
180 unsigned Code = ReadVBR(6); in readRecord() local
192 unsigned Code; in readRecord() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h281 inline static const char *getCondCodeName(CondCode Code) { in getCondCodeName()
303 inline static CondCode getInvertedCondCode(CondCode Code) { in getInvertedCondCode()
313 inline static unsigned getNZCVToSatisfyCondCode(CondCode Code) { in getNZCVToSatisfyCondCode()
337 inline static bool isReflexive(CondCode Code) { in isReflexive()
355 inline static bool isIrreflexive(CondCode Code) { in isIrreflexive()
/aosp_15_r20/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp462 static bool decodeBlob(unsigned Code, unsigned BlockID, BitstreamReader &Reader, in decodeBlob()
573 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); in ParseBlock() local
783 unsigned Code = BlockInfoCursor.ReadCode(); in AnalyzeBitcode() local
804 unsigned Code = Stream.ReadCode(); in AnalyzeBitcode() local
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp252 StringRef Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
557 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression()
572 Parser::completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, in completeExpression()
592 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression()
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp104 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode()
125 clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
493 buildASTFromCode(const Twine &Code, const Twine &FileName, in buildASTFromCode()
500 const Twine &Code, const std::vector<std::string> &Args, in buildASTFromCodeWithArgs()

12345678910>>...40