/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
msvc.dsp | 31 # PROP BASE Use_MFC 0
32 # PROP BASE Use_Debug_Libraries 0
33 # PROP BASE Output_Dir "Release"
34 # PROP BASE Intermediate_Dir "Release"
35 # PROP BASE Target_Dir ""
41 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
44 # ADD BASE BSC32 /nologo
47 # ADD BASE LIB32 /nologo
52 # PROP BASE Use_MFC 0
53 # PROP BASE Use_Debug_Libraries 1 [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
BaseLib.uni | 2 // Base Library implementation.
4 // Base Library implementation.
20 #string STR_MODULE_ABSTRACT #language en-US "Base Library implementation"
22 #string STR_MODULE_DESCRIPTION #language en-US "Base Library implementation."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLib/ |
BaseMemoryLib.uni | 2 // Instance of Base Memory Library without assembly.
4 // Base Memory Library implementation - no ASM.
18 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library without assembly"
20 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library implementation - no ASM."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/ |
BaseMemoryLibMmx.uni | 2 // Instance of Base Memory Library using MMX registers.
4 // Base Memory Library that uses MMX registers for high performance.
19 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using MMX registers"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library that uses MMX registers for high performance. Optimized for use in DXE."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/ |
BaseMemoryLibOptDxe.uni | 2 // Instance of Base Memory Library optimized for use in DXE phase.
4 // Base Memory Library that is optimized for use in DXE phase.
19 #string STR_MODULE_ABSTRACT #language en-US "Base Memory Library for DXE"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library that is optimized for use in DXE phase. Uses REP, MMX, XMM registers as required for best performance."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/ |
BaseMemoryLibRepStr.uni | 2 // Instance of Base Memory Library using REP string instructions.
4 // Base Memory Library that uses REP string instructions for
19 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using REP string instructions"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library that uses REP string instructions for high performance and small size. Optimized for use in PEI."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/ |
BaseMemoryLibSse2.uni | 2 // Instance of Base Memory Library using SSE2 registers.
4 // Base Memory Library that uses SSE2 registers for high performance.
18 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using SSE2 registers"
20 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library that uses SSE2 registers for high performance."
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/ |
BaseSynchronizationLib.uni | 2 // Base Synchronization Library implementation.
4 // Base Synchronization Library implementation.
19 #string STR_MODULE_ABSTRACT #language en-US "Base Synchronization Library implementation"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Synchronization Library implementation."
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryLib/ |
PeiMemoryLib.uni | 2 // Instance of Base Memory Library using PEI Services.
4 // Base Memory Library implementation that uses PEI Services
19 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using PEI Services"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library implementation that uses PEI Services where possible, for size reduction."
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryLib/ |
UefiMemoryLib.uni | 2 // Instance of Base Memory Library using EFI Boot Services.
4 // Base Memory Library implementation that uses EFI Boot Services
19 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using EFI Boot Services"
21 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library implementation that uses EFI Boot Services where possible, for size reduction."
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/ |
SioInit.c | 44 {WPCN381U_BASE1_HI_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT0_BASE_ADDRESS >> 8)}, // Set Base Address MSB
45 {WPCN381U_BASE1_LO_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT0_BASE_ADDRESS & 0x00FF)}, // Set Base Address LSB
49 {WPCN381U_BASE1_HI_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT1_BASE_ADDRESS >> 8)}, // Set Base Address MSB
50 {WPCN381U_BASE1_LO_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT1_BASE_ADDRESS & 0x00FF)}, // Set Base Address LSB
54 {WPCN381U_BASE1_HI_REGISTER, (UINT8)(WPCN381U_GPIO_BASE_ADDRESS >> 8)}, // Set Base Address MSB
55 {WPCN381U_BASE1_LO_REGISTER, (UINT8)(WPCN381U_GPIO_BASE_ADDRESS & 0x00FF)}, // Set Base Address LSB
64 {WPCN381U_BASE1_HI_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT0_BASE_ADDRESS >> 8)}, // Set Base Address MSB
65 {WPCN381U_BASE1_LO_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT0_BASE_ADDRESS & 0x00FF)}, // Set Base Address LSB
69 {WPCN381U_BASE1_HI_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT1_BASE_ADDRESS >> 8)}, // Set Base Address MSB
70 {WPCN381U_BASE1_LO_REGISTER, (UINT8)(WPCN381U_SERIAL_PORT1_BASE_ADDRESS & 0x00FF)}, // Set Base Address LSB [all...] |
/external/ImageMagick/Magick++/demo/ |
detrans.cpp | 46 Image base( overlay.size(), color ); 47 base.composite( overlay, 0, 0, OverCompositeOp ); 48 base.alpha( false ); 49 base.write( fname );
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t036multipleReturnValues.py | 11 def lexerClass(self, base): 12 class TLexer(base): 20 def parserClass(self, base): 21 class TParser(base):
|
t041parameters.py | 11 def lexerClass(self, base): 12 class TLexer(base): 20 def parserClass(self, base): 21 class TParser(base):
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
DerivationFunction.java | 4 * base interface for general purpose byte derivation functions.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PBKDFKey.java | 6 * Base interface for keys associated with various password based key derivation functions (PBKDF).
|
/external/clang/test/CodeGenCXX/ |
vtable-key-function.cpp | 21 struct Base { 22 virtual ~Base(); 26 struct Derived : public Base<T> { }; 29 struct Derived<char> : public Base<char> {
|
/external/clang/test/Modules/Inputs/ |
dependency-gen-base.modulemap | 1 module "test-base" {
|
/external/clang/test/SemaObjC/ |
property-5.m | 11 @interface Base : NSData <P1> // expected-note {{receiver is instance of class declared here}} 13 @property(readonly) Base *p_base; 18 @interface Data : Base <P1, P2> 32 void foo(Base *b, id x) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.update/history/ |
1327097249000.xml | 3 <site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.update/ |
platform.xml | 3 <site enabled="true" policy="USER-EXCLUDE" updateable="true" url="platform:/base/">
|
/external/icu/icu4j/eclipse-build/features.template/com.ibm.icu.base/ |
feature.xml | 3 id="com.ibm.icu.base" 4 label="com.ibm.icu.base" 20 id="com.ibm.icu.base" 27 id="com.ibm.icu.base.source"
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/META-INF/ |
MANIFEST.MF | 4 Bundle-SymbolicName: com.ibm.icu.base; singleton:=true 9 Export-Package: com.ibm.icu.text;base=true;version="@IMPL_VERSION@", 10 com.ibm.icu.util;base=true;version="@IMPL_VERSION@", 11 com.ibm.icu.math;base=true;version="@IMPL_VERSION@",
|
/external/libbrillo/brillo/ |
asynchronous_signal_handler_unittest.cc | 13 #include <base/bind.h> 14 #include <base/macros.h> 15 #include <base/message_loop/message_loop.h> 16 #include <base/run_loop.h> 41 base::MessageLoopForIO base_loop_; 53 base::Bind(&AsynchronousSignalHandlerTest::RecordInfoAndQuit, 54 base::Unretained(this), 69 base::Bind(&AsynchronousSignalHandlerTest::RecordInfoAndQuit, 70 base::Unretained(this), 85 base::Bind(&MessageLoop::BreakLoop [all...] |
/external/libbrillo/brillo/message_loops/ |
message_loop_utils.h | 8 #include <base/callback.h> 9 #include <base/time/time.h> 20 base::TimeDelta timeout, 21 base::Callback<bool()> terminate);
|