Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp57 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 …]
Dcxfa_nodelocale.h42 WideString GetSymbol(XFA_Element eElement,
/external/protobuf/python/google/protobuf/internal/
Dsymbol_database_test.py77 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(
Dgenerator_test.py314 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/
Dsymbol_database.py123 def GetSymbol(self, symbol): member in SymbolDatabase
154 return self.GetSymbol(descriptor.full_name)
/external/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h111 void *GetSymbol(int index) const { in GetSymbol() function
174 (inst)->GetSymbol(LATESYM_INDEXOF(ClassName, sym))))
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h187 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
Dstream_executor_pimpl.cc524 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()
Dstream_executor_internal.h284 virtual bool GetSymbol(const string &symbol_name, ModuleHandle module_handle, in GetSymbol() function
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h198 bool GetSymbol(const string& symbol_name, ModuleHandle module_handle,
/external/v8/src/parsing/
Dpreparser.cc80 PreParserIdentifier PreParser::GetSymbol() const { in GetSymbol() function in v8::internal::PreParser
Dparser-base.h1709 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 …]
Dparser.h826 V8_INLINE const AstRawString* GetSymbol() const {
865 const AstRawString* symbol = GetSymbol();
Dpreparser.h1550 PreParserIdentifier GetSymbol() const;
Dparser.cc944 return GetSymbol(); in ParseModuleSpecifier()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc769 bool GpuExecutor::GetSymbol(const string& symbol_name, in GetSymbol() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc888 bool GpuExecutor::GetSymbol(const string& symbol_name, in GetSymbol() function in stream_executor::gpu::GpuExecutor
/external/v8/
DChangeLog41899 Check string literals with escapes in PreParserTraits::GetSymbol()