Searched refs:parameter (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java46 * unregistered parameter sanitizer does not allow any special characters,
64 * A simple tuple that holds parameter-value pairs.
69 * Construct a parameter-value tuple.
70 * @param parameter an unencoded parameter
73 public ParameterValuePair(String parameter, argument
75 mParameter = parameter;
79 * The unencoded parameter
410 * unregistered parameter values.
412 * <b>Note:</b> The default unregistered parameter valu
660 hasParameter(String parameter) argument
672 getValue(String parameter) argument
687 registerParameter(String parameter, ValueSanitizer valueSanitizer) argument
770 parseEntry(String parameter, String value) argument
789 addSanitizedEntry(String parameter, String value) argument
807 getValueSanitizer(String parameter) argument
819 getEffectiveValueSanitizer(String parameter) argument
[all...]
/frameworks/native/cmds/dumpstate/
H A DAndroid.mk19 LOCAL_CFLAGS += -Wall -Wno-unused-parameter -std=gnu99
/frameworks/compile/libbcc/
H A Dlibbcc-config.mk54 libbcc_CFLAGS := -Wall -Wno-unused-parameter -Werror
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DICalendar.java285 * @param param The parameter that should be added.
297 * Returns the set of parameter names for this property.
298 * @return The set of parameter names for this property.
315 * Returns the first parameter with the specified name. May return
316 * nll if there is no such parameter.
317 * @param name The name of the parameter that should be returned.
318 * @return The first parameter with the specified name.
354 * A parameter defined for an iCalendar property.
362 * Creates a new empty parameter.
368 * Creates a new parameter wit
[all...]
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java321 // have only one parameter
332 * Parses a single authentication scheme parameter. The parameter
335 private void parseParameter(String parameter) { argument
336 if (parameter != null) {
338 int i = parameter.indexOf('=');
340 String token = parameter.substring(0, i).trim();
342 trimDoubleQuotesIfAny(parameter.substring(i + 1).trim());
362 * If the token is a known parameter name, parses and initializes
407 * Trims double-quotes around a parameter valu
[all...]
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java237 for (byte[] parameter : parameters) {
238 if (parameter == null || parameter.length > 65535) {
249 for (byte[] parameter : parameters) {
250 out.write(parameter.length >> 8);
251 out.write(parameter.length);
252 out.write(parameter);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
H A DomxVCM4P2_PredictReconCoefIntra_s.s35 ; * [in] curQP quantization parameter of the current block. curQP may
38 ; * [in] predQP quantization parameter of the predictor block
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
H A DomxVCM4P2_PredictReconCoefIntra_s.s35 ; * [in] curQP quantization parameter of the current block. curQP may
38 ; * [in] predQP quantization parameter of the predictor block
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk17 local_cflags_for_libbcinfo := -Wall -Wno-unused-parameter -Werror
/frameworks/base/core/java/android/view/
H A DViewDebug.java399 private static View findView(View root, String parameter) { argument
401 if (parameter.indexOf('@') != -1) {
402 final String[] ids = parameter.split("@");
412 final int id = root.getResources().getIdentifier(parameter, null, null);
419 private static void invalidate(View root, String parameter) { argument
420 final View view = findView(root, parameter);
426 private static void requestLayout(View root, String parameter) { argument
427 final View view = findView(root, parameter);
437 private static void profile(View root, OutputStream clientStream, String parameter) argument
440 final View view = findView(root, parameter);
665 outputDisplayList(View root, String parameter) argument
670 capture(View root, final OutputStream clientStream, String parameter) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java148 * If this method is non-static, the first parameter will be 'this'.
316 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, argument
319 return mOrgWriter.visitParameterAnnotation(parameter, desc, visible);
H A DStubMethodAdapter.java223 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, argument
225 return mParentVisitor.visitParameterAnnotation(parameter, desc, visible);
H A DRenameClassAdapter.java296 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) { argument
299 return super.visitParameterAnnotation(parameter, desc, visible);
H A DAsmAnalyzer.java677 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, argument
/frameworks/compile/slang/
H A DAndroid.mk22 local_cflags_for_slang := -Wno-sign-promo -Wall -Wno-unused-parameter -Werror
/frameworks/rs/
H A DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java144 fail("AudioRecord invalid parameter");
518 msg = msg.concat(": Bad parameter value");
519 loge(msg, "Bad parameter value");
551 msg = msg.concat(": Bad parameter value");
552 loge(msg, "Bad parameter value");
584 msg = msg.concat(": Bad parameter value");
585 loge(msg, "Bad parameter value");
618 msg = msg.concat(": Bad parameter value");
619 loge(msg, "Bad parameter value");
655 msg = msg.concat(": Bad parameter valu
1408 ListenerThread(boolean control, boolean enable, boolean parameter) argument
1415 createListenerLooper(boolean control, boolean enable, boolean parameter) argument
[all...]
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp134 // by Google Test. The 'result' parameter specifies where to report the
614 // code_point parameter is of type UInt32 because wchar_t may not be
1000 // the gtest_stack_trace_depth flag. The skip_count parameter
1015 // type_param: the name of the test's type parameter, or NULL if
1074 // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter
1365 // number parameter. Returns true if that is possible.
1839 // Google Test. The 'result' parameter specifies where to report the
1849 // Google Test. The 'result' parameter specifies where to report the
2056 // the gtest_stack_trace_depth flag. The skip_count parameter
2299 // The ignoring_case parameter i
[all...]
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h1667 // Also use it after a variable or parameter declaration to tell the
1668 // compiler the variable/parameter does not have to be used.
2086 // Derived must be a subclass of Base. The parameter MUST
2197 // // The thread_can_start parameter is optional; you can supply NULL.
2237 const T param_; // User-supplied parameter to the thread function.
5034 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
6951 // The ignoring_case parameter is true iff the assertion is a
6993 // Template parameter:
7236 // type_param the name of the test's type parameter, or NULL if
7238 // value_param text representation of the test's value parameter,
10290 ParameterizedTestFactory(ParamType parameter) argument
10331 CreateTestFactory(ParamType parameter) argument
18708 SetParam(const ParamType* parameter) argument
[all...]

Completed in 441 milliseconds