Home
last modified time | relevance | path

Searched refs:_create (Results 1 – 25 of 45) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dnortrans.cpp36 _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
Dnortrans.h82 static Transliterator* _create(const UnicodeString& ID,
/external/python/cpython2/Lib/test/
Dtest_plistlib.py98 def _create(self): member in TestPlistlib
120 pl = self._create()
125 pl = self._create()
131 pl = self._create()
157 pl = self._create()
165 pl = self._create()
173 pl = self._create()
/external/libunwind/doc/
Dunw_get_proc_info.tex59 \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)},
Dlibunwind-ptrace.tex18 \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
Dunw_get_accessors.tex22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is
44 \SeeAlso{unw\_create\_addr\_space(3)},
Dunw_create_addr_space.tex8 \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}
Dunw_step.tex53 call-backs (see \Func{unw\_create\_addr\_space}(3)).
58 \SeeAlso{unw\_create\_addr\_space(3)}
Dunw_set_caching_policy.tex44 For address spaces created via \Func{unw\_create\_addr\_space}(3),
69 \SeeAlso{unw\_create\_addr\_space(3)},
Dunw_init_remote.tex23 address space created with \Func{unw\_create\_addr\_space}().
68 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\_space(3)},
Dunw_get_proc_info_by_ip.tex73 \Func{unw\_create\_addr\_space}(3)).
78 \SeeAlso{unw\_create\_addr\_space(3)},
Dunw_destroy_addr_space.tex30 \SeeAlso{unw\_create\_addr\_space(3)}
/external/python/cpython3/Lib/test/
Dtest_plistlib.py102 def _create(self, fmt=None): member in TestPlistlib
130 pl = self._create()
135 pl = self._create()
184 pl = self._create()
218 pl = self._create(fmt=fmt)
230 pl = self._create(fmt=fmt)
439 pl = self._create(fmt=plistlib.FMT_XML)
/external/deqp/framework/delibs/depool/
DdePoolHashArray.h70 TYPENAME* TYPENAME##_create (deMemPool* pool); \
127 TYPENAME* TYPENAME##_create (deMemPool* pool) \
DdePoolHeap.h66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \
75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
DdePoolHashSet.h66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \
75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
DdePoolArray.h106 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \
118 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
DdePoolMultiSet.h72 TYPENAME* TYPENAME##_create (deMemPool* pool); \
125 TYPENAME* TYPENAME##_create (deMemPool* pool) \
/external/autotest/client/cros/
Dcros_disks.py463 if not self._create(base_dir):
486 def _create(self, base_dir): member in FilesystemTestObject
500 def _create(self, base_dir): member in FilesystemTestDirectory
534 def _create(self, base_dir): member in FilesystemTestFile
/external/python/cpython3/Tools/pynche/
DStripViewer.py103 self.__arrow, self.__text = self._create(x)
106 def _create(self, x): member in LeftArrow
137 def _create(self, x): member in RightArrow
/external/python/cpython2/Tools/pynche/
DStripViewer.py103 self.__arrow, self.__text = self._create(x)
106 def _create(self, x): member in LeftArrow
137 def _create(self, x): member in RightArrow
/external/python/cpython3/Lib/dbm/
Ddumb.py70 self._create(flag)
73 def _create(self, flag): member in _Database
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py262 def _create(s, d): function
265 return nest.map_structure(_create, size, dtype)
/external/protobuf/php/ext/google/protobuf/
Ddef.c61 name_lower##_type->create_object = name_lower##_create; \
71 zend_object_value name_lower##_create(zend_class_entry *ce TSRMLS_DC) { \
/external/python/cpython3/Lib/
Dssl.py405 return self.sslsocket_class._create(
419 return self.sslobject_class._create(
653 def _create(cls, incoming, outgoing, server_side=False, member in SSLObject
797 def _create(cls, sock, server_side=False, do_handshake_on_connect=True, member in SSLSocket

12