HomeSort by relevance Sort by last modified time
    Searched refs:parameter (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 72 const string& parameter,
82 ParseGeneratorParameter(parameter, &options);
  /external/v8/test/mjsunit/
with-parameter-access.js 28 // Return a parameter from inside a with statement.
global-load-from-eval.js 40 // Shadow with parameter.
indexed-accessors.js 28 // Test that getters can be defined and called with an index as a parameter.
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
maximum-age.js 1 description("Tests that the PositionOptions.maximumAge parameter is correctly applied.");
  /external/webkit/WebCore/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 53 static void WeakReferenceCallback(v8::Persistent<v8::Value> object, void* parameter)
55 InjectedScriptHost* nativeObject = static_cast<InjectedScriptHost*>(parameter);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 145 F(B<String> parameter, List<A> anotherParameter) {}
146 B<String> method(B<String> parameter, List<A> anotherParameter) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 281 public boolean supportsParameter(Object parameter) {
282 if (parameter.getClass() == String.class) {
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 82 parameter(); method
86 final public void parameter() throws ParseException { method in class:ContentTypeParser
  /sdk/sdklauncher/
Android.mk 19 LOCAL_CFLAGS += -Wall -Wno-unused-parameter
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 375 static void HIDGetElementsCFArrayHandler (const void * value, void * parameter)
378 HIDAddElement ((CFTypeRef) value, (recDevice *) parameter);
407 static void HIDTopLevelElementHandler (const void * value, void * parameter)
413 if (!CFNumberGetValue (refCF, kCFNumberLongType, &((recDevice *) parameter)->usagePage))
416 if (!CFNumberGetValue (refCF, kCFNumberLongType, &((recDevice *) parameter)->usage))
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/chromium/googleurl/src/
url_parse_unittest.cc 473 // Returns true if the parameter with index |parameter| in the given URL's
475 // should exist. The parameter number is 1-based.
477 int parameter,
485 for (int i = 1; i <= parameter; i++) {
488 if (parameter >= i && !expected_key)
493 if (i == parameter) {
  /external/openssl/crypto/pkcs7/
pk7_lib.c 275 || !(alg->parameter = ASN1_TYPE_new()))
282 alg->parameter->type = V_ASN1_NULL;
446 if(!(p7->d.digest->md->parameter = ASN1_TYPE_new()))
451 p7->d.digest->md->parameter->type = V_ASN1_NULL;
pk7_doit.c 345 if (xalg->parameter == NULL) {
346 xalg->parameter = ASN1_TYPE_new();
347 if (xalg->parameter == NULL)
350 if(EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
569 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 159 // algorithm parameter generators
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 179 public void run(Message parameter) {
209 public void run(Message parameter) {
283 /** The parameter to wrapsCallback() must be a MockCallback. */
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 216 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc,
218 return mParentVisitor.visitParameterAnnotation(parameter, desc, visible);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 958 cerr << "--decode_raw does not take a parameter." << endl;
1024 // Split value at ':' to separate the generator parameter from the
    [all...]
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 27 import com.sun.javadoc.Parameter;
518 Parameter[] params = mdoc.parameters();
521 Parameter parameter = params[i]; local
523 Type ptype = parameter.type();
535 //ptname = parameter.type().qualifiedTypeName();
536 ptname = parameter.type().toString();
539 //ptname = parameter.typeName();
  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1085 "### A parameter can be specified for a test by appending '@' and the value \n"
1232 char* parameter = strchr( name, '@' ); local
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1105 "### A parameter can be specified for a test by appending '@' and the value \n"
1258 char* parameter = strchr( name, '@' ); local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 266 The \texttt{-d} option requires a single parameter providing the directory
273 The \texttt{-D} option requires a single parameter providing the directory
304 The \texttt{-m} option requires a single parameter which specifies an
316 The \texttt{-M} option requires a single parameter which specifies the
338 This option requires a single parameter that will override the default name
411 The \texttt{-d} option requires a single parameter providing the directory
454 This option requires a single parameter that will override the default name
460 This option requires a single parameter which specifies the number of times
466 This option requires a single parameter which specifies the name of a
  /external/libpng/scripts/
makevms.com 6 $! This procedure accepts one parameter (contrib), which causes it to build
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 228 String codecs = contentType.parameter("codecs");
497 String codecs = contentType.parameter("codecs");

Completed in 608 milliseconds

1 2 3 4 56 7 8 910