Home
last modified time | relevance | path

Searched defs:locate (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Stack.js48 this.locate = function (...args) { method
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py5126 def locate( self, index ): member in StringNode
/third_party/skia/include/core/
DSkCanvas.h1888 void drawSymbol(const HMSymbolData& symbol, SkPoint locate, const SkPaint& paint) { in drawSymbol()
2281 virtual void onDrawSymbol(const HMSymbolData& symbol, SkPoint locate, const SkPaint& paint) {} in onDrawSymbol()
/third_party/python/Lib/importlib/metadata/
D__init__.py471 def locate(self): member in PackagePath
/third_party/python/Lib/
Dpydoc.py1710 def locate(path, forceload=0): function