/frameworks/native/libs/binder/ |
D | BufferedTextOutput.cpp | 50 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/ |
D | Android.mk | 23 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 …]
|
D | apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 12 To submit the revised current.txt to the main Android repository,
|
/frameworks/support/ |
D | apicheck.mk | 33 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(support_module)_api.txt 35 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(support_module)_removed.txt 66 $(patsubst $(support_module_api_dir)/%.txt,%, $(wildcard $(support_module_api_dir)/*.txt)) \ 74 $(support_module_api_dir)/$(last_released_sdk_$(support_module)).txt, \ 76 $(support_module_api_dir)/removed.txt, \ 90 $(support_module_api_dir)/current.txt, \ 92 $(support_module_api_dir)/removed.txt, \ 106 @echo Copying $(PRIVATE_MODULE) current.txt 107 $(hide) $(ACP) $< $(PRIVATE_API_DIR)/current.txt 108 @echo Copying $(PRIVATE_MODULE) removed.txt [all …]
|
D | Android.mk | 20 api_check_current_msg_file := $(LOCAL_PATH)/apicheck_msg_current.txt 21 api_check_last_msg_file := $(LOCAL_PATH)/apicheck_msg_last.txt
|
D | apicheck_msg_current.txt | 9 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/ |
D | ExportLicensesTask.groovy | 28 … licenses : ["https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt", 29 "http://www.apache.org/licenses/LICENSE-2.0.txt"], 30 … notices : ["https://raw.githubusercontent.com/JetBrains/kotlin/master/license/NOTICE.txt"] 34 licenses : ["https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"] 42 licenses : ["https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"] 46 … licenses : ["https://raw.githubusercontent.com/antlr/stringtemplate4/master/LICENSE.txt"] 54 … licenses : ["https://raw.githubusercontent.com/junit-team/junit/master/LICENSE-junit.txt"], 55 … notices : ["https://raw.githubusercontent.com/junit-team/junit/master/NOTICE.txt"] 59 … licenses : ["http://svn.apache.org/viewvc/commons/proper/io/trunk/LICENSE.txt?view=co"], 60 … notices : ["http://svn.apache.org/viewvc/commons/proper/io/trunk/NOTICE.txt?view=co"] [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/help/ |
D | proguard.jd | 69 <dt><code>dump.txt</code></dt> 72 <dt><code>mapping.txt</code></dt> 75 <dt><code>seeds.txt</code></dt> 78 <dt><code>usage.txt</code></dt> 117 …幸运的是,ProGuard 在每次运行时都会输出一个 <code><project_root>/bin/proguard/mapping.txt</code> 文件,其中会显示与混淆后… 120 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre> 123 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre> 129 …code>mapping.txt</code> 文件。这样一来,如果用户遇到问题,并向您提交混淆后的堆栈跟踪信息,您就可以利用为每个发布版本保存的 <code>mapping.txt</code>… 131 …txt</code> 文件。之后,某位用户提交了问题报告,其中包含来自当前已发布的应用的堆栈跟踪信息。但您已无法调试该用户的堆栈跟踪信息,因为与该用户设备上的版本相关联的 <code>mappin… 133 <p>如何保存 <code>mapping.txt</code> 文件由您自行决定。例如,您可以将其重命名以使其名称中包含版本号,也可以对其(连同源代码一起)进行版本管理。</p>
|
/frameworks/base/tests/backup/ |
D | test_restore.sh | 82 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/native/opengl/tests/angeles/ |
D | license.txt | 12 file LICENSE-LGPL.txt. 14 the file LICENSE-BSD.txt. 19 LICENSE-LGPL.txt and LICENSE-BSD.txt for more details.
|
/frameworks/base/docs/html/tools/help/ |
D | proguard.jd | 76 proguardFiles getDefaultProguardFile('proguard-android.txt'), 83 <p>The <code>getDefaultProguardFile('proguard-android.txt')</code> method obtains the default 85 <code>proguard-android-optimize.txt</code> file is also available in this Android SDK 104 proguardFiles getDefaultProguardFile('proguard-android.txt'), 158 <dt><code>dump.txt</code></dt> 161 <dt><code>mapping.txt</code></dt> 167 <dt><code>seeds.txt</code></dt> 170 <dt><code>usage.txt</code></dt> 228 <code>mapping.txt</code> file, which shows you the original class, method, and field names 235 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre> [all …]
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/ |
D | build.gradle | 33 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 39 exclude 'META-INF/LICENSE.txt' 40 exclude 'META-INF/NOTICE.txt'
|
/frameworks/data-binding/integration-tests/App With Spaces/app/ |
D | build.gradle | 34 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 40 exclude 'META-INF/LICENSE.txt' 41 exclude 'META-INF/NOTICE.txt'
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/ |
D | build.gradle | 34 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 40 exclude 'META-INF/LICENSE.txt' 41 exclude 'META-INF/NOTICE.txt'
|
/frameworks/data-binding/integration-tests/IndependentLibrary/app/ |
D | build.gradle | 32 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 38 exclude 'META-INF/LICENSE.txt' 39 exclude 'META-INF/NOTICE.txt'
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 1076 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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 217 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/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/support/v17/leanback/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/opt/colorpicker/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/support/v7/mediarouter/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/support/v7/gridlayout/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/opt/datetimepicker/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
/frameworks/opt/timezonepicker/ |
D | project.properties | 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|