Searched refs:Types (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-0.35/
H A DMakefile1 NAME = MooseX-Types
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-0.41/
H A DMakefile1 NAME = MooseX-Types
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-DateTime-0.07/
H A DMakefile1 NAME = MooseX-Types-DateTime
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-DateTime-0.10/
H A DMakefile1 NAME = MooseX-Types-DateTime
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-Structured-0.28/
H A DMakefile1 NAME = MooseX-Types-Structured
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DShowInitIcon.h4 #include <Types.h>
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DMakefile.PL15 Types::Serialiser => 0,
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/Serialiser/
H A DError.pm3 Types::Serialiser::Error - dummy module for Types::Serialiser
13 L<Types::Serialiser> for more info about this class.
17 use Types::Serialiser ();
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dfactory.swg81 %define %factory(Method,Types...)
84 %formacro(%_factory_dispatch, Types)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py16 Types=['com.apple.addressbook.person-object'], variable
39 Types=[ variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py16 Types=['com.apple.addressbook.person-object'], variable
39 Types=[ variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/Get Buddy Info/
H A Dsetup.py16 Types=['com.apple.addressbook.person-object'], variable
39 Types=[ variable
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArguments.h74 template<typename... Types>
76 typedef std::tuple<typename std::decay<Types>::type...> ValueType;
78 Arguments(Types&&... values)
79 : arguments(std::forward<Types>(values)...)
85 ArgumentCoder<std::tuple<Types...>>::encode(encoder, arguments);
90 return ArgumentCoder<std::tuple<Types...>>::decode(decoder, result.arguments);
93 std::tuple<Types...> arguments;
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-Structured-0.30/
H A DMakefile1 NAME = MooseX-Types-Structured
8 /usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm \
9 /usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDataLog.h42 template<typename... Types>
43 void dataLog(const Types&... values)
H A DStringPrintStream.h57 template<typename... Types>
58 CString toCString(const Types&... values)
65 template<typename... Types>
66 String toString(const Types&... values)
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm3 Types::Serialiser - simple data types for common serialisation formats
18 package Types::Serialiser;
31 =head2 BOOLEANS (Types::Serialiser::Boolean class)
39 =item $Types::Serialiser::true, Types::Serialiser::true
43 (C<$Types::Serialiser::true>) or the constant form (C<Types::Serialiser::true>).
48 =item $Types::Serialiser::false, Types::Serialiser::false
52 (C<$Types
[all...]
/macosx-10.10.1/swig-12/Lib/php/
H A Dfactory.i102 %define %factory(Method,Types...)
105 %formacro(%_factory_dispatch, Types)
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
61 // directly without Types<...>:
140 typedef testing::Types<char, int, unsigned int> MyTypes;
144 // directly without Types<...>:
162 // The 'Types' template argument below must have spaces around it
164 // instance (e.g. Types<int>)
165 # define TYPED_TEST_CASE(CaseName, Types) \
166 typedef ::testing::internal::TypeList< Types >::type \
247 // The 'Types' template argument below must have spaces around it
249 // instance (e.g. Types<in
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGradient.js27 Types : { property in class:WebInspector.Gradient
37 if (typeString.indexOf(WebInspector.Gradient.Types.Linear) !== -1)
38 type = WebInspector.Gradient.Types.Linear;
39 else if (typeString.indexOf(WebInspector.Gradient.Types.Radial) !== -1)
40 type = WebInspector.Gradient.Types.Radial;
86 if (type === WebInspector.Gradient.Types.Linear)
147 this.type = WebInspector.Gradient.Types.Linear;
244 this.type = WebInspector.Gradient.Types.Radial;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.r11 #include <Types.r>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsvg.vim4 " File Types: .svg (used in Web and vector programs)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkctool_main.h15 #pragma mark Basic Types & Constants
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenDAGPatterns.h302 SmallVector<EEVT::TypeSet, 1> Types;
329 Types.resize(NumResults);
333 Types.resize(NumResults);
343 unsigned getNumTypes() const { return Types.size(); }
345 return Types[ResNo].getConcrete();
347 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; }
348 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
349 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
350 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; }
353 return Types[ResN
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DValueEnumerator.h46 TypeList Types; member in class:llvm::ValueEnumerator
120 const TypeList &getTypes() const { return Types; }

Completed in 190 milliseconds

1234