OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inout
(Results
126 - 150
of
285
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/include/media/
Metadata.h
95
// @param p[
inout
] The parcel to append the metadata records
MediaPlayerInterface.h
193
// @param[
inout
] records Parcel where the player appends its metadata.
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB888toYUV420.c
35
InOut
: none
/libcore/luni/src/main/java/java/sql/
ParameterMetaData.java
32
* Indicates that the parameter mode is {@code
INOUT
}.
/external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h
668
* @
inout
:
706
* @
inout
:
/external/freetype/include/freetype/
ftstroke.h
668
* @
inout
:
706
* @
inout
:
/external/svox/pico/lib/
picowa.c
254
register wa_subobj_t *wa /*
inout
*/,
255
picodata_itemhead_t *head /*
inout
*/,
/external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c
60
+ 2/*
inout
:xmm0*/ // 6 48
61
+ 1/*
inout
:rcx*/ // 8 64
pcmpxstrx64w.c
61
+ 2/*
inout
:xmm0*/ // 6 48
62
+ 1/*
inout
:rcx*/ // 8 64
/frameworks/base/core/java/android/content/pm/
IPackageManager.aidl
173
void querySyncProviders(
inout
List<String> outNames,
174
inout
List<ProviderInfo> outInfo);
/frameworks/base/tools/aidl/
aidl_language_y.y
27
%token
INOUT
340
|
INOUT
{ $$.buffer = $1.buffer; }
/external/chromium_org/ppapi/c/dev/
ppb_video_capture_dev.h
103
* @param[
inout
] user_data An opaque pointer that will be passed to
/external/chromium_org/third_party/angle/src/compiler/
glslang.l
98
"
inout
" { return INOUT_QUAL; }
/external/chromium_org/third_party/freetype/src/psaux/
psobjs.c
56
/* <
InOut
> */
153
/* <
InOut
> */
232
/* <
InOut
> */
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h
332
return "
inout
";
/external/clang/lib/AST/
Comment.cpp
122
case ParamCommandComment::
InOut
:
/external/freetype/src/psaux/
psobjs.c
56
/* <
InOut
> */
153
/* <
InOut
> */
232
/* <
InOut
> */
[
all
...]
/external/skia/src/gpu/gl/
GrGLShaderVar.h
332
return "
inout
";
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterValidatedProgram.cpp
463
void css_SetSatHelper(
inout
mediump float cMin,
inout
mediump float cMid,
inout
mediump float cMax, mediump float s)
/external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c
498
/* <
InOut
> */
[
all
...]
/external/freetype/src/truetype/
ttobjs.c
498
/* <
InOut
> */
[
all
...]
/external/aac/libPCMutils/src/
pcmutils_lib.cpp
743
* @param [
inout
] Pointer to time buffer. Depending on interface configuration, the content of pTimeData is ignored,
747
* @param [
inout
] Pointer where the amount of output channels is returned into.
749
* @param [
inout
] Array where the corresponding channel type for each output audio channel is stored into.
750
* @param [
inout
] Array where the corresponding channel type index for each output audio channel is stored into.
[
all
...]
/external/chromium_org/crypto/
p224.cc
41
void Contract(FieldElement*
inout
);
295
void Contract(FieldElement*
inout
) {
296
FieldElement& out = *
inout
;
/external/chromium_org/ppapi/api/
pp_completion_callback.idl
20
typedef void PP_CompletionCallback_Func([
inout
] mem_t user_data,
ppb_graphics_3d.idl
189
[
inout
] int32_t[] attrib_list);
Completed in 1506 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>