Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/libs/fs/
Dshared_select.h41 iterator begin() { return value_.begin(); } in begin() function
43 const_iterator begin() const { return value_.begin(); } in begin() function
/device/google/cuttlefish_common/common/libs/auto_resources/
Dauto_resources.h155 char* begin() { in begin() function
159 const char* begin() const { in begin() function
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Ddevice_pool.h55 MapType::const_iterator begin() const { return devices_.cbegin(); } in begin() function
/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h116 constexpr StringView(const char* begin, const char* end) in StringView()
129 constexpr const_iterator begin() const { return mString; } in begin() function
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h93 iterator begin() { return mBegin; } in begin() function
94 const_iterator begin() const { return mBegin; } in begin() function
170 void init(iterator begin, iterator end, size_type capacity) { in init()
/device/google/marlin/power/
Dpower-helper.c585 size_t begin = strspn(line, " \t"); in extract_stats() local
/device/generic/goldfish/keymaster/trusty/
Dtrusty_keymaster_device.cpp453 keymaster_error_t TrustyKeymasterDevice::begin(keymaster_purpose_t purpose, in begin() function in keymaster::TrustyKeymasterDevice
723 keymaster_error_t TrustyKeymasterDevice::begin(const keymaster2_device_t* dev, in begin() function in keymaster::TrustyKeymasterDevice
/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.10/Parser/
Dtokenizer.c223 const char* begin = NULL; in get_coding_spec() 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.2/Lib/
Dhttplib.py400 def begin(self): member in HTTPResponse