/external/tensorflow/tensorflow/core/tfrt/eager/ |
D | function_cache.cc | 56 auto& function_state = cache_[cache_key]; in GetOrAddFunction() local 57 if (function_state) { in GetOrAddFunction() 58 *result = FunctionCache::FunctionCacheResult{function_state, false}; in GetOrAddFunction()
|
D | function_cache_test.cc | 251 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P() 263 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P() 273 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P()
|
D | function_cache.h | 96 RCReference<FunctionState> function_state; member
|
D | c_api_tfrt.cc | 1554 function_state_ = std::move(result.function_state); in Initialize()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1940 function_state, error): argument 1996 function_state.Begin(function) 2003 function_state.Check(error, filename, linenum) 2004 function_state.End() 2006 function_state.Count() # Count non-blank/non-comment lines. 3776 include_state, function_state, nesting_state, error, argument 3801 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 3833 function_state = _FunctionState() 3847 include_state, function_state, nesting_state, error,
|
/external/libaom/tools/ |
D | cpplint.py | 3047 function_state, error): argument 3101 function_state.Begin(function) 3108 function_state.Check(error, filename, linenum) 3109 function_state.End() 3111 function_state.Count() # Count non-blank/non-comment lines. 5781 include_state, function_state, nesting_state, error, argument 5807 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 5914 function_state = _FunctionState() 5929 include_state, function_state, nesting_state, error,
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 3047 function_state, error): argument 3101 function_state.Begin(function) 3108 function_state.Check(error, filename, linenum) 3109 function_state.End() 3111 function_state.Count() # Count non-blank/non-comment lines. 5784 include_state, function_state, nesting_state, error, argument 5810 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 5917 function_state = _FunctionState() 5932 include_state, function_state, nesting_state, error,
|
D | cpplint_unittest.py | 133 function_state = cpplint._FunctionState() 136 include_state, function_state, 192 function_state = cpplint._FunctionState() 198 function_state, error_collector)
|
/external/libvpx/tools/ |
D | cpplint.py | 3047 function_state, error): argument 3101 function_state.Begin(function) 3108 function_state.Check(error, filename, linenum) 3109 function_state.End() 3111 function_state.Count() # Count non-blank/non-comment lines. 5781 include_state, function_state, nesting_state, error, argument 5807 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 5914 function_state = _FunctionState() 5929 include_state, function_state, nesting_state, error,
|