/third_party/node/deps/icu-small/source/i18n/ |
D | nortrans.cpp | 36 _create, cstrToken("nfc\0\0")); in registerIDs() 38 _create, cstrToken("nfkc\0\0")); in registerIDs() 40 _create, cstrToken("nfc\0\1")); in registerIDs() 42 _create, cstrToken("nfkc\0\1")); in registerIDs() 44 _create, cstrToken("nfc\0\2")); in registerIDs() 46 _create, cstrToken("nfc\0\3")); in registerIDs() 60 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, in _create() function in NormalizationTransliterator
|
D | nortrans.h | 82 static Transliterator* _create(const UnicodeString& ID,
|
/third_party/icu/icu4c/source/i18n/ |
D | nortrans.cpp | 36 _create, cstrToken("nfc\0\0")); in registerIDs() 38 _create, cstrToken("nfkc\0\0")); in registerIDs() 40 _create, cstrToken("nfc\0\1")); in registerIDs() 42 _create, cstrToken("nfkc\0\1")); in registerIDs() 44 _create, cstrToken("nfc\0\2")); in registerIDs() 46 _create, cstrToken("nfc\0\3")); in registerIDs() 60 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, in _create() function in NormalizationTransliterator
|
D | nortrans.h | 82 static Transliterator* _create(const UnicodeString& ID,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nortrans.cpp | 36 _create, cstrToken("nfc\0\0")); in registerIDs() 38 _create, cstrToken("nfkc\0\0")); in registerIDs() 40 _create, cstrToken("nfc\0\1")); in registerIDs() 42 _create, cstrToken("nfkc\0\1")); in registerIDs() 44 _create, cstrToken("nfc\0\2")); in registerIDs() 46 _create, cstrToken("nfc\0\3")); in registerIDs() 60 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, in _create() function in NormalizationTransliterator
|
D | nortrans.h | 82 static Transliterator* _create(const UnicodeString& ID,
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.js | 100 return _create.structuredPatch; 106 return _create.createTwoFilesPatch; 112 return _create.createPatch; 197 _create = require("./patch/create") variable
|
/third_party/openssl/fuzz/ |
D | helper.py | 30 def _create(d): function 42 _create(FUZZER) 43 _create(FUZZER + "-crash")
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | helper.py | 30 def _create(d): function 42 _create(FUZZER) 43 _create(FUZZER + "-crash")
|
/third_party/libunwind/doc/ |
D | unw_get_proc_info.tex | 59 \Func{unw\_create\_addr\_space}(3)). The 65 \Func{unw\_create\_addr\_space}(3)). The 72 \Func{unw\_create\_addr\_space}(3)). The 107 \Func{unw\_create\_addr\_space}(3)). 112 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | libunwind-ptrace.tex | 18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\ 54 \Func{unw\_create\_addr\_space}(). In many cases, the application 74 by calling \Func{\_UPT\_create}(), passing the pid of the target process 86 \Func{\_UPT\_create}(). This ensures that all memory and other 105 \Func{\_UPT\_create}() may return a \Const{NULL} pointer if it fails
|
D | unw_get_accessors.tex | 22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is 44 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_create_addr_space.tex | 8 \begin{Name}{3}{unw\_create\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_create\_a… 15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Typ… 19 The \Func{unw\_create\_addr\_space}() routine creates a new unwind 39 \Func{unw\_create\_addr\_space}(). 239 On successful completion, \Func{unw\_create\_addr\_space}() returns a 245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
|
D | unw_step.tex | 53 call-backs (see \Func{unw\_create\_addr\_space}(3)). 58 \SeeAlso{unw\_create\_addr\_space(3)}
|
D | unw_set_caching_policy.tex | 44 For address spaces created via \Func{unw\_create\_addr\_space}(3), 69 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_init_remote.tex | 23 address space created with \Func{unw\_create\_addr\_space}(). 68 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\_space(3)},
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
D | stream.py | 131 return client_cls._create(value, **kwargs) 333 def _create(cls, value, **kwargs): member in StreamClient 527 def _create(cls, value, **kwargs): member in _NamedPipeStreamClient 579 def _create(cls, value, **kwargs): member in _UnixDomainSocketStreamClient
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | dePoolHeap.h | 66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \ 75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
D | dePoolHashArray.h | 70 TYPENAME* TYPENAME##_create (deMemPool* pool); \ 127 TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
D | dePoolHashSet.h | 66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \ 75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
D | dePoolArray.h | 106 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \ 118 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
D | dePoolMultiSet.h | 72 TYPENAME* TYPENAME##_create (deMemPool* pool); \ 125 TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
/third_party/python/Lib/test/ |
D | test_plistlib.py | 411 def _create(self, fmt=None): member in TestPlistlib 439 pl = self._create() 444 pl = self._create() 501 pl = self._create() 572 pl = self._create(fmt=fmt) 584 pl = self._create(fmt=fmt) 806 pl = self._create(fmt=plistlib.FMT_XML)
|
/third_party/python/Tools/pynche/ |
D | StripViewer.py | 103 self.__arrow, self.__text = self._create(x) 106 def _create(self, x): member in LeftArrow 137 def _create(self, x): member in RightArrow
|
/third_party/python/Lib/dbm/ |
D | dumb.py | 70 self._create(flag) 73 def _create(self, flag): member in _Database
|