HomeSort by relevance Sort by last modified time
    Searched refs:saved (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile 67 saved-output := $(BUILD_OUTPUT)
70 $(error output directory "$(saved-output)" does not exist))
  /external/tinyxml/
xmltest.cpp 542 FILE* saved = fopen( "utf8testout.xml", "r" ); local
544 if ( saved && verify )
548 fgets( savedBuf, 256, saved );
555 fclose( saved );
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 122 this.savedLabel_ = util.createChild(this.options_, 'saved');
444 // Forget the saved selection if the user changed the selection manually.
568 // Splice invalidates saved indices, drop the saved selection.
612 // If the saved selection is multiple the Slideshow should cycle through
613 // the saved selection.
731 ImageUtil.setAttribute(this.options_, 'saved',
989 ImageUtil.setAttribute(this.options_, 'saved', !mayChangeOverwrite);
996 cr.dispatchSimpleEvent(this, 'image-saved');
1003 * Flash 'Saved' label briefly to indicate that the image has been saved
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 291 // Restore network location wizard to value saved by DisableNwCategoryWizard.
451 // encryption type saved by |CreateNetwork| if applicable. Profile has to be
459 // Saved value of network location wizard show value.
1156 DWORD saved = 0u; local
1185 DWORD saved = 0u; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 763 int saved = m_next; local
765 m_next = saved; // HACK: I think this is a bit of a hack. -sb
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
file_entry_binding_util.js 18 // previously saved file entries.
  /external/chromium_org/media/filters/
source_buffer_range.cc 374 BufferQueue saved(starting_point + next_buffer_offset, buffers_.end());
375 removed_buffers->swap(saved);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.py 426 saved = self.sy, self.systring
430 self.sy, self.systring = saved
  /external/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 92 pop %rdi # rdi was saved here earlier
93 ret # rip was saved here
  /external/libunwind/doc/
libunwind-setjmp.tex 31 need to be saved in the jump-buffer (plus one call to
unw_get_proc_name.tex 25 saved in the stack frame identified by \Var{cp}, relative to the start
unw_resume.tex 27 (callee-saved) registers. However, if execution in any of the stack
libunwind.tex 106 \emph{callee-saved} (``preserved'') registers. However, in some
108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
118 Besides just moving the unwind cursor and reading/writing saved
  /external/zlib/src/contrib/masmx86/
match686.asm 132 ; saved ebx byte esp + 36
133 ; saved edi byte esp + 40
134 ; saved esi byte esp + 44
135 ; saved ebp byte esp + 48
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 92 pop %rdi # rdi was saved here earlier
93 ret # rip was saved here
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 248 sync_pb::DataTypeProgressMarker saved; local
249 dir()->GetDownloadProgress(BOOKMARKS, &saved);
251 EXPECT_EQ(progress.token(), saved.token());
252 EXPECT_EQ(progress.data_type_id(), saved.data_type_id());
    [all...]
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 364 .gallery .filename-spacer .saved,
375 .gallery[editing] .filename-spacer .saved {
387 .gallery[editing] .options[saved] .overwrite-original {
391 .gallery[editing] .options[saved] .overwrite-original,
392 .gallery[editing] .options[saved] .overwrite-original > * {
397 .gallery .filename-spacer .saved[highlighted] {
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 646 char *pos, *pos2, saved; local
669 saved = *pos2;
681 *pos2 = saved;
  /ndk/sources/host-tools/make-3.81/
read.c 286 /* Free the current conditionals and reinstate a saved one. */
289 restore_conditionals (struct conditionals *saved)
298 conditionals = saved;
422 struct conditionals *saved;
438 saved = install_conditionals (&new);
442 restore_conditionals (saved);
419 struct conditionals *saved; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 2485 SDL_Color *saved = NULL; local
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 458 dnode_t *saved; local
474 saved = root;
479 return saved;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 104 saved = True
108 saved = False
110 return saved
129 # Keep track of modules saved for later restoration as well
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 104 saved = True
108 saved = False
110 return saved
129 # Keep track of modules saved for later restoration as well
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 166 * Retrieves our saved data from storage.
193 * Resets our saved state to empty.

Completed in 710 milliseconds

1 2 3 4 5 67 8 91011>>