/frameworks/native/libs/vr/libdvr/ |
dvr_surface.cpp | 32 bool ConvertSurfaceAttributes(const DvrSurfaceAttribute* attributes, 38 switch (attributes[i].value.type) { 40 value = attributes[i].value.int32_value; 43 value = attributes[i].value.int64_value; 49 value = static_cast<bool>(attributes[i].value.bool_value); 52 value = attributes[i].value.float_value; 55 ArrayCopy(&value, attributes[i].value.float2_value); 58 ArrayCopy(&value, attributes[i].value.float3_value); 61 ArrayCopy(&value, attributes[i].value.float4_value); 64 ArrayCopy(&value, attributes[i].value.float8_value) [all...] |
/tools/test/connectivity/acts/tests/google/ble/api/ |
BleAdvertiseApiTest.py | 19 after you set all attributes of each object. If this test suite doesn't pass, 52 2. Get the attributes of the advertise settings object. 53 3. Compare the attributes found against the attributes exp. 56 Found attributes should match expected attributes. 104 2. Get the attributes of the advertise settings object. 105 3. Compare the attributes found against the attributes exp. 108 Found attributes should match expected attributes [all...] |
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
Open.c | 77 @param Attributes - Attributes to set if the file is created.
81 @retval EFI_INVALID_PARAMETER - The open mode is conflict with the attributes
96 IN UINT8 Attributes
123 Status = FatLocateOFile (&OFile, FileName, Attributes, NewFileName);
137 Status = FatCreateDirEnt (OFile, NewFileName, Attributes, &DirEnt);
163 FileAttributes = OFile->DirEnt->Entry.Attributes;
189 @param Attributes - Attributes to set if the file is created.
194 The Attributes is not the valid attributes. [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphReader.java | 30 import org.xml.sax.Attributes; 245 public void startElement(String uri, String localName, String qName, Attributes attr) 278 private void addImportCommand(Attributes attributes) throws SAXException { 279 String packageName = getRequiredAttribute(attributes, "package"); 283 private void addLibraryCommand(Attributes attributes) throws SAXException { 284 String libraryName = getRequiredAttribute(attributes, "name"); 288 private void addConnectCommand(Attributes attributes) { [all...] |
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
expected.txt | 31 attributes[0]: 42 attributes[0]: 48 end attributes[0] 49 end attributes[0]
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
expected.txt | 35 attributes[0]: 46 attributes[0]: 53 end attributes[0] 54 end attributes[0]
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
expected.txt | 23 attributes[0]: 28 end attributes[0] 55 attributes[0]: 60 end attributes[0]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
MemoryMap.c | 46 UINT64 Attributes; 76 " <tr><th align=\"right\">Type</th><th align=\"right\">Start</th><th align=\"right\">End</th><th align=\"right\">Attributes</th></tr>\r\n" ); 142 // Display the attributes 150 pMemoryDescriptor->Attributes ); 156 // Decode the attributes 163 Attributes = pMemoryDescriptor->Attributes; 165 if ( 0 != ( Attributes & EFI_MEMORY_RUNTIME )) { 175 if ( 0 != ( Attributes & EFI_MEMORY_XP )) { 193 if ( 0 != ( Attributes & EFI_MEMORY_RP )) [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/GccLto/ |
liblto-arm.a | |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/ |
Gcd.h | 3 convert from GCD attributes to EFI Memory Map attributes.
38 // The data structure used to convert from GCD attributes to EFI Memory Map attributes
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/ |
PropertiesTableAttributesDxe.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
20 #string STR_MODULE_ABSTRACT #language en-US "This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType."
22 #string STR_MODULE_DESCRIPTION #language en-US "This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType in UEFI memory map, if and only of PropertiesTable is published and has BIT0 set."
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 36 /** Track the attributes within a scope. A named scoped has just its list 37 * of attributes. Each rule has potentially 3 scopes: return values, 45 * of predefined attributes. I keep this out of the runtime.Token 83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); field in class:AttributeScope 108 /** From a chunk of text holding the definitions of the attributes, 110 * the list of attributes for this scope. Pass in the character 133 attributes.put(attr.name, attr); 138 attributes.put(name, new Attribute(name,decl)); 159 return (Attribute)attributes.get(name); 162 /** Used by templates to get all attributes */ [all...] |
/external/autotest/client/site_tests/kernel_Lmbench/ |
control | 3 ATTRIBUTES = "suite:kernel_per-build_benchmarks"
|
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/ |
control | 7 ATTRIBUTES = "suite:experimental"
|
/external/autotest/client/site_tests/platform_UdevVars/ |
control | 8 ATTRIBUTES = "suite:experimental"
|
/external/autotest/client/tests/ddtest/ |
control | 8 ATTRIBUTES = "suite:kernel_daily_benchmarks"
|
/external/autotest/client/tests/flaky_test/ |
control | 7 ATTRIBUTES = "suite:dummyflake"
|
control.noretry | 7 ATTRIBUTES = "suite:dummyclientretries, suite:dummyflake"
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
PKCS12BagAttributeCarrier.java | 9 * allow us to set attributes on objects that can go into a PKCS12 store.
|
/external/clang/test/CodeGen/ |
attr-coldhot.c | 11 // CHECK: attributes [[ATTR]] = { {{.*}}cold{{.*}}optsize{{.*}} }
|
mbackchain-2.c | 7 // CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }
|
mbackchain.c | 7 // CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }
|
nousejumptable.c | 4 // CHECK: attributes #0 = {{.*}}"no-jump-tables"="true"{{.*}}
|
safestack-attr.cpp | 6 // SP-NOT: attributes #{{.*}} = { {{.*}}safestack{{.*}} }
|
/external/clang/test/CodeGenCXX/ |
cxx11-noreturn.cpp | 10 // CHECK: attributes [[NR]] = { noreturn nounwind{{.*}} }
|