/external/sl4a/Docs/ |
D | generate_api_reference_md.py | 110 self._functions = collections.defaultdict(list) 179 self._functions[module].append(f) 197 for module in sorted(self._functions.keys()): 199 for func in self._functions[module]: 206 self._functions.itervalues()):
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler.py | 160 self._functions = functions 195 line.function_id = self._functions.index_of( 271 self._functions = Functions(self._string_table) 272 self._locations = Locations(self._functions) 361 pprof_profile.function.extend(self._functions.function_protos())
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathProfileInfo.cpp | 75 std::vector<Function*> _functions; member in __anon3f8c67380111::PathProfileLoaderPass 325 _functions.push_back(0); // make the 0 index a null pointer in buildFunctionRefs() 330 _functions.push_back(F); in buildFunctionRefs() 374 Function* f = _functions[pathHeader.fnNumber]; in handlePathInfo()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 482 if self._function_def.name not in g._functions: # pylint: disable=protected-access 484 for f in self._graph._functions.values(): # pylint: disable=protected-access 485 if f.name not in g._functions: # pylint: disable=protected-access 637 for f in tmp_graph._functions.values(): # pylint: disable=protected-access
|
D | graph_callable.py | 321 for f in tmp_graph._functions.values(): # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/tools/docs/ |
D | parser.py | 1218 self._functions = [] 1286 return self._functions 1289 self._functions.append(_LinkInfo(short_name, full_name, obj, doc, url))
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 2734 self._functions = collections.OrderedDict() 2994 for f in self._functions.values(): 3107 return name in self._functions 3117 return self._functions.get(name, None) 3158 previous = self._functions.get(name, None) 3173 self._functions[name] = function
|
D | function.py | 361 self._sub_functions = temp_graph._functions
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 800 …SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _locati… in SubroutineUniform() argument 802 : functions(_functions) in SubroutineUniform() 831 …SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _locati… in SubroutineUniform() argument 834 : functions(_functions) in SubroutineUniform()
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 84 problematic_cycle = graph._functions.__dict__.get("_OrderedDict__root", None)
|
/external/python/cpython3/Modules/ |
D | _sre.c | 2903 static PyMethodDef _functions[] = { variable 2915 _functions,
|
D | _elementtree.c | 3896 static PyMethodDef _functions[] = { variable 3907 _functions,
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 2871 static PyMethodDef _functions[] = { variable 2895 m = Py_InitModule("_elementtree", _functions);
|
D | _sre.c | 4003 static PyMethodDef _functions[] = { variable 4025 m = Py_InitModule("_" SRE_MODULE, _functions); in init_sre()
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 23 .. _functions:
|
D | cgi.rst | 271 .. _functions-in-cgi-module:
|
/external/python/cpython2/Doc/library/ |
D | cgi.rst | 279 .. _functions-in-cgi-module:
|