/frameworks/base/docs/html/distribute/googleplay/strategies/ |
index.jd | 1 page.title=Success Strategies 25 Strategies for building ratings, improving reviews, monetizing, and more.
|
/libcore/dom/src/test/java/org/w3c/domts/ |
LSDocumentBuilderFactory.java | 241 * Strategies for mapping DocumentBuilderSettings to 244 private static final Map strategies; field in class:LSDocumentBuilderFactory 247 strategies = new HashMap(); 248 strategies.put("coalescing", new LSParameterStrategy("cdata-sections", true)); 249 strategies.put("expandEntityReferences", new LSParameterStrategy("entities", true)); 250 strategies.put("ignoringElementContentWhitespace", 252 strategies.put("namespaceAware", new LSParameterStrategy("namespaces", false)); 253 strategies.put("validating", 255 strategies.put("schemaValidating", 257 strategies.put("ignoringComments", new LSParameterStrategy("comments", true)) [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_factory.h | 20 // strategies (depending on the file type) to attempt to verify that the file
|
/frameworks/base/docs/html/guide/topics/data/ |
index.jd | 16 <p>This class covers different strategies for cloud enabled applications. It covers syncing
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfs_fs.h | 20 * strategies:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 20 * strategies:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 20 * strategies:
|
/external/guava/guava/src/com/google/common/hash/ |
BloomFilterStrategies.java | 12 * Collections of strategies of generating the {@code k * log(M)} bits required for an element to 14 * strategies are part of the serialized form of the Bloom filters that use them, thus they must be
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container.h | 9 // There are two strategies implemented for embedding the actual tab contents
|
/frameworks/base/docs/html/training/cloudsync/ |
index.jd | 14 <p>This class covers different strategies for cloud enabled applications. It
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
index.jd | 42 </p><a href="{@docRoot}distribute/googleplay/strategies/app-quality.html">Learn more
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
index.jd | 35 <p>This class covers different strategies for cloud enabled applications. It covers syncing
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidSourceViewerConfig.java | 132 IAutoEditStrategy[] strategies = super.getAutoEditStrategies(sourceViewer, contentType); local 133 List<IAutoEditStrategy> s = new ArrayList<IAutoEditStrategy>(strategies.length + 1); 136 // Add other registered strategies, except the builtin indentation strategy which is 138 for (IAutoEditStrategy strategy : strategies) {
|
/external/chromium/net/proxy/ |
proxy_config_service_win.h | 26 // We use two different strategies to notice when the configuration has
|
/external/chromium_org/net/dns/ |
dns_socket_pool.h | 23 // allows preallocation, reuse, or other strategies to manage sockets connected
|
/external/chromium_org/net/proxy/ |
proxy_config_service_win.h | 26 // We use two different strategies to notice when the configuration has
|
/frameworks/base/docs/html/design/style/ |
devices-displays.jd | 37 <h4>Strategies</h4>
|
/frameworks/base/docs/html/google/play/billing/ |
gp-purchase-status-api.jd | 12 <li><a href="#strategies">Verification Strategies</a></li> 110 <h2 id="strategies">Purchase Verification Strategies</h2>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
commands.py | 77 # Two strategies: enclose in single quotes if it contains none;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 77 # Two strategies: enclose in single quotes if it contains none;
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 65 href="{@docRoot}guide/topics/location/strategies.html">Location Strategies</a> guide.</p>
|
/frameworks/base/tools/layoutlib/create/ |
README.txt | 101 Each of these are specific strategies we use to be able to modify the Android code 102 to fit within the Eclipse renderer. These strategies are explained beow. 156 - Strategies 159 We currently have 6 strategies to deal with overriding the rendering code 160 and make it run in Eclipse. Most of these strategies are implemented hand-in-hand
|
/frameworks/base/docs/html/guide/practices/ |
screens-support-1.5.jd | 1 page.title=Strategies for Android 1.5 21 <li><a href="#strategies">Adding Multiple Screens Support</a></li> 69 <h2 id="strategies">Adding Multiple Screens Support</h2>
|
/external/chromium_org/build/android/ |
symbolize.py | 46 # especially with larger libraries. Consider caching strategies such as:
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
die.cc | 24 // So, we'll try a few other strategies too.
|