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

12

/frameworks/compile/libbcc/
H A Dlibbcc-host-build.mk19 -Wno-unused-parameter \
H A Dlibbcc-device-build.mk19 -Wno-unused-parameter \
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java47 * unregistered parameter sanitizer does not allow any special characters,
65 * A simple tuple that holds parameter-value pairs.
70 * Construct a parameter-value tuple.
71 * @param parameter an unencoded parameter
74 public ParameterValuePair(String parameter, argument
76 mParameter = parameter;
80 * The unencoded parameter
411 * unregistered parameter values.
413 * <b>Note:</b> The default unregistered parameter valu
661 hasParameter(String parameter) argument
673 getValue(String parameter) argument
688 registerParameter(String parameter, ValueSanitizer valueSanitizer) argument
771 parseEntry(String parameter, String value) argument
790 addSanitizedEntry(String parameter, String value) argument
808 getValueSanitizer(String parameter) argument
820 getEffectiveValueSanitizer(String parameter) argument
[all...]
/frameworks/compile/mclinker/
H A Dmcld-host-build.mk10 -Wno-unused-parameter \
H A Dmcld-device-build.mk17 -Wno-unused-parameter \
/frameworks/native/opengl/tests/gl2_jni/
H A DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/native/opengl/tests/gl_jni/
H A DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/native/opengl/tests/gl_perfapp/
H A DAndroid.mk36 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/native/opengl/tests/gldual/
H A DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/opt/calendar/src/com/android/calendarcommon2/
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/native/cmds/dumpstate/
H A DAndroid.mk19 LOCAL_CFLAGS += -Wall -Wno-unused-parameter -std=gnu99
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java323 // have only one parameter
334 * Parses a single authentication scheme parameter. The parameter
337 private void parseParameter(String parameter) { argument
338 if (parameter != null) {
340 int i = parameter.indexOf('=');
342 String token = parameter.substring(0, i).trim();
344 trimDoubleQuotesIfAny(parameter.substring(i + 1).trim());
364 * If the token is a known parameter name, parses and initializes
409 * Trims double-quotes around a parameter valu
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java90 public void setParameter(int parameter, int value) { argument
92 GLES20.glTexParameteri(mTarget, parameter, value);
/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/rs/cpu_ref/
H A DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk20 local_cflags_for_libbcinfo := -Wall -Wno-unused-parameter -Werror
/frameworks/base/core/java/android/view/
H A DViewDebug.java436 public static View findView(View root, String parameter) { argument
438 if (parameter.indexOf('@') != -1) {
439 final String[] ids = parameter.split("@");
449 final int id = root.getResources().getIdentifier(parameter, null, null);
456 private static void invalidate(View root, String parameter) { argument
457 final View view = findView(root, parameter);
463 private static void requestLayout(View root, String parameter) { argument
464 final View view = findView(root, parameter);
474 private static void profile(View root, OutputStream clientStream, String parameter) argument
477 final View view = findView(root, parameter);
708 outputDisplayList(View root, String parameter) argument
718 capture(View root, final OutputStream clientStream, String parameter) argument
[all...]
/frameworks/webview/chromium/
H A DAndroid.mk148 LOCAL_CFLAGS := -Wno-unused-parameter
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java242 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) { argument
245 return super.visitParameterAnnotation(parameter, desc, visible);
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);
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk3 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable \

Completed in 5067 milliseconds

12