Home
last modified time | relevance | path

Searched +defs:add +defs:body (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTree.java133 public HtmlTree setTitle(Content body) { in setTitle()
163 public HtmlTree add(Content content) { in add() method in HtmlTree
186 public HtmlTree add(CharSequence stringContent) { in add() method in HtmlTree
207 public HtmlTree add(List<? extends Content> list) { in add() method in HtmlTree
319 public static HtmlTree CODE(Content body) { in CODE()
330 public static HtmlTree DD(Content body) { in DD()
389 public static HtmlTree DIV(Content body) { in DIV()
400 public static HtmlTree DT(Content body) { in DT()
545 public static HtmlTree LI(Content body) { in LI()
596 public static HtmlTree MAIN(Content body) { in MAIN()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTree.java134 public HtmlTree setTitle(Content body) { in setTitle()
176 public HtmlTree add(Content content) { in add() method in HtmlTree
199 public HtmlTree add(CharSequence stringContent) { in add() method in HtmlTree
220 public HtmlTree add(List<? extends Content> list) { in add() method in HtmlTree
332 public static HtmlTree CODE(Content body) { in CODE()
343 public static HtmlTree DD(Content body) { in DD()
402 public static HtmlTree DIV(Content body) { in DIV()
413 public static HtmlTree DT(Content body) { in DT()
558 public static HtmlTree LI(Content body) { in LI()
670 public static HtmlTree P(Content body) { in P()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTree.java133 public HtmlTree setTitle(Content body) { in setTitle()
175 public HtmlTree add(Content content) { in add() method in HtmlTree
198 public HtmlTree add(CharSequence stringContent) { in add() method in HtmlTree
219 public HtmlTree add(List<? extends Content> list) { in add() method in HtmlTree
331 public static HtmlTree CODE(Content body) { in CODE()
342 public static HtmlTree DD(Content body) { in DD()
401 public static HtmlTree DIV(Content body) { in DIV()
412 public static HtmlTree DT(Content body) { in DT()
557 public static HtmlTree LI(Content body) { in LI()
608 public static HtmlTree MAIN(Content body) { in MAIN()
[all …]
/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dshelf.cc13 Shelf::add(PermString name, Body *body) in add() function in Shelf
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp477 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
478 fs_inst *add = instruction(body, 0); in TEST_F() local
513 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
514 fs_inst *add = instruction(body, 0); in TEST_F() local
550 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
551 fs_inst *add = instruction(body, 4); in TEST_F() local
581 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
582 fs_inst *add = instruction(body, 0); in TEST_F() local
614 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
647 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp492 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
493 fs_inst *add = instruction(body, 0); in TEST_F() local
528 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
529 fs_inst *add = instruction(body, 0); in TEST_F() local
565 bblock_t *body = v->cfg->blocks[2]; in TEST_F() local
566 fs_inst *add = instruction(body, 4); in TEST_F() local
596 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
597 fs_inst *add = instruction(body, 0); in TEST_F() local
629 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
662 bblock_t *body = v->cfg->blocks[1]; in TEST_F() local
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Ddec.h207 void add(runnable *r) { in add() function
252 void add(trans::permission p) in add() function
257 void add(trans::modifier m) in add() function
281 runnable *body; variable
284 modifiedRunnable(position pos, modifierList *mods, runnable *body) in modifiedRunnable()
374 void add(decid *p) { in add() function
479 void add(idpair *x) { in add() function
620 vardec *body; variable
623 typedec(position pos, vardec *body) in typedec()
637 block *body; variable
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Ddec.h207 void add(runnable *r) { in add() function
252 void add(trans::permission p) in add() function
257 void add(trans::modifier m) in add() function
281 runnable *body; variable
284 modifiedRunnable(position pos, modifierList *mods, runnable *body) in modifiedRunnable()
374 void add(decid *p) { in add() function
479 void add(idpair *x) { in add() function
620 vardec *body; variable
623 typedec(position pos, vardec *body) in typedec()
637 block *body; variable
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
74 scan(node.getMembers(), body); in visitClass() local
86 scan(node.getBody(), body); in visitMethod() local
87 scan(node.getDefaultValue(), body); in visitMethod() local
96 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
74 scan(node.getMembers(), body); in visitClass() local
86 scan(node.getBody(), body); in visitMethod() local
87 scan(node.getDefaultValue(), body); in visitMethod() local
96 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
74 scan(node.getMembers(), body); in visitClass() local
86 scan(node.getBody(), body); in visitMethod() local
87 scan(node.getDefaultValue(), body); in visitMethod() local
96 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
74 scan(node.getMembers(), body); in visitClass() local
86 scan(node.getBody(), body); in visitMethod() local
87 scan(node.getDefaultValue(), body); in visitMethod() local
96 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
74 scan(node.getMembers(), body); in visitClass() local
86 scan(node.getBody(), body); in visitMethod() local
87 scan(node.getDefaultValue(), body); in visitMethod() local
96 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
76 scan(node.getMembers(), body); in visitClass() local
88 scan(node.getBody(), body); in visitMethod() local
89 scan(node.getDefaultValue(), body); in visitMethod() local
98 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
76 scan(node.getMembers(), body); in visitClass() local
88 scan(node.getBody(), body); in visitMethod() local
89 scan(node.getDefaultValue(), body); in visitMethod() local
98 scan(node.getInitializer(), body); in visitVariable() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDependencyScanner.java48 private final Set<String> body = new HashSet<>(); field in TreeDependencyScanner
62 private void add(Set<String> p, Name name) { in add() method in TreeDependencyScanner
76 scan(node.getMembers(), body); in visitClass() local
88 scan(node.getBody(), body); in visitMethod() local
89 scan(node.getDefaultValue(), body); in visitMethod() local
98 scan(node.getInitializer(), body); in visitVariable() local

12345678910>>...37