HomeSort by relevance Sort by last modified time
    Searched refs:Parameters (Results 326 - 350 of 496) sorted by null

<<11121314151617181920

  /external/cblas/testing/
c_cblat1.f 5 * .. Parameters ..
29 * these parameters.
49 * .. Parameters ..
77 * .. Parameters ..
278 * .. Parameters ..
531 * .. Parameters ..
650 * .. Parameters ..
c_zblat1.f 5 * .. Parameters ..
29 * these parameters.
49 * .. Parameters ..
77 * .. Parameters ..
278 * .. Parameters ..
531 * .. Parameters ..
650 * .. Parameters ..
  /external/eigen/blas/testing/
cblat1.f 5 * .. Parameters ..
29 * these parameters.
49 * .. Parameters ..
77 * .. Parameters ..
278 * .. Parameters ..
530 * .. Parameters ..
649 * .. Parameters ..
zblat1.f 5 * .. Parameters ..
29 * these parameters.
49 * .. Parameters ..
77 * .. Parameters ..
278 * .. Parameters ..
530 * .. Parameters ..
649 * .. Parameters ..
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 170 p->ctx->FragmentProgram.Parameters[source->
179 &program->Base.Parameters->ParameterValues[source->Index][0].f);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 288 aux_size += c.vp->program.Base.Parameters->NumParameters;
  /external/mesa3d/src/mesa/main/
es_generator.py 232 params = apiutil.Parameters(funcName)
245 # passthroughDeclarationString: a typed set of parameters that
251 # passthroughDeclarationString: an untyped list of parameters
253 # function (including references to converted parameters).
259 # conversionCodeOutgoing: C code to convert application parameters
303 # allowed values, or dependent parameters to check, or
315 # Unconverted parameters are easy, whether they're vector
451 # parameters are always what is checked, not the
452 # converted parameters.
505 # If all the remaining parameters are identical to th
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 329 _mesa_load_state_parameters(ctx, program->Base.Parameters);
  /external/testng/src/main/java/org/testng/internal/
ClassHelper.java 70 public static <T> T newInstance(Constructor<T> constructor, Object... parameters) {
72 return constructor.newInstance(parameters);
320 Object[] parameters = Parameters.createInstantiationParameters(constructor, local
321 "@Parameters",
326 result = objectFactory.newInstance(constructor, parameters);
338 Object[] parameters = new Object[0]; local
364 parameters = new Object[] { enclosingClassInstance };
373 parameters = new Object[] { "Default test name" };
377 result = objectFactory.newInstance(ct, parameters);
438 String[] parameters = annotation.getValue(); local
    [all...]
Invoker.java 128 * same test class with different parameters in the same suite run.
201 Object[] parameters = Parameters.createConfigurationParameters(tm.getMethod(), local
209 testResult.setParameters(parameters);
216 parameters, testResult);
472 * @param params the parameters needed for method invocation
686 // that it has parameters, so might have to revisit this if bugs get reported
687 // for the case where this method has parameters that don't come from a data
771 // If we have parameters, set the boolean if we are about to run
930 Object[] parameters = parametersValues.next(); local
1044 final Map<String, String> parameters = local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 37 ; * Parameters:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 37 ; * Parameters:
omxVCM4P2_PredictReconCoefIntra_s.s 39 ; * Parameters:
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 103 Camera.Parameters p = mCamera.getParameters();
104 // No changes to default camera parameters
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerWrapContentWithAspectRatioTest.java 48 @Parameterized.Parameters(name = "{0} {1} {2}")
LinearLayoutManagerBaseConfigSetTest.java 66 @Parameterized.Parameters(name = "{0}")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 76 #define URB_FROM_IRP(Irp) ((IoGetCurrentIrpStackLocation(Irp))->Parameters.Others.Argument1)
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 
  /external/eigen/blas/fortran/
chbmv.f 136 * .. Parameters ..
157 * Test the input parameters.
chpmv.f 102 * .. Parameters ..
123 * Test the input parameters.
ctbmv.f 141 * .. Parameters ..
161 * Test the input parameters.
dsbmv.f 132 * .. Parameters ..
151 * Test the input parameters.
dspmv.f 100 * .. Parameters ..
116 * Test the input parameters.

Completed in 1011 milliseconds

<<11121314151617181920