HomeSort by relevance Sort by last modified time
    Searched refs:save (Results 201 - 225 of 1308) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 79 camera.save();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 59 int sc = canvas.save();
PathFillTypes.java 52 canvas.save();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 134 canvas.save(Canvas.MATRIX_SAVE_FLAG);
136 canvas.save(Canvas.MATRIX_SAVE_FLAG);
153 canvas.save(Canvas.MATRIX_SAVE_FLAG);
155 canvas.save(Canvas.MATRIX_SAVE_FLAG);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 59 canvas.save();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 70 canvas.save();
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 71 canvas.save();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 36 function save() { function
49 * script. Add Listener to enable the save checkbox button on server response.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 87 * @param save
88 * is <code>true</code> if property should save value to {@link Property}.
90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) {
  /external/iptables/extensions/
libxt_AUDIT.c 93 .save = audit_save,
libxt_CHECKSUM.c 69 .save = CHECKSUM_save,
libxt_CLASSIFY.c 80 .save = CLASSIFY_save,
libxt_IDLETIMER.c 89 .save = idletimer_tg_save,
libxt_SECMARK.c 80 .save = SECMARK_save,
libxt_connlimit.c 199 .save = connlimit_save4,
214 .save = connlimit_save6,
229 .save = connlimit_save4,
244 .save = connlimit_save6,
libxt_cpu.c 55 .save = cpu_save,
libxt_helper.c 55 .save = helper_save,
libxt_length.c 67 .save = length_save,
libxt_mac.c 81 .save = mac_save,
libxt_quota.c 62 .save = quota_save,
libxt_socket.c 73 .save = socket_mt_save,
libxt_tcpmss.c 67 .save = tcpmss_save,
  /external/marisa-trie/lib/marisa/
tail.h 28 void save(const char *filename, bool trunc_flag = true,
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.h 28 void save(const char *filename, bool trunc_flag = true,
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 129 save %sp,-$frame-$locals,%sp
155 rd %asi,%o7 ! save %asi
170 stx %o7,[%sp+$bias+$frame+48] ! save %asi
223 std $alo,[$ap_l+$j] ! save smashed ap[j] in double format
227 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
299 std $alo,[$ap_l+$j] ! save smashed ap[j] in double format
306 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
387 std $alo,[$ap_l+$j] ! save smashed ap[j] in double format
394 std $nlo,[$np_l+$j] ! save smashed np[j] in double format

Completed in 1095 milliseconds

1 2 3 4 5 6 7 891011>>