/device/google/marlin/sepolicy/ |
hal_bootctl.te | 4 # Getting and setting GPT attributes for the bootloader iterates over all the 8 # Get attributes on all the A/B partitions. 18 # Edit the attributes stored in the GPT.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_cd.py | 15 # attributes. More comprehensive examples can be found in Demo/cd and
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/ |
PropertiesTableAttributesDxeExtra.uni | 2 // This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
4 // This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
21 "PropertiesTable Attributes Setting DXE Driver"
|
/external/clang/test/CodeGen/ |
attr-disable-tail-calls.c | 17 // DISABLE: attributes [[ATTRTRUE]] = { {{.*}}"disable-tail-calls"="true"{{.*}} } 18 // ENABLE: attributes [[ATTRFALSE]] = { {{.*}}"disable-tail-calls"="false"{{.*}} } 19 // ENABLE: attributes [[ATTRTRUE]] = { {{.*}}"disable-tail-calls"="true"{{.*}} }
|
/external/llvm/test/Assembler/ |
diobjcproperty.ll | 12 ; CHECK-NEXT: !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, type: !2) 14 getter: "getFoo", attributes: 7, type: !2) 18 attributes: 0, type: null)
|
/external/llvm/test/CodeGen/AMDGPU/ |
promote-alloca-unhandled-intrinsic.ll | 22 attributes #0 = { argmemonly nounwind } 23 attributes #1 = { nounwind readnone } 24 attributes #2 = { nounwind }
|
/external/llvm/test/Other/ |
opt-override-mcpu-mattr.ll | 3 ; Check that opt can rewrite function attributes target-cpu and target-features 6 ; CHECK: attributes #0 = { nounwind readnone ssp uwtable "target-cpu"="broadwell" "target-features"="+avx2" "use-soft-float"="false" } 13 attributes #0 = { nounwind readnone ssp uwtable "target-cpu"="core2" "target-features"="+ssse3,+cx16,+sse,+sse2,+sse3" "use-soft-float"="false" }
|
/external/llvm/test/Transforms/IPConstantProp/ |
user-with-multiple-uses.ll | 32 ; CHECK: attributes #0 = { noreturn nounwind } 33 ; CHECK: attributes #1 = { nounwind readnone } 34 ; CHECK: attributes [[NUW]] = { nounwind }
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/ |
3-1.c | 28 /* Initialize a condition variable attributes object */ 31 "Cannot initialize condition variable attributes object\n"); 35 /* Destroy the condition variable attributes object */
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/ |
2-1.c | 21 /* Initialize a mutex attributes object */ 27 /* Destroy the mutex attributes object */ 33 /* Initialize the mutex attributes object again. This shouldn't result in an error. */
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/ |
3-1.c | 28 /* Initialize a mutex attributes object */ 30 fprintf(stderr, "Cannot initialize mutex attributes object\n"); 34 /* Destroy the mutex attributes object */
|
/external/python/cpython2/Lib/test/ |
test_cd.py | 14 # attributes. More comprehensive examples can be found in Demo/cd and 18 # touch all the attributes of cd without doing anything 20 print 'Touching cd module attributes...'
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ClassCache.java | 11 import java.util.jar.Attributes; 18 private static final Attributes.Name VERSION_ATTRIBUTE = new Attributes.Name("version"); 31 Attributes attributes = manifest.getEntries().get("robolectric"); local 32 if (attributes != null) { 33 String cacheVersionStr = (String) attributes.get(VERSION_ATTRIBUTE); 51 Attributes attributes = new Attributes(); [all...] |
/frameworks/layoutlib/bridge/tests/src/android/util/ |
BridgeXmlPullAttributesTest.java | 52 BridgeXmlPullAttributes attributes = new BridgeXmlPullAttributes( local 74 assertEquals(123, attributes.getAttributeIntValue(BridgeConstants.NS_RESOURCES, 76 assertEquals(123, attributes.getAttributeIntValue(0, 500)); 78 assertEquals(500, attributes.getAttributeIntValue(BridgeConstants.NS_RESOURCES, 80 assertEquals(500, attributes.getAttributeIntValue(2, 500)); 83 assertEquals(1, attributes.getAttributeIntValue("http://custom", 85 assertEquals(1, attributes.getAttributeIntValue(1, 500)); 86 assertEquals(2, attributes.getAttributeIntValue("http://custom", 88 assertEquals(2, attributes.getAttributeIntValue(1, 500)); 92 attributes.getAttributeIntValue("http://custom", "my_custom_attr", 500) [all...] |
/libcore/ojluni/src/main/java/sun/util/locale/ |
UnicodeLocaleExtension.java | 45 private final Set<String> attributes; field in class:UnicodeLocaleExtension 55 attributes = Collections.emptySet(); 59 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { 61 if (attributes != null) { 62 this.attributes = attributes; 64 this.attributes = Collections.emptySet(); 72 if (!this.attributes.isEmpty() || !this.keywords.isEmpty()) { 74 for (String attribute : this.attributes) { 91 if (attributes == Collections.EMPTY_SET) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cd.py | 15 # attributes. More comprehensive examples can be found in Demo/cd and 19 # touch all the attributes of cd without doing anything 21 print 'Touching cd module attributes...'
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cd.py | 15 # attributes. More comprehensive examples can be found in Demo/cd and 19 # touch all the attributes of cd without doing anything 21 print 'Touching cd module attributes...'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cd.py | 15 # attributes. More comprehensive examples can be found in Demo/cd and 19 # touch all the attributes of cd without doing anything 21 print 'Touching cd module attributes...'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cd.py | 15 # attributes. More comprehensive examples can be found in Demo/cd and 19 # touch all the attributes of cd without doing anything 21 print 'Touching cd module attributes...'
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
aarch64elf.sh | 36 ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
|
aarch64elf32.sh | 36 ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
|
/external/deqp/modules/glshared/ |
glsAttributeLocationTests.cpp | 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings) 77 for (int attribNdx = 0; attribNdx < (int)attributes.size(); attribNdx++) 79 const deInt32 location = getBoundLocation(bindings, attributes[attribNdx].getName()); 80 const deUint32 size = attributes[attribNdx].getType().getLocationSize(); 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) 115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) 134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter 819 vector<Attribute> attributes; local 846 vector<Attribute> attributes; local 881 vector<Attribute> attributes; local 910 vector<Attribute> attributes; local 948 vector<Attribute> attributes; local 988 vector<Attribute> attributes; local 1019 vector<Attribute> attributes; local 1040 vector<Attribute> attributes; local 1061 vector<Attribute> attributes; local 1086 vector<Attribute> attributes; local 1111 vector<Attribute> attributes; local 1144 vector<Attribute> attributes; local 1178 vector<Attribute> attributes; local 1205 vector<Attribute> attributes; local 1246 vector<Attribute> attributes; local 1284 vector<Attribute> attributes; local 1318 vector<Attribute> attributes; local 1363 vector<Attribute> attributes; local 1405 vector<Attribute> attributes; local 1429 vector<Attribute> attributes; local 1450 vector<Attribute> attributes; local 1471 vector<Attribute> attributes; local 1495 vector<Attribute> attributes; local 1520 vector<Attribute> attributes; local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
AttributesImplSerializer.java | 26 import org.xml.sax.Attributes; 31 * xml.sax.Attributes. But for optimization this class adds a Hashtable for 35 * @see org.xml.sax.Attributes 43 * of an attributes qName. qNames are in uppercase in the hash table 54 * This is the number of attributes before switching to the hash table, 60 * One less than the number of attributes before switching to 69 * @see org.xml.sax.Attributes#getIndex(String) 77 // if we haven't got too many attributes let the 82 // we have too many attributes and the super class is slow 112 // (index + 1) is now the number of attributes [all...] |
/external/autotest/frontend/tko/ |
models_test.py | 47 attributes = self._get_attributes(test1) 48 self.assertEquals(attributes['test_attribute1'], 'test_value1') 51 attributes = self._get_attributes(test1) 52 self.assertNotIn('test_attribute1', attributes.keys()) 60 attributes = self._get_attributes(test1) 61 self.assertEquals(attributes['test_attribute1'], 'test_value2')
|
/external/tensorflow/tensorflow/core/common_runtime/ |
renamed_device.cc | 37 DeviceAttributes attributes(underlying->attributes()); 38 attributes.set_name(name); 39 return new RenamedDevice(underlying, attributes, owns_underlying, 44 const DeviceAttributes& attributes, 46 : Device(underlying->env(), attributes),
|