HomeSort by relevance Sort by last modified time
    Searched full:back (Results 501 - 525 of 15918) sorted by null

<<21222324252627282930>>

  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 71 /* (back, fwd are offsets) */
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */
85 #define ORPAREN (14LU<<OPSHIFT) /* ) back to ( */
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
149 int backrefs; /* does it use back references? */
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 225 // read it back
248 // read it back
264 // read it back
290 // read it back
407 // read it back
423 // read it back
439 // read it back
456 // read it back
473 // read it back
478 // read it back in std::wstrin
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 60 * Allocate a shared memory XImage back buffer for the given XMesaBuffer.
94 _mesa_warning(NULL, "shmget failed while allocating back buffer.\n");
105 _mesa_warning(NULL, "shmat() failed while allocating back buffer.\n");
168 * Setup an off-screen pixmap or Ximage to use as the back buffer.
192 /* Allocate new back buffer */
194 /* Allocate a regular XImage for the back buffer. */
217 /* Free the old back pixmap */
224 /* Allocate new back pixmap */
275 * Reallocate renderbuffer storage for back color buffer.
284 /* reallocate the back buffer XImage or Pixmap *
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 60 * Allocate a shared memory XImage back buffer for the given XMesaBuffer.
94 _mesa_warning(NULL, "shmget failed while allocating back buffer.\n");
105 _mesa_warning(NULL, "shmat() failed while allocating back buffer.\n");
168 * Setup an off-screen pixmap or Ximage to use as the back buffer.
192 /* Allocate new back buffer */
194 /* Allocate a regular XImage for the back buffer. */
217 /* Free the old back pixmap */
224 /* Allocate new back pixmap */
275 * Reallocate renderbuffer storage for back color buffer.
284 /* reallocate the back buffer XImage or Pixmap *
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 35 * Utility class for constructing synthetic back stacks for cross-task navigation
39 * app navigation using the back key changed. The back key's behavior is local
47 * the application should synthesize a back stack/history for the new task so that
48 * the user may navigate out of the new task and back to the Launcher by repeated
49 * presses of the back key. Back key presses should not navigate across task stacks.</p>
55 * the synthetic back stack as prescribed. On devices running older versions of the platform,
57 * the rest of the synthetic stack and allowing the back key to navigate back to the previou
    [all...]
FragmentTransaction.java 111 * when it is put on the back stack: the fragment is removed from
165 * played when popping the back stack.
173 * operations specifically when popping the back stack.
192 * Add this transaction to the back stack. This means that the transaction
196 * @param name An optional name for this back stack state, or null.
201 * Returns true if this FragmentTransaction is allowed to be added to the back
218 * is on the back stack.
233 * is on the back stack.
258 * @return Returns the identifier of this transaction's back stack entry,
  /libcore/luni/src/main/java/java/io/
PushbackReader.java 23 * Wraps an existing {@link Reader} and adds functionality to "push back"
25 * find this useful. The number of characters which may be pushed back can be
26 * specified during construction. If the buffer of pushed back bytes is empty,
242 * Pushes all the characters in {@code buffer} back to this reader. The
243 * characters are pushed back in such a way that the next character read
252 * the buffer containing the characters to push back to this
264 * Pushes a subset of the characters in {@code buffer} back to this reader.
267 * The bytes are pushed back in such a way that the next byte read from this
276 * the buffer containing the characters to push back to this
279 * the index of the first byte in {@code buffer} to push back
    [all...]
  /art/runtime/
instrumentation.h 41 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
48 // Call-back for when a method is entered.
53 // Call-back for when a method is exited.
61 // Call-back for when a method is popped due to an exception throw. A method will either cause a
62 // MethodExited call-back or a MethodUnwind call-back when its activation is removed.
66 // Call-back for when the dex pc moves in a method.
71 // Call-back when an exception is caught.
209 // Call back for configure stubs.
  /external/chromium_org/cc/quads/
render_pass_unittest.cc 95 pass->shared_quad_state_list.back(), gfx::Rect(), SkColor());
146 pass->shared_quad_state_list.back(), gfx::Rect(1, 1, 1, 1), SkColor());
152 pass->shared_quad_state_list.back(), gfx::Rect(2, 2, 2, 2), SkColor());
169 pass->shared_quad_state_list.back(), gfx::Rect(3, 3, 3, 3), SkColor());
175 pass->shared_quad_state_list.back(), gfx::Rect(4, 4, 4, 4), SkColor());
206 contrib->shared_quad_state_list.back(), gfx::Rect(3, 3, 3, 3), SkColor());
211 pass_quad->SetNew(pass->shared_quad_state_list.back(),
263 pass->shared_quad_state_list.back(), gfx::Rect(1, 1, 1, 1), SkColor());
302 pass->shared_quad_state_list.back(), gfx::Rect(3, 3, 3, 3), SkColor());
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 187 if (dri2_surf->back == NULL) {
190 dri2_surf->back = &dri2_surf->color_buffers[i];
196 if (dri2_surf->back == NULL)
198 if (dri2_surf->back->bo == NULL)
199 dri2_surf->back->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base.base,
202 if (dri2_surf->back->bo == NULL)
205 bo = (struct gbm_dri_bo *) dri2_surf->back->bo;
332 dri2_surf->current = dri2_surf->back;
333 dri2_surf->back = NULL;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 187 if (dri2_surf->back == NULL) {
190 dri2_surf->back = &dri2_surf->color_buffers[i];
196 if (dri2_surf->back == NULL)
198 if (dri2_surf->back->bo == NULL)
199 dri2_surf->back->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base.base,
202 if (dri2_surf->back->bo == NULL)
205 bo = (struct gbm_dri_bo *) dri2_surf->back->bo;
332 dri2_surf->current = dri2_surf->back;
333 dri2_surf->back = NULL;
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 97 * when it is put on the back stack: the fragment is removed from
151 * played when popping the back stack.
159 * operations specifically when popping the back stack.
178 * Add this transaction to the back stack. This means that the transaction
182 * @param name An optional name for this back stack state, or null.
187 * Returns true if this FragmentTransaction is allowed to be added to the back
204 * is on the back stack, as used by {@link FragmentBreadCrumbs}.
219 * is on the back stack, as used by {@link FragmentBreadCrumbs}.
244 * @return Returns the identifier of this transaction's back stack entry,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
exception_safety.ipp 225 switch( m_execution_path.back().m_type ) {
232 if( !m_execution_path.back().m_decision.value ) {
237 m_execution_path.back().m_decision.value = false;
238 m_forced_exception_point = m_execution_path.back().m_decision.forced_exception_point;
264 m_execution_path.back().m_except.description = description.begin();
289 m_execution_path.back().m_decision.value = true;
290 m_execution_path.back().m_decision.forced_exception_point = m_forced_exception_point;
481 unit_test_log << unit_test::log::begin( m_execution_path.back().m_file_name,
482 m_execution_path.back().m_line_num )
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 36 data back to the originating activity when done.</p>
40 to pick something and sends the selection back to its caller. Implementing
58 <td class="DescrColumn">Allows user to pick an option and sends it back to its caller</td>
118 // This is a standard resultCode that is sent back if the
145 // result will come back with request code GET_CODE.
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 29 * sends it back to HOME. From the data in the Intent, HOME creates a live folder and displays
50 * necessary data and send back OK. Otherwise, send back CANCEL.
97 /* Creates an ActivityResult object to propagate back to HOME. Set its result indicator
110 // Closes the Activity. The ActivityObject is propagated back to the caller.
  /external/chromium/net/base/
upload_data.cc 133 elements_.back().SetToBytes(bytes, bytes_len);
140 elements_.back().SetToFilePath(file_path);
148 elements_.back().SetToFilePathRange(file_path, offset, length,
155 elements_.back().SetToBlobUrl(blob_url);
163 elements_.back().SetToChunk(bytes, bytes_len, is_last_chunk);
  /external/chromium_org/cc/trees/
occlusion_tracker.h 24 // front-to-back order. As each layer is visited, one of the methods in this
39 // Called at the beginning of each step in the LayerIterator's front-to-back
42 // Called at the end of each step in the LayerIterator's front-to-back
80 DCHECK(!stack_.back().target->parent());
82 stack_.back().occlusion_from_inside_target);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 11 * 2. Scrape password and send it back to be used for encrypt user data and
18 * docRoot and send them back via a Channel.
27 // Channel to send back changed password.
40 * @param {!Object} channel The channel to send back password.
65 * Check if the password field at |index| has changed. If so, sends back
  /external/chromium_org/net/url_request/
url_request_throttler_manager.cc 38 // entries, detach the entries' back-pointer to the manager.
65 // start with a fresh entry so that we possibly back off a bit less
76 // We only disable back-off throttling on an entry that we have
90 // TODO(joi): Once sliding window is separate from back-off throttling,
105 // host, the pre-existing entries may still perform back-off throttling.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 52 * Copy back color(s) to front color(s).
82 /* this is a back-facing triangle */
88 /* copy back attribs to front attribs */
114 /* Find which vertex shader outputs are front/back colors */
132 * if the triangle is back-facing (negative).
  /external/llvm/include/llvm/ADT/
