HomeSort by relevance Sort by last modified time
    Searched defs:parameters (Results 351 - 375 of 1608) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/
aws-java-sdk-cloudformation-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar 
  /art/dexlayout/
dex_ir.cc 544 const DexFile::ParameterAnnotationsItem* parameters = local
547 if (parameters != nullptr) {
550 MethodId* method_id = GetMethodId(parameters[i].method_idx_);
552 dex_file.GetParameterAnnotationSetRefList(&parameters[i]);
554 GenerateParameterAnnotation(dex_file, method_id, list, parameters[i].annotations_off_)));
    [all...]
dexlayout.cc 250 const dex_ir::TypeList* type_list = proto->Parameters();
729 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations(); local
759 // Annotations on method parameters.
760 if (parameters != nullptr) {
761 for (auto& parameter : *parameters) {
765 fprintf(out_file_, "Annotations on method #%u '%s' parameters\n", method_idx, method_name);
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1322 const DexParameterAnnotationsItem* parameters = local
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 1708 *parameters; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 155 AttributeScope parameters = r.parameterScope; local
156 List<Attribute> attrs = parameters.getAttributes();
2199 List parameters = retScope.getAttributes(); local
2218 List parameters = retScope.getAttributes(); local
2237 List parameters = retScope.getAttributes(); local
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 247 JSONObject parameters = new JSONObject(); local
248 rowSelect.addQueryParameters(parameters);
249 columnSelect.addQueryParameters(parameters);
250 return parameters;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 359 * Adds the methods that set each of parameters on the builder. If the {@link BuilderSpec} is
608 List<? extends VariableElement> parameters = requestElement.getParameters(); local
609 if (parameters.isEmpty()) {
613 VariableElement parameter = Iterables.getOnlyElement(parameters);
967 List<Snippet> parameters = local
1011 List<Snippet> parameters = local
1043 List<Snippet> parameters = getDependencyParameters(binding); local
1054 ImmutableList.Builder<Snippet> parameters = ImmutableList.builder(); local
1091 ImmutableList.Builder<Snippet> parameters = ImmutableList.builder(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 717 const VkSwapchainCreateInfoKHR parameters = local
740 return parameters;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 240 , parameters (funcParameters)
246 FunctionParameters parameters; member in struct:deqp::gles31::Functional::__anon17383::ComparisonFunction
285 functionParameters = paramsComparisonFunction->parameters;
828 // function parameters must equal the number of uniforms i.e. textures passed into the function
876 DE_FATAL("Error: Number of comparison function parameters invalid");
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 261 * typeArgumentMapping to the parameters and return types.
266 ArrayList<ParameterInfo> parameters = new ArrayList<ParameterInfo>(); local
268 parameters.add(pi.cloneWithTypeArguments(typeArgumentMapping));
287 ArrayList<ParameterInfo> parameters, ArrayList<ClassInfo> thrownExceptions,
306 mParameters = parameters;
363 * Returns a printable version of the parameters of this method's signature.
450 * actually matches one of the method parameters. */
485 // Loop the parameters known from the method signature...
523 // while we're here, if we find any parameters that are still
562 public ArrayList<ParameterInfo> parameters() { method in class:MethodInfo
    [all...]
  /external/flac/include/FLAC/
format.h 216 unsigned *parameters; member in struct:__anon19123
217 /**< The Rice parameters for each context. */
225 /**< The capacity of the \a parameters and \a raw_bits arrays
239 /**< The context's Rice parameters and/or raw bits. */
    [all...]
  /external/mesa3d/src/glsl/
ast.h 234 * List of expressions for an \c ast_sequence or parameters for an
596 exec_list parameters; member in class:ast_function
602 * Used by ast_function_definition::hir to process the parameters, etc.
612 * Used by ast_function_definition::hir to process the parameters, etc.
ir.h 544 * given a list of the actual parameters and the variable context.
572 * Check whether the qualifiers match between this signature's parameters
593 * List of ir_variable of function parameters.
598 struct exec_list parameters; member in class:ir_function_signature
673 * Find a signature that matches a set of actual parameters, taking implicit
680 * Find a signature that matches a set of actual parameters, taking implicit
686 * Find a signature that exactly matches a set of actual parameters without
1125 * of parameters and returning a value in the supplied temporary.
    [all...]
  /external/proguard/src/proguard/gradle/
ProGuardTask.java 1420 String parameters = (String)classSpecificationArgs.get("parameters"); local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp 538 error(line, "Number of constructor parameters does not match the number of structure fields", "constructor");
749 error(line, "samplers cannot be output parameters", type.getBasicString());
1049 "Constant value cannot be passed for 'out' or 'inout' parameters.", "Error");
3594 TIntermSequence &parameters = paramNode->getAsAggregate()->getSequence(); local
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 128 * same test class with different parameters in the same suite run.
201 Object[] parameters = Parameters.createConfigurationParameters(tm.getMethod(), local
209 testResult.setParameters(parameters);
216 parameters, testResult);
472 * @param params the parameters needed for method invocation
686 // that it has parameters, so might have to revisit this if bugs get reported
687 // for the case where this method has parameters that don't come from a data
771 // If we have parameters, set the boolean if we are about to run
930 Object[] parameters = parametersValues.next(); local
1044 final Map<String, String> parameters = local
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 545 Node* parameters = state->InputAt(kFrameStateParametersInput); local
552 StateValuesAccess(parameters).size());
562 StateValuesAccess(parameters)) {
788 // the parameters.
2094 int parameters = static_cast<int>( local
    [all...]

Completed in 2026 milliseconds

<<11121314151617181920>>