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

1 2

  /external/libchrome/base/
callback_forward.h 10 template <typename Sig>
callback_helpers.h 23 template <typename Sig>
24 base::Callback<Sig> ResetAndReturn(base::Callback<Sig>* cb) {
25 base::Callback<Sig> ret(*cb);
cancelable_callback.h 56 template <typename Sig>
callback_list.h 204 template <typename Sig> class CallbackList;
  /external/libweave/third_party/chromium/base/
callback_forward.h 10 template <typename Sig>
callback_list.h 204 template <typename Sig> class CallbackList;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py 58 class Sig(object):
146 argument_signatures -- a list of Sig objects which specify
163 cls.parser_signature = Sig()
172 for sig in argument_signatures:
173 parser.add_argument(*sig.args, **sig.kwargs)
178 for sig in argument_signatures:
179 group.add_argument(*sig.args, **sig.kwargs)
183 for i, sig in enumerate(argument_signatures)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_argparse.py 58 class Sig(object):
146 argument_signatures -- a list of Sig objects which specify
163 cls.parser_signature = Sig()
172 for sig in argument_signatures:
173 parser.add_argument(*sig.args, **sig.kwargs)
178 for sig in argument_signatures:
179 group.add_argument(*sig.args, **sig.kwargs)
183 for i, sig in enumerate(argument_signatures)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 58 class Sig(object):
146 argument_signatures -- a list of Sig objects which specify
163 cls.parser_signature = Sig()
172 for sig in argument_signatures:
173 parser.add_argument(*sig.args, **sig.kwargs)
178 for sig in argument_signatures:
179 group.add_argument(*sig.args, **sig.kwargs)
183 for i, sig in enumerate(argument_signatures)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 58 class Sig(object):
146 argument_signatures -- a list of Sig objects which specify
163 cls.parser_signature = Sig()
172 for sig in argument_signatures:
173 parser.add_argument(*sig.args, **sig.kwargs)
178 for sig in argument_signatures:
179 group.add_argument(*sig.args, **sig.kwargs)
183 for i, sig in enumerate(argument_signatures)
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 267 std::vector<unsigned char> &Sig) {
272 case 1: return Sig.push_back(IIT_I1);
273 case 8: return Sig.push_back(IIT_I8);
274 case 16: return Sig.push_back(IIT_I16);
275 case 32: return Sig.push_back(IIT_I32);
276 case 64: return Sig.push_back(IIT_I64);
277 case 128: return Sig.push_back(IIT_I128);
283 case MVT::f16: return Sig.push_back(IIT_F16);
284 case MVT::f32: return Sig.push_back(IIT_F32);
285 case MVT::f64: return Sig.push_back(IIT_F64)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_5.pass.cpp 212 template <class Sig, int Arity, class ArgCaster>
214 TestCaseFreeFunction<Sig, freeFunction11, Arity, ArgCaster>();
218 template <class Sig, int Arity, class ArgCaster>
220 TestCaseFreeFunction<Sig, freeFunction03, Arity, ArgCaster>();
222 runFunctionTestCase11<Sig, Arity, ArgCaster>();
226 template <class Sig, int Arity, class ObjCaster, class ArgCaster>
228 TestCaseFunctorImp<Functor03, Sig, Arity, ObjCaster, ArgCaster>::run();
231 template <class Sig, int Arity, class ObjCaster>
233 TestCaseFunctorImp<Functor03, Sig, Arity, ObjCaster>::run();
238 template <class Sig, int Arity, class ObjCaster, class ArgCaster = LValueCaster
    [all...]
bullet_1_and_2.pass.cpp 216 template <class Sig, int Arity, class CV>
217 struct TestCase : public TestCaseImp<MemFun03, Sig, Arity, CV> {};
220 template <class Sig, int Arity, class CV, bool RValue = false>
221 struct TestCase11 : public TestCaseImp<MemFun11, Sig, Arity, CV, RValue, true> {};
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeFunctionSig.cpp 29 const PDBSymbolTypeFunctionSig &Sig)
31 Enumerator(Sig.findAllChildren<PDBSymbolTypeFunctionArg>()) {}
  /hardware/ti/omap3/dspbridge/inc/
mem.h 307 * Sig: Expected signature DWORD.
314 #define MEM_IsValidHandle(hObj, Sig) \
315 ((hObj != NULL) && (hObj->dwSignature == Sig))
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 307 * Sig: Expected signature DWORD.
314 #define MEM_IsValidHandle(hObj, Sig) \
315 ((hObj != NULL) && (hObj->dwSignature == Sig))
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1089 * templates easier, since we only need to take and pass a single Sig instead
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1110 * templates easier, since we only need to take and pass a single Sig instead
    [all...]
  /external/libbrillo/brillo/
bind_lambda.h 25 template <typename Lambda, typename Sig>
  /external/libweave/src/
bind_lambda.h 25 template <typename Lambda, typename Sig>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator.hpp 32 template< typename C, typename Sig = void(C) >
  /external/valgrind/massif/
ms_main.c 558 SizeT szB; // memory size for the node, be it Sig or Insig
567 Sig;
651 // 0 sig, 0 insig alloc 0 children
652 // N sig, 0 insig alloc N children, dup all
653 // N sig, M insig alloc N+1, dup first N, aggregate remaining M
654 // 0 sig, M insig alloc 1, aggregate M
685 sxpt->Sig.ip = xpt->ip;
686 sxpt->Sig.n_children = n_child_sxpts;
692 sxpt->Sig.children = VG_(malloc)("ms.main.dX.2",
700 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 3 module Id : Sig.Id =
9 module Make (Syntax : Sig.Camlp4Syntax) =
11 open Sig
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 320 class Sig : public MachineSignature {
322 explicit Sig(int param_count)
621 Int32Signature sig(2);
631 CallDescriptor* desc = config.Create(&zone, &sig);
670 Int32Signature sig(2);
680 CallDescriptor* desc = config.Create(&zone, &sig);
687 Int32Signature sig(20);
699 CallDescriptor* desc = config.Create(&zone, &sig);
739 Int32Signature sig(count);
751 CallDescriptor* desc = config.Create(&zone, &sig);
1076 MachineSignature* sig = builder.Build(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbcamdi.h 230 #define ILOGENTRY(sig, info1, info2, info3) \
231 USBCAMD_Debug_LogEntry(sig, (ULONG)info1, (ULONG)info2, (ULONG)info3)
235 #define ILOGENTRY(sig, info1, info2, info3)
240 ULONG Sig;
256 ULONG Sig;

Completed in 980 milliseconds

1 2