/external/fio/ |
configure | 96 feature=$1 100 echo "ERROR: User requested feature $feature" 102 echo "ERROR: That feature needs $packages installed"
|
/external/lldb/source/Expression/ |
IRExecutionUnit.cpp | 316 for (std::string &feature : m_cpu_features) 317 mAttrs.push_back(feature);
|
/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 46 a feature not specified in WGL.
|
/external/qemu/target-arm/ |
cpu.h | 146 uint32_t c0_c1[8]; /* Feature registers. */ 208 /* Internal CPU feature flags. */ 417 /* If adding a feature bit which corresponds to a Linux ELF 418 * HWCAP bit, remember to update the feature-bit-to-hwcap 446 static inline int arm_feature(CPUARMState *env, int feature) 448 return (env->features & (1ULL << feature)) != 0;
|
/frameworks/base/core/java/android/view/ |
Window.java | 50 /** Flag for the "options panel" feature. This is enabled by default. */ 52 /** Flag for the "no title" feature, turning off the title at the top 55 /** Flag for the progress indicator feature */ 65 /** Flag for custom title. You cannot combine this feature with other title features. */ 77 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over 123 * Max value used as a feature ID 297 * time onCreatePanelMenu() is called for this feature. [all...] |
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
LocalRenderer.java | 231 for (String feature : SUPPORTED_FEATURES) { 232 mFeatures.add(feature);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
wifi_hal.cpp | 524 GetFeatureSetCommand(wifi_interface_handle handle, int feature, feature_set *set, 528 feature_type = feature; 543 ALOGE("Unknown feature type %d", feature_type); 594 ALOGI("Got feature list with %d concurrent sets", num_features_set);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JUnitTestCaseAdapter.java | 172 String feature, 174 return docBuilder.getDOMImplementation().hasFeature(feature,version);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-publisher-plugin/0.20.0/ |
tycho-p2-publisher-plugin-0.20.0.jar | |
/prebuilts/misc/common/swig/include/2.0.11/d/ |
boost_shared_ptr.i | 9 %feature("unref") TYPE
|
/prebuilts/misc/common/swig/include/2.0.11/java/ |
boost_shared_ptr.i | 17 %feature("unref") TYPE
|
boost_intrusive_ptr.i | 21 %feature("unref") TYPE "(void)arg1; delete smartarg1;" 333 %feature("unref") TYPE "(void)arg1; delete smartarg1;"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 386 def add_feature(self, feature): 387 self._extra_features.append(feature) 445 self.assertFalse(smtp.has_extn('unsupported-feature'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 386 def add_feature(self, feature): 387 self._extra_features.append(feature) 445 self.assertFalse(smtp.has_extn('unsupported-feature'))
|
/external/bison/src/ |
getargs.c | 262 | --feature's handling. | 325 -f, --feature[=FEATURE] activate miscellaneous features\n\ 388 FEATURE is a list of comma separated words that can include:\n\ 555 { "feature", optional_argument, 0, 'f' }, 649 FLAGS_ARGMATCH (feature, optarg);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 851 private boolean isFeatureSupported(int feature) { 852 return (getSupportedFeatures() & feature) == feature; [all...] |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 565 for (FeatureInfo feature : features) { 566 if (feature.reqGlEsVersion > 0) { 567 glVersionString = feature.getGlEsVersion();
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 497 int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect, cropping, mirror and rotation*/ local 528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 551 feature= (_wtoi(argv[12])& (0x00FF); /*Use only lower byte*/ 567 feature=atoi(argv[12]) & (0x00FF); /*Use only lower byte*/ 599 /* Assign Parameters according to feature selected*/ 600 switch (feature) /*Assign feature selected feature parameters* [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
dom4j-1.6.1.jar | |
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | [all...] |
/prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |
/libcore/luni/src/test/java/libcore/xml/ |
DomTest.java | 563 private void assertFeature(String feature, String version) { 565 + feature + " v. " + version + " but does not."; 566 assertTrue(message, domImplementation.hasFeature(feature, version)); 567 assertNotNull(message, domImplementation.getFeature(feature, version)); 570 private void assertNoFeature(String feature, String version) { 571 assertFalse(domImplementation.hasFeature(feature, version)); 572 assertNull(domImplementation.getFeature(feature, version)); [all...] |
/build/tools/droiddoc/templates-ds/assets/css/ |
default.css | [all...] |
/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 65 distributions), and as such it's mature, hardened, and feature-rich. Your 95 * Static linking with glibc is rarely used. Use this feature with caution.
|