/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 124 int length; member
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 187 auto length = strlen(node_name); in DEF_TEST() local
|
/third_party/skia/gm/ |
H A D | image.cpp | 430 size_t length = writer.bytesWritten(); in serial_deserial() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | CubeActivity.java | 60 public float length() { return (float)Math.sqrt(x*x + y*y + z*z); } in length() method in Vec3
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 41 SkScalar length() const { return SkScalarSqrt(this->lengthSquared()); } in length() function 83 SkScalar length() const { return SkScalarSqrt(Dot(*this, *this)); } in length() function [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 66 bidi_setPara(UBiDi* bidi, const UChar* text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel* embeddingLevels, UErrorCode* status) bidi_setPara() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | types.cpp | 266 uint64_t length = 0; in NumberOfComponents() local
|
/third_party/spirv-tools/test/ |
H A D | binary_parse_test.cpp | 157 MakeLiteralStringOperand(uint16_t offset, uint16_t length) MakeLiteralStringOperand() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_defs.h | 21 be16 length; /* including code and identifier; network byte order */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_eke.c | 144 eap_eke_build_msg(struct eap_eke_data *data, int id, size_t length, u8 eke_exch) eap_eke_build_msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_eke.c | 111 eap_eke_build_msg(struct eap_eke_data *data, u8 id, size_t length, u8 eke_exch) eap_eke_build_msg() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.hpp | 92 double length (void) const { return m_hi - m_lo; } in length() function in tcu::Interval
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_defs.h | 21 be16 length; /* including code and identifier; network byte order */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_eke.c | 144 eap_eke_build_msg(struct eap_eke_data *data, int id, size_t length, u8 eke_exch) eap_eke_build_msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_eke.c | 111 eap_eke_build_msg(struct eap_eke_data *data, u8 id, size_t length, u8 eke_exch) eap_eke_build_msg() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | iapp.c | 57 be16 length; member
|
/third_party/zlib/ |
H A D | inflate.h | 105 unsigned length; /* literal or length of data to copy */ member [all...] |
/vendor/hihope/neptune_iotlink_demo/ble/source/ |
H A D | ble_server_demo.c | 36 int char_write(uint8_t *data, int length)
in char_write() argument 42 int char_read(uint8_t *data, int *length)
in char_read() argument 51 int char2_write(uint8_t *data, int length)
in char2_write() argument 56 int char2_read(uint8_t *data, int *length)
in char2_read() argument
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 155 unsigned int length = len; in Fm11WriteEep() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_manager.cpp | 188 static void SampleSaveCapture(const char* p, uint32_t size, int type, const char *timeStamp, int length) in SampleSaveCapture() argument
|
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
H A D | Image.cpp | 393 uint32_t length = NUM_0; in SetDesiredAuxiliaryPictures() local 419 size_t length = NUM_0; in GetDesiredAuxiliaryPictures() local [all...] |
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_controller.cpp | 339 void CjInputMethodController::DeleteRight(int32_t length) in DeleteRight() argument 350 void CjInputMethodController::DeleteLeft(int32_t length) in DeleteLeft() argument
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 148 void InsertTextFunc(InputMethod_TextEditorProxy *proxy, const char16_t *text, size_t length) { } in InsertTextFunc() argument 149 void DeleteForwardFunc(InputMethod_TextEditorProxy *proxy, int32_t length) { } in DeleteForwardFunc() argument 150 void DeleteBackwardFunc(InputMethod_TextEditorProxy *proxy, int32_t length) { } in DeleteBackwardFunc() argument 156 void GetleftTextOfCursorFunc(InputMethod_TextEditorProxy *proxy, int32_t number, char16_t text[], size_t *length) { } in GetleftTextOfCursorFunc() argument 157 void GetRightTextOfCursorFunc(InputMethod_TextEditorProxy *proxy, int32_t number, char16_t text[], size_t *length) { } in GetRightTextOfCursorFunc() argument 1372 size_t length in HWTEST_F() local 167 SetPreviewTextFunc( InputMethod_TextEditorProxy *proxy, const char16_t *text, size_t length, int32_t start, int32_t end) SetPreviewTextFunc() argument [all...] |
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 317 uint32_t length = 0; in GetNotificationSupportDisplayDevices() local 362 uint32_t length = 0; in GetNotificationSupportOperateDevices() local 1067 uint32_t length = 0; in GetNotificationActionButtons() local [all...] |