HomeSort by relevance Sort by last modified time
    Searched full:marshalled (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 71 assertEquals("eventTypes not marshalled properly", sentInfo.eventTypes,
73 assertEquals("feedbackType not marshalled properly", sentInfo.feedbackType,
75 assertEquals("flags not marshalled properly", sentInfo.flags, receivedInfo.flags);
76 assertEquals("notificationTimeout not marshalled properly", sentInfo.notificationTimeout,
78 assertEquals("packageNames not marshalled properly", sentInfo.packageNames.length,
80 assertEquals("packageNames not marshalled properly", sentInfo.packageNames[0],
  /external/chromium/chrome/browser/
DEPS 21 "+webkit/glue", # Defines some types that are marshalled over IPC.
22 "+webkit/plugins", # Defines some types that are marshalled over IPC.
  /frameworks/base/core/java/android/os/
Parcelable.java 70 * marshalled.
76 * marshalled representation.
78 * @return a bitmask indicating the set of special object types marshalled
IBinder.java 206 * @param data Marshalled data to send to the target. Must not be null.
209 * @param reply Marshalled data to be received from the target. May be
Parcel.java 339 * marshalled representation is highly optimized for local IPC, and as
353 * Report whether the parcel contains any marshalled file descriptors.
359 * {@link #dataPosition}. This is used to validate that the marshalled
    [all...]
  /hardware/msm7k/libgralloc/
gralloc_priv.h 82 int gpu_fd; // stored as an int, b/c we don't want it marshalled
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_skel.c 106 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags]
160 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags|>nTimeStamp]
214 //Marshalled:[>hComp|>eEvent|>nData1|>nData2|>pEventData]
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 23 * The contents of a cross process cursor are marshalled to the remote process by
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 114 int gpu_fd; // stored as an int, b/c we don't want it marshalled
  /external/dbus/dbus/
dbus-message-util.c 1350 char *marshalled = NULL; local
    [all...]
dbus-marshal-basic.c 259 * @param str the string to write the marshalled int to
281 * any data which has been already marshalled after this
284 * @param str the string to write the marshalled string to
330 * @param str the string to write the marshalled signature to
    [all...]
dbus-message.c     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 171 // while a permission result is in the process of being marshalled back to
250 // If any permission results are being marshalled back to this thread, this
  /external/bluetooth/glib/
NEWS.pre-1-3 108 they got marshalled
ChangeLog.pre-1-2     [all...]
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 323 private String m_message; // marshalled/cached result of getMessage()
AbstractRuntimeException.java 323 private String m_message; // marshalled/cached result of getMessage()
  /frameworks/base/tools/aidl/
aidl.cpp 398 fprintf(stderr, "%s:%d return type %s can't be marshalled.\n", filename,
434 fprintf(stderr, "%s:%d parameter %d: '%s %s' can't be marshalled.\n",
generate_java.cpp 491 // the interface identifier token: the DESCRIPTOR constant, marshalled as a string
  /external/dbus/doc/
dcop-howto.txt 63 Any data that will be sent is serialized (marshalled, for you CORBA
  /frameworks/base/docs/html/guide/developing/tools/
aidl.jd 336 marshalled across processes.</p>
  /prebuilt/sdk/tools/linux/
aidl 
  /external/dbus/
NEWS.pre-1-0 148 - GPtrArrays can now be marshalled
ChangeLog.pre-1-0     [all...]
  /external/bluetooth/glib/gobject/
ChangeLog     [all...]

Completed in 823 milliseconds

1 2