OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outparam
(Results
1 - 17
of
17
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h
69
#define Vwrite(init_vdi, inparam,
outparam
) \
70
(long)trap_14_wwll((short)0x42,(short)(init_vdi),(long)(inparam),(long)(
outparam
))
71
#define Vattrib(inparam,
outparam
) \
72
(void)trap_14_wll((short)0x43,(long)(inparam),(long)(
outparam
))
73
#define Vcreate(inparam,
outparam
) \
74
(void)trap_14_wll((short)0x44,(long)(inparam),(long)(
outparam
))
/external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h
31
// non-NULL
outparam
that will be set to the default match for this input, if
33
// left unchanged). |alternate_nav_url| is a possibly-NULL
outparam
that, if
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h
36
// non-NULL
outparam
that will be set to the default match for this input, if
38
// left unchanged). |alternate_nav_url| is a possibly-NULL
outparam
that, if
/external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc
284
exception.
OutParam
(dispatcher()));
296
exception.
OutParam
(dispatcher()));
308
exception.
OutParam
(dispatcher())));
329
exception.
OutParam
(dispatcher()));
339
exception.
OutParam
(dispatcher()));
354
arg_count, args, exception.
OutParam
(dispatcher())));
368
ToUserData(object), arg_count, args, exception.
OutParam
(dispatcher())));
384
// also that we won't assert that somebody forgot to call
OutParam
on the
389
*exception->
OutParam
(dispatcher()) = PP_MakeInt32(1);
ppb_var_deprecated_proxy.cc
142
out_vector.
OutParam
(), &se));
323
// return of the function (converting the SerializedVarReturnValue/
OutParam
399
exception.
OutParam
(dispatcher())));
411
exception.
OutParam
(dispatcher())));
422
exception.
OutParam
(dispatcher())));
432
exception.
OutParam
(dispatcher()));
444
exception.
OutParam
(dispatcher()));
455
exception.
OutParam
(dispatcher()));
474
exception.
OutParam
(dispatcher())));
487
exception.
OutParam
(dispatcher())))
[
all
...]
serialized_var_unittest.cc
47
// The "
OutParam
" does its work in its destructor, it will write the
57
*out_param.
OutParam
(plugin_dispatcher()) = plugin_object;
95
// The "
OutParam
" does its work in its destructor, it will write the
104
*out_param.
OutParam
(plugin_dispatcher()) = plugin_string;
135
// The "
OutParam
" does its work in its destructor, it will write the
138
*out_param.
OutParam
(plugin_dispatcher()) = plugin_object;
serialized_var.h
324
// Send(new MyMsg(vect.
OutParam
()));
333
std::vector<SerializedVar>*
OutParam
();
435
// MyFunction(out_param.
OutParam
(dispatcher()));
448
PP_Var*
OutParam
(Dispatcher* dispatcher);
453
// This is the value actually written by the code and returned by
OutParam
.
serialized_var.cc
289
std::vector<SerializedVar>* ReceiveSerializedVarVectorOutParam::
OutParam
() {
395
// When unset,
OutParam
wasn't called. We'll just leave the var untouched
408
PP_Var* SerializedVarOutParam::
OutParam
(Dispatcher* dispatcher) {
436
*out.
OutParam
(dispatcher_) = array_[i];
ppb_instance_proxy.cc
115
// SerializedVarReturnValue/
OutParam
to a SerializedVar in the destructor).
[
all
...]
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp
189
phNfc_sData_t
OutParam
;
236
OutParam
.buffer = Output_Buff;
239
ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &
OutParam
,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
381
OutParam
.buffer = Output_Buff;
384
ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &
OutParam
,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
422
OutParam
.buffer = Output_Buff;
425
ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_WRITE,&InParam, &
OutParam
,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
485
phNfc_sData_t
OutParam
;
533
OutParam
.buffer = Output_Buff;
536
status = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &
OutParam
,com_android_nfc_jni_ioctl_callback, (void *)&cb_data)
[
all
...]
/external/chromium_org/chrome/browser/content_settings/
cookie_settings.h
66
// must be a non-NULL
outparam
.
host_content_settings_map.h
108
// |settings| must be a non-NULL
outparam
.
/external/kernel-headers/original/linux/
relay.h
121
* @is_global:
outparam
- set non-zero if the buffer should be global
132
* Setting the is_global
outparam
to a non-zero value will
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h
155
// The second param is an
outparam
which the function fills in.
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.h
96
// must be a non-NULL
outparam
. If this map was created for the
/external/chromium/base/
string_util.h
170
// which return by value or
outparam
.
/external/chromium_org/base/strings/
string_util.h
138
// values for functions which return by value or
outparam
.
Completed in 903 milliseconds