Home
last modified time | relevance | path

Searched refs:Parameter (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java21 import com.beust.jcommander.Parameter;
28 @Parameter(description = "The XML suite files to run")
31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " +
55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " +
[all …]
DCommandLineArgs2.java21 import com.beust.jcommander.Parameter;
28 @Parameter(description = "list of files")
31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 …@Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", …
52 …@Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter =…
[all …]
DArgs1.java27 import com.beust.jcommander.Parameter;
30 @Parameter
33 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity", required = true)
36 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
39 @Parameter(names = "-debug", description = "Debug mode")
42 @Parameter(names = "-long", description = "A long number")
45 @Parameter(names = "-double", description = "A double number")
48 @Parameter(names = "-float", description = "A float number")
51 @Parameter(names = "-bigdecimal", description = "A BigDecimal number")
54 @Parameter(names = "-date", description = "An ISO 8601 formatted date.")
DArgs1Setter.java21 import com.beust.jcommander.Parameter;
29 @Parameter
39 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity", required = true)
45 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
52 @Parameter(names = "-debug", description = "Debug mode")
59 @Parameter(names = "-long", description = "A long number")
66 @Parameter(names = "-double", description = "A double number")
73 @Parameter(names = "-float", description = "A float number")
80 @Parameter(names = "-bigdecimal", description = "A BigDecimal number")
87 @Parameter(names = "-date", description = "An ISO 8601 formatted date.")
/external/v8/src/builtins/
Dbuiltins-handler-gen.cc16 Node* string = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
21 Node* value = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
27 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
28 Node* name = Parameter(Descriptor::kName); in TF_BUILTIN()
29 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
45 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
46 Node* name = Parameter(Descriptor::kName); in TF_BUILTIN()
47 Node* value = Parameter(Descriptor::kValue); in TF_BUILTIN()
48 Node* slot = Parameter(Descriptor::kSlot); in TF_BUILTIN()
49 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN()
[all …]
Dbuiltins-math-gen.cc20 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
25 var_x.Bind(Parameter(Descriptor::kX)); in TF_BUILTIN()
175 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
176 Node* x = Parameter(Descriptor::kX); in TF_BUILTIN()
182 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
183 Node* x = Parameter(Descriptor::kX); in TF_BUILTIN()
189 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
190 Node* x = Parameter(Descriptor::kX); in TF_BUILTIN()
196 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
197 Node* x = Parameter(Descriptor::kX); in TF_BUILTIN()
[all …]
Dbuiltins-date-gen.cc68 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
69 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
74 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
75 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
80 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
81 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
86 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
87 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
92 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
93 Node* receiver = Parameter(Descriptor::kReceiver); in TF_BUILTIN()
[all …]
Dbuiltins-array-gen.cc934 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
935 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); in TF_BUILTIN()
936 CSA_ASSERT(this, IsUndefined(Parameter(Descriptor::kJSNewTarget))); in TF_BUILTIN()
1048 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
1049 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); in TF_BUILTIN()
1050 CSA_ASSERT(this, IsUndefined(Parameter(Descriptor::kJSNewTarget))); in TF_BUILTIN()
1330 ChangeInt32ToIntPtr(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
1331 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); in TF_BUILTIN()
1503 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
1504 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); in TF_BUILTIN()
[all …]
Dbuiltins-conversion-gen.cc81 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
82 Node* input = Parameter(Descriptor::kArgument); in TF_BUILTIN()
88 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
89 Node* input = Parameter(Descriptor::kArgument); in TF_BUILTIN()
95 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
96 Node* input = Parameter(Descriptor::kArgument); in TF_BUILTIN()
102 TNode<String> input = CAST(Parameter(Descriptor::kArgument)); in TF_BUILTIN()
108 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
109 Node* input = Parameter(Descriptor::kArgument); in TF_BUILTIN()
115 Node* context = Parameter(Descriptor::kContext); in TF_BUILTIN()
[all …]
Dbuiltins-async-function-gen.cc84 Node* const sentError = Parameter(Descriptor::kSentError); in TF_BUILTIN()
85 Node* const context = Parameter(Descriptor::kContext); in TF_BUILTIN()
94 Node* const sentValue = Parameter(Descriptor::kSentValue); in TF_BUILTIN()
95 Node* const context = Parameter(Descriptor::kContext); in TF_BUILTIN()
188 Node* const generator = Parameter(Descriptor::kGenerator); in TF_BUILTIN()
189 Node* const awaited = Parameter(Descriptor::kAwaited); in TF_BUILTIN()
190 Node* const outer_promise = Parameter(Descriptor::kOuterPromise); in TF_BUILTIN()
191 Node* const context = Parameter(Descriptor::kContext); in TF_BUILTIN()
201 Node* const generator = Parameter(Descriptor::kGenerator); in TF_BUILTIN()
202 Node* const awaited = Parameter(Descriptor::kAwaited); in TF_BUILTIN()
[all …]
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java3 import com.beust.jcommander.Parameter;
14 @Parameter(description = "The XML suite files to run")
19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity")
23 @Parameter(names = GROUPS, description = "Comma-separated list of group names to be run")
27 @Parameter(names = EXCLUDED_GROUPS, description ="Comma-separated list of group names to "
32 @Parameter(names = OUTPUT_DIRECTORY, description ="Output directory")
36 @Parameter(names = JUNIT, description ="JUnit mode")
40 @Parameter(names = MIXED, description ="Mixed mode - autodetect the type of current test" +
45 @Parameter(names = LISTENER, description = "List of .class files or list of class names" +
50 @Parameter(names = METHOD_SELECTORS, description = "List of .class files or list of class " +
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc141 And(Parameter(&b, 0, s, "p0"), Parameter(&b, 1, s, "p1"), in TEST_F()
142 Parameter(&b, 2, s, "p2")); in TEST_F()
148 ::testing::AnyOf(op::And(op::Parameter(0), in TEST_F()
149 op::And(op::Parameter(1), op::Parameter(2))), in TEST_F()
150 op::And(op::And(op::Parameter(0), op::Parameter(1)), in TEST_F()
151 op::Parameter(2)))); in TEST_F()
157 Or(Parameter(&b, 0, s, "p0"), Parameter(&b, 1, s, "p1"), in TEST_F()
158 Parameter(&b, 2, s, "p2")); in TEST_F()
165 op::Or(op::Parameter(0), op::Or(op::Parameter(1), op::Parameter(2))), in TEST_F()
166 op::Or(op::Or(op::Parameter(0), op::Parameter(1)), in TEST_F()
[all …]
/external/v8/src/
Dcode-stubs.cc272 Node* receiver = Parameter(Descriptor::kReceiver); in TF_STUB()
273 Node* key = Parameter(Descriptor::kName); in TF_STUB()
274 Node* value = Parameter(Descriptor::kValue); in TF_STUB()
275 Node* map = Parameter(Descriptor::kMap); in TF_STUB()
276 Node* slot = Parameter(Descriptor::kSlot); in TF_STUB()
277 Node* vector = Parameter(Descriptor::kVector); in TF_STUB()
278 Node* context = Parameter(Descriptor::kContext); in TF_STUB()
310 Node* receiver = Parameter(Descriptor::kReceiver); in TF_STUB()
311 Node* key = Parameter(Descriptor::kName); in TF_STUB()
312 Node* slot = Parameter(Descriptor::kSlot); in TF_STUB()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
DParameter.java45 public final class Parameter extends Node implements class
46 NodeWithType<Parameter>,
47 NodeWithElementType<Parameter>,
48 NodeWithAnnotations<Parameter>,
49 NodeWithName<Parameter>,
50 NodeWithModifiers<Parameter> {
64 public Parameter() { in Parameter() method in Parameter
67 public Parameter(Type elementType, VariableDeclaratorId id) { in Parameter() method in Parameter
81 public static Parameter create(Type elementType, String name) { in create()
82 return new Parameter(elementType, new VariableDeclaratorId(name)); in create()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmap_test.cc55 auto x = Parameter(&mapped_builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateAdderToOne()
65 auto lhs = Parameter(&b, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateMax()
66 auto rhs = Parameter(&b, 1, ShapeUtil::MakeShape(F32, {}), "y"); in CreateMax()
78 (void)Parameter(&mapped_builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateScalarOne()
92 auto x = Parameter(&mapped_builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateMulByTwo()
110 auto x = Parameter(&mapped_builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateAdderToOneTimesItself()
128 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateMapPlusN()
141 auto x = Parameter(&b, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateGt()
142 auto y = Parameter(&b, 1, ShapeUtil::MakeShape(F32, {}), "y"); in CreateGt()
158 auto x = Parameter(&mapped_builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in CreateTernaryAdder()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithParameters.java26 import com.github.javaparser.ast.body.Parameter;
36 NodeList<Parameter> getParameters(); in getParameters()
38 default Parameter getParameter(int i) { in getParameter()
45 default N setParameter(int i, Parameter parameter) { in setParameter()
50 N setParameters(NodeList<Parameter> parameters); in setParameters()
53 return addParameter(new Parameter(type, name)); in addParameter()
72 default N addParameter(Parameter parameter) { in addParameter()
77 default Parameter addAndGetParameter(Type type, String name) { in addAndGetParameter()
78 return addAndGetParameter(new Parameter(type, name)); in addAndGetParameter()
81 default Parameter addAndGetParameter(Class<?> paramClass, String name) { in addAndGetParameter()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DParameter.java59Parameter extends Node implements NodeWithType<Parameter, Type>, NodeWithAnnotations<Parameter>, N… class
73 public Parameter() { in Parameter() method in Parameter
77 public Parameter(Type type, SimpleName name) { in Parameter() method in Parameter
87 public Parameter(Type type, String name) { in Parameter() method in Parameter
91 public Parameter(EnumSet<Modifier> modifiers, Type type, SimpleName name) { in Parameter() method in Parameter
96 …public Parameter(EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Type type, boo… in Parameter() method in Parameter
104 …public Parameter(TokenRange tokenRange, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> anno… in Parameter() method in Parameter
138 public Parameter setType(final Type type) { in setType()
141 return (Parameter) this; in setType()
152 public Parameter setVarArgs(final boolean isVarArgs) { in setVarArgs()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithParameters.java6 import com.github.javaparser.ast.body.Parameter;
12 List<Parameter> getParameters(); in getParameters()
14 T setParameters(List<Parameter> parameters); in setParameters()
17 return addParameter(new Parameter(type, new VariableDeclaratorId(name))); in addParameter()
36 default T addParameter(Parameter parameter) { in addParameter()
42 default Parameter addAndGetParameter(Type type, String name) { in addAndGetParameter()
43 return addAndGetParameter(new Parameter(type, new VariableDeclaratorId(name))); in addAndGetParameter()
46 default Parameter addAndGetParameter(Class<?> paramClass, String name) { in addAndGetParameter()
58 default Parameter addAndGetParameter(String className, String name) { in addAndGetParameter()
62 default Parameter addAndGetParameter(Parameter parameter) { in addAndGetParameter()
[all …]
/external/clang/test/Index/
Doverriding-method-comments.mm22 …ameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
31 …ameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
37 …ameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discus…
51Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Par…
57Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Par…
64Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
70Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
76Parameter><Name>CCC</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
81Parameter><Name>RRR</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
86Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Par…
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/
DParametersDelegateTest.java20 @Parameter(names = "-a") in delegatingEmptyClassHasNoEffect()
22 @Parameter(names = {"-b", "--long-b"}) in delegatingEmptyClassHasNoEffect()
39 @Parameter(names = "-c") in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams()
41 @Parameter(names = {"-d", "--long-d"}) in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams()
45 @Parameter(names = "-a") in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams()
47 @Parameter(names = {"-b", "--long-b"}) in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams()
68 @Parameter(names = "--list") in combinedAndNestedDelegates()
73 @Parameter(names = "--bool") in combinedAndNestedDelegates()
79 @Parameter(names = {"-d", "--long-d"}) in combinedAndNestedDelegates()
83 @Parameter(names = "-c") in combinedAndNestedDelegates()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor_test.cc46 op::Exp(op::Negate(op::Parameter(0)))); in TEST_F()
53 op::Exp(op::Parameter(0))); in TEST_F()
60 op::Negate(op::Parameter(0))); in TEST_F()
84 op::Exp(op::Negate(op::Tanh(op::Parameter(0))))); in TEST_F()
91 op::Add(op::Parameter(0), op::Parameter(1))); in TEST_F()
97 op::Add(op::Negate(op::Parameter(0)), in TEST_F()
98 op::Exp(op::Negate(op::Parameter(0))))); in TEST_F()
104 op::Add(op::Negate(op::Tanh(op::Parameter(0))), in TEST_F()
105 op::Exp(op::Negate(op::Tanh(op::Parameter(0)))))); in TEST_F()
128 op::Add(op::Parameter(0), op::Parameter(1))); in TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc63 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in HloCostAnalysisTest()
74 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in HloCostAnalysisTest()
75 auto y = Parameter(&builder, 1, ShapeUtil::MakeShape(F32, {}), "y"); in HloCostAnalysisTest()
85 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in HloCostAnalysisTest()
96 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in HloCostAnalysisTest()
97 auto y = Parameter(&builder, 1, ShapeUtil::MakeShape(F32, {}), "y"); in HloCostAnalysisTest()
107 auto x = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {}), "x"); in HloCostAnalysisTest()
108 auto y = Parameter(&builder, 1, ShapeUtil::MakeShape(F32, {}), "y"); in HloCostAnalysisTest()
141 auto lhs = Parameter(&builder, 0, ShapeUtil::MakeShape(F32, {10, 5}), "lhs"); in TEST_F()
142 auto rhs = Parameter(&builder, 1, ShapeUtil::MakeShape(F32, {5, 30}), "rhs"); in TEST_F()
[all …]
Ddynamic_index_splitter_test.cc53 op::DynamicSlice(op::Parameter(0), in TEST_F()
54 op::Reshape(op::Slice(op::Parameter(1))), in TEST_F()
55 op::Reshape(op::Slice(op::Parameter(1))), in TEST_F()
56 op::Reshape(op::Slice(op::Parameter(1))))); in TEST_F()
91 op::DynamicUpdateSlice(op::Parameter(0), op::Parameter(2), in TEST_F()
92 op::Reshape(op::Slice(op::Parameter(1))), in TEST_F()
93 op::Reshape(op::Slice(op::Parameter(1))), in TEST_F()
94 op::Reshape(op::Slice(op::Parameter(1))))); in TEST_F()
129 op::DynamicSlice(op::Parameter(0), op::Parameter(1), in TEST_F()
130 op::Parameter(2), op::Parameter(3))); in TEST_F()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAbstractAgentMojo.java19 import org.apache.maven.plugins.annotations.Parameter;
44 @Parameter(property = "plugin.artifactMap", required = true, readonly = true)
51 @Parameter(property = "jacoco.propertyName")
58 @Parameter(property = "jacoco.append")
68 @Parameter(property = "jacoco.exclClassLoaders")
75 @Parameter(property = "jacoco.inclBootstrapClasses")
80 @Parameter(property = "jacoco.inclNoLocationClasses")
86 @Parameter(property = "jacoco.sessionId")
91 @Parameter(property = "jacoco.dumpOnExit")
106 @Parameter(property = "jacoco.output")
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_body_Parameter.txt2 …Line 68) setId(id) ==> com.github.javaparser.ast.body.Parameter.setId(com.github.javaparser.ast.bo…
3 …Line 69) setElementType(elementType) ==> com.github.javaparser.ast.body.Parameter.setElementType(c…
4 …Line 86) setModifiers(modifiers) ==> com.github.javaparser.ast.body.Parameter.setModifiers(java.ut…
5 …Line 87) setId(id) ==> com.github.javaparser.ast.body.Parameter.setId(com.github.javaparser.ast.bo…
6 …Line 88) setElementType(elementType) ==> com.github.javaparser.ast.body.Parameter.setElementType(c…
7 …Line 99) setModifiers(modifiers) ==> com.github.javaparser.ast.body.Parameter.setModifiers(java.ut…
8 …Line 100) setAnnotations(annotations) ==> com.github.javaparser.ast.body.Parameter.setAnnotations(…
9 …Line 101) setId(id) ==> com.github.javaparser.ast.body.Parameter.setId(com.github.javaparser.ast.b…
10 …Line 102) setElementType(elementType) ==> com.github.javaparser.ast.body.Parameter.setElementType(…
11 Line 103) setVarArgs(isVarArgs) ==> com.github.javaparser.ast.body.Parameter.setVarArgs(boolean)
[all …]

12345678910>>...28