/external/chromium_org/third_party/leveldatabase/src/db/ |
version_edit_test.cc | 10 static void TestEncodeDecode(const VersionEdit& edit) { 12 edit.EncodeTo(&encoded); 25 VersionEdit edit; local 27 TestEncodeDecode(edit); 28 edit.AddFile(3, kBig + 300 + i, kBig + 400 + i, 31 edit.DeleteFile(4, kBig + 700 + i); 32 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue)); 35 edit.SetComparatorName("foo"); 36 edit.SetLogNumber(kBig + 100); 37 edit.SetNextFile(kBig + 200) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
themeInputMultipleFields.css | 19 input::-webkit-datetime-edit { 26 input::-webkit-datetime-edit-fields-wrapper { 35 input::-webkit-datetime-edit-ampm-field, 36 input::-webkit-datetime-edit-day-field, 37 input::-webkit-datetime-edit-hour-field, 38 input::-webkit-datetime-edit-millisecond-field, 39 input::-webkit-datetime-edit-minute-field, 40 input::-webkit-datetime-edit-month-field, 41 input::-webkit-datetime-edit-second-field, 42 input::-webkit-datetime-edit-week-field [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_overlay.css | 5 #autofill-edit-address-overlay { 9 #autofill-edit-credit-card-overlay { 13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div, 14 #autofill-edit-address-overlay .long input, 15 #autofill-edit-address-overlay textarea.long, 16 #autofill-edit-address-overlay input.long { 20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div, 21 #autofill-edit-address-overlay .short input, 22 #autofill-edit-address-overlay textarea.short, 23 #autofill-edit-address-overlay input.short [all...] |
/external/lohit-fonts/lohit-odia-ttf/ |
66-lohit-odia.conf | 11 <edit name="family" mode="prepend"> 13 </edit> 20 <edit name="autohint" mode="assign"> 22 </edit>
|
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/ |
fonts.conf | 6 <edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit> 13 <edit name="family" mode="assign"> 15 </edit> 22 <edit name="family" mode="assign"> 24 </edit> 31 <edit name="family" mode="assign"> 33 </edit> 42 <edit name="family" mode="assign"> 44 </edit> [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
BaseMultipleFieldsDateAndTimeInputType.cpp | 216 if (DateTimeEditElement* edit = dateTimeEditElement()) 217 edit->focusIfNoFocus(); 229 if (DateTimeEditElement* edit = dateTimeEditElement()) 230 return edit->hasFocusedField(); 236 if (DateTimeEditElement* edit = dateTimeEditElement()) 237 edit->stepDown(); 242 if (DateTimeEditElement* edit = dateTimeEditElement()) 243 edit->stepUp(); 264 DateTimeEditElement* edit = this->dateTimeEditElement(); local 265 if (!edit) 395 DateTimeEditElement* edit = dateTimeEditElement(); local 448 DateTimeEditElement* edit = dateTimeEditElement(); local 477 DateTimeEditElement* edit = dateTimeEditElement(); local 496 DateTimeEditElement* edit = dateTimeEditElement(); local 510 DateTimeEditElement* edit = dateTimeEditElement(); local [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield_model.cc | 20 // Edit holds state information to undo/redo editing changes. Editing operations 22 // Commit() marks an edit as an independent operation that shouldn't be merged. 23 class Edit { 31 virtual ~Edit() {} 33 // Revert the change made by this edit in |model|. 40 // Apply the change of this edit to the |model|. 47 // Try to merge the |edit| into this edit and returns true on success. The 48 // merged edit will be deleted after redo and should not be reused. 49 bool Merge(const Edit* edit) 684 Edit* edit = new DeleteEdit(mergeable, old_text, old_text_start, backward); local 710 Edit* edit = new ReplaceEdit(merge_type, local 726 Edit* edit = new InsertEdit(mergeable, new_text, GetCursorPosition()); local [all...] |
/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/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MessageLogger.java | 41 prefs.edit() 55 getPrefs(context).edit().remove(LOG_KEY).apply();
|
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MessageLogger.java | 41 prefs.edit() 55 getPrefs(context).edit().remove(LOG_KEY).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/Wearable/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();
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
MessageLogger.java | 41 prefs.edit() 55 getPrefs(context).edit().remove(LOG_KEY).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"
|
/external/clang/lib/Edit/ |
EditedSource.cpp | 10 #include "clang/Edit/EditedSource.h" 13 #include "clang/Edit/Commit.h" 14 #include "clang/Edit/EditsReceiver.h" 20 using namespace edit; 222 for (edit::Commit::edit_iterator 224 const edit::Commit::Edit &edit = *I; local 225 switch (edit.Kind) { 226 case edit::Commit::Act_Insert [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
SharedPreferencesTest.java | 53 prefs.edit().clear().commit(); 73 prefs.edit().putString("foo", "bar").commit(); 93 prefs.edit().putString("test-key", "test-value").commit(); 96 SharedPreferences.Editor editor = prefs.edit().putString("test-key", null); 108 // Do some later operation on editor (e.g. a redundant edit). 116 // Tests that a redundant edit after an initital setup doesn't 123 prefs.edit().commit(); 126 editor = prefs.edit(); 137 editor = prefs.edit(); 221 prefs.edit().putString("foo", "bar").commit() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete2.java | 38 findViewById(R.id.edit);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwGeolocationPermissions.java | 37 mSharedPreferences.edit().putBoolean(key, true).apply(); 47 mSharedPreferences.edit().putBoolean(key, false).apply(); 57 mSharedPreferences.edit().remove(key).apply(); 69 editor = mSharedPreferences.edit();
|
/external/chromium_org/tools/clang/scripts/ |
run_tool.py | 47 Edit = collections.namedtuple( 48 'Edit', ('edit_type', 'offset', 'length', 'replacement')) 89 edits[path].append(Edit(edit_type, int(offset), int(length), replacement)) 91 print 'Unable to parse edit: %s' % line 192 edits: A dict mapping filenames to Edit instances that apply to that file. 201 # subsequent edits don't need to have their offsets updated with each edit 207 for edit in reversed(v): 208 if edit == last_edit: 210 last_edit = edit 211 contents[edit.offset:edit.offset + edit.length] = edit.replacemen [all...] |
/external/lldb/tools/driver/ |
Makefile | 29 CPP.Flags += -I/usr/include/edit #-v
|