/packages/apps/EmergencyInfo/src/com/android/emergency/edit/ |
EmergencyContactsFeatureProvider.java | 16 package com.android.emergency.edit;
|
EmergencyContactsFeatureProviderImpl.java | 16 package com.android.emergency.edit;
|
/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/python/cpython3/Lib/idlelib/ |
filelist.py | 30 edit = self.dict[key] 31 edit.top.wakeup() 32 return edit 37 edit = self.EditorWindow(self, filename, key) 38 if edit.good_load: 39 return edit 41 edit._close() 45 edit = self.open(filename) 46 if edit is not None and lineno is not None: 47 edit.gotoline(lineno [all...] |
/external/python/cpython2/Lib/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/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...] |
/external/v8/tools/clang/rewrite_to_chrome_style/ |
EditTracker.cpp | 25 assert(!filename.empty() && "Can't track edit with no filename!"); 35 for (const auto& edit : tracked_edits_) { 36 for (const auto& filename : edit.getValue().filenames) { 37 output << filename.getKey() << ":" << tag << ":" << edit.getKey() << ":" 38 << edit.getValue().new_text << "\n";
|
/frameworks/support/core/ktx/src/main/java/androidx/core/content/ |
SharedPreferences.kt | 27 * prefs.edit { 33 * prefs.edit(commit = true) { 39 inline fun SharedPreferences.edit( 43 val editor = edit()
|
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/fonts/ |
font.conf | 17 <edit mode="assign" name="hintstyle"> 19 </edit>
|
/prebuilts/jdk/jdk8/linux-x86/jre/lib/fonts/ |
font.conf | 17 <edit mode="assign" name="hintstyle"> 19 </edit>
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
WidgetDAO.java | 41 prefs.edit().remove(key).apply(); 43 prefs.edit().putInt(key, count).apply();
|
/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/ |
FeatureFactoryImpl.java | 7 import com.android.emergency.edit.EmergencyContactsFeatureProvider; 8 import com.android.emergency.edit.EmergencyContactsFeatureProviderImpl;
|
/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());
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
MyPreferences.java | 58 mPrefs.edit().putBoolean(RESPONSE_AUTH_KEY, responseAuth).apply(); 72 mPrefs.edit().putBoolean(DATASET_AUTH_KEY, datasetAuth).apply(); 86 mPrefs.edit().putString(MASTER_PASSWORD_KEY, masterPassword).apply(); 90 mPrefs.edit().remove(MASTER_PASSWORD_KEY).apply(); 98 mPrefs.edit().putInt(LOGGING_LEVEL, level.ordinal()).apply(); 108 mPrefs.edit().putInt(DAL_CHECK_REQUIRED, level.ordinal()).apply();
|
/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.27/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...] |
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
ProvisioningSuccessActivity.java | 25 ProvisioningTest.getSharedPreferences(this).edit()
|
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
MyPreferences.java | 52 mPrefs.edit().putBoolean(RESPONSE_AUTH_KEY, responseAuth).apply(); 66 mPrefs.edit().putBoolean(DATASET_AUTH_KEY, datasetAuth).apply(); 80 mPrefs.edit().putString(MASTER_PASSWORD_KEY, masterPassword).apply(); 84 mPrefs.edit().remove(MASTER_PASSWORD_KEY).apply();
|
/external/clang/include/clang/Edit/ |
EditsReceiver.h | 19 namespace edit { namespace in namespace:clang
|
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/ |
SharedPreferencesTest.kt | 29 preferences.edit { 40 preferences.edit(commit = true) {
|