Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 12 of 12) sorted by relevance

/device/google/dragon/audio/hal/
Dcras_expr.c13 static const char *copy_str(const char *begin, const char *end) in copy_str()
35 static void value_set_string2(struct cras_expr_value *value, const char *begin, in value_set_string2()
322 static struct cras_expr_expression *new_string_literal(const char *begin, in new_string_literal()
332 static struct cras_expr_expression *new_variable(const char *begin, in new_variable()
398 const char *begin = *str + 1; in parse_one_expr() local
432 const char *begin = *str; in parse_one_expr() local
/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp95 void Max_LCD::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) { in begin() function in Max_LCD
/device/lge/bullhead/power/
Dpower.c585 size_t begin = strspn(line, " \t"); in extract_stats() local
/device/google/marlin/power/
Dpower.c709 size_t begin = strspn(line, " \t"); in extract_stats() local
/device/huawei/angler/power/
Dpower.c632 size_t begin = strspn(line, " \t"); in extract_stats() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbuild.c474 Junction *back, *front, *begin; local
Dgen.c517 Junction *begin; local
2787 genLoopBlk( Junction *begin, Junction *q, Junction *start, int max_k ) in genLoopBlk()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c423 Py_ssize_t begin = end - 1; in scanstring_str() local
607 Py_ssize_t begin = end - 1; in scanstring_unicode() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c423 Py_ssize_t begin = end - 1; in scanstring_str() local
596 Py_ssize_t begin = end - 1; in scanstring_unicode() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c223 const char* begin = NULL; in get_coding_spec() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c223 const char* begin = NULL; in get_coding_spec() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py400 def begin(self): member in HTTPResponse