Searched defs:offset (Results 151 - 160 of 160) sorted by relevance

1234567

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h63 \param offset position of the error in JSON input (\c size_t)
73 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode,offset) \
74 throw ParseException(parseErrorCode, #parseErrorCode, offset)
80 ParseException(rapidjson::ParseErrorCode code, const char* msg, size_t offset)
81 : std::runtime_error(msg), ParseResult(code, offset) {}
90 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \
93 SetParseError(parseErrorCode, offset); \
101 \param offset position of the error in JSON input (\c size_t)
109 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \
111 RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset); \
281 unsigned long offset; local
330 unsigned long offset; local
446 SetParseError(ParseErrorCode code, size_t offset) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java117 * @param offset the offset of the dictionary data within the file.
123 public BinaryDictionary(final String filename, final long offset, final long length, argument
132 loadDictionary(filename, offset, length, isUpdatable);
532 // WARNING: Because we pass 0 as the offset and file.length() as the length, this can
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c1686 NJ_UINT8 offset; local
1699 offset = (loctset->loct.current_info & 0x0f);
1700 while (offset--) {
1723 NJ_UINT8 offset; local
1733 offset = (loctset->loct.current_info & 0x0f);
1734 while (offset--) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java66 public void getImageSize(int offset, Size size); argument
69 public MediaItem getMediaItem(int offset); argument
72 public int getImageRotation(int offset); argument
75 // ScreenNail at previous (negative offset) or next (positive offset)
77 public ScreenNail getScreenNail(int offset); argument
83 public boolean isCamera(int offset); argument
86 public boolean isPanorama(int offset); argument
90 public boolean isStaticCamera(int offset); argument
93 public boolean isVideo(int offset); argument
96 isDeletable(int offset) argument
102 getLoadingState(int offset) argument
128 onDeleteImage(Path path, int offset) argument
1651 switchWithCaptureAnimation(int offset) argument
1662 switchWithCaptureAnimationLocked(int offset) argument
1694 captureAnimationDone(int offset) argument
1798 getOffsetAlpha(float offset) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1263 public boolean move(int offset) { argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp616 int attr_handle, int offset,
625 offset, is_long);
630 int offset, bool is_long) {
638 offset, is_long);
643 int attr_handle, int offset,
658 trans_id, attr_handle, offset, value.size(), need_rsp, is_prep,
664 int offset, bool need_rsp,
679 offset, value.size(), need_rsp, is_prep,
1636 jint handle, jint offset,
1644 response.attr_value.offset
614 btgatts_request_read_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
628 btgatts_request_read_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
641 btgatts_request_write_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
662 btgatts_request_write_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
1633 gattServerSendResponseNative(JNIEnv* env, jobject object, jint server_if, jint conn_id, jint trans_id, jint status, jint handle, jint offset, jbyteArray val, jint auth_req) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java777 int offset, byte[] value) {
782 service.sendResponse(serverIf, address, requestId, status, offset, value);
2618 void onServerReadCharacteristic(String address, int connId, int transId, int handle, int offset, argument
2622 + ", handle=" + handle + ", requestId=" + transId + ", offset=" + offset);
2637 app.callback.onCharacteristicReadRequest(address, transId, offset, isLong, handle);
2640 void onServerReadDescriptor(String address, int connId, int transId, int handle, int offset, argument
2644 + ", handle=" + handle + ", requestId=" + transId + ", offset=" + offset);
2659 app.callback.onDescriptorReadRequest(address, transId, offset, isLon
776 sendResponse(int serverIf, String address, int requestId, int status, int offset, byte[] value) argument
2662 onServerWriteCharacteristic(String address, int connId, int transId, int handle, int offset, int length, boolean needRsp, boolean isPrep, byte[] data) argument
2687 onServerWriteDescriptor(String address, int connId, int transId, int handle, int offset, int length, boolean needRsp, boolean isPrep, byte[] data) argument
2937 sendResponse(int serverIf, String address, int requestId, int status, int offset, byte[] value) argument
3277 gattServerSendResponseNative(int serverIf, int connId, int transId, int status, int handle, int offset, byte[] val, int authReq) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java639 public void setSelection(int position, float offset) { argument
640 setSelectionInternal(position, offset, true);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 564 milliseconds

1234567