HomeSort by relevance Sort by last modified time
    Searched refs:Framework (Results 1 - 25 of 59) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/
FrameworkDxe.h 2 The root header file that provides Framework extension to UEFI/PI for modules. It can be included by
3 DXE, RUNTIME and SMM type modules that use Framework definitions.
6 This header file includes Framework extension definitions common to DXE
24 #include <Framework/FrameworkInternalFormRepresentation.h>
25 #include <Framework/FirmwareVolumeImageFormat.h>
26 #include <Framework/FirmwareVolumeHeader.h>
27 #include <Framework/Hob.h>
28 #include <Framework/BootScript.h>
29 #include <Framework/StatusCode.h>
30 #include <Framework/DxeCis.h>
    [all...]
FrameworkPei.h 2 Header file that support Framework extension to UEFI/PI for PEI modules.
4 This header file must include Framework extension definitions common to PEI
23 #include <Framework/FirmwareVolumeImageFormat.h>
24 #include <Framework/FirmwareVolumeHeader.h>
25 #include <Framework/Hob.h>
26 #include <Framework/StatusCode.h>
27 #include <Framework/BootScript.h>
28 #include <Framework/PeiCis.h>
FrameworkSmm.h 2 Header file that support Framework extensions to UEFI/PI for SMM modules.
4 This header file must include Framework extension definitions common to DXE
22 #include <Framework/SmmCis.h>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 38 using MbUnit.Framework;
TestDriver.cs 38 using MbUnit.Framework;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
SmmScriptLib.inf 27 $(EDK_SOURCE)/Foundation/Framework
32 $(EDK_SOURCE)/Foundation/Framework/Include
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/
EdkNt32PpiLib.inf 32 $(EDK_SOURCE)/Foundation/Framework/Include
38 $(EDK_SOURCE)/Foundation/Framework
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
  /external/skia/experimental/xps_to_png/
compile_xps_to_png.bat 7 @set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
Makefile 60 -I $(EDK_SOURCE)\Foundation\Framework\Include \
65 -I $(EDK_SOURCE)\Foundation\Framework \
  /external/google-breakpad/src/client/ios/
Breakpad.h 30 // Framework to provide a simple C API to crash reporting for
48 #include <client/apple/Framework/BreakpadDefines.h>
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
FrameworkSpecConformance.txt 2 # This file is used to document mismatches between Intel Platform Innovation Framework specification
3 # (http://www.intel.com/technology/framework/spec.htm) and data structures defind at IntelFrameworkPkg
9 # 1. Some definitions defined in Framework specification may bring a little complexity on implementation. EdkII
11 # 2. Some definitions are NOT defined in Framework specification, but introduced in Edk. EdkII chooses to keep
13 # 3. The name of some definitions are NOT consistent with Framework specification. If the name doesn't bring
15 # 4. Some defintitions don't exactly match Framework specification, some new field members are introduced in EdkII
19 # The IntelFrameworkPkg contains Framework specification contents that were not adopted by UEFI/PI, and names may be
24 # Mismatch with Intel Platform Innovation Framework for DataHubSubclass Specification (Version 0.90)
29 This macro named "EFI_STRING_TOKEN" is *NOT* defined in Framework specification. Keeping this inconsistency
57 # Mismatch with Intel Platform Innovation Framework for CacheSubclass Specification (Version 0.90)
    [all...]
  /external/guice/core/test/com/googlecode/guice/
