/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bufio.py | 2 from test import test_support as support namespace 20 support.unlink(support.TESTFN) 24 f = self.open(support.TESTFN, "wb") 31 f = open(support.TESTFN, "rb") 40 support.unlink(support.TESTFN) 76 support.run_unittest(CBufferSizeTest, PyBufferSizeTest, BuiltinBufferSizeTest)
|
test_univnewlines.py | 1 # Tests universal newline support for both reading and parsing files. 14 from test import test_support as support namespace 18 "This Python does not have universal newline support") 50 with self.open(support.TESTFN, self.WRITEMODE) as fp: 55 os.unlink(support.TESTFN) 60 with self.open(support.TESTFN, self.READMODE) as fp: 66 with self.open(support.TESTFN, self.READMODE) as fp: 72 with self.open(support.TESTFN, self.READMODE) as fp: 82 with self.open(support.TESTFN, self.READMODE) as fp: 105 with self.open(support.TESTFN, self.READMODE) as fp [all...] |
/sdk/testapps/gridlayoutTest/app/res/layout/ |
main.xml | 2 <android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 30 <android.support.v7.widget.Space 37 <android.support.v7.widget.Space 44 <android.support.v7.widget.Space 51 <android.support.v7.widget.Space 58 <android.support.v7.widget.Space 65 <android.support.v7.widget.Space 72 </android.support.v7.widget.GridLayout
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_univnewlines.py | 1 # Tests universal newline support for both reading and parsing files. 14 from test import test_support as support namespace 18 "This Python does not have universal newline support") 50 with self.open(support.TESTFN, self.WRITEMODE) as fp: 55 os.unlink(support.TESTFN) 60 with self.open(support.TESTFN, self.READMODE) as fp: 66 with self.open(support.TESTFN, self.READMODE) as fp: 72 with self.open(support.TESTFN, self.READMODE) as fp: 82 with self.open(support.TESTFN, self.READMODE) as fp: 105 with self.open(support.TESTFN, self.READMODE) as fp [all...] |
/external/chromium_org/third_party/libxml/linux/include/libxml/ |
xmlversion.h | 68 * defined if the trio support need to be configured in 75 * defined if the trio support should not be configured in 83 * defined if the trio support need to be configured in 91 * Whether the thread support is configured in 103 * Whether the DOM like tree manipulation API support is configured in 112 * Whether the serialization/saving support is configured in 166 * Whether the FTP support is configured in 175 * Whether the HTTP support is configured in 184 * Whether the DTD validation support is configured in 193 * Whether the HTML support is configured i [all...] |
/external/chromium_org/third_party/libxml/mac/include/libxml/ |
xmlversion.h | 68 * defined if the trio support need to be configured in 75 * defined if the trio support should not be configured in 83 * defined if the trio support need to be configured in 91 * Whether the thread support is configured in 103 * Whether the DOM like tree manipulation API support is configured in 112 * Whether the serialization/saving support is configured in 166 * Whether the FTP support is configured in 175 * Whether the HTTP support is configured in 184 * Whether the DTD validation support is configured in 193 * Whether the HTML support is configured i [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xmlversion.h.in | 68 * defined if the trio support need to be configured in 75 * defined if the trio support should not be configured in 83 * defined if the trio support need to be configured in 91 * Whether the thread support is configured in 103 * Whether the DOM like tree manipulation API support is configured in 112 * Whether the serialization/saving support is configured in 166 * Whether the FTP support is configured in 175 * Whether the HTTP support is configured in 184 * Whether the DTD validation support is configured in 193 * Whether the HTML support is configured i [all...] |
/external/chromium_org/third_party/libxml/win32/include/libxml/ |
xmlversion.h | 68 * defined if the trio support need to be configured in 75 * defined if the trio support should not be configured in 83 * defined if the trio support need to be configured in 91 * Whether the thread support is configured in 103 * Whether the DOM like tree manipulation API support is configured in 112 * Whether the serialization/saving support is configured in 166 * Whether the FTP support is configured in 175 * Whether the HTTP support is configured in 184 * Whether the DTD validation support is configured in 193 * Whether the HTML support is configured i [all...] |
/frameworks/base/docs/html/guide/topics/ui/controls/ |
pickers.jd | 26 <li>{@link android.support.v4.app.DialogFragment}</li> 42 <p>We recommend that you use {@link android.support.v4.app.DialogFragment} to host each time or date 43 picker. The {@link android.support.v4.app.DialogFragment} manages the dialog lifecycle for you and 49 1.6—you can use the {@link android.support.v4.app.DialogFragment} class that's available in 50 the <a href="{@docRoot}tools/support-library/index.html">support library</a> for backward 54 picker and date picker using the <a href="{@docRoot}tools/support-library/index.html">support 55 library</a> APIs for {@link android.support.v4.app.DialogFragment}. If your app's <a 64 android.support.v4.app.DialogFragment}, you need to define a fragment class that extends {@lin [all...] |
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/ |
build.gradle | 17 // Add the support lib that is appropriate for SDK 8 18 compile "com.android.support:support-v4:19.0.+" 19 compile "com.android.support:gridlayout-v7:19.0.+"
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
EntryListActivity.java | 4 import android.support.v4.app.FragmentActivity;
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/ |
build.gradle | 17 // Add the support lib that is appropriate for SDK 8 18 compile "com.android.support:support-v4:19.0.+" 19 compile "com.android.support:gridlayout-v7:19.0.+"
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
EntryListActivity.java | 4 import android.support.v4.app.FragmentActivity;
|
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/ |
build.gradle | 17 // Add the support lib that is appropriate for SDK 8 18 compile "com.android.support:support-v4:19.0.+" 19 compile "com.android.support:gridlayout-v7:19.0.+"
|
/development/samples/browseable/BasicNotifications/ |
_index.jd | 9 bar. The {@link android.support.v4.app.NotificationCompat} API is used for
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
EntryListActivity.java | 4 import android.support.v4.app.FragmentActivity;
|
/development/samples/browseable/HorizontalPaging/ |
_index.jd | 10 {@link android.support.v4.view.ViewPager} widget.</p>
|
/external/chromium/chrome/browser/extensions/ |
extension_protocols.h | 9 // Registers support for the extension URL scheme.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/chrome_search/ |
manifest.json | 3 "description": "Add support to the omnibox to search the Chromium source code.",
|
/external/chromium/third_party/libjingle/ |
README.chromium | 8 Libjingle provides xmpp support to the sync code, which
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/ |
manifest.json | 5 "description": "Extends the Developer Tools, adding support for parsing FirePHP messages from server",
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/ |
manifest.json | 5 "description": "Add support to the omnibox to search the Chromium source code.",
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.exe.manifest | 11 <!--The ID below indicates application support for Windows Vista --> 13 <!--The ID below indicates application support for Windows 7 --> 15 <!--The ID below indicates application support for Windows 8 --> 17 <!--The ID below indicates application support for Windows 8.1 -->
|
/external/chromium_org/chrome_frame/test/data/test_dlls/ |
README | 1 This directory contains dummy DLLs intended to support testing of the module
|
/external/chromium_org/content/test/data/gpu/ |
functional_webgl.html | 5 Your browser doesn't appear to support the HTML5 <code><canvas></code> element.
|