HomeSort by relevance Sort by last modified time
    Searched full:features (Results 251 - 275 of 8210) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/test/gpu/gpu_tests/
hardware_accelerated_feature.py 47 """Tests GPU acceleration is reported as active for various features"""
54 features = ['WebGL', 'Canvas']
58 for feature in features:
  /external/chromium_org/extensions/
DEPS 37 "+chrome/common/extensions/features/feature_channel.h",
43 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
48 "+chrome/common/extensions/features/feature_channel.h",
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_filterbank.h 30 // The values are given in Q4 and written to |features|. Further, an approximate
38 // - features [o] : 10 * log10(energy in each frequency band), Q4.
42 int data_length, int16_t* features);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java 17 package com.google.common.collect.testing.features;
28 * Optional features of classes derived from {@code List}.
50 /** Features supported by lists where only removal is allowed. */
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 28 import com.google.common.collect.testing.features.CollectionFeature;
29 import com.google.common.collect.testing.features.Feature;
77 * To avoid infinite recursion, test suites with these marker features won't
132 List<Feature<?>> features = new ArrayList<Feature<?>>(); local
133 features.add(NoRecurse.SUBMULTISET);
134 features.add(CollectionFeature.RESTRICTS_ELEMENTS);
135 features.addAll(parentBuilder.getFeatures());
199 .withFeatures(features)
227 List<Feature<?>> features = new ArrayList<Feature<?>>();
228 features.add(NoRecurse.DESCENDING)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueOfferTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
22 import com.google.common.collect.testing.features.CollectionFeature;
  /external/icu/icu4c/source/layout/
HanLayoutEngine.cpp 39 #define features (loclFeatureMask) macro
75 // flag from the language tag lookups, so we can use these features
78 glyphStorage.setAuxData(i, features, success);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 123 const Json::Features &features,
126 Json::Reader reader( features );
207 Json::Features &features, std::string &path,
219 features = Json::Features::strictMode();
243 Json::Features features; local
245 int exitCode = parseCommandLine( argc, argv, features, path, parseOnly )
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
package.html 9 The RI contains several additional Features that are not required by the JAIN-SIP spec
14 <li> Message Logging features - permits the application to log messages in
32 these features.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
future.py 18 features = ("nested_scopes", "generators", "division", variable in class:FutureParser
34 if name in self.features:
44 """Return list of features enabled by future statements"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py 8 features = __future__.all_feature_names variable
14 given_feature_names = features[:]
27 for feature in features:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
future.py 18 features = ("nested_scopes", "generators", "division", variable in class:FutureParser
34 if name in self.features:
44 """Return list of features enabled by future statements"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py 8 features = __future__.all_feature_names variable
14 given_feature_names = features[:]
27 for feature in features:
  /development/host/windows/usb/api/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
  /development/host/windows/usb/winusb/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
_index.html 3 features of the static support library.</p>
  /development/samples/USB/AdbTest/
README.txt 7 This program serves as an example of the following USB host features:
  /development/samples/USB/MissileLauncher/
README.txt 6 This program serves as an example of the following USB host features:
  /external/chromium_org/apps/shell/
app_shell_resources.grd 11 <!-- Features specific to app_shell. -->
  /external/chromium_org/build/linux/unbundle/
jsoncpp.gyp 16 'json/features.h',
  /external/chromium_org/build/secondary/third_party/android_tools/
BUILD.gn 12 sources = [ "ndk/sources/android/cpufeatures/cpu-features.c" ]
  /external/chromium_org/chrome/browser/extensions/api/idltest/
idltest_apitest.cc 6 #include "chrome/common/extensions/features/feature_channel.h"
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.h 14 // Call this when a tab encounters a PDF that has features which our internal
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
manifest.json 3 "description": "Demonstrates usage and features of the event page",
  /external/chromium_org/chrome/common/extensions/features/
feature_channel.cc 5 #include "chrome/common/extensions/features/feature_channel.h"

Completed in 306 milliseconds

<<11121314151617181920>>