HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 126 - 150 of 721) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64.s 43 // registers before writing it back. move_256through2048 on the other
74 JLS back
106 back: label
328 // CX points to the end of buffer so we need go back slightly. We will use negative offsets there.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog
44 """Add a back button with a given title, the tab-next button,
468 fatal.back("< Back", "Finish", active = 0)
469 fatal.cancel("Cancel", "Back", active = 0)
480 user_exit.back("< Back", "Finish", active = 0)
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog
44 """Add a back button with a given title, the tab-next button,
468 fatal.back("< Back", "Finish", active = 0)
469 fatal.cancel("Cancel", "Back", active = 0)
480 user_exit.back("< Back", "Finish", active = 0)
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /system/chre/util/include/chre/util/
array_queue_impl.h 63 ElementType& ArrayQueue<ElementType, kCapacity>::back() { function in class:chre::ArrayQueue
69 const ElementType& ArrayQueue<ElementType, kCapacity>::back() const { function in class:chre::ArrayQueue
  /toolchain/binutils/binutils-2.27/bfd/
elfcore.h 155 const struct elf_backend_data *back; local
159 back = xvec_get_elf_backend_data (*target_ptr);
160 if (back->s->arch_size != ARCH_SIZE)
162 if (back->elf_machine_code == i_ehdrp->e_machine
163 || (back->elf_machine_alt1 != 0
164 && i_ehdrp->e_machine == back->elf_machine_alt1)
165 || (back->elf_machine_alt2 != 0
166 && i_ehdrp->e_machine == back->elf_machine_alt2))
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 17 package com.android.dx.ssa.back;
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
RunQueue.h 18 // operations on back of the queue can be done by multiple threads concurrently.
21 // All remote threads operating on the queue back are serialized by a mutex.
87 unsigned back = back_.load(std::memory_order_relaxed); local
88 Elem* e = &array_[(back - 1) & kMask];
93 back = ((back - 1) & kMask2) | (back & ~kMask2);
94 back_.store(back, std::memory_order_relaxed);
106 unsigned back = back_.load(std::memory_order_relaxed); local
107 Elem* e = &array_[back & kMask]
124 unsigned back = back_.load(std::memory_order_relaxed); local
161 unsigned back = back_.load(std::memory_order_acquire); local
    [all...]
  /external/golang-protobuf/proto/
text_parser.go 82 backed bool // whether back() was called
334 // Back off the parser by one token. Can only be done between calls to next().
336 func (p *textParser) back() { p.backed = true } func
375 p.back()
444 p.back()
664 p.back()
743 p.back()
795 p.back()
846 p.back()
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 93 x.back();
JSONTokener.java 71 * Back up one character. This provides a sort of lookahead capability,
75 public void back() throws JSONException { method in class:JSONTokener
77 throw new JSONException("Stepping back two steps is not supported");
115 back(); method
295 back(); method
318 back(); method
343 back(); method
347 back(); method
365 back(); method
399 back(); method
    [all...]
  /external/libchrome/base/memory/
scoped_vector.h 65 const_reference back() const { return v_.back(); } function in class:ScopedVector
66 reference back() { return v_.back(); } function in class:ScopedVector
73 delete v_.back();
  /external/libchrome/base/strings/
safe_sprintf.cc 415 char* back = GetInsertionPoint(); local
416 while (--back > front) {
417 char ch = *back;
418 *back = *front;
  /external/libmojo/base/android/
jni_array.cc 155 size_t back = out->size(); local
156 out->resize(back + len);
160 ConvertJavaStringToUTF16(env, str.obj(), &((*out)[back + i]));
171 size_t back = out->size(); local
172 out->resize(back + len);
176 ConvertJavaStringToUTF8(env, str.obj(), &((*out)[back + i]));
189 size_t back = out->size();
190 out->resize(back + len);
192 reinterpret_cast<int8_t*>(&(*out)[back]));
  /external/llvm/include/llvm/ADT/
ArrayRef.h 143 /// back - Get the last element.
144 const T &back() const { function in class:llvm::ArrayRef
275 /// back - Get the last element.
276 T &back() const { function in class:llvm::ArrayRef
MapVector.h 62 std::pair<KeyT, ValueT> &back() { return Vector.back(); } function in class:llvm::MapVector
63 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } function in class:llvm::MapVector
122 typename MapType::iterator Pos = Map.find(Vector.back().first);
PriorityWorklist.h 81 const T &back() const { function in class:llvm::PriorityWorklist
82 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
83 return V.back();
100 // If the element isn't at the back, null it out and append a fresh one.
111 assert(back() != T() && "Cannot have a null element at the back!");
112 M.erase(back());
115 } while (!V.empty() && V.back() == T());
119 T Ret = back();
136 } while (!V.empty() && V.back() == T())
    [all...]
TinyPtrVector.h 216 EltTy back() const { function in class:llvm::TinyPtrVector
220 return Val.template get<VecTy*>()->back();
271 // benefit to collapsing back to a pointer
  /external/llvm/include/llvm/IR/
BasicBlock.h 241 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
242 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZDecoder.java 87 int back = pos - dist - 1; local
89 back += buf.length;
92 buf[pos++] = buf[back++];
93 if (back == buf.length)
94 back = 0;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.c 104 const struct ilo_state_cc_stencil_op_info *back; local
112 back = &stencil->back;
115 back = &stencil->front;
123 back->test_func << GEN6_ZS_DW0_STENCIL1_FUNC__SHIFT |
124 back->fail_op << GEN6_ZS_DW0_STENCIL1_FAIL_OP__SHIFT |
125 back->zfail_op << GEN6_ZS_DW0_STENCIL1_ZFAIL_OP__SHIFT |
126 back->zpass_op << GEN6_ZS_DW0_STENCIL1_ZPASS_OP__SHIFT;
188 const struct ilo_state_cc_stencil_op_info *back; local
196 back = &stencil->back
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 605 struct pipe_resource *back = local
607 if (back) {
608 hud_draw(ctx->hud, back);
stw_st.c 268 unsigned front = ST_ATTACHMENT_FRONT_LEFT, back = ST_ATTACHMENT_BACK_LEFT; local
274 stwfb->textures[front] = stwfb->textures[back];
275 stwfb->textures[back] = ptex;
279 back = 1 << back;
282 mask = stwfb->texture_mask & ~(front | back);
284 mask |= back;
285 if (stwfb->texture_mask & back)
  /external/skia/src/gpu/
GrStencilSettings.h 82 const Face& back() const { SkASSERT(this->isTwoSided()); return fBack; } function in class:GrStencilSettings
  /external/skqp/src/gpu/
GrStencilSettings.h 82 const Face& back() const { SkASSERT(this->isTwoSided()); return fBack; } function in class:GrStencilSettings
  /external/swiftshader/third_party/LLVM/include/llvm/
BasicBlock.h 121 /// null pointer back.
204 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
205 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock

Completed in 1464 milliseconds

1 2 3 4 56 7 8 91011>>