HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 376 - 400 of 5069) sorted by null

<<11121314151617181920>>

  /external/skqp/src/sfnt/
SkOTTable_maxp.h 15 #pragma pack(push, 1)
SkOTTable_maxp_CFF.h 14 #pragma pack(push, 1)
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
bin-trees.h 26 void push (struct stack_struct **, tree_ptr);
  /frameworks/av/media/libstagefright/
AudioPresentationInfo.cpp 32 mPresentations.push(presentation);
  /frameworks/wilhelm/src/
assert.cpp 22 #pragma GCC visibility push(default)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
typeinfo.h 11 #pragma pack(push,_CRT_PACKING)
  /system/chre/
load_android_sim.sh 19 adb push out/google_arm64_android_debug/libchre /system/bin/chre
20 adb push variant/android/chre-stub /vendor/bin/chre
  /system/libhidl/base/include/hidl/
TaskRunner.h 32 * A background infinite loop that runs the Tasks push()'ed.
49 * Sets the queue limit. Fails the push operation once the limit is reached.
60 bool push(const Task &t);
  /test/vts/script/
setup-gce.sh 18 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_driver /data/local/tmp/vts_hal_driver
19 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/vts_hal_agent
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mapping2.s 13 push {r4, lr}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
list_insn.s 7 .global push
8 push: label
9 push ra, {r3, r4} label
10 push r2 label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
reloc.s 3 push $foo
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 48 push edx
49 push ecx
50 push eax
63 ; Push the hob list pointer
65 push eax
73 push ecx
74 push edx
77 ; Push processor count to stack first, then BIST status (AP then BSP)
93 push ebx
103 push eax
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 213 # define push(x) \ macro
242 push (c->cfa); /* push current CFA as required by DWARF spec */
278 push (opcode - DW_OP_lit0);
298 push (tmp1 + operand1);
307 push (tmp1 + operand2);
341 push (operand1);
348 push (operand1);
355 push (operand1);
362 push (operand1)
    [all...]
  /external/llvm/test/MC/MachO/ARM/
compact-unwind-armv7k.s 14 push {r4, r5, r6, r7, lr}
31 push {r4, r5, r7, lr}
38 push.w {r10, r11}
49 push {r7, lr}
64 push {r7, lr}
85 push {r4, r7, lr}
101 push {r7}
113 push {r7, lr}
114 push {r10}
115 push {r4
    [all...]
  /external/llvm/test/MC/Mips/
set-push-pop-directives-bad.s 8 # CHECK: :[[@LINE-1]]:14: error: .set pop with no .set push
10 .set push
13 # CHECK: :[[@LINE-1]]:14: error: .set pop with no .set push
15 .set push foo
22 .set push
  /external/skia/src/sksl/lex/
RegexParser.cpp 55 case '*': fStack.push(RegexNode(RegexNode::kStar_Kind, this->pop())); ++fIndex; break;
56 case '+': fStack.push(RegexNode(RegexNode::kPlus_Kind, this->pop())); ++fIndex; break;
57 case '?': fStack.push(RegexNode(RegexNode::kQuestion_Kind, this->pop())); ++fIndex; break;
92 fStack.push(this->escapeSequence(peek()));
96 fStack.push(RegexNode(RegexNode::kChar_Kind, c));
103 fStack.push(RegexNode(RegexNode::kDot_Kind));
117 fStack.push(RegexNode(RegexNode::kChar_Kind, '-'));
125 fStack.push(RegexNode(RegexNode::kRange_Kind, std::move(start), std::move(end)));
148 fStack.push(std::move(set));
167 fStack.push(RegexNode(RegexNode::kOr_Kind, left, right))
    [all...]
  /external/skqp/src/sksl/lex/
RegexParser.cpp 55 case '*': fStack.push(RegexNode(RegexNode::kStar_Kind, this->pop())); ++fIndex; break;
56 case '+': fStack.push(RegexNode(RegexNode::kPlus_Kind, this->pop())); ++fIndex; break;
57 case '?': fStack.push(RegexNode(RegexNode::kQuestion_Kind, this->pop())); ++fIndex; break;
92 fStack.push(this->escapeSequence(peek()));
96 fStack.push(RegexNode(RegexNode::kChar_Kind, c));
103 fStack.push(RegexNode(RegexNode::kDot_Kind));
117 fStack.push(RegexNode(RegexNode::kChar_Kind, '-'));
125 fStack.push(RegexNode(RegexNode::kRange_Kind, std::move(start), std::move(end)));
148 fStack.push(std::move(set));
167 fStack.push(RegexNode(RegexNode::kOr_Kind, left, right))
    [all...]
  /bionic/libc/arch-x86/bionic/
syscall.S 16 # Push the callee save registers.
17 push %ebx
20 push %esi
23 push %edi
26 push %ebp
32 push %eax
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
udivdi3.S 55 push %eax
61 push %eax
63 push %eax
69 push %eax
71 push %eax
  /external/testng/src/main/java/org/testng/reporters/
JqReporter.java 34 xsb.push(D, "id", "suites");
58 xsb.push(D, C, "suite-content");
83 header.push(D, C, "suite");
84 header.push(D, C, "suite-header");
86 header.push(D, C, "stats");
90 header.push("ul");
93 header.push("li");
98 header.push("li");
104 header.push("ul");
107 header.push("li")
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query.c 79 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
123 PUSH_SPACE(push, 2);
124 BEGIN_NV04(push, NV50_3D(COND_MODE), 1);
125 PUSH_DATA (push, cond);
129 PUSH_SPACE(push, 9);
132 BEGIN_NV04(push, SUBC_3D(NV50_GRAPH_SERIALIZE), 1);
133 PUSH_DATA (push, 0);
136 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD);
137 BEGIN_NV04(push, NV50_3D(COND_ADDRESS_HIGH), 3);
138 PUSH_DATAh(push, hq->bo->offset + hq->offset)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 25 push si
64 push es
65 push di define
66 push ds define
67 push si
68 push cx
73 push cs
91 push es
92 push di define
93 push ds define
141 push dx define
157 push dx define
239 push ds ; save original define
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.S 32 push %ss
33 push %cs
35 call L_Base1 # push eip
39 push %gs
40 push %fs
41 push %es
42 push %ds
99 call L_Base # push eip
103 push 54(%esp)
105 push %eax
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 131 self.push('220 %s %s' % (self.__fqdn, __version__))
135 def push(self, msg): member in class:SMTPChannel
136 asynchat.async_chat.push(self, msg + '\r\n')
149 self.push('500 Error: bad syntax')
161 self.push('502 Error: command "%s" not implemented' % command)
167 self.push('451 Internal confusion')
187 self.push('250 Ok')
189 self.push(status)
194 self.push('501 Syntax: HELO hostname')
197 self.push('503 Duplicate HELO/EHLO')
    [all...]

Completed in 587 milliseconds

<<11121314151617181920>>