Home
last modified time | relevance | path

Searched defs:getvar (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_adapt_adt.cpp24 unsigned& getvar() { return var; } in getvar() function
25 unsigned const& getvar() const { return var; } in getvar() function
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/misc/
Dshowsizes.sh6 function getvar { function
/aosp_15_r20/development/python-packages/fastboot/
H A Ddevice.py72 def getvar(self, name): member in FastbootDevice
/aosp_15_r20/prebuilts/go/linux-x86/test/
Drange.go441 func getvar(p *int) *int { func
Drange4.go280 func getvar(p *int) *int { func
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dstatic-init.cpp61 static inline int getvar(int index) { in getvar() function
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp205 Configuration::GetVar getvar{reg, MakeRegex(reg, var->GetLineNum()), var->GetLineNum()}; in ExtractGetVars() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py795 def getvar( member in _FuncGraph
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Deditor.py1252 def getvar(self, name): member in EditorWindow
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1119 def getvar(self, name): member in EditorWindow
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c547 static char *getvar(char *s) in getvar() function
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkinter.py516 def getvar(self, name='PY_VAR'): member in Misc
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py758 def getvar(self, name='PY_VAR'): member in Misc