HomeSort by relevance Sort by last modified time
    Searched refs:edit (Results 1 - 25 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 17 edit = new QLineEdit;
18 edit->setFocus();
21 layout->addWidget(edit, 0, 1);
24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
30 return edit->text();
stringquery.h 25 QLineEdit *edit; member in class:StringQuery
  /external/llvm/lib/Fuzzer/
pull_and_push_fuzz_corpus.sh 11 git pull --rebase --no-edit
15 git pull --rebase --no-edit
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FileList.py 29 edit = self.dict[key]
30 edit.top.wakeup()
31 return edit
39 edit = self.open(filename)
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
47 for edit in self.inversedict.keys():
48 reply = edit.close()
53 def unregister_maybe_terminate(self, edit):
55 key = self.inversedict[edit]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FileList.py 29 edit = self.dict[key]
30 edit.top.wakeup()
31 return edit
39 edit = self.open(filename)
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
47 for edit in self.inversedict.keys():
48 reply = edit.close()
53 def unregister_maybe_terminate(self, edit):
55 key = self.inversedict[edit]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 29 edit = self.dict[key]
30 edit.top.wakeup()
31 return edit
39 edit = self.open(filename)
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
47 for edit in self.inversedict.keys():
48 reply = edit.close()
53 def unregister_maybe_terminate(self, edit):
55 key = self.inversedict[edit]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 29 edit = self.dict[key]
30 edit.top.wakeup()
31 return edit
39 edit = self.open(filename)
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
47 for edit in self.inversedict.keys():
48 reply = edit.close()
53 def unregister_maybe_terminate(self, edit):
55 key = self.inversedict[edit]
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ProcessText.java 27 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); local
28 edit.setText(text);
29 edit.setSelection(edit.getText().length());
45 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); local
47 intent.putExtra(Intent.EXTRA_PROCESS_TEXT, edit.getText());
  /external/scrypt/
build-config.mk 1 # Auto-generated - DO NOT EDIT!
2 # To regenerate, edit scrypt.config, then run:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 30 final SharedPreferences.Editor editor = pref.edit();
36 final SharedPreferences.Editor editor = pref.edit();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
rebuild.sh 5 ; File is autogenerated from allopcodes.S - do not edit
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 34 * is found, <code>edit()</code> is called in <code>ExprEdit</code>.
35 * <code>edit()</code> can inspect and modify the given expression.
37 * <code>edit()</code> does nothing, the original method body is not
45 * public void edit(MethodCall m) throws CannotCompileException {
97 edit(h);
191 edit((MethodCall)expr); method
197 edit((FieldAccess)expr); method
211 edit((NewExpr)expr); method
219 edit(ccall);
223 edit(mcall)
232 edit((NewArray)expr); method
236 edit((Instanceof)expr); method
240 edit((Cast)expr); method
262 public void edit(NewExpr e) throws CannotCompileException {} method in class:ExprEditor
271 public void edit(NewArray a) throws CannotCompileException {} method in class:ExprEditor
278 public void edit(MethodCall m) throws CannotCompileException {} method in class:ExprEditor
290 public void edit(ConstructorCall c) throws CannotCompileException {} method in class:ExprEditor
297 public void edit(FieldAccess f) throws CannotCompileException {} method in class:ExprEditor
303 public void edit(Instanceof i) throws CannotCompileException {} method in class:ExprEditor
309 public void edit(Cast c) throws CannotCompileException {} method in class:ExprEditor
315 public void edit(Handler h) throws CannotCompileException {} method in class:ExprEditor
    [all...]
  /external/clang/include/clang/Edit/
EditsReceiver.h 19 namespace edit { namespace in namespace:clang
Rewriters.h 24 namespace edit { namespace in namespace:clang
  /cts/tests/sample/src/android/sample/
SampleDeviceActivity.java 49 Editor editor = mPreferences.edit();
71 Editor editor = mPreferences.edit();
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 52 pref.edit().remove(PREF_KEY_COUNTER).apply();
54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply();
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 52 pref.edit().remove(PREF_KEY_COUNTER).apply();
54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply();
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
Utils.java 52 pref.edit().remove(PREF_KEY_COUNTER).apply();
54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply();
  /external/libunwind/scripts/
make-L-files 16 bk edit $lname >/dev/null 2>&1
  /external/libpng/contrib/tools/
chkfmt 13 edit=
23 edit=yes
33 # Function to edit a single file - if the file isn't changed ask the user
111 if test -n "$EDITOR" -a -n "$edit"
126 if test -n "$EDITOR" -a -n "$edit"
  /packages/apps/TV/src/com/android/tv/util/
TvSettings.java 121 PreferenceManager.getDefaultSharedPreferences(context).edit().putInt(
145 PreferenceManager.getDefaultSharedPreferences(context).edit().putInt(
156 PreferenceManager.getDefaultSharedPreferences(context).edit().putString(
166 PreferenceManager.getDefaultSharedPreferences(context).edit().putString(
176 PreferenceManager.getDefaultSharedPreferences(context).edit().putInt(
184 PreferenceManager.getDefaultSharedPreferences(context).edit()
192 PreferenceManager.getDefaultSharedPreferences(context).edit()
200 PreferenceManager.getDefaultSharedPreferences(context).edit()
208 PreferenceManager.getDefaultSharedPreferences(context).edit()
240 PreferenceManager.getDefaultSharedPreferences(context).edit().putInt
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 99 SharedPreferencesCompat.apply(getSearchPreferences().edit().putBoolean(name, value));
103 SharedPreferencesCompat.apply(getSearchPreferences().edit().putInt(name, value));
107 SharedPreferencesCompat.apply(getSearchPreferences().edit().putLong(name, value));
111 SharedPreferencesCompat.apply(getSearchPreferences().edit().putString(name, value));
115 SharedPreferencesCompat.apply(getSearchPreferences().edit().remove(name));
157 SharedPreferencesCompat.apply(prefs.edit()
206 Editor sharedPrefEditor = getSearchPreferences().edit();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 99 cache.edit(key);
106 cache.edit(key);
113 cache.edit(key);
120 cache.edit(key);
127 cache.edit(key);
135 cache.edit(key);
146 cache.edit(key).abort();
149 cache.edit(key).abort();
152 cache.edit(key).abort();
156 DiskLruCache.Editor creator = cache.edit("k1")
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 52 prefs.edit().clear().commit();
75 prefs.edit().putString("foo", "bar").commit();
95 prefs.edit().putString("test-key", "test-value").commit();
98 SharedPreferences.Editor editor = prefs.edit().putString("test-key", null);
110 // Do some later operation on editor (e.g. a redundant edit).
118 // Tests that a redundant edit after an initital setup doesn't
125 prefs.edit().commit();
128 editor = prefs.edit();
139 editor = prefs.edit();
223 prefs.edit().putString("foo", "bar").commit()
    [all...]
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
PrefState.java 44 mPrefs.edit()
50 mPrefs.edit()
74 mPrefs.edit().putInt(FOOD_STATE, foodState).commit();

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 91011>>