HomeSort by relevance Sort by last modified time
    Searched refs:argumentName (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 402 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, pointerPredicate, referencePredicate) \
403 inline thisType* to##thisType(argumentType* argumentName) \
405 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \
406 return static_cast<thisType*>(argumentName); \
408 inline const thisType* to##thisType(const argumentType* argumentName) \
410 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \
411 return static_cast<const thisType*>(argumentName); \
413 inline thisType& to##thisType(argumentType& argumentName) \
416 return static_cast<thisType&>(argumentName); \
418 inline const thisType& to##thisType(const argumentType& argumentName) \
    [all...]
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 176 * <argumentName>in arg value</argumentName>
187 * argumentName will be actual argument name
  /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));
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
com.ibm.icu_4.2.1.v20100412.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/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 391 milliseconds