/device/google/cuttlefish_common/common/libs/fs/ |
D | shared_select.h | 41 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/ |
D | auto_resources.h | 155 char* begin() { in begin() function 159 const char* begin() const { in begin() function
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | device_pool.h | 55 MapType::const_iterator begin() const { return devices_.cbegin(); } in begin() function
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringView.h | 116 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/ |
D | SmallVector.h | 93 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/ |
D | power-helper.c | 585 size_t begin = strspn(line, " \t"); in extract_stats() local
|
/device/generic/goldfish/keymaster/trusty/ |
D | trusty_keymaster_device.cpp | 453 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/ |
D | build.c | 474 Junction *back, *front, *begin; local
|
D | gen.c | 517 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.c | 423 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.c | 423 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/ |
D | tokenizer.c | 223 const char* begin = NULL; in get_coding_spec() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.c | 223 const char* begin = NULL; in get_coding_spec() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | httplib.py | 400 def begin(self): member in HTTPResponse
|