HomeSort by relevance Sort by last modified time
    Searched full:save (Results 151 - 175 of 6176) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/kernel/arch-arm/asm/
fpstate.h 41 unsigned int save[FP_HARD_SIZE]; member in struct:fp_hard_struct
46 unsigned int save[FP_SOFT_SIZE]; member in struct:fp_soft_struct
51 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; member in struct:iwmmxt_struct
  /development/host/windows/usb/api/
adb_api_private_defines.h 66 /// Calculates memory size needed to save this entry into AdbInterfaceInfo
75 @param[in] info Buffer to save this entry to. Must be big enough to fit it.
79 void Save(AdbInterfaceInfo* info) const {
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 20 ; Save RSP.
23 ; Save all int arg registers
33 ; Save all XMM arg registers. Also allocate reg spill area.
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 205 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
208 save << *hist;
209 QVERIFY(save.status() == QDataStream::Ok);
234 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
245 //save current index
248 save << *hist;
249 QVERIFY(save.status() == QDataStream::Ok);
264 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
278 save << *hist;
279 QVERIFY(save.status() == QDataStream::Ok)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledPathsActivity.java 68 canvas.save();
77 canvas.save();
85 canvas.save();
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.c 63 struct inv_db_save_t save; member in struct:inv_data_builder_t
107 memcpy(&inv_data_builder.save, data, sizeof(inv_data_builder.save));
109 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy;
110 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy;
111 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy;
122 memcpy(data, &inv_data_builder.save, sizeof(inv_data_builder.save));
134 sizeof(inv_data_builder.save),
452 memcpy(bias, inv_data_builder.save.compass_bias, sizeof(inv_data_builder.save.compass_bias))
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 56 char *trace_file; /* file base to save trace */
64 char *log_file; /* file to save all event logs */
80 char *rt_file; /* file to save all real-time logs */
  /pdk/apps/TestingCamera/res/values/
strings.xml 28 <string name="snapshot_text_default">Save to view EXIF.</string>
46 <string name="snapshot_save_label">Save</string>
47 <string name="snapshot_view_label">Save and view</string>
  /external/libffi/src/mips/
o32.S 54 REG_S $fp, FP_OFF($sp) # Save frame pointer
56 REG_S ra, RA_OFF($sp) # Save return address
193 3 - a3 save
194 2 - a2 save
195 1 - a1 save
196 0 - a0 save, original sp
197 -1 - ra save
198 -2 - fp save
199 -3 - $16 (s0) save
207 -11 - Called function a3 save
    [all...]
  /cts/suite/audio_quality/test_description/test/
no_attrib.xml 33 <save />
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 10 push {r0-r12,lr} @ save out all registers
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area
9 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
38 SAVEAREA_FROM_FP(rBIX, a1) # rBIX<- new stack save area
66 move rOBJ, a2 # save a2
funop.S 16 move rOBJ, a0 # save a0
funopWider.S 13 move rOBJ, a0 # save a0
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 78 SPILL_TMP1(%eax) # save opIndex
82 movl %eax,%edx # save possibly resolved method in edx
85 SPILL_TMP2(%edx) # save method
94 SPILL_TMP1(%eax) # save result of inline
alt_stub.S 5 * because rIBASE is caller save and we need to reload it.
  /external/chromium/chrome/browser/chromeos/views/
copy_background.cc 27 canvas->Save();
  /external/chromium/net/spdy/
spdy_settings_storage.h 27 // Save settings for a host.
  /external/clang/test/SemaObjC/
nsobject-attribute-1.m 42 id save = [block copy];
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 7 # Save scratch registers.
39 mov %rsp, %rbx # save current rsp
87 # Save scratch registers.
119 mov %rsp, %rbx # save current rsp
  /external/dropbear/
MULTI 5 can create a single binary. This will save disk space by avoiding repeated
  /external/iptables/
INCOMPATIBILITIES 13 After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then
  /external/iptables/iptables/
ip6tables-save.c 1 /* Code to save the ip6tables state, in human readable-form. */
3 * Original code: iptables-save
82 printf("# Generated by ip6tables-save v%s on %s",
143 ip6tables_globals.program_name = "ip6tables-save";
  /external/llvm/test/CodeGen/X86/
overlap-shift.ll 3 ;; emitted before the shift to save the register value before it is
  /external/openfst/src/bin/
fstsymbols.cc 35 DEFINE_string(save_isymbols, "", "Save fst file's input symbol table to file");
36 DEFINE_string(save_osymbols, "", "Save fst file's output symbol table to file");
68 LOG(ERROR) << "save isymbols requested but there are no input symbols.";
77 LOG(ERROR) << "save osymbols requested but there are no output symbols.";

Completed in 1155 milliseconds

1 2 3 4 5 67 8 91011>>