/external/icu/icu4c/source/i18n/ |
D | nortrans.cpp | 34 _create, cstrToken("nfc\0\0")); in registerIDs() 36 _create, cstrToken("nfkc\0\0")); in registerIDs() 38 _create, cstrToken("nfc\0\1")); in registerIDs() 40 _create, cstrToken("nfkc\0\1")); in registerIDs() 42 _create, cstrToken("nfc\0\2")); in registerIDs() 44 _create, cstrToken("nfc\0\3")); in registerIDs() 58 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, in _create() function in NormalizationTransliterator
|
D | nortrans.h | 80 static Transliterator* _create(const UnicodeString& ID,
|
/external/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_step.tex | 53 call-backs (see \Func{unw\_create\_addr\_space}(3)). 58 \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_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)},
|
D | unw_destroy_addr_space.tex | 30 \SeeAlso{unw\_create\_addr\_space(3)}
|
D | unw_get_proc_info_by_ip.tex | 73 \Func{unw\_create\_addr\_space}(3)). 78 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_get_reg.tex | 59 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_set_reg.tex | 61 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_get_fpreg.tex | 58 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_set_fpreg.tex | 60 \Func{unw\_create\_addr\_space}(3)).
|
/external/autotest/client/tests/kvm/tests/ |
D | qemu_img.py | 74 def _create(cmd, img_name, fmt, img_size=None, base_img=None, function 110 _create(cmd, img_name=img, fmt=image_format, 406 _create(cmd, sn1, sn_fmt, base_img=base_img, base_img_fmt=image_format) 411 _create(cmd, sn2, sn_fmt, base_img=sn1, base_img_fmt=sn_fmt)
|
/external/deqp/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) \
|
D | dePoolHash.h | 97 TYPENAME* TYPENAME##_create (deMemPool* pool); \ 202 TYPENAME* TYPENAME##_create (deMemPool* pool) \
|
/external/autotest/client/cros/ |
D | cros_disks.py | 411 if not self._create(base_dir): 434 def _create(self, base_dir): member in FilesystemTestObject 448 def _create(self, base_dir): member in FilesystemTestDirectory 482 def _create(self, base_dir): member in FilesystemTestFile
|
/external/autotest/frontend/afe/ |
D | models_test.py | 240 models.Kernel._create.expect_call(kernel).and_return(response) 246 kernel = models.Kernel._create({'version': 'version'}) 249 self.assertEqual(kernel, models.Kernel._create({'version': 'version'}))
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | output_writers.py | 741 return cls._create(writer_spec, key) 744 def _create(cls, writer_spec, filename_suffix): member in _GoogleCloudStorageOutputWriter 840 new_writer = self._create(writer_spec, key)
|