HomeSort by relevance Sort by last modified time
    Searched refs:Save (Results 226 - 250 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/blas/testing/
cblat3.f 511 * Save every datum before calling the
783 * Save every datum before calling the
    [all...]
zblat3.f 512 * Save every datum before calling the
784 * Save every datum before calling the
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 85 * State which we may save/restore across meta ops.
331 struct save_state Save[MAX_META_OPS_DEPTH];
332 /** Save stack depth */
489 * to save and reset to their defaults
494 struct save_state *save; local
499 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++];
500 memset(save, 0, sizeof(*save));
501 save->SavedState = state
835 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 311 virtual HRESULT WINAPI Save(void) = 0;
334 HRESULT (WINAPI *Save)(IDataSource *This);
359 #define IDataSource_Save(This) (This)->lpVtbl->Save(This)
    [all...]
shldisp.h     [all...]
tom.h 168 virtual HRESULT WINAPI Save(VARIANT *pVar,__LONG32 Flags,__LONG32 CodePage) = 0;
198 HRESULT (WINAPI *Save)(ITextDocument *This,VARIANT *pVar,__LONG32 Flags,__LONG32 CodePage);
230 #define ITextDocument_Save(This,pVar,Flags,CodePage) (This)->lpVtbl->Save(This,pVar,Flags,CodePage)
    [all...]
mmcobj.h     [all...]
shobjidl.h     [all...]
urlmon.h 397 virtual HRESULT WINAPI Save(IMoniker *pimkName,LPBC pbc,WINBOOL fRemember) = 0;
410 HRESULT (WINAPI *Save)(IPersistMoniker *This,IMoniker *pimkName,LPBC pbc,WINBOOL fRemember);
425 #define IPersistMoniker_Save(This,pimkName,pbc,fRemember) (This)->lpVtbl->Save(This,pimkName,pbc,fRemember)
    [all...]
d3dx9mesh.h 426 STDMETHOD(Save)(THIS_ IStream *stream, CONST D3DXMATERIAL* material, CONST D3DXEFFECTINSTANCE* effect_instance, DWORD num_materials) PURE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]
  /external/lldb/source/Core/
Debugger.cpp 748 // Save away the terminal state if that is relevant, so that we can restore it in RestoreInputState.
791 m_terminal_state.Save(in_file.GetDescriptor(), true);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 385 // Open and Save dialogs. But drag-n-drop and copy-paste are not needed.
    [all...]
file_table.js 214 * False if a file open/save dialog.
323 // Save the last selection. This is used by shouldStartDragSelection.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_controls.js 459 * This is the right moment to save the play state.
1074 // User gave the Pause command. Save the state and reset the loop mode.
1105 // Packaged apps cannot save synchronously.
    [all...]
  /external/libvorbis/doc/
04-codec.tex 113 in \xref{vorbis:spec:codebook}. Save each configuration, in
145 configuration as defined in \xref{vorbis:spec:floor0}; save
149 decode the floor configuration as defined in \xref{vorbis:spec:floor1}; save this configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}.
169 one or two, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configuration in slot \varname{[i]} of the residue configuration array \varname{[vorbis_residue_configurations]}.
191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
232 \item read 8 bits as unsigned integer for the floor number; save in vector \varname{[vorbis_mapping_submap_floor]} element \varname{[j]}
234 \item read 8 bits as unsigned integer for the residue number; save in vector \varname{[vorbis_mapping_submap_residue]} element \varname{[j]}
238 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_configurations]}.
260 \item save this mode configuration in slot \varname{[i]} of the mode configuration array
399 \item save the needed decoded floor information for channel for later synthesi
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 388 // Determine whether we have already seen this type. If so, we save
484 // Save the current top-level hash value.
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 750 """Process an event and save any changes in controller values"""
1003 # save current position
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h     [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 729 * Save app launch data to the local storage.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 928 * Save the current image to a file.
957 // Until then pretend that the save succeeded.
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 928 * Save the current image to a file.
957 // Until then pretend that the save succeeded.
    [all...]

Completed in 3721 milliseconds

1 2 3 4 5 6 7 8 91011>>