/external/chromium_org/base/android/java/src/org/chromium/base/ |
CpuFeatures.java | 17 // library. The exact CPU features bits are never used in Java so 31 * This is a 64-bit integer that corresponds to the CPU's features.
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
blocked_window_params.h | 23 const blink::WebWindowFeatures& features, 32 blink::WebWindowFeatures features() const { function in class:BlockedWindowParams
|
/external/chromium_org/extensions/common/features/ |
simple_feature_filter.cc | 5 #include "extensions/common/features/simple_feature_filter.h" 7 #include "extensions/common/features/simple_feature.h"
|
/external/chromium_org/extensions/renderer/ |
api_definitions_natives.cc | 7 #include "extensions/common/features/feature.h" 8 #include "extensions/common/features/feature_provider.h"
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
audit_runtime_enabled_features.py | 114 features = stable_features(feature_file) 116 added_features = list(set(features) - set(self.last_features)) 117 removed_features = list(set(self.last_features) - set(features)) 122 self.last_features = features 153 features = stable_features(feature_file) 155 can_be_removed.update(set(features)) 156 removed_features = list(set(last_features) - set(features)) 158 last_features = features
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
RuleFeature.cpp | 164 void RuleFeatureSet::extractInvalidationSetFeature(const CSSSelector& selector, InvalidationSetFeatures& features) 167 features.tagName = selector.tagQName().localName(); 169 features.id = selector.value(); 171 features.classes.append(selector.value()); 173 features.attributes.append(selector.attribute().localName()); 175 features.customPseudoElement = true; 209 InvalidationSetFeatures features; 210 if (const CSSSelector* current = extractInvalidationSetFeatures(selector, features)) 211 addFeaturesToInvalidationSets(*current, features); 215 const CSSSelector* RuleFeatureSet::extractInvalidationSetFeatures(const CSSSelector& selector, InvalidationSetFeatures& features) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_seg_common.h | 28 // Segment level features. 34 SEG_LVL_MAX = 4 // Number of features supported
|
/external/chromium_org/third_party/polymer/ |
README.chromium | 28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). 29 Initially, these core features will be enabled with a set of polyfills. As
|
/external/chromium_org/tools/gyp/test/win/rc-build/ |
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
|
/external/e2fsprogs/tests/f_jnl_errno/ |
expect.0 | 5 Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize 33 Journal features: (none)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
PerCollectionSizeTestSuiteBuilder.java | 19 import com.google.common.collect.testing.features.CollectionSize; 20 import com.google.common.collect.testing.features.Feature; 21 import com.google.common.collect.testing.features.FeatureUtil; 34 * for each {@link CollectionSize} present in the features specified 67 Set<Feature<?>> features = Helpers.copyToSet(getFeatures()); local 75 sizesToTest.retainAll(features); 76 features.removeAll(sizesToTest); 96 Set<Feature<?>> oneSizeFeatures = Helpers.copyToSet(features);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
SetFeature.java | 17 package com.google.common.collect.testing.features; 27 * Optional features of classes derived from {@code Set}.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionIsEmptyTester.java | 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 22 import com.google.common.collect.testing.features.CollectionSize;
|
ListAddAllAtIndexTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_ALL_WITH_INDEX; 23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize; 29 import com.google.common.collect.testing.features.ListFeature;
|
MapIsEmptyTester.java | 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 22 import com.google.common.collect.testing.features.CollectionSize;
|
/external/libpng/contrib/arm-neon/ |
android-ndk.c | 23 * with an implementation of the Android ARM 'cpu-features' library. The code 27 #include <cpu-features.h>
|
/external/libvpx/libvpx/vp9/common/ |
vp9_seg_common.h | 28 // Segment level features. 34 SEG_LVL_MAX = 4 // Number of features supported
|
/external/llvm/test/CodeGen/Mips/ |
selTBteqzCmpi.ll | 9 define void @t() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { 20 attributes #0 = { nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" }
|
selTBtnezCmpi.ll | 9 define void @t() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { 24 attributes #0 = { nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" }
|
selTBtnezSlti.ll | 9 define void @t() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { 20 attributes #0 = { nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" }
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActivityManagerCompat.java | 24 * Helper for accessing features in {@link android.app.ActivityManager} 36 * off certain features that require more RAM.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_seg_common.h | 28 // Segment level features. 34 SEG_LVL_MAX = 4 // Number of features supported
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
targetver.h | 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run 21 // your application. The macros work by enabling all features available on platform versions up to and
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
targetver.h | 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run 21 // your application. The macros work by enabling all features available on platform versions up to and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 7 * features and pass configuration information, but each implementation can 11 /* Status byte for guest to report progress, and synchronize features. */
|