| /external/libhevc/common/arm/ |
| ihevc_intra_pred_luma_mode_27_to_33.s | 109 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_sao_band_offset_chroma.s | 78 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_sao_edge_offset_class0.s | 74 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_sao_edge_offset_class0_chroma.s | 75 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_sao_edge_offset_class1.s | 73 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_sao_edge_offset_class1_chroma.s | 75 STMFD sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_weighted_pred_bi_default.s | 123 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| /external/libhevc/decoder/arm64/ |
| ihevcd_fmt_conv_420sp_to_rgba8888.s | 73 //* Stack Usage : 40 Bytes * 92 //// push the registers on the stack 140 //// load other parameters from stack 527 .section .note.GNU-stack,"",%progbits
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_eu.h | 120 struct brw_instruction stack[BRW_EU_MAX_INSN_STACK]; member in struct:brw_compile 147 * blocks they were popping out of, to fix up the mask stack. This tracks
|
| /external/mesa3d/src/mesa/x86/ |
| 3dnow_normal.S | 851 .section .note.GNU-stack,"",%progbits
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| SIPRequest.java | 48 import gov.nist.javax.sip.stack.SIPTransactionStack; 150 * faster in the stack because then it is just identity comparision. Character by char 405 // stack because then it is just identity comparision [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPClientTransaction.java | 26 package gov.nist.javax.sip.stack; 282 * @param newSIPStack Transaction stack this transaction belongs to. [all...] |
| SIPServerTransaction.java | 26 package gov.nist.javax.sip.stack; 497 * @param sipStack Transaction stack this transaction belongs to. 667 * transaction is not known to the stack. 678 // null check added as the stack may be stopped. 695 * Return true if the transaction is known to stack. [all...] |
| /external/protobuf/src/google/protobuf/ |
| wire_format.cc | 35 #include <stack> [all...] |
| /external/testng/doc/ |
| prettify.js | 381 // Handling this would require a stack, and we don't use PHP.
[all...] |
| /external/tinyxml2/ |
| tinyxml2.h | 1469 DynArray< const char*, 10 > stack; member in class:tinyxml2::XMLPrinter [all...] |
| /external/v8/src/arm64/ |
| simulator-arm64.h | 268 // Push an address onto the JS stack. 271 // Pop an address from the JS stack. 274 // Accessor to the internal simulator stack area. 675 void CheckMemoryAccess(uintptr_t address, uintptr_t stack); 802 // General purpose registers. Register 31 is the stack pointer. 842 // Stack 890 // The simulator has its own stack. Thus it has a different stack limit from 892 // the simulator stack. When the C-based limit is exhausted we reflect that by 893 // lowering the JS-based limit as well, to make stack checks trigger [all...] |
| /external/valgrind/massif/tests/ |
| culling1.stderr.exp | 435 Massif: stack allocs: 0 436 Massif: stack frees: 0
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
| NotificationChildrenContainer.java | 17 package com.android.systemui.statusbar.stack; 455 // When a group is expanded and moving into bottom stack, the bottom visible child 459 // the child into the bottom stack should take precedent over this. 523 * When moving into the bottom stack, the bottom visible child in an expanded group adjusts its [all...] |
| StackStateAnimator.java | 17 package com.android.systemui.statusbar.stack; 36 import java.util.Stack; 39 * An stack state animator which handles animations to new StackScrollStates 86 private Stack<AnimatorListenerAdapter> mAnimationListenerPool = new Stack<>(); [all...] |
| /frameworks/compile/mclinker/lib/Target/ |
| GNULDBackend.cpp | 362 // .stack 363 FragmentRef* stack = NULL; local 365 stack = FragmentRef::Create( 368 stack = FragmentRef::Null(); 378 stack, // FragRef [all...] |
| /frameworks/native/libs/ui/ |
| Region.cpp | 580 CallStack stack(LOG_TAG);
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| Android.mk | 377 LOCAL_MODULE := reg-stack 378 LOCAL_SRC_FILES := reg-stack.cpp
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| Android.mk | 377 LOCAL_MODULE := reg-stack 378 LOCAL_SRC_FILES := reg-stack.cpp
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| regex_compiler.h | 652 typedef std::stack<_StateSeq, std::vector<_StateSeq> > _StackT;
|