/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | message_queue.cc | 27 void MessageQueue::Pop(Message* message) { in Pop() function in mojo::test::MessageQueue 33 void MessageQueue::Pop() { in Pop() function in mojo::test::MessageQueue
|
/external/libchrome/base/message_loop/ |
D | incoming_task_queue.cc | 104 PendingTask IncomingTaskQueue::TriageQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::TriageQueue 181 PendingTask IncomingTaskQueue::DelayedQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::DelayedQueue 231 PendingTask IncomingTaskQueue::DeferredQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::DeferredQueue
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | StackList.cs | 61 public object Pop() in Pop() method in Antlr.Runtime.Collections.StackList
|
/external/webrtc/webrtc/modules/video_coding/ |
D | timestamp_map.cc | 38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { in Pop() function in webrtc::VCMTimestampMap
|
/external/v8/src/heap/ |
D | worklist.h | 39 bool Pop(EntryType* entry) { return worklist_->Pop(task_id_, entry); } in Pop() function 102 bool Pop(int task_id, EntryType* entry) { in Pop() function 229 bool Pop(EntryType* entry) { in Pop() function 290 V8_INLINE bool Pop(Segment** segment) { in Pop() function
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 255 void Pop(Register dst) { pop(dst); } in Pop() function 258 void Pop(Register src1, Register src2) { in Pop() function 265 void Pop(Register src1, Register src2, Register src3) { in Pop() function 273 void Pop(Register src1, Register src2, Register src3, Register src4) { in Pop() function 282 void Pop(Register src1, Register src2, Register src3, Register src4, in Pop() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 71 public T Pop() in Pop() method in Antlr.Runtime.Misc.ListStack
|
/external/libchrome/base/task_scheduler/ |
D | sequence.cc | 44 bool Sequence::Pop() { in Pop() function in base::internal::Sequence
|
/external/vixl/examples/aarch64/ |
D | swap4.cc | 39 __ Pop(x1, x0); in GenerateSwap4() local
|
D | factorial-rec.cc | 46 __ Pop(lr, x1); in GenerateFactorialRec() local
|
D | simulated-runtime-calls.cc | 78 __ Pop(lr, xzr); in GenerateRuntimeCallExamples() local
|
D | custom-disassembler.cc | 130 __ Pop(x16, x20); in GenerateCustomDisassemblerTestCode() local
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | writesched_random.go | 60 func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, bool) { func
|
/external/clang/test/Preprocessor/ |
D | _Pragma-in-macro-arg.c | 23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop argument
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 69 function Pop: T; in Pop() function 128 function Pop: T; in Pop() function 319 function TStackList<T>.Pop: T; in Pop() function
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 41 __ Pop(fp, lr); // Frame, Return address. in GenerateFrameDropperTrampoline() local
|
/external/v8/tools/ |
D | jsmin.py | 80 def Pop(self): member in JavaScriptMinifier
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 599 void Pop(Register dst) { pop(dst); } in Pop() function 602 void Pop(Register src1, Register src2) { in Pop() function 609 void Pop(Register src1, Register src2, Register src3) { in Pop() function 617 void Pop(Register src1, Register src2, Register src3, Register src4) { in Pop() function 626 void Pop(Register src1, Register src2, Register src3, Register src4, in Pop() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_lfstack.h | 48 T *Pop() { in Pop() function
|
/external/vixl/test/aarch32/ |
D | test-utils-aarch32.cc | 89 __ Pop(tmp); in Dump() local 90 __ Pop(dump_base); in Dump() local
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter.h | 173 void Pop() { in Pop() function
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeNodeStream.cs | 182 public virtual int Pop() { in Pop() method in Antlr.Runtime.Tree.CommonTreeNodeStream
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 201 __ Pop(edx); in Generate_JSConstructStubGeneric() local 519 __ Pop(eax); in Generate_ResumeGeneratorTrampoline() local 547 __ Pop(edx); in Generate_ResumeGeneratorTrampoline() local 557 __ Pop(edx); in Generate_ResumeGeneratorTrampoline() local 812 __ Pop(eax); in Generate_InterpreterEntryTrampoline() local 964 __ Pop(edi); in Generate_InterpreterPushArgsThenCallImpl() local 967 __ Pop(edx); in Generate_InterpreterPushArgsThenCallImpl() local 982 __ Pop(ebx); // Pass the spread in a register in Generate_InterpreterPushArgsThenCallImpl() local 1000 __ Pop(edi); in Generate_InterpreterPushArgsThenCallImpl() local 1102 __ Pop(edx); in Generate_InterpreterPushArgsThenConstructImpl() local [all …]
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 230 public virtual int Pop() in Pop() method in Antlr.Runtime.Tree.CommonTreeNodeStream
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 60 __ Pop(rdx); in GenerateTailCallToReturnedCode() local 61 __ Pop(rdi); in GenerateTailCallToReturnedCode() local 62 __ Pop(rax); in GenerateTailCallToReturnedCode() local 200 __ Pop(rdx); in Generate_JSConstructStubGeneric() local 607 __ Pop(rdx); in Generate_ResumeGeneratorTrampoline() local 617 __ Pop(rdx); in Generate_ResumeGeneratorTrampoline() local 1037 __ Pop(rbx); // Pass the spread in a register in Generate_InterpreterPushArgsThenCallImpl() local 1089 __ Pop(rbx); // Pass the spread in a register in Generate_InterpreterPushArgsThenConstructImpl() local 1269 __ Pop(rcx); in Generate_InstantiateAsmJs() local 1281 __ Pop(rdx); in Generate_InstantiateAsmJs() local [all …]
|