Home
last modified time | relevance | path

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

12345678910>>...80

/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
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
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
/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/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/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/skia/third_party/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/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/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/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/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/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/clang/test/CodeGen/
Dsystemz-abi.c144 int va_int(__builtin_va_list l) { return __builtin_va_arg(l, int); } in va_int()
168 long va_long(__builtin_va_list l) { return __builtin_va_arg(l, long); } in va_long()
192 long long va_longlong(__builtin_va_list l) { return __builtin_va_arg(l, long long); } in va_longlong()
216 double va_double(__builtin_va_list l) { return __builtin_va_arg(l, double); } in va_double()
240 long double va_longdouble(__builtin_va_list l) { return __builtin_va_arg(l, long double); } in va_longdouble()
266 _Complex char va_complex_char(__builtin_va_list l) { return __builtin_va_arg(l, _Complex char); } in va_complex_char()
290 struct agg_1byte va_agg_1byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_1byte); } in va_agg_1byte()
313 struct agg_2byte va_agg_2byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_2byte); } in va_agg_2byte()
336 struct agg_3byte va_agg_3byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_3byte); } in va_agg_3byte()
360 struct agg_4byte va_agg_4byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_4byte); } in va_agg_4byte()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLevelTest.java42 MockLevel l = new MockLevel("level1", 1); in testConstructorNoResBundle_Normal() local
66 MockLevel l = new MockLevel("", -3); in testConstructorNoResBundle_EmptyName() local
77 MockLevel l = new MockLevel("level1", 1, "resourceBundle"); in testConstructorHavingResBundle_Normal() local
102 MockLevel l = new MockLevel("", -1000, ""); in testConstructorHavingResBundle_EmptyName() local
175 Level l = Level.parse("0"); in testParse_UndefinedNumber() local
193 Level l = Level.parse("-4"); in testParse_NegativeNumber() local
204 Level l = Level.parse("-100"); in testParse_SameObject() local
265 MockLevel l = new MockLevel("name", 2); in testToString_Normal() local
335 Level l = new MockLevel("level1", 120, in testGetLocalName() local
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc48 Label l; in TEST() local
52 Label l; in TEST() local
57 Label l; in TEST() local
62 Label l(0x060b9f974eaf301eULL); in TEST() local
70 Label l; in TEST() local
81 Label l, m; in TEST() local
92 Label l, m, n; in TEST() local
104 Label l, m; in TEST() local
117 Label l, m, n; in TEST() local
129 Label l, m, n, o; in TEST() 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/testng/src/test/java/test/invokedmethodlistener/
DInvokedMethodListenerTest.java17 private static void run(Class[] classes, IInvokedMethodListener l) { in run()
25 private static void assertMethodCount(MyListener l) { in assertMethodCount()
32 MyListener l = new MyListener(); in withSuccess() local
39 MyListener l = new MyListener(); in withFailure() local
80 Sample2.Sample2InvokedMethodListener l = new Sample2().new Sample2InvokedMethodListener(); in testMethodsWithExpectedExceptionsShouldShowUpAsPass() local
89 InvokedMethodNameListener l = new InvokedMethodNameListener(); in issue629_InvokedMethodDoesNotRecognizeConfigurationMethod() local
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
Dctor.pass.cpp37 std::locale l(std::locale::classic(), new my_facet<char>); in main() local
45 std::locale l(std::locale::classic(), &f); in main() local
52 std::locale l(std::locale::classic(), new my_facet<wchar_t>); in main() local
60 std::locale l(std::locale::classic(), &f); in main() local
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
Dctor.pass.cpp38 std::locale l(std::locale::classic(), new my_facet<char>); in main() local
46 std::locale l(std::locale::classic(), &f); in main() local
53 std::locale l(std::locale::classic(), new my_facet<wchar_t>); in main() local
61 std::locale l(std::locale::classic(), &f); in main() local
/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.c29 void list_create(llist *l) in list_create()
36 void list_append(llist *l, lnode *node) in list_append()
68 void list_clear(llist* l) in list_clear()
87 lnode *list_find_inode(llist *l, unsigned long i) in list_find_inode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dscreenshare_layers_unittest.cc93 for (int l = 0; l < kNumLayers; ++l) { in TEST_F() local
99 for (int l = 0; l < kNumLayers; ++l) { in TEST_F() local
143 for (int l = 0; l < kNumLayers - 1; ++l) in TEST_F() local
145 for (int l = 0; l < kNumLayers; ++l) { in TEST_F() local
235 for (int l = 0; l < 3; ++l) { variable
286 for (int l = 0; l < 3; ++l) variable
293 for (int l = 0; l < 3; ++l) variable

12345678910>>...80