HomeSort by relevance Sort by last modified time
    Searched defs:With (Results 1 - 25 of 34) sorted by null

1 2

  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
141 // Performs the default action with the given arguments and returns
150 // Performs the given action with the given arguments and returns
206 // Returns the result of invoking this mock function with the given
293 // we cannot initialize it with _ as that triggers a compiler
299 // Implements the .With() clause
    [all...]
gmock-generated-function-mockers.h 8 // Redistribution and use in source and binary forms, with or without
16 // in the documentation and/or other materials provided with the
67 MockSpec<F>& With() {
87 MockSpec<F>& With(const Matcher<A1>& m1) {
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-spec-builders.h 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
145 // Performs the default action with the given arguments and returns
153 // Performs the given action with the given arguments and returns
209 // Returns the result of invoking this mock function with the given
298 // we cannot initialize it with _ as that triggers a compiler
304 // Implements the .With() clause
    [all...]
gmock-generated-function-mockers.h 8 // Redistribution and use in source and binary forms, with or without
16 // in the documentation and/or other materials provided with the
71 MockSpec<F>& With() {
91 MockSpec<F>& With(const Matcher<A1>& m1) {
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
145 // Performs the default action with the given arguments and returns
154 // Performs the given action with the given arguments and returns
210 // Returns the result of invoking this mock function with the given
297 // we cannot initialize it with _ as that triggers a compiler
303 // Implements the .With() clause
    [all...]
gmock-generated-function-mockers.h 8 // Redistribution and use in source and binary forms, with or without
16 // in the documentation and/or other materials provided with the
71 MockSpec<F>& With() {
91 MockSpec<F>& With(const Matcher<A1>& m1) {
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2
    [all...]
  /external/v8/src/inspector/
debugger_script_externs.js 156 With: 2,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py     [all...]
  /external/python/cpython2/Lib/compiler/
ast.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /external/python/cpython2/Include/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /external/v8/src/debug/
mirrors.js 185 With: 2,
699 * @return {PropertyMirror} The property with the specified value. If no
700 * property was found with the specified value UndefinedMirror is returned
729 // Find all objects with direct references to this object.
761 * This method is done static to be accessible from Debug API with the bare
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 134 } With;
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5)
  /external/python/cpython3/Include/
Python-ast.h 156 } With;
488 #define With(a0, a1, a2, a3, a4) _Py_With(a0, a1, a2, a3, a4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 711 With_type = make_type("With", stmt_type, With_fields, 3);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 694 With_type = make_type("With", stmt_type, With_fields, 3);
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 711 With_type = make_type("With", stmt_type, With_fields, 3);
    [all...]

Completed in 1532 milliseconds

1 2