OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argumentName
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/wps/
upnp_xml.c
176
* <
argumentName
>in arg value</
argumentName
>
187
*
argumentName
will be actual argument name
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm
404
my ($self, $signature, $
argumentName
) = @_;
408
return "JSValueToBoolean(context, $
argumentName
)" if $idlType eq "boolean";
409
return "$
argumentName
" if $idlType eq "object";
410
return "JSRetainPtr<JSStringRef>(Adopt, JSValueToStringCopy(context, $
argumentName
, 0))" if $$self{codeGenerator}->IsStringType($idlType);
411
return "JSValueToNumber(context, $
argumentName
, 0)" if $$self{codeGenerator}->IsNonPointerType($idlType);
412
return "to" . _implementationClassName($idlType) . "(context, $
argumentName
)";
417
my ($self, $signature, $variableName, $
argumentName
, $condition) = @_;
420
my $constructor = $self->_platformTypeConstructor($signature, $
argumentName
);
/external/v8/test/mjsunit/
debug-evaluate-arguments.js
40
assertEquals(names[i], frame.
argumentName
(i));
42
assertEquals(void 0, frame.
argumentName
(i));
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java
391
private void checkNotNull(Object argument, String
argumentName
) {
393
throw new IllegalArgumentException(
argumentName
+ " must not be null");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChange.java
227
* @param
argumentName
the attribute name
233
private TextEdit createTextEdit(String elementName, String
argumentName
, String oldName,
237
Attr attr = findAttribute(xmlDoc, elementName,
argumentName
, oldName);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c
220
* <
argumentName
>in arg value</
argumentName
>
231
*
argumentName
will be actual argument name
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
[
all
...]
/external/v8/src/
mirror-debugger.js
[
all
...]
Completed in 434 milliseconds