Searched refs:Parameter (Results 51 - 75 of 96) sorted by relevance

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php123 <p>See also the complete <a href="http://wiki.eclipse.org/index.php/Search_CVS#Parameter_List">Parameter List</a>.</p>
/external/v8/src/compiler/
H A Dcommon-operator.cc122 const Operator* CommonOperatorBuilder::Parameter(int index) { function in class:v8::internal::compiler::CommonOperatorBuilder
124 1, "Parameter", index);
H A Dgraph-unittest.h33 Node* Parameter(int32_t index);
H A Dopcodes.h43 V(Parameter) \
H A Dgraph-unittest.cc42 Node* GraphTest::Parameter(int32_t index) { function in class:v8::internal::compiler::GraphTest
43 return graph()->NewNode(common()->Parameter(index), graph()->start());
H A Dast-graph-builder.cc33 // Parameter -1 is special for the function closure
34 const Operator* op = common()->Parameter(-1);
44 // Parameter (arity + 1) is special for the outer context of the function
45 const Operator* op = common()->Parameter(info()->num_parameters() + 1);
170 Node* receiver = builder->graph()->NewNode(common()->Parameter(0),
177 Node* parameter = builder->graph()->NewNode(common()->Parameter(i + 1),
1697 Node* parameter = NewNode(common()->Parameter(i + 1), graph()->start());
H A Draw-machine-assembler.h373 Node* Parameter(size_t index);
/external/clang/lib/Format/
H A DTokenAnnotator.cpp1429 for (FormatToken *Parameter = Current->Previous; Parameter;
1430 Parameter = Parameter->Previous) {
1431 if (Parameter->isOneOf(tok::comment, tok::r_brace))
1433 if (Parameter->Previous && Parameter->Previous->is(tok::comma)) {
1434 if (!Parameter->Previous->is(TT_CtorInitializerComma) &&
1435 Parameter->HasUnescapedNewline)
1436 Parameter
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec108 <type> Parameter Data of Matching
/external/parameter-framework/parameter/
H A DAndroid.mk89 Parameter.cpp \
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc72 Node* Parameter(int32_t which) { function in class:InstructionTester
73 Node* node = graph.NewNode(common.Parameter(which));
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java52 message.addParameter(new OAuth.Parameter("oauth_signature",
/external/v8/src/
H A Dtypes.cc423 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false;
968 type->AsFunction()->Parameter(i), region);
1079 this->AsFunction()->Parameter(i)->PrintTo(os, dim);
/external/doclava/src/com/google/doclava/
H A DConverter.java32 import com.sun.javadoc.Parameter;
226 private static ParameterInfo convertParameter(Parameter p, SourcePosition pos, boolean isVarArg) {
234 private static ParameterInfo[] convertParameters(Parameter[] p, ExecutableMemberDoc m) {
/external/guava/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java82 ImmutableList<Parameter> parameters = delegate.getParameters();
136 ImmutableList<Parameter> parameters = delegate.getParameters();
205 ImmutableList<Parameter> parameters = delegate.getParameters();
H A DTypeTokenTest.java1254 ImmutableList<Parameter> params = invokable.getParameters();
1332 ImmutableList<Parameter> params = invokable.getParameters();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb576 param = ANTLR3::Template::Parameter.new( name.text )
/external/mdnsresponder/mDNSPosix/
H A DResponder.c126 #pragma mark ***** Parameter Checking
/external/guava/guava-testlib/src/com/google/common/testing/
H A DFreshValueGenerator.java70 import com.google.common.reflect.Parameter;
182 ImmutableList<Parameter> params = Invokable.from(generator).getParameters();
/external/jdiff/src/jdiff/
H A DRootDocToXML.java482 Parameter[] params = ct[i].parameters();
555 Parameter[] params = md[i].parameters();
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp567 const uint32_t Parameter = XData.ExceptionHandlerParameter();
583 SW.printHex("Parameter", Parameter);
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py212 class Parameter(Node): class in inherits:Node
250 # TODO(nnorwitz): merge with Parameter in some way?
610 p = Parameter(first_token.start, end, name,
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend13 ATTRIBUTE Ascend-FCP-Parameter 119 string
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1588 milliseconds

1234