/external/testng/src/main/java/org/testng/ |
ITestMethodFinder.java | 11 * supports two different strategies: TestNG (using annotations to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nfs_fs.h | 30 * strategies:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nfs_fs.h | 30 * strategies:
|
/external/squashfs-tools/squashfs-tools/ |
gzip_wrapper.c | 106 "strategies\n"); 175 int i, strategies = 0; local 191 strategies |= strategy[i].selected << i; 195 comp_opts.strategy = strategies; 348 stream->strategies = 1; 359 stream->strategies = strategy_count; 388 for(i = 1; i < stream->strategies; i++) 405 for(i = 0; i < stream->strategies; i++) { 417 if(stream->strategies > 1) { 482 fprintf(stderr, "\t\tAvailable strategies: default, filtered, [all...] |
/external/guice/core/src/com/google/inject/spi/ |
BindingTargetVisitor.java | 20 * Visits each of the strategies used to find an instance to satisfy an injection. 61 * that the injector should use its implicit binding strategies to resolve injections.
|
BindingScopingVisitor.java | 24 * Visits each of the strategies used to scope an injection.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/ |
NaNStrategy.java | 21 * Strategies for handling NaN values in rank transformations.
|
/external/zopfli/ |
README.zopflipng | 4 - compares several strategies for choosing scanline filter codes,
|
/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) {
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
Collection.h | 62 * Add a policy element to the collection. Policy elements are streams, strategies, input 84 * Get a policy element from the collection by its key. Policy elements are streams, strategies, 100 * strategies, input sources, ...
|
/frameworks/base/docs/html/distribute/analyze/ |
google-services.jd | 41 <h2 id="strategies">No More One-Size-Fits-All Monetization Strategies</h2> 76 those criteria. You can then target AdMob monetization strategies to those
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
functions.xml | 14 basic strategies. 96 The <code>main</code> function defines 100 basic strategies, simulates a round 100 Among these strategies, staying at 25 is best, but the <a
|
/prebuilts/go/linux-x86/doc/codewalk/ |
functions.xml | 14 basic strategies. 96 The <code>main</code> function defines 100 basic strategies, simulates a round 100 Among these strategies, staying at 25 is best, but the <a
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/ |
PolicySubsystem.xml | 16 <ComponentType Name="Strategies" Description="Identifier must match the enum value to make 135 <Component Name="strategies" Type="Strategies"/>
|
/frameworks/base/docs/html/design/style/ |
devices-displays.jd | 41 <h4>Strategies</h4>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
commands.py | 77 # Two strategies: enclose in single quotes if it contains none;
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
commands.py | 77 # Two strategies: enclose in single quotes if it contains none;
|
/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;
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
JreDeflateParameters.java | 19 * correspond to 9 levels, 3 strategies and 2 wrapping choices (i.e., 9 x 3 x 2). In practice only 103 throw new IllegalArgumentException("Only levels 1-9 and strategies 0-2 are valid.");
|
DefaultDeflateCompatibilityWindow.java | 33 // TODO: Consider dropping support for both nowrap=false and strategies 1 and 2, since in practice 44 * <li>Strategies 0, 1 and 2</li> 327 int[] strategies = {Deflater.DEFAULT_STRATEGY, Deflater.FILTERED, Deflater.HUFFMAN_ONLY}; local 331 for (final int strategy : strategies) {
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 65 href="{@docRoot}guide/topics/location/strategies.html">Location Strategies</a> guide.</p>
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ViewsStateBundle.java | 26 * it. There are four different strategies {@link #SAVE_NO_CHILD} {@link #SAVE_VISIBLE_CHILD} 29 * Why we "invent" another set of strategies beyond the default android view hierarchy saving
|
/frameworks/base/tools/layoutlib/create/ |
README.txt | 98 Each of these are specific strategies we use to be able to modify the Android code to fit within the 99 Eclipse renderer. These strategies are explained below. 161 - Strategies 164 We currently have 6 strategies to deal with overriding the rendering code and make it run in 165 Eclipse. Most of these strategies are implemented hand-in-hand by the bridge (which runs in Eclipse)
|
/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>
|