HomeSort by relevance Sort by last modified time
    Searched refs:edit (Results 426 - 450 of 1102) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
FileOffset.h 17 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
FileOffset.h 17 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
FileOffset.h 17 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
FileOffset.h 17 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
FileOffset.h 17 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
64 edit::EditedSource Editor;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
curses_tests.py 28 contents = box.edit()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
curses_tests.py 28 contents = box.edit()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 28 contents = box.edit()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 28 contents = box.edit()
  /system/core/libutils/
SharedBuffer.h 71 //! edit the buffer (get a writtable, or non-const, version of it)
72 SharedBuffer* edit() const;
74 //! edit the buffer, resizing if needed
77 //! like edit() but fails if a copy is required
80 //! resize and edit the buffer, loose it's content.
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 111 defaultPreferences.edit().remove(OLD_KEY_UPGRADE_VERSION).apply();
361 newPrefs.edit().remove(key).apply();
364 newPrefs.edit().putString(key, boolValue).apply();
367 newPrefs.edit().putString(key, intValue).apply();
375 newPrefs.edit().putString(key, intValue).apply();
381 newPrefs.edit().putString(key, (String) value).apply();
385 newPrefs.edit().remove(key).apply();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 257 Editor edit = pref.edit(); local
258 edit.putLong("primary", primaryCounter);
259 edit.putLong("secondary", secondaryCounter);
260 edit.putLong("dbIdentifier", dbIdentifier);
261 edit.putLong("totalContacts", totalContacts);
262 edit.putLong("lastUpdatedTimestamp", lastUpdatedTimestamp);
263 edit.putLong("totalFields", totalFields);
264 edit.putLong("totalSvcFields", totalSvcFields);
265 edit.apply()
    [all...]
  /external/curl/packages/vms/
compare_curl_source.com 98 $ myprocdir = f$edit(myprocdir, "LOWERCASE")
101 $ mydir = f$edit(mydir, "LOWERCASE")
113 $ resultd = f$edit(resultd, "LOWERCASE")
124 $ ref_root_dir = f$edit(ref_root_dir, "LOWERCASE")
193 $ ref_dir = f$edit(ref_dir, "LOWERCASE")
251 $ ref_type = f$edit(ref_type, "UPCASE")
256 $ ref_fname = f$edit(ref_fname, "LOWERCASE")
318 $ ref_dir = f$edit(ref_dir, "LOWERCASE")
335 $ ref_utype = f$edit(ref_type,"UPCASE")
336 $ ref_ufname = f$edit(ref_fname,"UPCASE"
    [all...]
build_gnv_curl_pcsi_desc.com 85 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase")
167 $ line_in = f$edit(line_in,"compress,trim,uncomment")
284 $ line_in = f$edit(line_in,"compress,trim,uncomment")
311 $ filetype_u = f$edit(filetype, "upcase")
337 $ line_in = f$edit(line_in,"compress,trim,uncomment")
409 $ line_in = f$edit(line_in,"compress,trim,uncomment")
418 $ filetype = f$edit(f$parse(filename,,,"TYPE"), "upcase")
433 $ filedir = f$edit(f$parse(filename,,,"DIRECTORY"), "lowercase")
446 $ line_in = f$edit(line_in,"compress,trim,uncomment")
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionAdapter.java 73 * Object listening for edit events within a {@link GuidedActionAdapter}.
78 * Called when the user exits edit mode on an action.
83 * Called when the user exits edit mode on an action and process confirm button in IME.
251 private void setupListeners(EditText edit) {
252 if (edit != null) {
253 edit.setPrivateImeOptions("EscapeNorth=1;");
254 edit.setOnEditorActionListener(mActionEditListener);
255 if (edit instanceof ImeKeyMonitor) {
256 ImeKeyMonitor monitor = (ImeKeyMonitor)edit;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
CachedStorageValuesHelperTest.java 79 .edit()
107 .edit()
146 .edit()
172 .edit()
199 .edit()
225 .edit()
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 21 #include "clang/Edit/Commit.h"
22 #include "clang/Edit/EditedSource.h"
23 #include "clang/Edit/EditsReceiver.h"
24 #include "clang/Edit/Rewriters.h"
95 std::unique_ptr<edit::EditedSource> Editor;
129 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
233 const NSAPI &NS, edit::Commit &commit,
324 edit::Commit commit(*Consumer.Editor);
325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
330 edit::Commit commit(*Consumer.Editor)
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 87 SharedPreferences.Editor prefs = mPrefs.edit();
104 SharedPreferences.Editor prefs = mPrefs.edit();

Completed in 1211 milliseconds

<<11121314151617181920>>