Home
last modified time | relevance | path

Searched defs:isBlock (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DTag.java21 private boolean isBlock = true; // block field in Tag
127 public boolean isBlock() { in isBlock() method in Tag
323 tag.isBlock = true; in setupTags()
328 tag.isBlock = false; in setupTags()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat.h120 bool isBlock; member
160 bool isBlock, in Format()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
H A DSingleQuoteTest.java35 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/Support/
DVirtualInstruction.h130 bool isBlock() const { return Kind == Block; } in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/Support/
DVirtualInstruction.h130 bool isBlock() const { return Kind == Block; } in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/Support/
DVirtualInstruction.h130 bool isBlock() const { return Kind == Block; } in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/Support/
DVirtualInstruction.h130 bool isBlock() const { return Kind == Block; } in isBlock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCPseudoProbe.h132 bool isBlock() const { in isBlock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCPseudoProbe.h138 bool isBlock() const { in isBlock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCPseudoProbe.h138 bool isBlock() const { in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCPseudoProbe.h138 bool isBlock() const { in isBlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCPseudoProbe.h138 bool isBlock() const { in isBlock() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h161 uint8_t isBlock : 1; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Drulegen.go1317 func isBlock(name string, arch arch) bool { func
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScopeInfo.h538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScopeInfo.h731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScopeInfo.h731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScopeInfo.h731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScopeInfo.h714 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DElement.java233 public boolean isBlock() { in isBlock() method in Element
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp391 const bool isBlock = type.isInterfaceBlock() || type.getStruct(); in inferDefaults() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_decorations.cpp75 bool isBlock(uint32_t struct_id, ValidationState_t& vstate) { in isBlock() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp95 bool isBlock(uint32_t struct_id, ValidationState_t& vstate) { in isBlock() function

123