HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 301 - 325 of 8695) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/asn1/
x_algor.c 66 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
86 if (alg->parameter == NULL)
87 alg->parameter = ASN1_TYPE_new();
88 if (alg->parameter == NULL)
101 if (alg->parameter)
103 ASN1_TYPE_free(alg->parameter);
104 alg->parameter = NULL;
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
119 if (algor->parameter == NULL)
125 *pptype = algor->parameter->type
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlpeepevents.html 126 CLASS="PARAMETER"
135 CLASS="PARAMETER"
143 CLASS="PARAMETER"
152 CLASS="PARAMETER"
160 CLASS="PARAMETER"
169 CLASS="PARAMETER"
178 CLASS="PARAMETER"
186 CLASS="PARAMETER"
195 CLASS="PARAMETER"
199 > parameter is an bitwise OR o
    [all...]
  /external/clang/test/FixIt/
fixit-objc.m 21 - (void)test:(NSString *)string; // expected-note{{passing argument to parameter 'string' here}}
26 void g(NSString *a); // expected-note{{passing argument to parameter 'a' here}}
27 void h(id a); // expected-note 2{{passing argument to parameter 'a' here}}
32 g("Foo"); // expected-warning{{incompatible pointer types passing 'char [4]' to parameter of type 'NSString *'}}
33 h("Foo"); // expected-warning{{incompatible pointer types passing 'char [4]' to parameter of type 'id'}}
34 h(("Foo")); // expected-warning{{incompatible pointer types passing 'char [4]' to parameter of type 'id'}}
35 [t test:"Foo"]; // expected-warning{{incompatible pointer types sending 'char [4]' to parameter of type 'NSString *'}}
  /external/clang/test/SemaObjC/
unused.m 1 // RUN: %clang_cc1 -verify -Wused-but-marked-unused -Wno-objc-protocol-method-implementation -Wunused -Wunused-parameter -fsyntax-only -Wno-objc-root-class %s
32 - (int) meth: (int)x: // expected-warning {{'x' used as the name of the previous parameter rather than as part of the selector}} \
33 // expected-note {{introduce a parameter name to make 'x' part of the selector}} \
34 // expected-note {{or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector}}
36 (int)y: // expected-warning {{unused}} expected-warning {{'y' used as the name of the previous parameter rather than as part of the selector}} \
37 // expected-note {{introduce a parameter name to make 'y' part of the selector}} \
38 // expected-note {{or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector}}
  /external/flac/libFLAC/include/private/
bitwriter.h 88 unsigned FLAC__bitwriter_rice_bits(FLAC__int32 val, unsigned parameter);
90 unsigned FLAC__bitwriter_golomb_bits_signed(int val, unsigned parameter);
91 unsigned FLAC__bitwriter_golomb_bits_unsigned(unsigned val, unsigned parameter);
93 FLAC__bool FLAC__bitwriter_write_rice_signed(FLAC__BitWriter *bw, FLAC__int32 val, unsigned parameter);
94 FLAC__bool FLAC__bitwriter_write_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned parameter);
96 FLAC__bool FLAC__bitwriter_write_golomb_signed(FLAC__BitWriter *bw, int val, unsigned parameter);
97 FLAC__bool FLAC__bitwriter_write_golomb_unsigned(FLAC__BitWriter *bw, unsigned val, unsigned parameter);
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 42 * Represents a stack of parameter collections.
43 * When retrieving a parameter, the stack is searched in a fixed order
82 /** The application parameter collection, or <code>null</code>. */
85 /** The client parameter collection, or <code>null</code>. */
88 /** The request parameter collection, or <code>null</code>. */
91 /** The override parameter collection, or <code>null</code>. */
96 * Creates a new parameter stack from elements.
115 * Creates a copy of a parameter stack.
130 * Creates a modified copy of a parameter stack.
190 * Obtains a parameter from this stack
    [all...]
  /external/ceres-solver/docs/
