/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | Indent.java | 55 public static final class If extends Indent { class in Indent 60 private If(BreakTag condition, Indent thenIndent, Indent elseIndent) { in If() method in Indent.If
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 20 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 38 struct rc_instruction * If; member
|
D | r500_fragprog_emit.c | 58 int If; member
|
D | radeon_emulate_branches.c | 45 struct rc_instruction * If; member
|
/external/python/jinja/docs/ |
D | templates.rst | 789 If section in List of Control Structures 839 If the macro was defined in a different template, you have to argument
|
/external/google-fruit/include/fruit/impl/meta/ |
D | basics.h | 53 struct If {}; struct
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 242 IfStmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_dispatch_once() local 346 Stmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_OSAtomicCompareAndSwap() local
|
/external/googletest/googlemock/test/ |
D | gmock-pp-string_test.cc | 92 TEST(Macros, If) { in TEST() argument
|
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/ |
D | CyclomaticComplexityTest.java | 87 public static class If implements Target { class in CyclomaticComplexityTest
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 69 Function *If; member in __anon77c3ef720111::SIAnnotateControlFlow
|
/external/skia/src/gpu/ |
D | BufferWriter.h | 141 static Conditional<T> If(bool condition, const T& value) { in If() function
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 280 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function 467 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
|
/external/starlark-go/syntax/ |
D | syntax.go | 149 If Position // IF or ELIF member 364 If Position member 434 If Position member
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 920 pub struct If<'a> { struct 925 impl<'a> If<'a> { impl 935 impl<'a> Aml for If<'a> { implementation
|
/external/skia/src/gpu/tessellate/ |
D | PatchWriter.h | 276 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 59 Constant *If; member in __anon2fed7e900111::SIAnnotateControlFlow
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 822 def If(cond, inputs, then_branch, else_branch, name=None): function
|