MapVector.h 69 std::pair<KeyT, ValueT> &back() { return Vector.back(); } function in class:llvm::MapVector
70 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } function in class:llvm::MapVector
124 typename MapType::iterator Pos = Map.find(Vector.back().first);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 52 * Copy back color(s) to front color(s).
82 /* this is a back-facing triangle */
88 /* copy back attribs to front attribs */
114 /* Find which vertex shader outputs are front/back colors */
132 * if the triangle is back-facing (negative).
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 195 * back references that were requested using
200 * to resolve any requested back references.
272 * The ContentValues back references are represented as a ContentValues object where the
273 * key refers to a column and the value is an index of the back reference whose
281 * expansion of back references. This can be called if either mValues or mValuesBackReferences
308 * The Selection Arguments back references are represented as a Map of Integer->Integer where
318 * expansion of back references. This can be called if either mValues or mValuesBackReferences
350 * Return the string representation of the requested back reference.
356 * @return the string representation of the requested back reference.
362 throw new ArrayIndexOutOfBoundsException("asked for back ref " + backRefInde
    [all...]
  /frameworks/base/docs/html/distribute/promote/
device-art.jd 179 landRes: ['shadow', 'back', 'fore'],
181 portRes: ['shadow', 'back', 'fore'],
193 landRes: ['shadow', 'back', 'fore'],
195 portRes: ['shadow', 'back', 'fore'],
207 landRes: ['shadow', 'back', 'fore'],
209 portRes: ['shadow', 'back', 'fore'],
220 landRes: ['shadow', 'back', 'fore'],
222 portRes: ['shadow', 'back', 'fore'],
234 landRes: ['shadow', 'back', 'fore'],
236 portRes: ['shadow', 'back', 'fore']
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipEntryTest.java 65 // Read it back, and check we find all those names.
113 // Read it back, and check that we see the entry.
140 // Read it back, and check that we see the entry.
167 // Read it back, and check that we see the entry.
186 // Read it back and make sure comments and extra are in the right order

Completed in 737 milliseconds

<<21222324252627282930>>