/third_party/jerryscript/tests/jerry/ |
D | array-prototype-pop.js | 18 assert(array.pop() === 4) 21 assert(array.pop() === Infinity); 24 var a = array.pop() 28 assert(array.pop() === "foo"); 31 assert(array.pop() === undefined); 35 var obj = { pop : Array.prototype.pop }; property 39 obj.pop(); 47 var obj = { pop : Array.prototype.pop }; property 51 obj.pop(); 59 var obj = { pop : Array.prototype.pop }; property [all …]
|
/third_party/python/Tools/scripts/ |
D | var_access_benchmark.py | 208 ap, pop = a.append, a.pop 210 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 211 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 212 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 213 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 214 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 217 ap, pop = a.append, a.pop 219 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 220 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() 221 ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop(); ap(1); pop() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | read-catalog-abstract.c | 49 abstract_catalog_reader_ty *pop; in catalog_reader_alloc() local 51 pop = (abstract_catalog_reader_ty *) xmalloc (method_table->size); in catalog_reader_alloc() 52 pop->methods = method_table; in catalog_reader_alloc() 54 method_table->constructor (pop); in catalog_reader_alloc() 55 return pop; in catalog_reader_alloc() 60 catalog_reader_free (abstract_catalog_reader_ty *pop) in catalog_reader_free() argument 62 if (pop->methods->destructor) in catalog_reader_free() 63 pop->methods->destructor (pop); in catalog_reader_free() 64 free (pop); in catalog_reader_free() 73 call_parse_brief (abstract_catalog_reader_ty *pop) in call_parse_brief() argument [all …]
|
D | read-catalog-abstract.h | 59 void (*constructor) (struct abstract_catalog_reader_ty *pop); 62 void (*destructor) (struct abstract_catalog_reader_ty *pop); 66 void (*parse_brief) (struct abstract_catalog_reader_ty *pop); 72 void (*parse_debrief) (struct abstract_catalog_reader_ty *pop); 75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name); 78 void (*directive_message) (struct abstract_catalog_reader_ty *pop, 91 void (*comment) (struct abstract_catalog_reader_ty *pop, const char *s); 97 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s); 103 void (*comment_filepos) (struct abstract_catalog_reader_ty *pop, 109 void (*comment_special) (struct abstract_catalog_reader_ty *pop, [all …]
|
D | x-po.c | 152 default_catalog_reader_ty *pop; in extract() local 156 pop = default_catalog_reader_alloc (&extract_methods); in extract() 157 pop->handle_comments = true; in extract() 158 pop->allow_domain_directives = false; in extract() 159 pop->allow_duplicates = false; in extract() 160 pop->allow_duplicates_if_same_msgstr = true; in extract() 161 pop->file_name = real_filename; in extract() 162 pop->mdlp = NULL; in extract() 163 pop->mlp = mdlp->item[0]->messages; in extract() 164 catalog_reader_parse ((abstract_catalog_reader_ty *) pop, fp, real_filename, in extract() [all …]
|
/third_party/libunwind/src/dwarf/ |
D | Gexpr.c | 259 # define pop() \ in dwarf_eval_expr() macro 431 tmp1 = pop (); in dwarf_eval_expr() 439 tmp1 = pop (); in dwarf_eval_expr() 498 (void) pop (); in dwarf_eval_expr() 513 tmp1 = pop (); in dwarf_eval_expr() 514 tmp2 = pop (); in dwarf_eval_expr() 521 tmp1 = pop (); in dwarf_eval_expr() 522 tmp2 = pop (); in dwarf_eval_expr() 523 tmp3 = pop (); in dwarf_eval_expr() 531 tmp1 = pop (); in dwarf_eval_expr() [all …]
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput20 | 28 # Reload the patterns, then pop them one by one and check them. 33 #pop info 37 #pop mark 42 #pop 45 #pop info 54 #pop 57 #pop 60 #pop should give an error 66 #pop 69 #pop should give an error [all …]
|
D | testoutput20 | 29 # Reload the patterns, then pop them one by one and check them. 34 #pop info 51 #pop mark 60 #pop 68 #pop info 89 #pop 93 #pop 97 #pop should give an error 98 ** Can't pop off an empty stack 105 #pop [all …]
|
/third_party/curl/lib/ |
D | warnless.c | 73 # pragma warning(pop) in curlx_ultous() 92 # pragma warning(pop) in curlx_ultouc() 114 # pragma warning(pop) in curlx_uztoso() 133 # pragma warning(pop) in curlx_uztosi() 154 # pragma warning(pop) in curlx_uztoul() 175 # pragma warning(pop) in curlx_uztoui() 197 # pragma warning(pop) in curlx_sltosi() 219 # pragma warning(pop) in curlx_sltoui() 239 # pragma warning(pop) in curlx_sltous() 258 # pragma warning(pop) in curlx_uztosz() [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | ares_nowarn.c | 75 # pragma warning(pop) in aresx_uztosl() 93 # pragma warning(pop) in aresx_uztosi() 111 # pragma warning(pop) in aresx_uztoss() 130 # pragma warning(pop) in aresx_sitoss() 149 # pragma warning(pop) in aresx_sltosi() 168 # pragma warning(pop) in aresx_sztosi() 187 # pragma warning(pop) in aresx_sztoui() 206 # pragma warning(pop) in aresx_sitous() 217 #pragma warning(pop) in aresx_FD_ISSET() 225 #pragma warning(pop) in aresx_FD_SET() [all …]
|
/third_party/boost/libs/bimap/example/ |
D | population_bimap.cpp | 91 population_bimap pop; in main() local 92 pop.insert( population("China", 1321000000) ); in main() 93 pop.insert( population("India", 1129000000) ); in main() 94 pop.insert( population("United States", 301950000) ); in main() 95 pop.insert( population("Indonesia", 234950000) ); in main() 96 pop.insert( population("Brazil", 186500000) ); in main() 97 pop.insert( population("Pakistan", 163630000) ); in main() 106 i = pop.right.begin(), iend = pop.right.end(); in main() 116 std::cout << "Population of China: " << pop.left.at("China") << std::endl; in main()
|
/third_party/ffmpeg/libavutil/x86/ |
D | cpuid.asm | 40 pop r4 42 pop r4 44 pop r4 46 pop r4 48 pop rbx 59 pop r4 61 pop r4 77 pop eax 83 pop eax 85 pop edi [all …]
|
/third_party/boost/boost/asio/detail/ |
D | pop_options.hpp | 28 # pragma GCC visibility pop 48 # pragma GCC visibility pop 52 # pragma GCC diagnostic pop 59 # pragma pack (pop) 74 # pragma GCC visibility pop 78 # pragma GCC diagnostic pop 100 # pragma option pop 131 # pragma warning (pop) 132 # pragma pack (pop)
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | pop_options.hpp | 28 # pragma GCC visibility pop 48 # pragma GCC visibility pop 52 # pragma GCC diagnostic pop 59 # pragma pack (pop) 74 # pragma GCC visibility pop 78 # pragma GCC diagnostic pop 100 # pragma option pop 131 # pragma warning (pop) 132 # pragma pack (pop)
|
/third_party/flutter/skia/src/sksl/lex/ |
D | RegexParser.cpp | 19 return this->pop(); in parse() 37 RegexNode RegexParser::pop() { in pop() function in RegexParser 39 fStack.pop(); in pop() 55 case '*': fStack.push(RegexNode(RegexNode::kStar_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 56 case '+': fStack.push(RegexNode(RegexNode::kPlus_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 57 case '?': fStack.push(RegexNode(RegexNode::kQuestion_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 71 RegexNode right = this->pop(); in sequence() 72 RegexNode left = this->pop(); in sequence() 121 RegexNode end = this->pop(); in setItem() 123 RegexNode start = this->pop(); in setItem() [all …]
|
/third_party/skia/src/sksl/lex/ |
D | RegexParser.cpp | 19 return this->pop(); in parse() 37 RegexNode RegexParser::pop() { in pop() function in RegexParser 39 fStack.pop(); in pop() 55 case '*': fStack.push(RegexNode(RegexNode::kStar_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 56 case '+': fStack.push(RegexNode(RegexNode::kPlus_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 57 case '?': fStack.push(RegexNode(RegexNode::kQuestion_Kind, this->pop())); ++fIndex; break; in quantifiedTerm() 71 RegexNode right = this->pop(); in sequence() 72 RegexNode left = this->pop(); in sequence() 122 RegexNode end = this->pop(); in setItem() 124 RegexNode start = this->pop(); in setItem() [all …]
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 83 pop ecx 84 pop eax 91 pop ecx ; output_cols 144 pop esi 145 pop edi 146 pop ecx 156 pop edi 157 pop esi 158 ; pop edx ; need not be preserved 159 ; pop ecx ; need not be preserved [all …]
|
D | jcsample-sse2.asm | 83 pop ecx 84 pop eax 91 pop ecx ; output_cols 159 pop esi 160 pop edi 161 pop ecx 169 pop edi 170 pop esi 171 ; pop edx ; need not be preserved 172 ; pop ecx ; need not be preserved [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 83 pop ecx 84 pop eax 91 pop ecx ; output_cols 144 pop esi 145 pop edi 146 pop ecx 156 pop edi 157 pop esi 158 ; pop edx ; need not be preserved 159 ; pop ecx ; need not be preserved [all …]
|
D | jcsample-sse2.asm | 83 pop ecx 84 pop eax 91 pop ecx ; output_cols 159 pop esi 160 pop edi 161 pop ecx 169 pop edi 170 pop esi 171 ; pop edx ; need not be preserved 172 ; pop ecx ; need not be preserved [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 85 pop ecx 86 pop eax 93 pop ecx ; output_cols 146 pop esi 147 pop edi 148 pop ecx 158 pop edi 159 pop esi 160 ; pop edx ; need not be preserved 161 ; pop ecx ; need not be preserved [all …]
|
D | jcsample-sse2.asm | 85 pop ecx 86 pop eax 93 pop ecx ; output_cols 161 pop esi 162 pop edi 163 pop ecx 171 pop edi 172 pop esi 173 ; pop edx ; need not be preserved 174 ; pop ecx ; need not be preserved [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/ |
D | testLockFreeQueue.cpp | 72 bool result = q.pop(result1); in TEST_F() 78 bool result = q.pop(result1); in TEST_F() 84 q.pop(result1); in TEST_F() 91 q.pop(result1); in TEST_F() 92 q.pop(result2); in TEST_F() 110 q.pop(result1); in TEST_F() 112 q.pop(result2); in TEST_F() 114 q.pop(result3); in TEST_F() 161 myQ.pop(result1); in TEST_F() 193 while (!myQ.pop(targetData[i])){ in TEST_F() [all …]
|
/third_party/boost/boost/python/ |
D | list.hpp | 31 object pop(); // remove and return item at index (default last) 32 object pop(ssize_t index); 33 object pop(object const& index); 105 object pop() { return base::pop(); } in pop() function in boost::python::list 106 object pop(ssize_t index) { return base::pop(index); } in pop() function in boost::python::list 109 object pop(T const& index) in pop() function in boost::python::list 111 return base::pop(object(index)); in pop()
|
/third_party/boost/libs/lockfree/test/ |
D | spsc_queue_test.cpp | 36 BOOST_REQUIRE(f.pop(i1)); in BOOST_AUTO_TEST_CASE() 39 BOOST_REQUIRE(f.pop(i2)); in BOOST_AUTO_TEST_CASE() 54 BOOST_REQUIRE(f.pop(i1)); in BOOST_AUTO_TEST_CASE() 57 BOOST_REQUIRE(f.pop(i2)); in BOOST_AUTO_TEST_CASE() 71 BOOST_REQUIRE(stk.pop(out)); BOOST_REQUIRE_EQUAL(out, 1); in BOOST_AUTO_TEST_CASE() 72 BOOST_REQUIRE(stk.pop(out)); BOOST_REQUIRE_EQUAL(out, 2); in BOOST_AUTO_TEST_CASE() 73 BOOST_REQUIRE(!stk.pop(out)); in BOOST_AUTO_TEST_CASE() 164 while (q.pop(dummy)) in spsc_queue_avail_test_run() 274 BOOST_REQUIRE_EQUAL(rb.pop(out, xqueue_size), xqueue_size); in spsc_queue_buffer_push() 312 BOOST_REQUIRE_EQUAL(rb.pop(out, xqueue_size), xqueue_size); in spsc_queue_buffer_pop() [all …]
|