Searched
full:world (Results
476 -
500 of
5805) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
cgi1.py | 13 print "<h1>Hello world</h1>"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
reperf.py | 5 s = "\13hello\14 \13world\14 " * 1000
|
test_macos.py | 69 fp.write('hello world\n')
73 rfp.write('goodbye world\n')
80 self.assertEqual(data, 'hello world\n')
86 self.assertEqual(data, 'goodbye world\n')
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/ |
ArmGicV2SecLib.c | 80 // Enable CPU interface in Secure world
81 // Enable CPU interface in Non-secure World
97 // Disable CPU interface in Secure world and Non-secure World
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ |
RTSMSec.c | 50 Some peripherals must be initialized in Secure World.
51 For example, some L2x0 requires to be initialized in Secure World
87 Call before jumping to Normal World
90 jumping to the Normal World
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/ |
ArmPlatformPkg.txt | 18 gArmTokenSpaceGuid.PcdFdBaseAddress : Base Address of your Non-Secure/Normal World Firmware Device.
19 gArmTokenSpaceGuid.PcdFdSize : Size in bytes of your Non-Secure/Normal World Firmware Device
22 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase : Base of Secure Stack for Secure World
23 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize : Size of the stack for the Primary Core in Secure World
24 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize : Size of the stack for the Secondary Cores in Secure World
25 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase : Base of Stack for Monitor World
27 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase : Base of SEC Stack for Normal World
61 - PrePeiCore: when the firmware is started from XIP memory and in Secure world. The PeiCore shadows the firmware itself in System Memory (DRAM)
72 To avoid to reflash the NOR Flash after each build, the SEC (in NOR Flash) intializes thd DRAM and wait until the Normal World firmware is copied into the DRAM.
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/ |
ArmTrustedMonitorLib.h | 2 * Main file supporting the Monitor World on ARM PLatforms
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/ |
HelloWorldExtra.uni | 17 "Hello World Application"
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
Inserted_Entry_Manifest.jar | |
Inserted_Entry_Manifest_with_DigestCode.jar | |
Integrate.jar | |
Modified_Class.jar | |
Modified_Manifest_EntryAttributes.jar | |
Modified_Manifest_MainAttributes.jar | |
Modified_SF_EntryAttributes.jar | |
/external/autotest/client/site_tests/platform_OpenSSLActual/ |
control | 11 PURPOSE = "Real-world integration test for openssl"
|
/external/autotest/client/site_tests/platform_TLSDateActual/ |
control | 11 PURPOSE = "Real-world integration test for tlsdate"
|
/external/clang/test/CodeGen/ |
sanitize-blocks.c | 6 const char *TheString = "Hello, world!";
|
/external/clang/test/Sema/ |
overloaded-func-transparent-union.c | 27 Class_Init(&obj, "Hello ", " World");
|
/external/compiler-rt/test/BlocksRuntime/ |
dispatch_call_Block_with_release.c | 25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now
|
orbars.c | 20 void (^b)(void) = ^(void){ | i | printf("hello world, %d\n", ++i); };
|
/external/curl/tests/data/ |
test1500 | 20 Hello World
|
/external/dtc/tests/ |
test_tree1_wrong1.dts | 8 prop-str = "hello world";
|
test_tree1_wrong2.dts | 8 prop-str = "hello world";
|
test_tree1_wrong3.dts | 9 prop-str = "hello world";
|
Completed in 860 milliseconds
<<11121314151617181920>>