HomeSort by relevance Sort by last modified time
    Searched full:back (Results 101 - 125 of 9294) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/password_manager/
password_store_x.h 21 // data when such a backend is available, and otherwise falls back to using the
85 // Return true if we can fall back on the default store, warning the first
86 // time we call it when falling back is necessary. See |allow_fallback_|.
99 // Whether we should allow falling back to the default store. If there is
101 // be the first time we try to use it and we should allow falling back. If
102 // we have migrated successfully, then we do not allow falling back.
encryptor.h 19 // really an array of bytes, but we're passing it back
25 // back into a string16. Note that the input (first argument)
36 // back into a string. Note that the input (first argument)
  /external/skia/include/images/
SkFlipPixelRef.h 37 void getFrontBack(const void** front, void** back) const {
41 if (back) {
42 *back = fPage1;
SkPageFlipper.h 42 /** When you're ready to write to the back page, call update. The returned
45 the front page to the back page (will not intersect with the returned
49 back inval region is ready to receive new inval calls.
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.messages.in 30 # The plug-in process sends back a DidCreateWebProcessConnection message with
34 # Asks the plug-in process for sites with data. The plug-in process sends back a
38 # Asks the plug-in to clear data for the given sites. The plug-in process sends back
  /development/host/windows/usb/winusb/
BUILDME.TXT 3 need to set one of the WDK's build environments, "cd" back into this directory,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IntentActivityFlags.java 35 * This creates an array of Intent objects representing the back stack
40 // We are going to rebuild our task with a new back stack. This will
42 // back stack to be created, with the first entry holding the root
43 // and requesting to reset the back stack.
  /external/chromium/base/
value_conversions.h 9 // This file contains methods to convert a |FilePath| to a |Value| and back.
  /external/chromium/chrome/browser/
dom_operation_notification_details.h 5 // A class to hold the parameters we get back from the
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 14 // Fall back to the original profile.
  /external/compiler-rt/BlocksRuntime/tests/
cast.c 15 // PURPOSE should allow casting of a Block reference to an arbitrary pointer and back
  /external/icu4c/stubdata/reduced_coll/
README.txt 6 Then copy the new data file back to its source location.
  /external/icu4c/test/cintltst/
cctest.c 37 /* Get the default converter. Copy its name. Put it back. */
48 /* put it back. */
56 set back.
89 log_err("Error: u_getDefaultConverter() is still returning %s (expected %s) even though default converter was set back to %s (was %s)\n", nameAfterRestore, nameBeforeSet, defaultName , SET_TO);
  /external/iptables/extensions/
libxt_CONNSECMARK.man 2 (if unlabeled), and from connections back to packets (also only
  /external/kernel-headers/original/asm-arm/
sembuf.h 6 * Note extra padding because this structure is passed back and forth
  /external/kernel-headers/original/asm-x86/
sembuf.h 6 * Note extra padding because this structure is passed back and forth
  /external/llvm/test/CodeGen/Thumb2/
2010-04-15-DynAllocBug.ll 4 ; Make sure the result of the first dynamic_alloc isn't copied back to sp more
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 33 of the back color buffer to the front color buffer. This can be
35 when the back color buffer cannot be damaged by other windows.
63 may be used to copy a rectangular region of the back color buffer to
65 in response to expose events when the back color buffer cannot be
  /external/proguard/src/proguard/classfile/
package.html 9 a complete representation that can be read, modified, and written back.
  /external/qemu/android/
core-init-utils.c 29 /* Sends core initialization status message back to the UI that started this
77 // Format "ko" message to send back to the UI.
84 // Send message back to the UI, print it to the error stdout, and exit the
95 // Build "ok" message with the exit status, and send it back to the UI.
  /external/skia/src/core/
SkDeque.cpp 78 const void* SkDeque::back() const { function in class:SkDeque
79 Head* back = fBack; local
81 if (NULL == back) {
84 if (NULL == back->fEnd) { // marked as deleted
85 back = back->fPrev;
86 if (NULL == back) {
90 SkASSERT(back->fEnd);
91 return back->fEnd - fElemSize;
  /external/valgrind/main/helgrind/tests/
tc02_simple_tls.c 35 /* Now back in parent's segment */
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/
no-page-cache-expected.txt 9 resources/cached-page-2.html about to go back to resources/cached-page-1.html
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
no-page-cache-expected.txt 9 resources/cached-page-2.html about to go back to resources/cached-page-1.html
  /external/webkit/LayoutTests/platform/android-v8/storage/
transaction-error-callback-expected.txt 3 This test confirms that SQLTransactionErrorCallback is invoked correctly and regardless of its output, the transaction is always rolled back on failure.

Completed in 420 milliseconds

1 2 3 45 6 7 8 91011>>