OSGiContainerTest.java 24 import junit.framework.TestCase;
26 import org.osgi.framework.BundleContext;
27 import org.osgi.framework.launch.Framework;
28 import org.osgi.framework.launch.FrameworkFactory;
98 instructions.setProperty("Import-Package", "org.osgi.framework,"
137 // ask framework to clear cache on startup
139 properties.setProperty("org.osgi.framework.storage", BUILD_TEST_DIR + "/bundle.cache");
140 properties.setProperty("org.osgi.framework.storage.clean", "onFirstInit");
142 // test each available OSGi framework in tur
145 Framework framework = f.next().newFramework(properties); local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
makefile 65 INC = $(INC) -I $(EDK_SOURCE)\Foundation\Framework\Include
70 -I $(EDK_SOURCE)\Foundation\Framework
82 INC_DEPS = $(INC_DEPS) $(EDK_SOURCE)\Foundation\Framework\Include\EfiInternalFormRepresentation.h
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmBase.h 32 This Protocol is defined in Framework of EFI SMM Core Interface Spec
43 #include <Framework/SmmCis.h>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
EfiRegTableLib.h 51 #include <Framework/BootScript.h>
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 45 # minified based on which files were used when building the Parameter Framework
53 echo "run from the Parameter Framework's git root"
71 xargs grep --no-filename 'external/parameter-framework/asio' >> "$output" || true
79 # This script must be run from the Parameter Framework's git root.
114 -e 's@^external/parameter-framework/asio/@@g' \
125 cat > README.parameter-framework << __EOF__
130 the Parameter Framework fails to compile on your lunch target because of a
135 git add README.parameter-framework
  /external/clang/lib/Lex/
HeaderSearch.cpp 97 fprintf(stderr, "%d framework lookups.\n", NumFrameworkLookups);
175 // Search for or infer a module map for a framework.
178 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework");
321 // Check if the headermap maps the filename to a framework include
323 // framework include.
349 /// \brief Given a framework directory, find the top-most framework directory.
352 /// \param DirName The name of the framework directory.
354 /// returned top-level module to the originally named framework.
358 assert(llvm::sys::path::extension(DirName) == ".framework" &
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
makefile 46 -I $(EDK_SOURCE)\Foundation\Framework\Include \
51 -I $(EDK_SOURCE)\Foundation\Framework \
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 1 ## 3.12\. TV Input Framework
3 The [Android Television Input Framework (TIF)](
9 Framework.
15 described in [section 3.12.1](#3_12_tv-input-framework).
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Makefile 103 "$(EDK_TOOLS_OUTPUT)\FvLib.obj": "$(TARGET_SOURCE_DIR)\FvLib.c" "$(TARGET_SOURCE_DIR)\FvLib.h" $(EDK_SOURCE)\Foundation\Framework\Include\EfiFirmwareFileSystem.h "$(EDK_SOURCE)\Foundation\Framework\Include\EfiFirmwareVolumeHeader.h"
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 74 **TV Input Framework (Section 3.12)**
  /external/clang/include/clang/Lex/
HeaderSearch.h 66 /// \brief Whether this is a header inside a framework that is currently
69 /// When a framework is being built, the headers have not yet been placed
70 /// into the appropriate framework subdirectories, and therefore are
72 /// those framework headers.
98 /// \brief If this header came from a framework include, this is the name
99 /// of the framework.
100 StringRef Framework;
136 /// by a \#include or \#include_next, (sub-)framework lookup, etc.
138 /// This structure is used to record entries in our framework cache.
140 /// The directory entry which should be used for the cached framework
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 66 /// \brief Whether this is a header inside a framework that is currently
69 /// When a framework is being built, the headers have not yet been placed
70 /// into the appropriate framework subdirectories, and therefore are
72 /// those framework headers.
98 /// \brief If this header came from a framework include, this is the name
99 /// of the framework.
100 StringRef Framework;
136 /// by a \#include or \#include_next, (sub-)framework lookup, etc.
138 /// This structure is used to record entries in our framework cache.
140 /// The directory entry which should be used for the cached framework
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 66 /// \brief Whether this is a header inside a framework that is currently
69 /// When a framework is being built, the headers have not yet been placed
70 /// into the appropriate framework subdirectories, and therefore are
72 /// those framework headers.
98 /// \brief If this header came from a framework include, this is the name
99 /// of the framework.
100 StringRef Framework;
136 /// by a \#include or \#include_next, (sub-)framework lookup, etc.
138 /// This structure is used to record entries in our framework cache.
140 /// The directory entry which should be used for the cached framework
    [all...]

Completed in 418 milliseconds

1 2 3