/third_party/python/Tools/scripts/ |
H A 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(); a [all...] |
/third_party/jerryscript/tests/jerry/ |
H A 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 }; 39 obj.pop(); 47 var obj = { pop : Array.prototype.pop }; [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gexpr.c | 256 // pop() is either followed by a semicolon or in dwarf_eval_expr() 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() [all...] |
/third_party/skia/src/sksl/lex/ |
H A 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/ffmpeg/libavutil/x86/ |
H A 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 ed [all...] |
/third_party/curl/lib/ |
H A D | warnless.c | 80 # pragma warning(pop) in curlx_ultous() 99 # pragma warning(pop) in curlx_ultouc() 121 # pragma warning(pop) in curlx_uztoso() 140 # pragma warning(pop) in curlx_uztosi() 161 # pragma warning(pop) in curlx_uztoul() 182 # pragma warning(pop) in curlx_uztoui() 204 # pragma warning(pop) in curlx_sltosi() 226 # pragma warning(pop) in curlx_sltoui() 246 # pragma warning(pop) in curlx_sltous() 265 # pragma warning(pop) in curlx_uztosz() [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | x86.s | 8 // "fastcall" expects callee to pop argument stack space, so we use 41 pop ebx 74 pop ebx 93 pop ebx 116 pop esi 118 pop ebx 145 pop edi 147 pop esi 149 pop ebx 180 pop eb [all...] |
H A D | arm.s | 24 pop {r7, pc} 39 pop {r7, pc} 69 pop {r7, pc} 84 pop {r7, pc} 99 pop {r7, pc} 115 pop {r4, r7, r11, pc} 131 pop {r4, r5, r7, pc}
|
/third_party/rust/crates/syn/tests/ |
H A D | test_path.rs | 60 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 64 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 68 assert!(ty.path.segments.pop().is_none()); in print_incomplete_qpath() 75 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 79 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 83 assert!(ty.path.segments.pop().is_none()); in print_incomplete_qpath() 90 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 94 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 98 assert!(ty.path.segments.pop().is_some()); in print_incomplete_qpath() 102 assert!(ty.path.segments.pop() in print_incomplete_qpath() [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/ |
H A 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() 170 // Push and pop fro in TEST_F() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 152 #define pop(x) do_pop(&stack, x) in expr_eval() macro 244 if (! pop (&val1) || ! push (val1) || ! push (val1)) in expr_eval() 251 if (! pop (&val1)) in expr_eval() 271 if (! pop (&val1) || ! pop (&val2) in expr_eval() 279 if (! pop (&val1) || ! pop (&val2) || ! push (val1) || ! push (val2)) in expr_eval() 288 if (! pop (&val1) || ! pop (&val2) || ! pop ( in expr_eval() 496 #undef pop expr_eval() macro [all...] |
/third_party/skia/tests/ |
H A D | TDPQueueTest.cpp | 21 heap.pop(); in simple_test() 28 heap.pop(); in simple_test() 31 heap.pop(); in simple_test() 39 heap.pop(); in simple_test() 42 heap.pop(); in simple_test() 45 heap.pop(); in simple_test() 54 heap.pop(); in simple_test() 57 heap.pop(); in simple_test() 60 heap.pop(); in simple_test() 63 heap.pop(); in simple_test() [all...] |
/third_party/musl/src/fenv/i386/ |
H A D | fenv.s | 12 pop %edx 21 pop %edx 30 pop %edx 77 pop %edx 85 1: pop %ecx 93 pop %eax 106 pop %edx 111 pop %edx 138 pop %edx 158 pop [all...] |
/third_party/skia/src/sksl/transform/ |
H A D | SkSLEliminateUnreachableCode.cpp | 78 fFoundLoopExit.pop(); in EliminateUnreachableCode() 87 fFoundLoopExit.pop(); in EliminateUnreachableCode() 88 fFoundFunctionExit.pop(); in EliminateUnreachableCode() 102 fFoundFunctionExit.pop(); in EliminateUnreachableCode() 103 fFoundLoopExit.pop(); in EliminateUnreachableCode() 110 fFoundFunctionExit.pop(); in EliminateUnreachableCode() 111 fFoundLoopExit.pop(); in EliminateUnreachableCode()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 184 pop esi 185 pop edi 186 pop eax 195 pop edi 196 pop esi 197 ; pop edx ; need not be preserved 198 ; pop ecx ; need not be preserved 200 pop ebp 281 pop edx 532 pop es [all...] |
H A D | jdsample-mmx.asm | 174 pop esi 175 pop edi 176 pop eax 186 pop edi 187 pop esi 188 ; pop edx ; need not be preserved 189 ; pop ecx ; need not be preserved 191 pop ebp 271 pop edx 502 pop es [all...] |
H A D | jdsample-sse2.asm | 174 pop esi 175 pop edi 176 pop eax 184 pop edi 185 pop esi 186 ; pop edx ; need not be preserved 187 ; pop ecx ; need not be preserved 189 pop ebp 270 pop edx 501 pop es [all...] |
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 72 assert_nil m.send(field_name).pop 76 assert_equal -11, m.repeated_int32.pop 77 assert_equal -10, m.repeated_int32.pop 78 assert_equal -1_000_001, m.repeated_int64.pop 79 assert_equal -1_000_000, m.repeated_int64.pop 80 assert_equal 11, m.repeated_uint32.pop 81 assert_equal 10, m.repeated_uint32.pop 82 assert_equal 1_000_001, m.repeated_uint64.pop 83 assert_equal 1_000_000, m.repeated_uint64.pop 84 assert_equal false, m.repeated_bool.pop [all...] |
/third_party/protobuf/ruby/tests/ |
H A D | repeated_field_test.rb | 80 assert_nil m.send(field_name).pop 84 assert_equal -11, m.repeated_int32.pop 85 assert_equal -10, m.repeated_int32.pop 86 assert_equal -1_000_001, m.repeated_int64.pop 87 assert_equal -1_000_000, m.repeated_int64.pop 88 assert_equal 11, m.repeated_uint32.pop 89 assert_equal 10, m.repeated_uint32.pop 90 assert_equal 1_000_001, m.repeated_uint64.pop 91 assert_equal 1_000_000, m.repeated_uint64.pop 92 assert_equal false, m.repeated_bool.pop [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | sorting_animate.py | 67 def pop(self, key): member in Shelf 68 b = list.pop(self, key) 90 shelf.insert(hole, shelf.pop(i)) 101 shelf.insert(j, shelf.pop(imin)) 105 shelf.insert(right, shelf.pop(pivot_index)) 109 shelf.insert(store_index, shelf.pop(i)) 111 shelf.insert(store_index, shelf.pop(right)) # move pivot to correct position 129 s.insert(i, s.pop(j))
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 166 pop r5
167 pop r3
182 pop r7
183 pop r6
184 pop r5
185 pop r3
278 pop r15
279 pop r14
280 pop r13
281 pop r1 [all...] |
/third_party/ltp/testcases/kernel/kvm/ |
H A D | bootstrap_x86_64.S | 277 pop %rdi 289 pop %rdi 348 pop %r11 349 pop %r10 350 pop %r9 351 pop %r8 352 pop %rsi 353 pop %rdi 354 pop %rdx 355 pop [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitter.asyncGenerators.functionDeclarations.es5.js | 46 case 7: op = _.ops.pop(); _.trys.pop(); continue;
52 if (t[2]) _.ops.pop();
53 _.trys.pop(); continue;
93 case 7: op = _.ops.pop(); _.trys.pop(); continue;
99 if (t[2]) _.ops.pop();
100 _.trys.pop(); continue;
147 case 7: op = _.ops.pop(); _.trys.pop(); continu [all...] |
H A D | emitter.asyncGenerators.functionExpressions.es5.js | 46 case 7: op = _.ops.pop(); _.trys.pop(); continue;
52 if (t[2]) _.ops.pop();
53 _.trys.pop(); continue;
93 case 7: op = _.ops.pop(); _.trys.pop(); continue;
99 if (t[2]) _.ops.pop();
100 _.trys.pop(); continue;
147 case 7: op = _.ops.pop(); _.trys.pop(); continu [all...] |
H A D | emitter.asyncGenerators.objectLiteralMethods.es5.js | 60 case 7: op = _.ops.pop(); _.trys.pop(); continue;
66 if (t[2]) _.ops.pop();
67 _.trys.pop(); continue;
109 case 7: op = _.ops.pop(); _.trys.pop(); continue;
115 if (t[2]) _.ops.pop();
116 _.trys.pop(); continue;
165 case 7: op = _.ops.pop(); _.trys.pop(); continu [all...] |