HomeSort by relevance Sort by last modified time
    Searched full:saves (Results 176 - 200 of 1519) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/harfbuzz_ng/
TODO 50 - Add sanitize API (and a cached version, that saves result on blob user-data)
  /external/kernel-headers/original/asm-arm/
ucontext.h 81 * Auxiliary signal frame. This saves stuff like FP state.
  /external/llvm/lib/Target/Hexagon/
Hexagon.h 72 // allocframe saves LR and FP on stack before allocating
  /external/llvm/lib/Target/X86/
README-X86-64.txt 59 The idea is that it saves callers from having to remember this value,
146 1. First movq should be movl; saves a byte.
147 2. Both andq's should be andl; saves another two bytes. I think this was
149 3. shrq should be shrl; saves another byte.
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h 96 * Flush pending rendering using the copy context. This function saves a
  /external/mesa3d/src/glsl/
lower_texture_projection.cpp 32 * in the IR. For GPUs that don't, this saves the driver needing the
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 33 // Saves the parameters of the test (so we can print them out when we finish the timing.)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 24 * saves the parameters from a action_fail_bringup intent. See
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSpecialItemView.java 88 * Saves any state for the view to the fragment so it will be restored on configuration change
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 49 * saves repeated runtime null-tests.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 49 * saves repeated runtime null-tests.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 34 /** Saves the current layout editor's rendered image to disk */
  /system/core/sh/
input.h 40 * The input line number. Input.c just defines this variable, and saves
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 352 if(a->d.Accept.saves[i] != ~0u){
359 fprintf(o, "\tcase %u:", a->d.Accept.saves[i]);
387 a->d.Accept.saves = s;
767 unsigned int *saves; local
795 saves = malloc(sizeof(unsigned int)*nRules);
796 memset(saves, ~0, (nRules)*sizeof(unsigned int));
805 if(saves[s->rule->d.RuleOp.accept] == ~0u)
806 saves[s->rule->d.RuleOp.accept] = nSaves++;
807 Action_new_Save(s, saves[s->rule->d.RuleOp.accept]);
834 Action_new_Accept(accept, nRules, saves, rules)
    [all...]
  /external/chromium/chrome/browser/
spellcheck_host_impl.h 94 // spellcheck dictionary; saves the dictionary to |data_|.
102 // Saves |data_| to disk. Run on the file thread.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 24 // Saves the window's position in the local state preferences.
27 // Saves the window's position to the given pref service.
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.h 69 // Used to handle "other" commands. The "raw" just saves the line as-is.
70 // The "encoded" version converts the line to UTF-8 and saves it.
  /external/chromium_org/printing/
emf_win.h 73 // Saves the EMF data to a file as-is. It is recommended to use the .emf file
188 // Processes one EMF record and saves it in the items_ array.
metafile.h 120 // Saves the underlying data to the given file. This function should ONLY be
159 // Saves the underlying data to the file associated with fd. This function
  /external/chromium_org/remoting/protocol/
pairing_registry.h 100 // Saves |pairing| to persistent storage.
111 // Creates a pairing for a new client and saves it to disk.
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 72 Recursively walks src_path and saves all files and subfolders into
135 """Saves all the dependencies in deps_path.
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 144 class CalleeSavedRegs<dag saves> {
145 dag SaveList = saves;
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 57 * Saves an AcousticModel collection to file.
138 * Saves an AcousticModel collection to file.
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 66 * Saves an AcousticState to a file.
123 * Saves an AcousticState to a file.
  /external/srec/srec/Nametag/include/
SR_Nametags.h 54 * Saves a nametag collection.
145 * Saves a nametag collection.

Completed in 716 milliseconds

1 2 3 4 5 6 78 91011>>