modeling.tex 5 Given parameter blocks $\left[x_{i_1}, \hdots , x_{i_k}\right]$, a
27 The signature of the function (number and sizes of input parameter blocks and number of outputs)
28 is stored in \texttt{parameter\_block\_sizes\_} and \texttt{num\_residuals\_} respectively. User
35 \texttt{parameters} is an array of pointers to arrays containing the various parameter blocks. parameters has the same number of elements as parameter\_block\_sizes\_. Parameter blocks are in the same order as parameter\_block\_sizes\_.
41 \texttt{jacobians} is an array of size \texttt{parameter\_block\_sizes\_} containing pointers to storage for Jacobian matrices corresponding to each parameter block. The Jacobian matrices are in the same order as \texttt{parameter\_block\_sizes\_}. \texttt{jacobians[i]} is an array that contains \texttt{num\_residuals\_} $\time (…)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 40 /// template names or an already-substituted template template parameter pack.
113 /// parameter pack.
115 /// This kind of template names occurs when the parameter pack has been
121 TemplateTemplateParmDecl *Parameter;
125 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter,
129 Parameter(Parameter), Arguments(Arguments) { }
131 /// \brief Retrieve the template template parameter pack being substituted.
133 return Parameter;
137 /// parameter was substituted
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 31 * parameter instances to centralize each parameter's behavior.
35 private static final Map<String, Parameter> PARAMETERS
36 = new TreeMap<String, Parameter>(String.CASE_INSENSITIVE_ORDER);
88 * the validate parameter to true. Has no effect when validate is false.
125 PARAMETERS.put("error-handler", new Parameter() {
138 * Bulk alias to set the following parameter values:
208 PARAMETERS.put("schema-location", new Parameter() {
224 PARAMETERS.put("schema-type", new Parameter() {
299 interface Parameter {
331 Parameter parameter = PARAMETERS.get(name); local
336 Parameter parameter = PARAMETERS.get(name); local
352 Parameter parameter = PARAMETERS.get(name); local
    [all...]
  /dalvik/tests/004-annotations/
expected.txt 20 constructor parameter annotations:
24 constructor parameter annotations:
30 method parameter annotations:
45 method parameter annotations:
56 constructor parameter annotations:
58 method parameter annotations:
68 constructor parameter annotations:
74 method parameter annotations:
82 method parameter annotations:
88 method parameter annotations
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 19 First optional parameter:
26 - parameters should be separated by the next parameter
27 Other values mean that the first parameter is missing and the environment
30 Second parameter: name of the environment variable
33 ; implies that the equal sign is considered a part of the parameter and is
42 If the parameter is the minus sign, the next parameter will not be expanded.
43 If the parameter is a single dot, it will be replaced with the value of the
49 will hold the parameter name without case conversion.
82 /* for each parameter... *
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 62 const string& parameter,
87 EXPECT_EQ(GetOutputFileContent(name, parameter, file, first_message_name),
107 const string& parameter,
129 if (HasPrefixString(parameter, "insert=")) {
131 SplitStringUsing(StripPrefixString(parameter, "insert="),
166 printer.PrintRaw(GetOutputFileContent(name_, parameter, file));
190 const string& parameter,
193 generator_name, parameter, file->name(),
200 const string& parameter,
204 generator_name, parameter, file, first_message_name)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 29 // A template parameter pack that [contains an unexpanded parameter pack] is a
34 // In a template parameter pack that is a pack expansion, the pattern is
35 // [...the template-parameter...] without the ellipsis.
36 // Therefore the resulting sequence of parameters is not a parameter pack,
37 // so is not required to be the last template parameter.
116 // FIXME: We should accept this code. A parameter pack within a default argument
117 // in a template template parameter pack is expanded, because the pack is
120 template<template<typename T = Default> class ...Classes> struct Inner { // expected-error {{default argument contains unexpanded parameter pack}} expected-note {{here}}
132 // A template parameter pack that is a pack expansion shall not expand
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h 144 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
159 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only),or the
175 * @return M4ERR_PARAMETER: A parameter is null, or the decoder type is invalid(in DEBUG only)
186 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
196 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
206 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
216 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
227 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
240 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only)
253 * @return M4ERR_PARAMETER: A parameter is null (in DEBUG only
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.webRequest.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
422 The callback <em>parameter</em> should specify a function
426 If you specify the <em>callback</em> parameter, it should
488 The callback <em>parameter</em> should specify a function
492 If you specify the <em>callback</em> parameter, it should
574 Description of this parameter from the json schema.
577 This parameter was added in versio
    [all...]
bookmarks.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
534 Description of this parameter from the json schema.
537 This parameter was added in version
539 You must omit this parameter in earlier versions,
541 parameter, the manifest key
581 Description of this parameter from the json schema.
584 This parameter was added in versio
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 102 fail("Bad parameter value");
104 fail("get parameter() rejected");
106 fail("get parameter() called in wrong state");
132 fail("Bad parameter value");
134 fail("get parameter() rejected");
136 fail("get parameter() called in wrong state");
166 fail("Bad parameter value");
168 fail("get parameter() rejected");
170 fail("get parameter() called in wrong state");
204 fail("Bad parameter value")
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
60 * pointer to the global variable memory; and the value of the function parameter to be
74 /** Find matching function definition for a function name and parameter
76 * and (b) the formal parameter agrees if it is defined as constant.
85 // Check whether parameter matches
93 // Parameter (value for INT formal arg) as well as fct name agrees!
ProfileTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
60 * pointer to the global variable memory; and the value of the function parameter to be
74 /** Find matching function definition for a function name and parameter
76 * and (b) the formal parameter agrees if it is defined as constant.
85 // Check whether parameter matches
93 // Parameter (value for INT formal arg) as well as fct name agrees!
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}}
8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}}
12 Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be volatile}}
13 Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be volatile}}
31 Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy constructor may not be volatile}}
32 Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy assignment operator may not be volatile}}
  /external/clang/test/Sema/
attr-format.c 6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
16 void z(char *str, int c, ...) __attribute__((format(strftime, 1,2))); // expected-error {{strftime format attribute requires 3rd parameter to be 0}}
40 void b2(const char *a, ...) __attribute__((format(printf0, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
41 void c2(const char *a, ...) __attribute__((format(printf0, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
48 void null(int i, const char *a, ...) { // expected-note{{passing argument to parameter 'a' here}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 19 template<int N> class A; // expected-error{{template parameter has a different kind in template redeclaration}}
25 template<INT M> class NonTypeTemplateParm; // expected-note{{previous non-type template parameter with type 'INT' (aka 'int') is here}}
27 template<long> class NonTypeTemplateParm; // expected-error{{template non-type parameter has a different type 'long' in template redeclaration}}
32 // expected-note{{previous template template parameter is here}}
34 template<typename> class TemplateTemplateParm; // expected-error{{template parameter has a different kind in template redeclaration}}
36 template<template<typename T, int> class X> class TemplateTemplateParm; // expected-error{{too many template parameters in template template parameter redeclaration}}
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 37 * @param index The 1-based index to the parameter to bind null to
44 // typecode is also ignored in H2 when using the two parameter setNUll()
55 * @param index The 1-based index to the parameter to bind
83 * @param index The 1-based index to the parameter to bind
100 * @param index The 1-based index to the parameter to bind
120 * @param index The 1-based index to the parameter to bind
  /external/webkit/Source/WebKit/chromium/public/
WebPageSerializer.h 56 // The parameter frame specifies which frame need to be serialized.
57 // The parameter recursive specifies whether we need to
59 // The parameter client specifies the pointer of interface
62 // The parameter links contain original URLs of all saved links.
63 // The parameter localPaths contain corresponding local file paths of all
65 // The parameter localDirectoryName is relative path of directory which
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 140 msg = msg.concat(": Bad parameter value");
141 loge(msg, "Bad parameter value");
143 msg = msg.concat(": get parameter() rejected");
144 loge(msg, "get parameter() rejected");
146 msg = msg.concat("get parameter() called in wrong state");
147 loge(msg, "get parameter() called in wrong state");
174 msg = msg.concat(": Bad parameter value");
175 loge(msg, "Bad parameter value");
177 msg = msg.concat(": get parameter() rejected");
178 loge(msg, "get parameter() rejected")
    [all...]

Completed in 467 milliseconds

<<11121314151617181920>>