/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_nodelocale.cpp | 57 return GetSymbol(XFA_Element::NumberSymbols, L"decimal"); in GetNumbericSymbol() 59 return GetSymbol(XFA_Element::NumberSymbols, L"grouping"); in GetNumbericSymbol() 61 return GetSymbol(XFA_Element::NumberSymbols, L"percent"); in GetNumbericSymbol() 63 return GetSymbol(XFA_Element::NumberSymbols, L"minus"); in GetNumbericSymbol() 65 return GetSymbol(XFA_Element::NumberSymbols, L"zero"); in GetNumbericSymbol() 67 return GetSymbol(XFA_Element::CurrencySymbols, L"symbol"); in GetNumbericSymbol() 69 return GetSymbol(XFA_Element::CurrencySymbols, L"isoname"); in GetNumbericSymbol() 106 return GetSymbol(XFA_Element::DatePatterns, L"short"); in GetDatePattern() 109 return GetSymbol(XFA_Element::DatePatterns, L"med"); in GetDatePattern() 111 return GetSymbol(XFA_Element::DatePatterns, L"full"); in GetDatePattern() [all …]
|
D | cxfa_nodelocale.h | 42 WideString GetSymbol(XFA_Element eElement,
|
/external/protobuf/python/google/protobuf/internal/ |
D | symbol_database_test.py | 77 unittest_pb2.TestAllTypes, self._Database().GetSymbol( 80 unittest_pb2.TestAllTypes.NestedMessage, self._Database().GetSymbol( 83 unittest_pb2.TestAllTypes.OptionalGroup, self._Database().GetSymbol( 86 unittest_pb2.TestAllTypes.RepeatedGroup, self._Database().GetSymbol(
|
D | generator_test.py | 314 unittest_pb2.TestAllTypes, symbol_database.Default().GetSymbol( 318 symbol_database.Default().GetSymbol( 321 symbol_database.Default().GetSymbol('protobuf_unittest.NestedMessage') 324 symbol_database.Default().GetSymbol( 328 symbol_database.Default().GetSymbol(
|
/external/protobuf/python/google/protobuf/ |
D | symbol_database.py | 123 def GetSymbol(self, symbol): member in SymbolDatabase 154 return self.GetSymbol(descriptor.full_name)
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | latebindingsymboltable_linux.h | 111 void *GetSymbol(int index) const { in GetSymbol() function 174 (inst)->GetSymbol(LATESYM_INDEXOF(ClassName, sym))))
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_pimpl.h | 187 port::StatusOr<DeviceMemory<T>> GetSymbol(const string &symbol_name, 541 bool GetSymbol(const string &symbol_name, ModuleHandle module_handle, 771 inline port::StatusOr<DeviceMemory<T>> StreamExecutor::GetSymbol( in GetSymbol() function
|
D | stream_executor_pimpl.cc | 524 if (GetSymbol(symbol_name, module_handle, &opaque, &bytes)) { in GetUntypedSymbol() 542 bool StreamExecutor::GetSymbol(const string &symbol_name, in GetSymbol() function in stream_executor::StreamExecutor 545 return implementation_->GetSymbol(symbol_name, module_handle, mem, bytes); in GetSymbol()
|
D | stream_executor_internal.h | 284 virtual bool GetSymbol(const string &symbol_name, ModuleHandle module_handle, in GetSymbol() function
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 198 bool GetSymbol(const string& symbol_name, ModuleHandle module_handle,
|
/external/v8/src/parsing/ |
D | preparser.cc | 80 PreParserIdentifier PreParser::GetSymbol() const { in GetSymbol() function in v8::internal::PreParser
|
D | parser-base.h | 1709 IdentifierT name = impl()->GetSymbol(); in ParseAndClassifyIdentifier() 1758 return impl()->GetSymbol(); in ParseAndClassifyIdentifier() 1788 return impl()->GetSymbol(); in ParseIdentifierOrStrictReservedWord() 1806 return impl()->GetSymbol(); in ParseIdentifierName() 1817 name = impl()->GetSymbol(); in ParseIdentifierNameOrPrivateName() 2204 *name = impl()->GetSymbol(); // TODO(bakkot) specialize on 'async' in ParsePropertyName() 2219 *name = impl()->GetSymbol(); in ParsePropertyName() 2240 *name = impl()->GetSymbol(); in ParsePropertyName() 2340 *name = impl()->GetSymbol(); // TODO(bakkot) specialize on 'static' in ParseClassPropertyDefinition() 2344 *name = impl()->GetSymbol(); // TODO(bakkot) specialize on 'static' in ParseClassPropertyDefinition() [all …]
|
D | parser.h | 826 V8_INLINE const AstRawString* GetSymbol() const { 865 const AstRawString* symbol = GetSymbol();
|
D | preparser.h | 1550 PreParserIdentifier GetSymbol() const;
|
D | parser.cc | 944 return GetSymbol(); in ParseModuleSpecifier()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 769 bool GpuExecutor::GetSymbol(const string& symbol_name, in GetSymbol() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 888 bool GpuExecutor::GetSymbol(const string& symbol_name, in GetSymbol() function in stream_executor::gpu::GpuExecutor
|
/external/v8/ |
D | ChangeLog | 41899 Check string literals with escapes in PreParserTraits::GetSymbol()
|