HomeSort by relevance Sort by last modified time
    Searched full:inout (Results 101 - 125 of 285) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Parcelable.java 62 * "<code>void someFunction(inout Parcelable)</code>". Some implementations
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 80 boolean sendExtraCommand(String provider, String command, inout Bundle extras);
  /frameworks/base/tests/TransitionTests/res/values/
strings.xml 57 <string name="inout">In/Out</string>
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 38 /// @param pEhFrame [inout] the input eh_frame
  /external/chromium_org/sandbox/win/src/
filesystem_interception.cc 332 // This is actually not an InOut buffer, only In, but using InOut facility
crosscall_params.h 130 // Returns TRUE if this call contains InOut parameters.
135 // Tells the CrossCall object if it contains InOut parameters.
sharedmem_ipc_client.h 37 // 7) the client updates its InOut parameters with the new data from the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 226 inout = file(os.devnull, "r+")
229 inout = None
236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
237 stdout=(self.redirect_stdout and inout or None),
238 stderr=inout, preexec_fn=setsid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 226 inout = file(os.devnull, "r+")
229 inout = None
236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
237 stdout=(self.redirect_stdout and inout or None),
238 stderr=inout, preexec_fn=setsid)
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 278 /* <InOut> */
367 /* <InOut> */
598 /* <InOut> */
835 /* <InOut> */
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 278 /* <InOut> */
367 /* <InOut> */
598 /* <InOut> */
835 /* <InOut> */
    [all...]
  /external/chromium_org/ppapi/api/
ppb_file_io.idl 186 [inout] str_t buffer,
290 [inout] PP_ArrayOutput output,
  /external/chromium_org/ppapi/c/dev/
ppb_file_io_dev.h 97 * @param[inout] address The value of |*address|, if non-NULL, will be used as
  /external/chromium_org/ppapi/c/
ppb_audio.h 42 * @param[inout] user_data An opaque pointer that was passed into
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 132 * @param[inout] user_data An opaque pointer that will be passed to
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
fttrigon.h 256 * @inout:
  /external/chromium_org/ui/base/models/
menu_model.h 131 // true if an item with the specified command id is found. |model| is inout,
  /external/clang/test/Index/
complete-declarators.m 35 // CHECK-CC0: NotImplemented:{TypedText inout} (40)
  /external/freetype/include/freetype/
freetype.h     [all...]
fttrigon.h 256 * @inout:
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
fortran.php 71 'equivalence','external','implicit','in','inout','integer','intent','intrinsic',
glsl.php 61 'in', 'out', 'inout', 'input', 'output', 'typedef', 'volatile',
verilog.php 57 'highz1', 'if', 'ifnone', 'initial', 'inout', 'input', 'integer',
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
codec.h 182 void WebRtcIsac_AllPoleFilter(double* InOut, double* Coef, int lengthInOut,

Completed in 393 milliseconds

1 2 3 45 6 7 8 91011>>