Home
last modified time | relevance | path

Searched refs:GetVar (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dvisit.cc49 static BaseRef GetVar(const BaseRef &x) { in GetVar() function
65 values_ref->push_back(GetVar(element)); in Visit()
113 auto var = GetVar(inp); in Visit()
117 values_ref->push_back(GetVar(cnode->func_graph())); in Visit()
119 values_ref->push_back(GetVar(cnode->func_graph_as_var())); in Visit()
129 values_ref->push_back(GetVar(input)); in Visit()
151 values_ref->push_back(GetVar(any_fg)); in Visit()
158 values_ref->push_back(GetVar(any_fg)); in Visit()
172 values_ref->push_back(GetVar(vnode->value())); in Visit()
Dpattern_engine.cc102 static BaseRef GetVar(const BaseRef &x) { in GetVar() function
253 BaseRef pattern_ref = GetVar(pattern); in Match()
/third_party/gn/src/base/
Denvironment.cc29 bool GetVar(std::string_view variable_name, std::string* result) override { in GetVar() function in base::__anon04db0f320111::EnvironmentImpl
146 return GetVar(variable_name, nullptr); in HasVar()
Denvironment.h34 virtual bool GetVar(std::string_view variable_name, std::string* result) = 0;
/third_party/freetype/builds/amiga/src/base/
Dftdebug.c231 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftdebug.c231 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
/third_party/flutter/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftdebug.c231 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc520 if (env->GetVar("CEF_CRASH_REPORTER_SERVER_URL", &val_str)) { in ReadCrashConfigFile()
523 if (env->GetVar("CEF_CRASH_REPORTER_RATE_LIMIT_ENABLED", &val_str)) { in ReadCrashConfigFile()
639 if (env->GetVar("BREAKPAD_DUMP_LOCATION", &alternate_crash_dump_location)) { in GetCrashDumpLocation()
/third_party/gn/src/base/files/
Dfile_util_posix.cc335 if (!env->GetVar("PATH", &path)) { in ExecutableExistsInPath()
/third_party/python/Modules/
D_tkinter.c1938 GetVar(TkappObject *self, PyObject *args, int flags) in GetVar() function
1969 return var_invoke(GetVar, self, args, TCL_LEAVE_ERR_MSG); in Tkapp_GetVar()
1975 return var_invoke(GetVar, self, args, TCL_LEAVE_ERR_MSG | TCL_GLOBAL_ONLY); in Tkapp_GlobalGetVar()
/third_party/gn/src/gn/
Dxcode_writer.cc90 environment->GetVar(variable.name, &value); in ComputeScriptEnviron()
Dfunctions.cc611 if (!env->GetVar(args[0].string_value().c_str(), &result)) in RunGetEnv()
/third_party/cef/patch/patches/
Dcrashpad_1995.patch531 env->GetVar(kServerUrlVar, &url);
/third_party/freetype/
DChangeLog.21502 Replace getenv with GetVar.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.21502 Replace getenv with GetVar.