HomeSort by relevance Sort by last modified time
    Searched refs:parameter (Results 1 - 25 of 948) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
invalid-input-assertion.s 3 .macro macro parameter=0
4 .if \parameter
macro-qualifier.s 3 .macro required parameter:req
4 .long \parameter
10 .macro required_with_default parameter:req=0
11 .long \parameter
macro-qualifier-diagnostics.s 3 .macro missing_qualifier parameter:
5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
6 # CHECK: .macro missing_qualifier parameter:
9 .macro non_identifier_qualifier parameter:0
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
12 # CHECK: .macro non_identifier_qualifier parameter:0
15 .macro invalid_qualifier parameter:invalid_qualifier
17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'invalid_qualifier
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
parameter.hpp 12 // Description : abstract interface for the formal parameter
18 // Boost.Runtime.Parameter
26 // ************** runtime::parameter ************** //
29 class parameter { class in namespace:boost::BOOST_RT_PARAM_NAMESPACE
31 virtual ~parameter() {}
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 46 void run(ParameterType parameter);
RpcUtil.java 44 * type-safe (parameter type contravariance).
54 // public void run(Type parameter) {
55 // originalCallback.run(parameter);
74 public void run(final Message parameter) {
77 typedParameter = originalClass.cast(parameter);
79 typedParameter = copyAsType(defaultInstance, parameter);
110 public void run(final ParameterType parameter) {
118 originalCallback.run(parameter);
  /external/parameter-framework/tools/xmlGenerator/analyse/
replaceAmixerByPfwParameters.sh 34 # Replace amixer in stdio by the parameter equivalent
62 if echo "$line" | grep -qP "$regexp" && parameter="$(find_pfw_equivalent "$line" $1)"
64 echo "$parameter ( $line )"
  /libcore/luni/src/main/java/java/sql/
DataTruncation.java 34 private boolean parameter = false; field in class:DataTruncation
57 * the Index value of the column value or parameter that was
59 * @param parameter
60 * {@code true} if it was a parameter value that was truncated,
70 public DataTruncation(int index, boolean parameter, boolean read,
74 this.parameter = parameter;
86 * the Index value of the column value or parameter that was
88 * @param parameter
89 * true if it was a Parameter value that was truncated, fals
    [all...]
  /external/boringssl/src/crypto/x509/
x_algor.c 65 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
84 if (alg->parameter == NULL)
85 alg->parameter = ASN1_TYPE_new();
86 if (alg->parameter == NULL)
99 if (alg->parameter)
101 ASN1_TYPE_free(alg->parameter);
102 alg->parameter = NULL;
106 ASN1_TYPE_set(alg->parameter, ptype, pval);
117 if (algor->parameter == NULL)
123 *pptype = algor->parameter->type
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_ParameterValuePairTest.java 25 final String parameter = "name"; local
29 ParameterValuePair parameterValuePair = uqs.new ParameterValuePair(parameter, vaule);
30 assertEquals(parameter, parameterValuePair.mParameter);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 39 * The count parameter returns the number of times the value should be returned
47 /* Add a custom parameter checking function. If the event parameter is NULL
49 * parameter is provided it must be allocated on the heap and doesn't need to
52 #define expect_check(function, parameter, check_function, check_data) \
53 _expect_check(#function, #parameter, __FILE__, __LINE__, check_function, \
56 /* Add an event to check a parameter, using check_expected(), against a set of
57 * values. See will_return() for a description of the count parameter.
59 #define expect_in_set(function, parameter, value_array) \
60 expect_in_set_count(function, parameter, value_array, 1
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java 25 public void setUp(ViewGroup container, Parameter parameter, Editor editor);
29 public void setPrameter(Parameter parameter);
  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.sh 49 parameter="$PFWtest_prefixCommand eval remote-process $PFWtest_ParameterFramworkHost"
78 echoGreenColor " \$ $parameter $@"
79 result="$($parameter $@)"
lightRoutingUpdate.sh 33 # It only works if you have an parameter running with criterion compatible
40 parameter="$adbShell $parameterCommandAccess"
64 echo " \$ $parameter $@"
65 result="$($parameter $@ | sed 's/\r$//')"
157 $parameter help | grep --quiet --word $1 || return $?
158 $parameter $1 | sed 's/\r//'
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProviderConfiguration.java 31 void setParameter(String parameterName, Object parameter)
44 if (parameter instanceof ECParameterSpec || parameter == null)
46 curveSpec = (ECParameterSpec)parameter;
50 curveSpec = EC5Util.convertSpec((java.security.spec.ECParameterSpec)parameter, false);
69 if (parameter instanceof ECParameterSpec || parameter == null)
71 ecImplicitCaParams = (ECParameterSpec)parameter;
75 ecImplicitCaParams = EC5Util.convertSpec((java.security.spec.ECParameterSpec)parameter, false);
87 if (parameter instanceof DHParameterSpec || parameter instanceof DHParameterSpec[] || parameter == null
    [all...]
  /external/elfutils/src/tests/
run-varlocs.sh 32 [4b] parameter 'd'
56 [4a] parameter 'x'
58 [55] parameter 'y'
62 [89] parameter 'x'
66 [96] parameter 'y'
77 [10a] parameter 'argc'
81 [119] parameter 'argv'
91 [92] parameter 'x'
93 [99] parameter 'y'
101 [c4] parameter 'z
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimatedParameter.java 43 /** Current value of the parameter */
46 /** Name of the parameter */
55 * Build an instance from a first estimate of the parameter,
57 * @param name name of the parameter
58 * @param firstEstimate first estimate of the parameter
67 * Build an instance from a first estimate of the parameter and a
69 * @param name name of the parameter
70 * @param firstEstimate first estimate of the parameter
71 * @param bound flag, should be true if the parameter is bound
82 * Build a copy of a parameter
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 49 // If the parameter is "insert=NAMES", the MockCodeGenerator will insert lines
79 const string& parameter,
95 const string& parameter,
103 const string& parameter,
107 const string& parameter,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
typed_parameter.hpp 12 // Description : generic typed parameter model
18 // Boost.Runtime.Parameter
24 #include <boost/test/utils/runtime/cla/parameter.hpp>
41 class typed_parameter : public cla::parameter {
44 : cla::parameter( ID, m_arg_factory, rtti::type_id<T>() == rtti::type_id<bool>() )
47 // parameter properties modification
51 cla::parameter::accept_modifier( m );
56 BOOST_RT_PARAM_LITERAL( "can't define a value generator for optional parameter " ) << id_2_report() );
fwd.hpp 18 // Boost.Runtime.Parameter
31 class parameter;
32 typedef shared_ptr<parameter> parameter_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 105 STDMETHOD(GetParameterDesc)(THIS_ D3DXHANDLE parameter, D3DXPARAMETER_DESC* desc) PURE;
109 STDMETHOD_(D3DXHANDLE, GetParameter)(THIS_ D3DXHANDLE parameter, UINT index) PURE;
110 STDMETHOD_(D3DXHANDLE, GetParameterByName)(THIS_ D3DXHANDLE parameter, LPCSTR name) PURE;
111 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
112 STDMETHOD_(D3DXHANDLE, GetParameterElement)(THIS_ D3DXHANDLE parameter, UINT index) PURE;
121 STDMETHOD(SetValue)(THIS_ D3DXHANDLE parameter, LPCVOID data, UINT bytes) PURE;
122 STDMETHOD(GetValue)(THIS_ D3DXHANDLE parameter, LPVOID data, UINT bytes) PURE;
123 STDMETHOD(SetBool)(THIS_ D3DXHANDLE parameter, WINBOOL b) PURE;
124 STDMETHOD(GetBool)(THIS_ D3DXHANDLE parameter, WINBOOL* b) PURE;
125 STDMETHOD(SetBoolArray)(THIS_ D3DXHANDLE parameter, CONST WINBOOL* b, UINT count) PURE
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
argument_factory.hpp 18 // Boost.Runtime.Parameter
38 virtual argument_ptr produce_using( parameter& p, argv_traverser& tr ) = 0; /// produce argument based on input
39 virtual argument_ptr produce_using( parameter& p, parser const& ) = 0; /// produce argument based on internal generator and/or values of other parameters
  /system/core/sdcard/
Android.mk 7 LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
  /external/flac/libFLAC/include/private/
bitwriter.h 89 unsigned FLAC__bitwriter_rice_bits(FLAC__int32 val, unsigned parameter);
91 unsigned FLAC__bitwriter_golomb_bits_signed(int val, unsigned parameter);
92 unsigned FLAC__bitwriter_golomb_bits_unsigned(unsigned val, unsigned parameter);
94 FLAC__bool FLAC__bitwriter_write_rice_signed(FLAC__BitWriter *bw, FLAC__int32 val, unsigned parameter);
95 FLAC__bool FLAC__bitwriter_write_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned parameter);
97 FLAC__bool FLAC__bitwriter_write_golomb_signed(FLAC__BitWriter *bw, int val, unsigned parameter);
98 FLAC__bool FLAC__bitwriter_write_golomb_unsigned(FLAC__BitWriter *bw, unsigned val, unsigned parameter);
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/
Android.mk 13 PFW_CORE := external/parameter-framework
27 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/parameter-framework
38 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/parameter-framework/Structure/Policy
51 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/parameter-framework/Structure/Policy
59 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/parameter-framework/Structure/Policy
67 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/parameter-framework/Structure/Policy
73 LOCAL_MODULE := parameter-framework.policy
76 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
83 PFW_TOPLEVEL_FILE := $(TARGET_OUT_ETC)/parameter-framework/ParameterFrameworkConfigurationPolicy.xml

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>