Searched refs:ls (Results 1 – 20 of 20) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/net/ |
D | LocalSocketTest.java | 35 LocalSocket ls; in testBasic() local 40 ls = new LocalSocket(); in testBasic() 42 ls.connect(new LocalSocketAddress("android.net.LocalSocketTest")); in testBasic() 47 ls.getOutputStream().write(42); in testBasic() 57 ls.setFileDescriptorsForSend( in testBasic() 60 ls.getOutputStream().write(42); in testBasic() 71 assertEquals(1, ls.getInputStream().read()); in testBasic() 72 assertEquals(4, ls.getInputStream().available()); in testBasic() 77 countRead = ls.getInputStream().read(buffer, 1, 15); in testBasic() 87 ls.getInputStream().read(buffer, 1, 16); in testBasic() [all …]
|
/frameworks/base/packages/Keyguard/scripts/ |
D | copy_profile_icons.sh | 3 for user in `adb $* shell ls /data/system/users | grep -v xml` 7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmElement.cpp | 64 List<sp<WebmElement> > &ls) { in populateCommonTrackEntries() 65 ls.push_back(new WebmUnsigned(kMkvTrackNumber, num)); in populateCommonTrackEntries() 66 ls.push_back(new WebmUnsigned(kMkvTrackUid, uid)); in populateCommonTrackEntries() 67 ls.push_back(new WebmUnsigned(kMkvFlagLacing, lacing)); in populateCommonTrackEntries() 68 ls.push_back(new WebmString(kMkvLanguage, lang)); in populateCommonTrackEntries() 69 ls.push_back(new WebmString(kMkvCodecId, codec)); in populateCommonTrackEntries() 70 ls.push_back(new WebmUnsigned(kMkvTrackType, type)); in populateCommonTrackEntries()
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/frameworks/support/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/frameworks/multidex/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 281 InputMethodSession ls = ((IInputMethodSessionWrapper) in setSessionEnabled() local 283 if (ls == null) { in setSessionEnabled() 288 DO_SET_SESSION_ENABLED, enabled ? 1 : 0, ls)); in setSessionEnabled() 297 InputMethodSession ls = ((IInputMethodSessionWrapper) in revokeSession() local 299 if (ls == null) { in revokeSession() 303 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_REVOKE_SESSION, ls)); in revokeSession()
|
/frameworks/base/tools/layoutlib/ |
D | Android.mk | 63 $(hide) ls -l $(built_framework_classes) 70 $(hide) ls -l $(built_framework_classes)
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | build_test_apk.sh | 206 ls $DRIVER_COMMON/SRC/*.java.template | while read src; do 220 ls $DRIVER/*.java.template | while read src; do
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 19 for i in $(cd $SRC_HEADERS; ls *.h); do
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3352 uint32_t ls = l->getCurrentState().layerStack; in do_compare() local 3354 if (ls != rs) in do_compare() 3355 return ls - rs; in do_compare()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 144 alexlucas:~/code/multi-apks-root$ ls
|
D | api.jd | 185 alexlucas:~/code/multi-apks-root$ ls
|
D | screensize.jd | 165 alexlucas:~/code/multi-apks-root$ ls
|
D | multiple.jd | 213 alexlucas:~/code/multi-apks-root$ ls
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 588 <code>adb shell ls -l <path></code> to check its presence
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 852 http://developer.android.com/reference/org/w3c/dom/ls/package-summary.html 3159 http://developer.android.com/reference/org/w3c/dom/ls/LSException.html 3648 http://developer.android.com/reference/org/w3c/dom/ls/DOMImplementationLS.html 3649 http://developer.android.com/reference/org/w3c/dom/ls/LSInput.html 3650 http://developer.android.com/reference/org/w3c/dom/ls/LSOutput.html 3651 http://developer.android.com/reference/org/w3c/dom/ls/LSParser.html 3652 http://developer.android.com/reference/org/w3c/dom/ls/LSParserFilter.html 3653 http://developer.android.com/reference/org/w3c/dom/ls/LSResourceResolver.html 3654 http://developer.android.com/reference/org/w3c/dom/ls/LSSerializer.html
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 1272 <pre class="no-pretty-print">adb shell ls /system/bin</pre>
|
/frameworks/base/api/ |
D | system-current.txt | 56400 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 56412 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 56433 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 56438 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 56449 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 56455 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 60629 package org.w3c.dom.ls { 60632 method public abstract org.w3c.dom.ls.LSInput createLSInput(); 60633 method public abstract org.w3c.dom.ls.LSOutput createLSOutput(); 60634 …method public abstract org.w3c.dom.ls.LSParser createLSParser(short, java.lang.String) throws org.… [all …]
|
D | current.txt | 53871 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 53883 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 53904 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 53909 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 53920 method public abstract org.w3c.dom.ls.LSResourceResolver getResourceResolver(); 53926 method public abstract void setResourceResolver(org.w3c.dom.ls.LSResourceResolver); 58100 package org.w3c.dom.ls { 58103 method public abstract org.w3c.dom.ls.LSInput createLSInput(); 58104 method public abstract org.w3c.dom.ls.LSOutput createLSOutput(); 58105 …method public abstract org.w3c.dom.ls.LSParser createLSParser(short, java.lang.String) throws org.… [all …]
|