HomeSort by relevance Sort by last modified time
    Searched full:argumentname (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 396 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, pointerPredicate, referencePredicate) \
397 inline thisType* to##thisType(argumentType* argumentName) \
399 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \
400 return static_cast<thisType*>(argumentName); \
402 inline const thisType* to##thisType(const argumentType* argumentName) \
404 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \
405 return static_cast<const thisType*>(argumentName); \
407 inline thisType& to##thisType(argumentType& argumentName) \
410 return static_cast<thisType&>(argumentName); \
412 inline const thisType& to##thisType(const argumentType& argumentName) \
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-arguments.js 40 assertEquals(names[i], frame.argumentName(i));
42 assertEquals(void 0, frame.argumentName(i));
debug-evaluate-locals-optimized-double.js 86 assertEquals(expected_args.names[j], frame.argumentName(j));
debug-evaluate-locals-optimized.js 77 assertEquals(expected_args.names[j], frame.argumentName(j));
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 176 * <argumentName>in arg value</argumentName>
187 * argumentName will be actual argument name
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 398 private void checkNotNull(Object argument, String argumentName) {
400 throw new IllegalArgumentException(argumentName + " must not be null");
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 564 dataerrln("TestMessageFormat::testMsgFormatPlural #1 - argumentName - %s", u_errorName(err));
571 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
575 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
591 errln("TestMessageFormat::testMsgFormatPlural #2 - argumentName");
598 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
602 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
612 errln("TestMessageFormat::test nested PluralFormat with argumentName");
621 errln("TestMessageFormat::test nested PluralFormat with argumentName");
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 564 dataerrln("TestMessageFormat::testMsgFormatPlural #1 - argumentName - %s", u_errorName(err));
571 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
575 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
591 errln("TestMessageFormat::testMsgFormatPlural #2 - argumentName");
598 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
602 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
612 errln("TestMessageFormat::test nested PluralFormat with argumentName");
621 errln("TestMessageFormat::test nested PluralFormat with argumentName");
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 590 """OptionalOrRequiredArgument : OPTIONAL Type ArgumentName Default
591 | Type Ellipsis ArgumentName"""
601 """ArgumentName : ArgumentNameKeyword
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
  /external/chromium_org/v8/test/cctest/
test-debug.cc 520 " return exec_state.frame(frame_number).argumentName(0);"
    [all...]

Completed in 417 milliseconds