/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 102 // construct prolog and epilog 103 virtual void prolog() = 0;
|
GGLAssembler.cpp | 42 void GGLAssembler::prolog() function in class:android::GGLAssembler 44 ARMAssemblerProxy::prolog(); 191 prolog(); [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class.py | 120 # Add the class prolog.
|
/external/e2fsprogs/intl/ |
bindtextdom.c | 57 /* @@ end of prolog @@ */
|
localealias.c | 71 /* @@ end of prolog @@ */
|
l10nflist.c | 50 /* @@ end of prolog @@ */
|
/external/expat/lib/ |
xmltok.h | 194 the prolog outside literals, comments and processing instructions.
|
/external/libvpx/vp8/encoder/x86/ |
variance_impl_ssse3.asm | 41 ; end prolog
|
dct_sse2.asm | 24 ; end prolog
|
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 131 /// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
|
MachineModuleInfo.h | 110 /// FrameMoves - List of moves done by a function's prolog. Used to construct
|
/external/llvm/include/llvm/Target/ |
TargetFrameLowering.h | 111 /// emitProlog/emitEpilog - These methods insert prolog and epilog code into
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 42 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 46 // it, because the prolog/epilog inserted by GCC won't work for us. Instead,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZRegisterInfo.td | 166 /// together with R14 and R15 in one prolog instruction.
|
/external/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | 32 ; end prolog 246 ; end prolog 619 ; end prolog [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 308 * The spec notes that "The xml-stylesheet processing instruction is allowed only in the prolog of an XML document.",
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 32 // after the prolog is generated, and the code that does that doesn't handle a 253 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB 267 // Scan the prolog, looking for an UPDATE_VRSAVE instruction. If we find it, 721 /// register onto the stack in the prolog and restore it in the epilog of the [all...] |
PPCJITInfo.cpp | 77 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead, 144 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead,
|
/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 457 // Insert prolog/epilog code. Eliminate abstract frame index references... 471 // Branch folding must be run after regalloc and prolog/epilog insertion.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
diffs | 744 #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" ); 758 #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" );
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 77 CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -msoft-float -Uarm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR($(basename $(TARGETNAME)))" -D"KBUILD_MODNAME=KBUILD_STR($(basename $(TARGETNAME)))" -DMODULE -D__LINUX_ARM_ARCH__=7 81 CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -msoft-float -Uarm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR($(basename $(TARGETNAME)))" -D"KBUILD_MODNAME=KBUILD_STR($(basename $(TARGETNAME)))" -DMODULE -D__LINUX_ARM_ARCH__=7
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceHelper.java | 447 String prolog = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"; //$NON-NLS-1$ local 448 StringBuilder sb = new StringBuilder(prolog);
|
/external/webkit/Tools/android/flex-2.5.4a/ |
flexdef.h | 424 * prolog_offset - index where the prolog starts in action_array 425 * action_offset - index where the non-prolog starts in action_array 868 /* Mark the current position in the action array as the end of the prolog. */ [all...] |
/external/llvm/lib/Target/ARM/ |
ARMJITInfo.cpp | 47 // it, because the prolog/epilog inserted by GCC won't work for us. (We need
|