HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 76 - 100 of 830) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 59 BasicSourceLineResolver::Function : public SourceLineResolverBase::Function {
60 Function(const string &function_name,
70 typedef SourceLineResolverBase::Function Base;
126 // Parses a function declaration, returning a new Function object.
127 Function* ParseFunction(char *function_line);
145 RangeMap< MemAddr, linked_ptr<Function> > functions_;
source_line_resolver_base_types.h 83 struct SourceLineResolverBase::Function {
84 Function() { }
85 Function(const string &function_name,
96 // The size of parameters passed to this function on the stack.
112 // If the public symbol is used as a function entry point, parameter_size
fast_source_line_resolver_types.h 73 struct FastSourceLineResolver::Function :
74 public SourceLineResolverBase::Function {
75 void CopyFrom(const Function *func_ptr) {
80 // De-serialize the memory data of a Function.
153 StaticRangeMap<MemAddr, Function> functions_;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
ClassOrInterfaceDeclarationBuildersTest.java 31 import java.util.function.Function;
63 testClass.addImplementedType(Function.class);
65 assertEquals("import " + Function.class.getName() + ";" + EOL,
68 assertEquals(Function.class.getSimpleName(), testClass.getImplementedTypes(0).getNameAsString());
  /external/python/cpython2/Mac/Modules/evt/
evtsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
48 Function = OSErrWeakLinkFunctionGenerator
56 f = Function(UInt32, 'TickCount',
  /external/python/cpython2/Mac/Modules/launch/
launchsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
86 Function = OSErrFunctionGenerator
  /external/python/cpython2/Mac/Modules/scrap/
scrapsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
60 Function = OSErrFunctionGenerator
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 40 This function discourages the use of complex constructs
86 """A composable function.
106 return Function(lambda x, *args, **kw: x)
114 """A composable function that simply defers to a callable function.
141 class Function(Composable):
142 """A composable function wrapper for a regular Python function.
146 function application.
148 The final function application happens via the `of` method
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
function.h 32 // A SPIR-V function.
33 class Function {
38 // Creates a function instance declared by the given OpFunction instruction
40 inline explicit Function(std::unique_ptr<Instruction> def_inst);
41 // The OpFunction instruction that begins the definition of this function.
44 // Sets the enclosing module for this function.
46 // Appends a parameter to this function.
48 // Appends a basic block to this function.
51 // Saves the given function end instruction.
54 // Returns function's i
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
fixed_argv.h 113 typedef void (Function)(FixedArgv &);
118 Function *func_;
122 FixedArgvRegistry(Function *func) : func_(func), next_(head_) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
PL111LcdArmVExpress.c 236 SYS_CONFIG_FUNCTION Function;
247 Function = SYS_CFG_OSC;
251 Function = SYS_CFG_OSC_SITE1;
259 Status = ArmPlatformSysConfigSetDevice (Function, OscillatorId, mResolutions[ModeNumber].OscFreq);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
EfiPci.h 27 UINT8 Function;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiPciCfg.h 62 UINT8 Function;
74 UINT8 Function;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPci.h 34 UINT8 Function;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
FirmwarePerformance.h 124 UINTN Function;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmmCommon.h 30 UINTN Function;
41 /// Size of SMM FTW communicate function header, without including the payload.
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PciCfg2.h 66 /// 8-bit register offset within the PCI configuration space for a given device's function
74 UINT8 Function;
107 @retval EFI_SUCCESS The function completed successfully.
148 @retval EFI_SUCCESS The function completed successfully.
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
XenSupport.c 64 IN UINTN Function,
88 PCI_LIB_ADDRESS (Bus, Device, Function, Offset),
143 PCI_LIB_ADDRESS (Bus, Device, Function, Offset),
181 UINT8 Function;
212 for (Function = 0; Function <= PCI_MAX_FUNC; Function++) {
217 Address = PCI_LIB_ADDRESS (PrimaryBus, Device, Function, 0);
223 if (Function == 0) {
231 // If PCI function != 0, VendorId == 0xFFFF, we continue to search
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 25 Internal function to retrieves the 64-bit frequency in Hz.
27 Internal function to retrieves the 64-bit frequency in Hz.
38 The constructor function enables ACPI IO space.
40 If ACPI I/O space not enabled, this function will enable it.
54 UINTN Function;
85 Function = PcdGet8 (PcdAcpiIoPciFunctionNumber);
92 if ((PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister)) & EnableMask) != EnableMask) {
94 PCI_LIB_ADDRESS (Bus, Device, Function, PcdGet16 (PcdAcpiIoPciBarRegisterOffset)),
98 PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister),
107 Internal function to retrieve the ACPI I/O Port Base Address.
    [all...]
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 29 namespace Function {
48 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
50 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
52 b = S::f2; // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
54 if (S::f2) {} // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
56 b = f5; // expected-warning {{address of function 'f5' will always evaluate to 'true'}} \
58 expected-note {{suffix with parentheses to turn this into a function call}}
59 b = f6; // expected-warning {{address of function 'f6' will always evaluate to 'true'}} \
137 // expected-warning@-1{{address of function 'fun' will always evaluate to 'true'}}
  /external/deqp/executor/
xeCallQueue.hpp 23 * \brief Cross-thread function call dispatcher.
48 typedef void (*Function) (CallReader& data);
55 Function getFunction (void) const { return m_func; }
56 void setFunction (Function func) { m_func = func; }
65 Function m_func;
90 CallWriter (CallQueue* queue, Call::Function function);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCaseUtil.hpp 65 typedef tcu::TestStatus (*Function) (Context& context);
67 FunctionInstance0 (Context& context, Function function)
69 , m_function (function)
75 const Function m_function;
82 typedef tcu::TestStatus (*Function) (Context& context, Arg0 arg0);
86 Args (Function func_, Arg0 arg0_) : func(func_), arg0(arg0_) {}
88 Function func;
106 typedef void (*Function) (vk::SourceCollections& dst);
108 FunctionPrograms0 (Function func
    [all...]
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-generated-internal-utils.h 140 // Template struct Function<F>, where F must be a function type, contains
143 // Result: the function's return type.
148 // MakeResultVoid: the function type obtained by substituting void
151 // the function type obtained by substituting Something
154 struct Function;
157 struct Function<R()> {
166 struct Function<R(A1)>
167 : Function<R()> {
176 struct Function<R(A1, A2)
    [all...]
  /external/googletest/googlemock/include/gmock/internal/
gmock-generated-internal-utils.h 140 // Template struct Function<F>, where F must be a function type, contains
143 // Result: the function's return type.
148 // MakeResultVoid: the function type obtained by substituting void
151 // the function type obtained by substituting Something
154 struct Function;
157 struct Function<R()> {
166 struct Function<R(A1)>
167 : Function<R()> {
176 struct Function<R(A1, A2)
    [all...]
  /external/llvm/include/llvm/MC/
MCWinEH.h 35 const MCSymbol *Function = nullptr;
48 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel)
49 : Begin(BeginFuncEHLabel), Function(Function) {}
50 FrameInfo(const MCSymbol *Function, const MCSymbol *BeginFuncEHLabel,
52 : Begin(BeginFuncEHLabel), Function(Function),

Completed in 1215 milliseconds

1 2 34 5 6 7 8 91011>>