Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 2482) sorted by relevance

12345678910>>...100

/external/libcxx/test/std/containers/sequences/list/list.cons/
Ddefault.pass.cpp22 std::list<int> l; in main() local
27 std::list<DefaultOnly> l; in main() local
32 std::list<int> l((std::allocator<int>())); in main() local
38 std::list<int, min_allocator<int>> l; in main() local
43 std::list<DefaultOnly, min_allocator<DefaultOnly>> l; in main() local
48 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local
53 std::list<int> l = {}; in main() local
58 std::list<int, explicit_allocator<int>> l; in main() local
63 std::list<int, explicit_allocator<int>> l((explicit_allocator<int>())); in main() local
Ddefault_stack_alloc.pass.cpp22 std::list<int> l; in main() local
27 std::list<int> l((std::allocator<int>())); in main() local
32 std::list<int, limited_allocator<int, 4> > l; in main() local
38 std::list<int, min_allocator<int>> l; in main() local
43 std::list<int, min_allocator<int>> l((min_allocator<int>())); in main() local
Dsize_type.pass.cpp44 std::list<int> l(3); in main() local
56 std::list<int, limited_allocator<int, 3 + 2> > l(3); in main() local
69 C l(3, min_allocator<int> ()); in main() local
83 std::list<DefaultOnly> l(3); in main() local
88 std::list<int, min_allocator<int>> l(3); in main() local
99 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(3); in main() local
Dcopy.pass.cpp25 std::list<int> l(3, 2); in main() local
30 std::list<int, test_allocator<int> > l(3, 2, test_allocator<int>(5)); in main() local
37 std::list<int, other_allocator<int> > l(3, 2, other_allocator<int>(5)); in main() local
43 std::list<int, min_allocator<int>> l(3, 2); in main() local
48 std::list<int, min_allocator<int> > l(3, 2, min_allocator<int>()); in main() local
Dsize_value_alloc.pass.cpp23 std::list<int> l(3, 2); in main() local
34 std::list<int> l(3, 2, std::allocator<int>()); in main() local
46 std::list<int, limited_allocator<int, 3 + 2> > l(3, 2); in main() local
58 std::list<int, min_allocator<int>> l(3, 2); in main() local
69 std::list<int, min_allocator<int>> l(3, 2, min_allocator<int>()); in main() local
/external/libcxx/test/std/containers/sequences/list/list.capacity/
Dresize_size.pass.cpp22 std::list<int> l(5, 2); in main() local
29 std::list<int> l(5, 2); in main() local
38 std::list<DefaultOnly> l(10); in main() local
44 std::list<DefaultOnly> l(10); in main() local
52 std::list<int, min_allocator<int>> l(5, 2); in main() local
59 std::list<int, min_allocator<int>> l(5, 2); in main() local
68 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local
74 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(10); in main() local
Dresize_size_value.pass.cpp22 std::list<double> l(5, 2); in main() local
29 std::list<double> l(5, 2); in main() local
38 std::list<double, min_allocator<double>> l(5, 2); in main() local
45 std::list<double, min_allocator<double>> l(5, 2); in main() local
/external/u-boot/include/asm-generic/
Datomic-long.h27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read()
34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set()
41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc()
48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec()
55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add()
62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub()
70 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in atomic_long_sub_and_test()
77 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test()
84 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test()
91 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative()
[all …]
/external/tensorflow/tensorflow/cc/training/
Dcoordinator.cc40 mutex_lock l(mu_); in RegisterRunner() local
46 mutex_lock l(runners_lock_); in RegisterRunner() local
52 mutex_lock l(runners_lock_); in AllRunnersStopped() local
62 mutex_lock l(mu_); in RequestStop() local
73 mutex_lock l(mu_); in ShouldStop() local
80 mutex_lock l(mu_); in Join() local
88 mutex_lock l(runners_lock_); in Join() local
98 mutex_lock l(status_lock_); in ReportStatus() local
107 mutex_lock l(status_lock_); in GetStatus() local
112 mutex_lock l(mu_); in WaitForStop() local
[all …]
Dqueue_runner.cc37 mutex_lock l(cb_mu_); in AddErrorCallback() local
42 mutex_lock l(cb_mu_); in ClearErrorCallbacks() local
113 mutex_lock l(mu_); in Start() local
141 mutex_lock l(mu_); in Join() local
147 mutex_lock l(mu_); in UpdateStatus() local
156 mutex_lock l(cb_mu_); in UpdateStatus() local
172 mutex_lock l(mu_); in Run() local
181 mutex_lock l(mu_); in Run() local
203 mutex_lock l(mu_); in GetStatus() local
212 mutex_lock l(*cg_mu_); in ExportCostGraph() local
[all …]
/external/libxml2/
Dlist.c59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) in xmlLinkDeallocator()
98 xmlListLowerSearch(xmlListPtr l, void *data) in xmlListLowerSearch()
118 xmlListHigherSearch(xmlListPtr l, void *data) in xmlListHigherSearch()
138 xmlListLinkSearch(xmlListPtr l, void *data) in xmlListLinkSearch()
163 xmlListLinkReverseSearch(xmlListPtr l, void *data) in xmlListLinkReverseSearch()
190 xmlListPtr l; in xmlListCreate() local
231 xmlListSearch(xmlListPtr l, void *data) in xmlListSearch()
252 xmlListReverseSearch(xmlListPtr l, void *data) in xmlListReverseSearch()
273 xmlListInsert(xmlListPtr l, void *data) in xmlListInsert()
305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend()
[all …]
/external/pdfium/third_party/libpng16/
Dpngdebug.h60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
66 # define png_debug2(l,m,p1,p2) \ argument
81 # define png_debug(l,m) \ argument
89 # define png_debug1(l,m,p1) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
106 # define png_debug(l,m) \ argument
117 # define png_debug1(l,m,p1) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
145 # define png_debug(l, m) ((void)0) argument
[all …]
/external/libpng/
Dpngdebug.h60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
66 # define png_debug2(l,m,p1,p2) \ argument
81 # define png_debug(l,m) \ argument
89 # define png_debug1(l,m,p1) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
106 # define png_debug(l,m) \ argument
117 # define png_debug1(l,m,p1) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
145 # define png_debug(l, m) ((void)0) argument
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc23 tensorflow::mutex_lock l(node_queue_mutex_); in ~EagerExecutor() local
29 tensorflow::mutex_lock l(next_id_mutex_); in NextId() local
34 tensorflow::mutex_lock l(node_queue_mutex_); in EnableAsync() local
43 tensorflow::mutex_lock l(node_queue_mutex_); in Add() local
76 tensorflow::mutex_lock l(node_queue_mutex_); in WaitImpl() local
95 tensorflow::mutex_lock l(node_queue_mutex_); in ClearError() local
106 tensorflow::mutex_lock l(node_queue_mutex_); in status() local
114 tensorflow::mutex_lock l(node_queue_mutex_); in Run() local
123 tensorflow::mutex_lock l(node_queue_mutex_); in Run() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation()
89 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace()
226 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore()
231 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter()
236 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal()
240 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll()
244 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
248 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait()
253 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate()
258 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic()
[all …]
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc21 MemLoc l; in TEST() local
34 MemLoc l; in TEST() local
41 MemLoc l; in TEST() local
48 MemLoc l; in TEST() local
55 MemLoc l; in TEST() local
61 MemLoc l; in TEST() local
72 MemLoc l; in TEST() local
91 MemLoc l; in TEST() local
110 MemLoc l; in TEST() local
115 MemLoc l; in TEST() local
[all …]
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py25 def kite(l): argument
37 def dart(l): argument
49 def inflatekite(l, n): argument
71 def inflatedart(l, n): argument
90 def draw(l, n, th=2): argument
106 def sun(l, n): argument
111 def star(l,n): argument
135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/external/python/cpython3/Lib/turtledemo/
Dpenrose.py25 def kite(l): argument
37 def dart(l): argument
49 def inflatekite(l, n): argument
71 def inflatedart(l, n): argument
90 def draw(l, n, th=2): argument
106 def sun(l, n): argument
111 def star(l,n): argument
135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcall_options.cc25 mutex_lock l(mu_); in StartCancel() local
35 mutex_lock l(mu_); in SetCancelCallback() local
40 mutex_lock l(mu_); in ClearCancelCallback() local
45 mutex_lock l(mu_); in GetTimeout() local
50 mutex_lock l(mu_); in SetTimeout() local
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.c29 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, i… in pkg_writeCharListWrap()
75 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList()
122 uint32_t pkg_countCharList(CharList *l) in pkg_countCharList()
137 CharList *pkg_prependToList(CharList *l, const char *str) in pkg_prependToList()
157 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str) in pkg_appendToList()
211 CharList *pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) { in pkg_appendUniqueDirToList()
281 void pkg_deleteList(CharList *l) in pkg_deleteList()
293 UBool pkg_listContains(CharList *l, const char *str) in pkg_listContains()
/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp33 for (int l = 0; l < 11; ++l) { in test_simple_chip() local
48 for (int l = 0; l < 11; ++l) { in test_simple_chip() local
63 for (int l = 0; l < 11; ++l) { in test_simple_chip() local
78 for (int l = 0; l < 7; ++l) { in test_simple_chip() local
93 for (int l = 0; l < 7; ++l) { in test_simple_chip() local
116 for (int l = 0; l < 11; ++l) { in test_dynamic_chip() local
131 for (int l = 0; l < 11; ++l) { in test_dynamic_chip() local
146 for (int l = 0; l < 11; ++l) { in test_dynamic_chip() local
161 for (int l = 0; l < 7; ++l) { in test_dynamic_chip() local
176 for (int l = 0; l < 7; ++l) { in test_dynamic_chip() local
[all …]
/external/zopfli/src/zopfli/
Dutil.c55 int l = 31 ^ __builtin_clz(dist - 1); /* log2(dist - 1) */ in ZopfliGetDistExtraBitsValue() local
81 int l = (31 ^ __builtin_clz(dist - 1)); /* log2(dist - 1) */ in ZopfliGetDistSymbol() local
125 int ZopfliGetLengthExtraBits(int l) { in ZopfliGetLengthExtraBits()
147 int ZopfliGetLengthExtraBitsValue(int l) { in ZopfliGetLengthExtraBitsValue()
168 int ZopfliGetLengthSymbol(int l) { in ZopfliGetLengthSymbol()
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc24 mutex_lock l(state_lock_); in GetTensor() local
35 mutex_lock l(state_lock_); in AddTensor() local
44 mutex_lock l(state_lock_); in DeleteTensor() local
53 mutex_lock l(state_lock_); in GetNewId() local
58 mutex_lock l(lock_); in AddTensor() local
68 mutex_lock l(lock_); in SaveTensors() local
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java138 public void putChar(int c, int l, char ch) { in putChar()
165 public void putChar(int c, int l, char ch, int attributes) { in putChar()
182 public char getChar(int c, int l) { in getChar()
195 public int getAttributes(int c, int l) { in getAttributes()
221 public void insertChar(int c, int l, char ch, int attributes) { in insertChar()
240 public void deleteChar(int c, int l) { in deleteChar()
271 public void putString(int c, int l, String s) { in putString()
299 public void putString(int c, int l, String s, int attributes) { in putString()
314 public void insertLine(int l) { in insertLine()
328 public void insertLine(int l, int n) { in insertLine()
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.cc66 mutex_lock l(work_queue_mu_); in ~UnboundedThreadPool() local
79 mutex_lock l(thread_pool_mu_); in ~UnboundedThreadPool() local
95 tf_shared_lock l(thread_pool_mu_); in size() local
106 mutex_lock l(work_queue_mu_); in RunOnPooledThread() local
122 mutex_lock l(thread_pool_mu_); in RunOnPooledThread() local
133 mutex_lock l(work_queue_mu_); in PooledThreadFunc() local

12345678910>>...100