Home
last modified time | relevance | path

Searched defs:stop (Results 151 - 175 of 349) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java197 public void stop() { in stop() method in AudioMidiTester
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java294 public void stop() { in stop() method in SynthEngine
/third_party/skia/src/utils/
H A DSkParsePath.cpp235 char* stop = buffer + len; in write_scalar() local
H A DSkUTF.cpp53 const char* stop = utf8 + byteLength; in CountUTF8() local
76 const uint16_t* stop = src + (byteLength >> 1); in CountUTF16() local
103 const uint32_t* stop = ptr + (byteLength >> 2); in CountUTF32() local
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp113 const uint32_t* stop = ptr + pm.height() * pm.width(); in do_deflated_alpha() local
/third_party/skia/src/xml/
H A DSkXMLWriter.cpp110 const char* stop = src + length; in escape_markup() local
H A DSkDOM.cpp95 const Attr* stop = attr + node->fAttrCount; in findAttr() local
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py117 def stop(self): member in MultiprocessIterator
196 def stop(self) -> None: member in TestWorkerProcess
/third_party/skia/tools/
H A Dwin_dbghelp.cpp94 printCallstack(const char* filename, const char* start, const char* stop) printCallstack() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h399 inline void stop() { in stop() function in BytesTrie
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h566 const KeyT &stop(unsigned i) const { return this->first[i].second; } in stop() function in llvm::IntervalMapImpl::LeafNode
570 KeyT &stop(unsigned i) { return this->first[i].second; } in stop() function in llvm::IntervalMapImpl::LeafNode
[all...]
/third_party/python/Objects/clinic/
H A Dlistobject.c.h239 Py_ssize_t stop = PY_SSIZE_T_MAX; in list_index() local
/third_party/python/Objects/
H A Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() argument
171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_GetIndices() argument
203 PySlice_Unpack(PyObject *_r, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_Unpack() argument
249 PySlice_AdjustIndices(Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) PySlice_AdjustIndices() argument
293 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) PySlice_GetIndicesEx() argument
306 PyObject *start, *stop, *step; slice_new() local
386 PyObject *start=NULL, *stop=NULL, *step=NULL; _PySlice_GetLongIndices() local
527 PyObject *start, *stop, *step; slice_indices() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_statistics_test.cc539 Notification stop; in TEST() local
/third_party/skia/include/private/
H A DSkTDArray.h285 T* stop = fArray + fCount; in deleteAll() local
295 T* stop = fArray + fCount; in freeAll() local
305 T* stop in unrefAll() local
315 T* stop = fArray + fCount; safeUnrefAll() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp83 static size_t linebreak(const char text[], const char stop[], in linebreak() argument
/third_party/skia/gm/
H A Dtexteffects.cpp183 SkScalar* stop = intervals + count; in trim_with_halo() local
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidExecService.cpp345 void ServerThread::stop (void) in stop() function in tcu::Android::ServerThread
368 void ExecService::stop (void) in stop() function in tcu::Android::ExecService
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_main.c64 hi_bool stop; member
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_main.c68 bool stop; member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_main.c68 bool stop; member
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_main.c65 hi_bool stop; member
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/
H A Dudp_server.c50 hi_bool stop; member
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h158 void stop() in stop() function in OHOS::FileAccessFwk::OnDemandTimer
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp379 size_t stop = parcel.GetWritePosition(); in FlattenDBinderData() local

Completed in 16 milliseconds

12345678910>>...14