OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returnvalue
(Results
101 - 125
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/installer/setup/eula/
oem_zh-CN.html
43
<input type="submit" name="submit" value="?????" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="??" />
oem_zh-TW.html
43
<input type="submit" name="submit" value="?????" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="??" />
oem_ca.html
43
<input type="submit" name="submit" value="Accepta i executa'l" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Cancel·la" />
oem_cs.html
43
<input type="submit" name="submit" value="P?ijmout a spustit" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Zru?it" />
oem_da.html
43
<input type="submit" name="submit" value="Accepter og kør" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Annuller" />
oem_de.html
43
<input type="submit" name="submit" value="Akzeptieren und Ausführen" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Abbrechen" />
oem_en-GB.html
43
<input type="submit" name="submit" value="Accept and Run" /> <input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Cancel" />
oem_en.html
49
<input onClick="window.
returnValue
= 2; window.close();" type="button" name="cancel" value="Cancel" />
/external/clang/lib/CodeGen/
CGCUDARuntime.h
41
ReturnValueSlot
ReturnValue
);
/external/proguard/src/proguard/evaluation/
InvocationUnit.java
49
Value
returnValue
);
/external/proguard/src/proguard/gui/
FilterDialog.java
61
private int
returnValue
;
156
returnValue
= APPROVE_OPTION;
288
returnValue
= CANCEL_OPTION;
296
return
returnValue
;
/external/chromium_org/chrome/installer/util/
html_dialog_impl.cc
31
// window.
returnValue
= 1; <-- this matches HTML_DLG_ACCEPT
33
// window.
returnValue
= 2; <-- this matches HTML_DLG_DECLINE
38
// Note that on the submit handler you need to set window.
returnValue
to one of
/external/chromium_org/chrome/test/chromedriver/js/
call_function.js
222
var
returnValue
= wrap(func.apply(null, unwrap(args, cache)));
225
var
returnValue
= error.message;
229
value:
returnValue
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperMap.h
57
bool setReturnValueFrom(v8::
ReturnValue
<v8::Value>
returnValue
, KeyType* key)
62
returnValue
.Set(*(it->value.persistent()));
ScriptRegexp.cpp
83
v8::Local<v8::Value>
returnValue
= exec->Call(regex, 1, argv);
92
if (!
returnValue
->IsArray())
95
v8::Local<v8::Array> result =
returnValue
.As<v8::Array>();
V8NPObject.cpp
146
v8::Handle<v8::Value>
returnValue
;
148
returnValue
= convertNPVariantToV8Object(&result, npObject, info.GetIsolate());
151
v8SetReturnValue(info,
returnValue
);
238
v8::Handle<v8::Value>
returnValue
;
240
returnValue
= convertNPVariantToV8Object(&result, npObject, isolate);
242
return
returnValue
;
/external/icu4c/samples/ufortune/
ufortune.c
154
int
returnValue
=0;
162
if (optionError != NULL) {
returnValue
= -1;}
163
return
returnValue
;
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlblitsurface.html
211
CLASS="
RETURNVALUE
"
215
CLASS="
RETURNVALUE
"
221
CLASS="
RETURNVALUE
"
sdllocksurface.html
173
CLASS="
RETURNVALUE
"
218
CLASS="
RETURNVALUE
"
222
CLASS="
RETURNVALUE
"
sdlsemwaittimeout.html
169
CLASS="
RETURNVALUE
"
173
CLASS="
RETURNVALUE
"
176
CLASS="
RETURNVALUE
"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java
136
final AtomicBoolean
returnValue
= new AtomicBoolean(false);
180
returnValue
.set(true);
212
returnValue
.set(true);
220
returnValue
.set(true);
242
return
returnValue
.get();
/external/icu4c/i18n/
dtfmtsym.cpp
553
UnicodeString *
returnValue
= NULL;
560
returnValue
= fMonths;
565
returnValue
= fShortMonths;
569
returnValue
= fNarrowMonths;
579
returnValue
= fStandaloneMonths;
584
returnValue
= fStandaloneShortMonths;
588
returnValue
= fStandaloneNarrowMonths;
597
return
returnValue
;
617
UnicodeString *
returnValue
= NULL;
623
returnValue
= fWeekdays
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js
33
var mockFunctionFactory = function(
returnValue
, logging) {
35
returnValue
=
returnValue
|| null;
41
funk(
returnValue
);
43
return
returnValue
;
46
funky.getValue = function() { return
returnValue
; };
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js
32
var mockFunctionFactory = function(
returnValue
, logging) {
34
returnValue
=
returnValue
|| null;
40
funk(
returnValue
);
42
return
returnValue
;
45
funky.getValue = function() { return
returnValue
; };
/external/chromium/base/
callback_unittest.cc
51
TEST(CallbackOld,
ReturnValue
) {
Completed in 687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>