Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutstrsuppt.c40 acpi_status acpi_ut_convert_octal_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_octal_string()
94 acpi_status acpi_ut_convert_decimal_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_decimal_string()
148 acpi_status acpi_ut_convert_hex_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_hex_string()
200 char acpi_ut_remove_leading_zeros(char **string) in acpi_ut_remove_leading_zeros()
225 char acpi_ut_remove_whitespace(char **string) in acpi_ut_remove_whitespace()
247 u8 acpi_ut_detect_hex_prefix(char **string) in acpi_ut_detect_hex_prefix()
271 void acpi_ut_remove_hex_prefix(char **string) in acpi_ut_remove_hex_prefix()
292 u8 acpi_ut_detect_octal_prefix(char **string) in acpi_ut_detect_octal_prefix()
H A Dutprint.c50 acpi_ut_bound_string_length(const char *string, acpi_size count) in acpi_ut_bound_string_length()
77 static char *acpi_ut_bound_string_output(char *string, const char *end, char c) in acpi_ut_bound_string_output()
104 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) in acpi_ut_put_number()
140 const char *acpi_ut_scan_number(const char *string, u64 *number_ptr) in acpi_ut_scan_number()
166 const char *acpi_ut_print_number(char *string, u64 number) in acpi_ut_print_number()
201 static char *acpi_ut_format_number(char *string, in acpi_ut_format_number()
318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf()
571 int snprintf(char *string, acpi_size size, const char *format, ...) in snprintf()
596 int sprintf(char *string, const char *format, ...) in sprintf()
H A Dutstrtoul64.c80 acpi_status acpi_ut_strtoul64(char *string, u64 *return_value) in acpi_ut_strtoul64()
206 u64 acpi_ut_implicit_strtoul64(char *string) in acpi_ut_implicit_strtoul64()
287 u64 acpi_ut_explicit_strtoul64(char *string) in acpi_ut_explicit_strtoul64()
H A Ddbconvert.c101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer()
165 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object) in acpi_db_convert_to_package()
223 char *string, union acpi_object *object) in acpi_db_convert_to_object()
H A Dutnonansi.c31 char *string; in acpi_ut_strlwr() local
60 char *string; in acpi_ut_strupr() local
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h61 #define IF_HAVE_PG_MLOCK(flag,string) ,{1UL << flag, string} argument
63 #define IF_HAVE_PG_MLOCK(flag,string) argument
67 #define IF_HAVE_PG_UNCACHED(flag,string) ,{1UL << flag, string} argument
69 #define IF_HAVE_PG_UNCACHED(flag,string) argument
73 #define IF_HAVE_PG_HWPOISON(flag,string) ,{1UL << flag, string} argument
75 #define IF_HAVE_PG_HWPOISON(flag,string) argument
79 #define IF_HAVE_PG_IDLE(flag,string) ,{1UL << flag, string} argument
81 #define IF_HAVE_PG_IDLE(flag,string) argument
85 #define IF_HAVE_PG_ARCH_2(flag,string) ,{1UL << flag, string} argument
87 #define IF_HAVE_PG_ARCH_2(flag,string) argument
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dsignal-logging.c37 char string[21]; member
43 char string[21]; member
48 char string[21]; member
54 char string[21]; in check_signed_number_format_test() local
71 char string[21]; in check_float_format_test() local
90 char string[21]; in check_number_format_test() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py52 def findall(self, string, flags=0): argument
55 def finditer(self, string, flags=0): argument
61 def search(self, string, flags=0): argument
64 def split(self, string, maxsplit=0): argument
67 def sub(pattern, repl, string, count=0): argument
70 def subn(pattern, repl, string, count=0): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dprogress.py22 def filter_color(string): argument
29 def filter_color_n(string): argument
63 def write(self, string): argument
92 def write(self, string): argument
121 def write(self, string): argument
136 def write(self, string): argument
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c188 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
1908 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem()
1913 …IC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string) in cJSON_GetObjectItemCaseSensitive()
1918 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem()
1998 static void* cast_away_const(const void* string) in cast_away_const()
2007 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… in add_item_to_object()
2044 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject()
2050 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS()
2065 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject()
2135 …) cJSON_AddStringToObject(cJSON * const object, const char * const name, const char * const string) in cJSON_AddStringToObject()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp190 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
1917 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem()
1922 …IC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string) in cJSON_GetObjectItemCaseSensitive()
1927 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem()
2007 static void* cast_away_const(const void* string) in cast_away_const()
2016 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… in add_item_to_object()
2053 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject()
2059 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS()
2074 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject()
2144 …) cJSON_AddStringToObject(cJSON * const object, const char * const name, const char * const string) in cJSON_AddStringToObject()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Draw3270.h207 struct string struct
213 char string[]; argument
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxarg.c86 dmxArgAdd(dmxArg a, const char *string) in dmxArgAdd()
115 dmxArgParse(const char *string) in dmxArgParse()
143 dmxArgTest(const char *string) in dmxArgTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.cpp348 bool allowsLetterSpacing(const std::u16string& string) { in allowsLetterSpacing()
352 bool allowsIdeographicBreaking(const std::u16string& string) { in allowsIdeographicBreaking()
401 bool allowsVerticalWritingMode(const std::u16string& string) { in allowsVerticalWritingMode()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_string_utils.h90 #define RTSTRING_SWITCH(string) switch (func_hash_bkdr_constexpr(string)) argument
91 #define RTSTRING_CASE(string) case func_hash_bkdr_constexpr(string) argument
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A DJniWrapper.java10 public static native String write_string(String string); in write_string()
11 public static native String write_char_array(char[] string); in write_char_array()
H A Dnative.c18 void write_internal_string(const char* string) in write_internal_string()
22 void write_external_string(char* string, size_t maxLength) in write_external_string()
H A Djni_helper.c18 jstring write_jstring(JNIEnv* env, jstring string) in write_jstring()
44 jstring string = (*env)->GetObjectField(env, helper, fieldID); in write_string_member() local
51 jstring string = (*env)->NewStringUTF(env, utf8_string); in set_string_member_helper() local
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_access.c286 static inline void smack_str_from_perm(char *string, int access) in smack_str_from_perm()
420 struct smack_known *smk_find_entry(const char *string) in smk_find_entry()
443 char *smk_parse_smack(const char *string, int len) in smk_parse_smack()
557 struct smack_known *smk_import_entry(const char *string, int len) in smk_import_entry()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack_test.c234 const char *string = NULL; in policy_unpack_test_unpack_str_with_null_name() local
247 const char *string = NULL; in policy_unpack_test_unpack_str_with_name() local
259 const char *string = NULL; in policy_unpack_test_unpack_str_out_of_bounds() local
275 char *string = NULL; in policy_unpack_test_unpack_strdup_with_null_name() local
291 char *string = NULL; in policy_unpack_test_unpack_strdup_with_name() local
307 char *string = NULL; in policy_unpack_test_unpack_strdup_out_of_bounds() local
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c512 cJSON *cJSON_GetObjectItem(cJSON *object,const char *string) {cJSON *c=object->child; while (c && c… in cJSON_GetObjectItem()
521 void cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item) {if (!item) return; if (… in cJSON_AddItemToObject()
523 void cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item) {cJSON_AddItemToO… in cJSON_AddItemReferenceToObject()
528 cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string) {int i=0;cJSON *c=object->child… in cJSON_DetachItemFromObject()
529 void cJSON_DeleteItemFromObject(cJSON *object,const char *string) {cJSON_Delete(cJSON_DetachItemF… in cJSON_DeleteItemFromObject()
535 void cJSON_ReplaceItemInObject(cJSON *object,const char *string,cJSON *newitem){int i=0;cJSON *c=… in cJSON_ReplaceItemInObject()
543 cJSON *cJSON_CreateString(const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJS… in cJSON_CreateString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dconstant.cpp35 optional<std::string> string = toString(value); in operator ()() local
81 optional<std::string> string = toString(arrayMember(value, i)); in operator ()() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dbinary_program.cpp70 std::vector<std::pair<const std::string, gl::AttributeLocation>>&& attributes_, in BinaryProgram()
/OK3568_Linux_fs/kernel/drivers/media/pci/mantis/
H A Dmantis_uart.c35 char string[7]; member
45 char string[5]; member
/OK3568_Linux_fs/external/xserver/dix/
H A Datom.c65 const char *string; member
74 MakeAtom(const char *string, unsigned len, Bool makeit) in MakeAtom()

12345678910>>...16