HomeSort by relevance Sort by last modified time
    Searched full:_create (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
nortrans.cpp 34 _create, cstrToken("nfc\0\0"));
36 _create, cstrToken("nfkc\0\0"));
38 _create, cstrToken("nfc\0\1"));
40 _create, cstrToken("nfkc\0\1"));
42 _create, cstrToken("nfc\0\2"));
44 _create, cstrToken("nfc\0\3"));
58 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, function in class:NormalizationTransliterator
nortrans.h 80 static Transliterator* _create(const UnicodeString& ID,
  /external/icu/icu4c/source/i18n/
nortrans.cpp 34 _create, cstrToken("nfc\0\0"));
36 _create, cstrToken("nfkc\0\0"));
38 _create, cstrToken("nfc\0\1"));
40 _create, cstrToken("nfkc\0\1"));
42 _create, cstrToken("nfc\0\2"));
44 _create, cstrToken("nfc\0\3"));
58 Transliterator* NormalizationTransliterator::_create(const UnicodeString& ID, function in class:NormalizationTransliterator
nortrans.h 80 static Transliterator* _create(const UnicodeString& ID,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 98 def _create(self): member in class: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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 98 def _create(self): member in class: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/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_provider.py 62 return self._Create('master', commit=self._pinned_commit)
67 return self._Create('master', commit=commit)
81 return self._Create(branch)
83 def _Create(self, branch, commit=None):
  /external/libunwind/doc/
unw_get_accessors.tex 22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is
44 \SeeAlso{unw\_create\_addr\_space(3)},
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
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)},
unw_step.tex 53 call-backs (see \Func{unw\_create\_addr\_space}(3)).
58 \SeeAlso{unw\_create\_addr\_space(3)}
unw_destroy_addr_space.tex 30 \SeeAlso{unw\_create\_addr\_space(3)}
unw_create_addr_space.tex 8 \begin{Name}{3}{unw\_create\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_create\_addr\_space}unw\_create\_addr\_space -- create address space for remote unwinding
15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
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}
unw_get_proc_info_by_ip.tex 73 \Func{unw\_create\_addr\_space}(3)).
78 \SeeAlso{unw\_create\_addr\_space(3)},
unw_init_remote.tex 23 address space created with \Func{unw\_create\_addr\_space}().
68 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\_space(3)},
unw_set_caching_policy.tex 44 For address spaces created via \Func{unw\_create\_addr\_space}(3),
69 \SeeAlso{unw\_create\_addr\_space(3)},
unw_get_fpreg.tex 58 \Func{unw\_create\_addr\_space}(3)).
unw_get_reg.tex 59 \Func{unw\_create\_addr\_space}(3)).
unw_set_fpreg.tex 60 \Func{unw\_create\_addr\_space}(3)).
unw_set_reg.tex 61 \Func{unw\_create\_addr\_space}(3)).
unw_get_proc_name.tex 67 \Func{unw\_create\_addr\_space}(3)).
  /external/chromium_org/courgette/
description.md 10 generation by calling ensemble\_create.cc:GenerateEnsemblePatch
14 - ensemble\_create.cc:GenerateEnsemblePatch uses FindGenerators, which
101 - ensemble\_create.cc:ApplyEnsemblePatch, reads and verifies the
103 ensemble\_create.cc:ApplyEnsemblePatch.
  /external/deqp/framework/delibs/depool/
dePoolHeap.h 66 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool); \
75 DE_INLINE TYPENAME* TYPENAME##_create (deMemPool* pool) \
dePoolHashArray.h 70 TYPENAME* TYPENAME##_create (deMemPool* pool); \
127 TYPENAME* TYPENAME##_create (deMemPool* pool) \
  /frameworks/base/docs/html/training/wearables/apps/
index.jd 4 page.image=wear/images/01_create.png

Completed in 1056 milliseconds

1 2