/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 22 import com.google.common.collect.testing.features.ConflictingRequirementsException; 23 import com.google.common.collect.testing.features.Feature; 24 import com.google.common.collect.testing.features.FeatureUtil; 25 import com.google.common.collect.testing.features.TesterRequirements; 47 * against specified features. 102 // Features 104 private Set<Feature<?>> features; field in class:FeatureSpecificTestSuiteBuilder 108 * features. 110 public B withFeatures(Feature<?>... features) { 111 return withFeatures(Arrays.asList(features)); [all...] |
/prebuilts/eclipse/deltapack/ |
eclipse-4.3.1-delta-pack.zip | |
eclipse-3.7.2-delta-pack.zip | |
eclipse-4.2.2-delta-pack.zip | |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowFeatures.cpp | 33 // Though isspace() considers \t and \v to be whitespace, Win IE doesn't when parsing window features. 39 WindowFeatures::WindowFeatures(const String& features) 53 The IE rule is: all features except for channelmode and fullscreen default to YES, but 54 if the user specifies a feature string, all features default to NO. (There is no public 61 if (features.isEmpty()) { 80 String buffer = features.lower(); 177 DialogFeaturesMap features; local 178 parseDialogFeatures(dialogFeaturesString, features); 182 // The following features from Microsoft's documentation are not implemented: 186 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you prin [all...] |
/external/srec/srec/ca/ |
cnfd_scr.c | 131 static int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features, 137 float features[12]; local 150 rc = CA_ConfScorerGetFeatures(recog, nbestlist, features, &num_features, current_choice, num_choices_left); 169 features[i]) + hConfidenceScorer->one_nbest.offset[i])); 179 features[i]) + hConfidenceScorer->many_nbest.offset[i])); 193 PLogMessage("confidence %d features ", (int)final_value); 195 PLogMessage(" %s %f", conf_feature_names[i], features[i]); 201 int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features, 217 ASSERT(features); 233 features[CONF_FEATURE_ABSOLUTE_SCORE] = ((float)(speech_cost0)) [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
features_h_generator.py | 12 def Generate(self, features, source_file, namespace): 13 return _Generator(features, source_file, namespace).Generate() 17 """A .cc generator for features. 19 def __init__(self, features, source_file, namespace): 20 self._feature_defs = features 27 """Generates a Code object for features.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 17 package com.google.common.collect.testing.features; 51 * Given a set of features, add to it all the features directly or indirectly 53 * @param features the set of features to expand 54 * @return the same set of features, expanded with all implied features 56 public static Set<Feature<?>> addImpliedFeatures(Set<Feature<?>> features) { 57 // The base case of the recursion is an empty set of features, which will 58 // occur when the previous set contained only simple features [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListRetainAllTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 25 import com.google.common.collect.testing.features.CollectionFeature; 26 import com.google.common.collect.testing.features.CollectionSize;
|
MapGetTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 25 import com.google.common.collect.testing.features.CollectionFeature; 26 import com.google.common.collect.testing.features.CollectionSize; 27 import com.google.common.collect.testing.features.MapFeature;
|
QueueElementTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_features.cc | 8 namespace features { namespace in namespace:safe_browsing 35 } // namespace features
|
/external/chromium_org/chrome/common/extensions/features/ |
chrome_channel_feature_filter.h | 9 #include "extensions/common/features/simple_feature_filter.h" 13 // This filter parses a "channel" key from feature value data and makes features
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
scorer.h | 6 // for a set of previously extracted features. The phishing score corresponds 7 // to the probability that the features are indicative of a phishing site. 10 // and a given set of features read the comments in client_model.proto file. 12 // See features.h for a list of features that are currently used. 36 // This method computes the probability that the given features are indicative 39 virtual double ComputeScore(const FeatureMap& features) const; 80 const FeatureMap& features) const;
|
/external/chromium_org/extensions/common/features/ |
api_feature.cc | 5 #include "extensions/common/features/api_feature.h" 32 return name() + ": API features must specify at least one context.";
|
/external/e2fsprogs/tests/r_1024_small_bg/ |
script | 4 FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024" 22 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
|
/external/e2fsprogs/tests/r_64bit_big_expand/ |
script | 4 FEATURES="-t ext4 -O 64bit" 26 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
|
/external/e2fsprogs/tests/r_bigalloc_big_expand/ |
script | 4 FEATURES="-t ext4 -O bigalloc" 26 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
|
/external/e2fsprogs/tests/r_ext4_big_expand/ |
script | 4 FEATURES="-t ext4" 26 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
|
/external/e2fsprogs/tests/r_ext4_small_bg/ |
script | 4 FEATURES="-t ext4 -O ^resize_inode -b 1024 -g 512" 22 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
FetchValidator.java | 22 * if all plugins defined in the features are present. 27 //directory containing of build source, parent of features and plugins 30 //Comma separated list of features to parse 34 private Vector features; field in class:FetchValidator 99 features = parser.getFeatures(); 105 // collect a list of missing plugins (or fragments), and features 120 enumeration = features.elements(); 124 if (new File(install + "/features/" + feature).exists())
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf.txt | 17 covers hardware level (CPU/PMU, Performance Monitoring Unit) features 18 and software features (software counters, tracepoints) as well.
|
/frameworks/base/docs/html/distribute/monetize/ |
freemium.jd | 16 user, such as additional app features. 25 A basic approach is to offer a free download with limited features or full 26 features for a limited time. Then use an in-app purchase to unlock the full, 47 A more advanced approach is to offer a range of features and content items 49 levels, playing pieces, or other game features. In apps you can offer 50 features or functionality that enhance the user experience either by 51 extending existing features or offering new ones. Using this approach you can 65 your apps, and add the mechanisms to unlock features or deliver content.
|
/ndk/sources/host-tools/ndk-stack/regex/ |
targetver.h | 4 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
5 // your application. The macros work by enabling all features available on platform versions up to and
|
/build/core/combo/arch/x86/ |
x86-atom.mk | 3 # that adds Atom-specific features.
|