/system/core/libpixelflinger/tinyutils/ |
SharedBuffer.h | 61 //! edit the buffer (get a writtable, or non-const, version of it) 62 SharedBuffer* edit() const; 64 //! edit the buffer, resizing if needed 67 //! like edit() but fails if a copy is required 70 //! resize and edit the buffer, loose it's content.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
TitleEditor.java | 31 * An activity that will edit the title of a note. Displays a floating 37 * This is a special intent action that means "edit the title of a note". 73 // Get the uri of the note whose title we want to edit
|
/external/openssl/ssl/ |
install.com | 20 $ ARCH = F$EDIT( F$GETSYI( "ARCH_NAME"), "UPCASE") 55 $ E = F$EDIT(F$ELEMENT(I, ",", E_EXE),"TRIM") 70 $ E = F$EDIT(F$ELEMENT(I, ",", LIBS),"TRIM")
|
/frameworks/base/libs/utils/ |
String16.cpp | 554 char16_t* edit = NULL; local 558 if (!edit) { 559 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); 563 edit = (char16_t*)buf->data(); 564 mString = str = edit; 566 edit[i] = tolower((char)v); 576 char16_t* edit = NULL; local 579 if (!edit) { 580 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); 584 edit = (char16_t*)buf->data() [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneNumberFormattingTextWatcherTest.java | 61 Editable edit = (Editable) text.getText(); local 62 edit.delete(2, 3);
|
/external/openssl/apps/ |
install.com | 21 $ ARCH = F$EDIT( F$GETSYI( "ARCH_NAME"), "UPCASE") 45 $ E = F$EDIT(F$ELEMENT(I, ",", EXE),"TRIM")
|
/external/webkit/WebCore/manual-tests/ |
plain-text-paste.html | 13 3. Select item 5 in the Finder window and choose Copy “5” from the Finder’s Edit menu.<br> 14 4. Back in Safari, click inside the “Paste item 5 here” field and choose Paste from the Edit menu.<br>
|
/packages/apps/Contacts/res/layout-finger/ |
edit_phonetic_name.xml | 17 <!-- "Phonetic name" field on the Edit contact screen. 28 just because the user happened to edit it in a non-Japanese locale.)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 147 // Create an edit-XML wrapper, which takes a runnable 151 // is safe to edit the model using any method from INode. 165 throw new RuntimeException("Error: XML edit call without using INode.editXml!"); 192 // The best bet is to abort now. The edit wrapper will release the edit and the 230 // The best bet is to abort now. The edit wrapper will release the edit and the 257 // TODO this was just copy-pasted from the GLE1 edit code. Need to adapt to this context.
|
/cts/tests/res/layout/ |
remote_view_test_bad_1.xml | 27 <EditText android:id="@+id/edit"
|
/dalvik/vm/mterp/out/ |
InterpAsm-allstubs.S | 4 * --> DO NOT EDIT <--
|
/development/samples/ApiDemos/res/layout/ |
autocomplete_1.xml | 37 <AutoCompleteTextView android:id="@+id/edit"
|
autocomplete_2.xml | 38 <AutoCompleteTextView android:id="@+id/edit"
|
autocomplete_4.xml | 37 <AutoCompleteTextView android:id="@+id/edit"
|
autocomplete_5.xml | 37 <AutoCompleteTextView android:id="@+id/edit"
|
autocomplete_6.xml | 37 <MultiAutoCompleteTextView android:id="@+id/edit"
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete2.java | 38 findViewById(R.id.edit);
|
AutoComplete3.java | 38 findViewById(R.id.edit);
|
/development/samples/NotePad/ |
AndroidManifest.xml | 39 <action android:name="android.intent.action.EDIT" /> 57 <!-- This filter says that we can view or edit the data of 61 <action android:name="android.intent.action.EDIT" /> 87 define for our application, not a generic VIEW or EDIT
|
/external/bluetooth/glib/po/ |
README.translators | 7 edit and then convert again to UTF-8 to commit, please see the
|
/external/clearsilver/perl/ |
ClearSilver.pm | 36 # Below is stub documentation for your module. You better edit it!
|
/external/dbus/bus/ |
session.conf.in | 2 Add a session-local.conf and edit that rather than changing this
|
/external/dbus/test/data/valid-config-files/ |
session.conf | 2 Add a session-local.conf and edit that rather than changing this
|
/external/dbus/test/name-test/ |
run-with-tmp-session-bus.conf | 2 Add a session-local.conf and edit that rather than changing this
|
/external/e2fsprogs/e2fsck/ |
prof_err.h | 3 * This file is automatically generated; please do not edit it.
|