HomeSort by relevance Sort by last modified time
    Searched full:parameters (Results 451 - 475 of 6361) sorted by null

<<11121314151617181920>>

  /external/oprofile/libregex/
demangle_symbol.h 35 * The demangled name lists the parameters and type
  /external/proguard/src/proguard/optimize/
MemberDescriptorSpecializer.java 31 * This MemberVisitor specializes parameters in the descriptors of the
60 * class members whose parameters have
99 // All parameters of non-static methods are shifted by one in the local
110 // Go over the parameters.
  /external/skia/src/animator/
thingstodo.txt 11 looks like random takes a parameter when it should take zero parameters
  /external/tcpdump/tests/
mpls-ldp-hello.new 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
mpls-ldp-hello.out 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
  /external/v8/src/
arguments.h 34 // Arguments provides access to runtime call parameters.
37 // (length_, arguments_) are "overlayed" with the parameters
38 // (no. of parameters, and the parameter pointer) passed so
39 // that inside the C++ function, the parameters passed can
  /external/wpa_supplicant/
main_none.c 35 /* TODO: set interface parameters */
  /external/wpa_supplicant_6/wpa_supplicant/
main_none.c 35 /* TODO: set interface parameters */
main_symbian.cpp 37 /* TODO: set interface parameters */
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.milenage_db 0 # Parameters for Milenage (Example algorithms for AKA).
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.milenage_db 0 # Parameters for Milenage (Example algorithms for AKA).
  /external/wpa_supplicant_8/wpa_supplicant/
main_none.c 35 /* TODO: set interface parameters */
main_symbian.cpp 37 /* TODO: set interface parameters */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 40 /* parameters changes but will only change the coefficients and clear the history */
46 /* PARAMETERS: */
48 /* pParams Initialisation parameters */
123 /* PARAMETERS: */
LVCS_Private.h 107 /* Public parameters */
109 LVCS_Params_t Params; /* Instance parameters */
112 /* Private parameters */
129 LVM_Timer_Params_t TimerParams; /* Timer parameters */
  /frameworks/base/packages/SettingsProvider/res/values-rm/
strings.xml 22 <string name="app_label" msgid="4567566098528588863">"Memoria dals parameters"</string>
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericMethodsTests.java 26 * Tests unbounded type parameters declared on methods.
45 * Tests that there are no Type Parameters on the Class itself.
116 //Generic method type parameters NAMES are equal
118 //Generic method type PARAMETERS are not equal
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 68 PKIXBuilderParameters parameters = new PKIXBuilderParameters( local
70 parameters.addCertStore(certStore);
71 parameters.setRevocationEnabled(false);
72 return parameters;
CertPathValidatorTestPKIX.java 78 PKIXBuilderParameters parameters = new PKIXBuilderParameters(keyStore, local
80 parameters.addCertStore(certStore);
81 parameters.setRevocationEnabled(false);
85 CertPathBuilderResult builderResult = pathBuilder.build(parameters);
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 24 import android.hardware.Camera.Parameters;
66 private final Parameters mParameters;
70 public CameraSettings(Activity activity, Parameters parameters,
73 mParameters = parameters;
96 Context context, Parameters parameters) {
100 List<Size> supported = parameters.getSupportedPictureSizes();
104 if (setCameraPictureSize(candidate, supported, parameters)) {
121 String candidate, List<Size> supported, Parameters parameters)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bpqether.h 26 #define SIOCGBPQETHPARAM 0x5000 /* get Level 1 parameters */
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 260 // for the server to send the parameters.
275 // Wait for the parameters within a limited time.
289 private void configure(String parameters) throws Exception {
290 // If the old interface has exactly the same parameters, use it!
291 if (mInterface != null && parameters.equals(mParameters)) {
296 // Configure a builder while parsing the parameters.
298 for (String parameter : parameters.split(" ")) {
323 // Close the old interface since the parameters have been changed.
330 // Create a new interface using the builder and save the parameters.
334 mParameters = parameters;
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
list.h 86 * Parameters:
107 * Parameters:
127 * Parameters:
141 * Parameters:
165 * Parameters:
187 * Parameters:
201 * Parameters:
218 * Parameters:
239 * Parameters:
266 * Parameters
    [all...]
nldrdefs.h 64 * Parameters:
83 * Parameters:
130 * Parameters:
160 * Parameters:
184 * Parameters:
199 * Parameters:
213 * Parameters:
228 * Parameters:
249 * Parameters:
260 * Parameters
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 86 * Parameters:
107 * Parameters:
127 * Parameters:
141 * Parameters:
165 * Parameters:
187 * Parameters:
201 * Parameters:
218 * Parameters:
239 * Parameters:
266 * Parameters
    [all...]

Completed in 838 milliseconds

<<11121314151617181920>>