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

<<21222324252627282930>>

  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java 54 throw new InvalidAlgorithmParameterException("Incorrect parameter");
64 throw new InvalidAlgorithmParameterException("Invalid parameter");
MyTrustManagerFactorySpi.java 46 throw new InvalidAlgorithmParameterException("Null parameter");
55 throw new InvalidAlgorithmParameterException("Invalid parameter");
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 37 * interface will try to cast the Object parameter
48 * candidates are that the parameter passed to this
  /external/chromium/base/
bind_internal_win.h.pump 40 // Target type for each bound parameter.
58 // Target type for each bound parameter.
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 29 // parameters may be NULL. A NULL parameter is treated as not changing the
48 // The |parent| parameter (currently only used on Windows) specifies the parent
  /external/chromium/net/websockets/
websocket_net_log_params_unittest.cc 42 scoped_refptr<net::NetLogWebSocketHandshakeParameter> parameter(
44 scoped_ptr<Value> actual(parameter->ToValue());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SummaryManager.h 31 - C++ functions (name + parameter types)
38 - Class, function name + parameter types + const
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 13 auto unexp = [values] {}; // expected-error{{initializer contains unexpanded parameter pack 'values'}}
39 auto l1 = [x...] {}; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
  /external/clang/test/Modules/
diamond-pch.c 4 // in diamond-bottom.h: expected-note{{passing argument to parameter 'x' here}}
11 bottom(&d); // expected-warning{{incompatible pointer types passing 'double *' to parameter of type 'char *'}}
diamond.c 4 // in diamond-bottom.h: expected-note{{passing argument to parameter 'x' here}}
13 bottom(&d); // expected-warning{{incompatible pointer types passing 'double *' to parameter of type 'char *'}}
  /external/clang/test/Sema/
pragma-unused.c 1 // RUN: %clang_cc1 -fsyntax-only -Wunused-parameter -Wused-but-marked-unused -Wunused -verify %s
39 int f8(int x) { // expected-warning{{unused parameter 'x'}}
  /external/clang/test/SemaCXX/
alias-template.cpp 57 template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
63 template<typename...T> struct S3 { // expected-note {{template parameter is declared here}}
64 template<typename Z> using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
82 template<typename U> using f = T; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
84 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
85 template<typename U> using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
139 V<char> g(V<double>); // expected-error {{empty parameter list defined with a type alias of 'void' not allowed}}
144 template<typename T> template<typename U> using SS = S<T, U>; // expected-error {{extraneous template parameter list in alias template declaration}}
  /external/clang/test/SemaObjC/
warn-strict-selector-match.m 33 // expected-note {{passing argument to parameter 'data' here}}
58 expected-warning {{sending 'id<MyObject,MyCoding>' to parameter of incompatible type 'Object *'}}
  /external/dropbear/libtommath/mtest/
mpi-config.h 46 0 = no parameter checks
48 2 = assertions; dump core on parameter errors
  /external/guava/guava/src/com/google/common/eventbus/
Subscribe.java 30 * parameter. If this annotation is applied to methods with zero parameters,
31 * or more than one parameter, the object containing the method will not be able
  /external/proguard/src/proguard/classfile/attribute/annotation/
ParameterAnnotationsAttribute.java 28 * This Attribute represents a runtime parameter annotations attribute.
74 // Loop over all parameter annotations.
  /external/proguard/src/proguard/classfile/editor/
ParameterAnnotationsAttributeEditor.java 26 * This class can add annotations to a given parameter annotations attribute.
38 * annotations in the given parameter annotations attribute.
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 35 echo ${prog}: dest-dir parameter already set to ${destDir}.
49 echo ${prog}: root-dir parameter already set to ${rootDir}.
64 echo ${prog}: resource-dir parameter already set to ${resDir}.
97 echo ${prog}: info-file parameter already set to ${info}.
107 echo ${prog}: tiff-file parameter already set to ${tiff}.
117 echo ${prog}: unrecognized parameter: $argv[1]
130 echo ${prog}: missing root-dir parameter.
134 echo ${prog}: missing info-file parameter.
  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.smali 103 .parameter "phone"
115 .parameter "efid"
148 .parameter "state"
217 .parameter "commandInterfaceCFAction"
218 .parameter "commandInterfaceCFReason"
219 .parameter "dialingNumber"
220 .parameter "timerSeconds"
221 .parameter "onComplete"
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 26 const u8 *wmm; /* WMM Information or Parameter Element */
60 u8 wmm_len; /* 7 = WMM Information; 24 = WMM Parameter */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 43 * Parameter type for parceling that indicates the next parameters are
48 /** Parameter type for paceling that indicates there are no MAC parameters. */
54 /** The parameter spec to be used for encryption. */
63 /** The parameter spec to be used for the MAC tag authentication. */
97 * @param encryptionSpec algorithm parameter specification
132 "Unknown parameter spec class; must be IvParameters");
347 throw new InvalidAlgorithmParameterException("Unknown parameter type "
356 throw new InvalidAlgorithmParameterException("Unknown parameter type "
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 26 * Ensures that an object reference passed as a parameter to the calling
41 * Ensures that an object reference passed as a parameter to the calling
  /frameworks/base/media/mca/filterfw/native/core/
gl_buffer_interface.h 40 // Set a texture parameter (see glTextureParameter documentation). Returns
41 // true iff the parameter was set successfully.

Completed in 684 milliseconds

<<21222324252627282930>>