/external/llvm/test/Analysis/ScalarEvolution/ |
scev-invalid.ll | 3 ; PR15570: SEGV: SCEV back-edge info invalid after dead code removal. 5 ; Indvars creates a SCEV expression for the loop's back edge taken
|
/external/mesa3d/docs/ |
MESA_release_buffers.spec | 38 when the back color buffer, depth buffer, stencil buffer, and/or accumu- 63 causes all software ancillary buffers (back buffer, depth, stencil,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_st.c | 229 unsigned front = ST_ATTACHMENT_FRONT_LEFT, back = ST_ATTACHMENT_BACK_LEFT; local 235 stwfb->textures[front] = stwfb->textures[back]; 236 stwfb->textures[back] = ptex; 240 back = 1 << back; 243 mask = stwfb->texture_mask & ~(front | back); 245 mask |= back; 246 if (stwfb->texture_mask & back)
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_depth.c | 122 const GLuint back = ctx->Stencil._BackFace; local 124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]); 125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); 126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]); 127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); 128 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff; 129 dsa->stencil[1].writemask = ctx->Stencil.WriteMask[back] & 0xff; 130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
|
/external/skia/src/gpu/ |
GrAllocator.h | 53 SkASSERT(NULL == fBlocks.back()); 55 fBlocks.back() = initialBlock; 111 void* back() { function in class:GrAllocator 119 const void* back() const { function in class:GrAllocator 213 T& back() { function in class:GrTAllocator 214 return *(T*)fAllocator.back(); 220 const T& back() const { function in class:GrTAllocator 221 return *(const T*)fAllocator.back();
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
ResettableIterator.java | 22 * Defines an iterator that can be reset back to an initial state. 33 * Resets the iterator back to the position at which the iterator
|
/external/valgrind/main/none/tests/linux/ |
mremap3.c | 26 printf("FAILED : was expecting to get back the initial_area\n"); 36 printf("FAILED : was expecting to get back the same area increased\n");
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Thread_priv.h | 46 M4OSA_ThreadCallBack startCallBack; / * starting thread call back * / 47 M4OSA_ThreadCallBack stopCallBack; / * stopping thread call back * /
|
/frameworks/base/core/java/android/content/ |
EntityIterator.java | 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()} 30 * Reset the iterator back to the beginning.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/ |
back.pass.cpp | 12 // reference back(); 24 int& ir = q.back();
|
back_const.pass.cpp | 12 // const_reference back() const; 25 const int& cir = cqr.back();
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
back.hpp | 13 // $Id: back.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 49 typedef typename Vector::back type;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragSource.java | 34 * A callback specifically made back to the source after an item from this source has been flung 41 * A callback made back to the source after an item from this source has been dropped on a
|
/external/chromium_org/cc/animation/ |
keyframed_animation_curve.cc | 18 if (!keyframes.empty() && keyframe->Time() < keyframes.back()->Time()) { 182 return keyframes_.back()->Time() - keyframes_.front()->Time(); 197 if (t >= keyframes_.back()->Time()) 198 return keyframes_.back()->Value(); 229 return keyframes_.back()->Time() - keyframes_.front()->Time(); 244 if (t >= keyframes_.back()->Time()) 245 return keyframes_.back()->Value(); 274 return keyframes_.back()->Time() - keyframes_.front()->Time(); 285 // Assumes that (*keyframes).front()->Time() < t < (*keyframes).back()-Time(). 308 if (t >= keyframes_.back()->Time() [all...] |
/development/samples/SkeletonApp/src/com/example/android/skeletonapp/ |
SkeletonActivity.java | 57 ((Button) findViewById(R.id.back)).setOnClickListener(mBackListener); 81 menu.add(0, BACK_ID, 0, R.string.back).setShortcut('0', 'b'); 119 * A call-back for when the user presses the back button. 128 * A call-back for when the user presses the clear button.
|
/external/chromium_org/base/memory/ |
scoped_vector.h | 63 const_reference back() const { return v_.back(); } function in class:ScopedVector 64 reference back() { return v_.back(); } function in class:ScopedVector 70 delete v_.back();
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_eula.js | 43 // Initially, the back button is focused and the accept button is 47 if (!$('back-button').blurred) 78 backButton.id = 'back-button'; 79 backButton.textContent = loadTimeData.getString('back'); 105 return $('accept-button').disabled ? $('back-button') :
|
/external/chromium_org/content/browser/loader/ |
resource_buffer.cc | 129 // trim it back. This allows us to reuse the alloc_end_ adjustment logic. 144 DCHECK(alloc_end_ >= alloc_sizes_.back()); 145 return alloc_end_ - alloc_sizes_.back(); 156 DCHECK_GE(alloc_sizes_.back(), aligned_size); 158 int* last_allocation_size = &alloc_sizes_.back();
|
/external/chromium_org/content/common/ |
child_process_messages.h | 89 // Send to all the child processes to send back profiler data (ThreadData in 94 // Send to all the child processes to send back histogram data. 111 // Send back profiler data (ThreadData in tracked_objects). 116 // Send back histograms as vector of pickled-histogram strings. 142 // fill in and pass back to the browser.
|
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.h | 39 BACK = 0x10, 51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/external/icu4c/common/ |
unisetspan.h | 39 BACK = 0x10, 51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputBinding.java | 32 * The connection back to the client. 37 * A remotable token for the connection back to the client. 54 * @param conn The interface for communicating back with the application. 89 * Return the connection for interacting back with the application. 96 * Return the token for the connection back to the application. You can
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramRaster.java | 27 * the culling mode. By default, back faces are culled. 38 BACK (0), 61 mCullMode = CullMode.BACK; 89 builder.setCullMode(CullMode.BACK); 133 mCullMode = CullMode.BACK;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 230 enum st_attachment_type back, front; local 232 back = ST_ATTACHMENT_BACK_LEFT; 234 /* copy the contents if front is newly allocated and back is not */ 235 if ((statt_mask & (1 << back)) && 237 !(new_mask & (1 << back))) { 238 xmesa_st_framebuffer_copy_textures(stfbi, back, front, 329 struct pipe_resource **front, **back, *tmp; local 332 back = &xstfb->textures[ST_ATTACHMENT_BACK_LEFT]; 336 *front = *back; 337 *back = tmp [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 230 enum st_attachment_type back, front; local 232 back = ST_ATTACHMENT_BACK_LEFT; 234 /* copy the contents if front is newly allocated and back is not */ 235 if ((statt_mask & (1 << back)) && 237 !(new_mask & (1 << back))) { 238 xmesa_st_framebuffer_copy_textures(stfbi, back, front, 329 struct pipe_resource **front, **back, *tmp; local 332 back = &xstfb->textures[ST_ATTACHMENT_BACK_LEFT]; 336 *front = *back; 337 *back = tmp [all...] |