Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 159) sorted by relevance

1234567

/frameworks/native/libs/binder/
DBufferedTextOutput.cpp50 status_t append(const char* txt, size_t len) { in append()
59 memcpy(buffer+bufferPos, txt, len); in append()
158 status_t BufferedTextOutput::print(const char* txt, size_t len) in print() argument
165 const char* const end = txt+len; in print()
169 while (txt < end) { in print()
171 const char* first = txt; in print()
172 while (txt < end && *txt != '\n') txt++; in print()
175 while (txt < end && *txt == '\n') txt++; in print()
185 } else if (*(txt-1) == '\n' && !b->bundle) { in print()
191 const char* lastLine = txt+1; in print()
[all …]
/frameworks/base/cmds/uiautomator/library/
DAndroid.mk23 uiautomator_internal_api_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_api.txt
25 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_removed_api.txt
77 $(patsubst $(uiautomator_api_dir)/%.txt,%, $(wildcard $(uiautomator_api_dir)/*.txt)) \
88 $(uiautomator_api_dir)/$(last_released_sdk_version).txt, \
90 $(uiautomator_api_dir)/removed.txt, \
93 cat $(LOCAL_PATH)/apicheck_msg_last.txt, \
107 $(uiautomator_api_dir)/current.txt, \
109 $(uiautomator_api_dir)/removed.txt, \
112 cat $(LOCAL_PATH)/apicheck_msg_current.txt, \
120 @echo Copying uiautomator current.txt
[all …]
Dapicheck_msg_current.txt9 2) You can update current.txt by executing the following command:
12 To submit the revised current.txt to the main Android repository,
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DExportLicensesTask.groovy29 … licenses : ["https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt",
30 "http://www.apache.org/licenses/LICENSE-2.0.txt"],
31 … notices : ["https://raw.githubusercontent.com/JetBrains/kotlin/master/license/NOTICE.txt"]
35 licenses : ["https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"]
43 licenses : ["https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"]
47 … licenses : ["https://raw.githubusercontent.com/antlr/stringtemplate4/master/LICENSE.txt"]
55 … licenses : ["https://raw.githubusercontent.com/junit-team/junit/master/LICENSE-junit.txt"],
56 … notices : ["https://raw.githubusercontent.com/junit-team/junit/master/NOTICE.txt"]
60 … licenses : ["http://svn.apache.org/viewvc/commons/proper/io/trunk/LICENSE.txt?view=co"],
61 … notices : ["http://svn.apache.org/viewvc/commons/proper/io/trunk/NOTICE.txt?view=co"]
[all …]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DSharingReceiverSupport.java61 StringBuilder txt = new StringBuilder("Received share!\nText was: "); in onCreate() local
63 txt.append(intentReader.getText()); in onCreate()
64 txt.append("\n"); in onCreate()
66 txt.append("Streams included:\n"); in onCreate()
70 txt.append("Share included stream " + i + ": " + uri + "\n"); in onCreate()
75 txt.append(reader.readLine() + "\n"); in onCreate()
88 tv.setText(txt.toString()); in onCreate()
/frameworks/base/tests/backup/
Dtest_restore.sh82 check_file files/file.txt "first file" || need_bug=1
83 check_file files/another_file.txt "asdf" || need_bug=1
85 check_file files/empty.txt "" || need_bug=1
89 check_exists files/file_doesnt_exist.txt && need_bug=1
90 check_exists files/no_files_here.txt && need_bug=1
108 a shell cat /data/data/com.android.backuptest/files/3.txt | tail -n 3
/frameworks/rs/java/tests/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt13 …xt file to record the logcat. For example, you want to test it on Nexus5 then create a file N5.txt.
14 …hoose till the last time with the same log title, and paste them in the N5.txt file. If you want t…
32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt
33 4. Type command “./extract_date.sh N5.txt N5cleanData.txt
34 This command strip up the messy log and put the clean data into a new file called N5cleanData.txt
35 5. Type command “./extract_ave.sh N5cleanData.txt N5aveData.txt
36 This command averages the clean data and stores the final result in N5aveData.txt
/frameworks/native/opengl/tests/angeles/
Dlicense.txt12 file LICENSE-LGPL.txt.
14 the file LICENSE-BSD.txt.
19 LICENSE-LGPL.txt and LICENSE-BSD.txt for more details.
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
36 - `version.txt`: whose value is **1.0**.
37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e.,
44 When systrace is enabled, the zip file will contain a `systrace.txt` file as well.
55 - `title.txt`: whose value is a single-line summary of the problem.
56 - `description.txt`: whose value is a multi-line, detailed description of the problem.
82 If [entries contain "version.txt"]
83 version = read("version.txt")
84 main_entry = read("main_entry.txt")
/frameworks/base/cmds/bootanimation/
DFORMAT.md15 desc.txt - a text file
21 ## desc.txt format
50 (except `trim.txt` and `audio.wav`; see next sections) is expected to be a PNG file that represents
55 ## trim.txt
57 To save on memory, textures may be trimmed by their background color. trim.txt sequentially lists
98 zip -0qry -i \*.txt \*.png \*.wav @ ../bootanimation.zip *.txt part*
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
Dbuild.gradle35 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
41 exclude 'META-INF/LICENSE.txt'
42 exclude 'META-INF/NOTICE.txt'
/frameworks/data-binding/integration-tests/App With Spaces/app/
Dbuild.gradle36 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
42 exclude 'META-INF/LICENSE.txt'
43 exclude 'META-INF/NOTICE.txt'
/frameworks/base/proto/
DAndroid.mk9 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
14 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/jarjar-rules.txt
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java1076 private void clearStyles(CharSequence txt) { in clearStyles() argument
1080 int len = txt.length(); in clearStyles()
1081 if (txt instanceof Editable) { in clearStyles()
1082 Editable editable = (Editable) txt; in clearStyles()
1118 Editable txt = mEST.getText(); in onRefreshZeoWidthChar() local
1119 for (int i = 0; i < txt.length(); i++) { in onRefreshZeoWidthChar()
1120 if (txt.charAt(i) == ZEROWIDTHCHAR) { in onRefreshZeoWidthChar()
1121 txt.replace(i, i + 1, ""); in onRefreshZeoWidthChar()
1131 Editable txt = mEST.getText(); in onRefreshStyles() local
1132 int len = txt.length(); in onRefreshStyles()
[all …]
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
Dbuild.gradle36 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
42 exclude 'META-INF/LICENSE.txt'
43 exclude 'META-INF/NOTICE.txt'
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
Dbuild.gradle34 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
40 exclude 'META-INF/LICENSE.txt'
41 exclude 'META-INF/NOTICE.txt'
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java217 String txt = getText(); in getTextCharacters() local
219 if (txt != null) { in getTextCharacters()
221 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
222 chars = new char[txt.length()]; in getTextCharacters()
223 txt.getChars(0, txt.length(), chars, 0); in getTextCharacters()
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl17 {{$filename := print $docPath "enums/" (Macro "EnumName" $e) ".txt"}}
20 {{$filename := print $docPath "flags/" (Macro "EnumName" $e) ".txt"}}
28 {{$filename := print $docPath "protos/" $f.Name ".txt"}}
36 {{$filename := print $docPath "structs/" $c.Name ".txt"}}
/frameworks/opt/photoviewer/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/multidex/instrumentation/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/support/v17/leanback/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/support/v7/gridlayout/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/setupwizard/tools/docs/
DREADME3 android-22.txt:
5 in doclava. Copied from cs/#gmscore/config/android-22.txt
/frameworks/support/v7/appcompat/
Dproject.properties11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

1234567