HomeSort by relevance Sort by last modified time
    Searched refs:With (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/gmock/test/
gmock_output_test_.cc 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
171 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
192 .With(Ge());
194 foo_.Bar2(2, 3); // Mismatch With()
200 .With(Ge());
202 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
  /external/google-breakpad/src/testing/test/
gmock_output_test_.cc 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
170 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
191 .With(Ge());
193 foo_.Bar2(2, 3); // Mismatch With()
199 .With(Ge());
201 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
gmock-spec-builders_test.cc 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
193 // Tests that a method with expanded name compiles.
199 // Tests that the method with expanded name not only compiles but runs
207 // Tests that a method with expanded name compiles.
221 #undef Method // Done with macro redefinition tests.
249 .With(_)
258 .With(_)
259 .With(_)
261 }, ".With() cannot appear more than once in an ON_CALL()")
    [all...]
  /external/v8/test/mjsunit/es6/
generators-debug-scopes.js 136 // Skip property with empty name.
188 // Local scope with a parameter.
199 // Local scope with a parameter and a local variable.
210 // Local scope with parameters and local variables.
221 // Empty local scope with use of eval.
243 // Local scope with parameters, local variables and local variable introduced
258 // Nested empty with blocks.
259 RunTest("With",
260 ["with ({}) { with ({}) { debugger; } }"]
    [all...]
object-tostring.js 61 // With getter
76 // With getter
103 // With getter
debug-function-scopes.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
51 With: 2,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
55 * with an error.
73 /** This is generic in the sense that it will work with any kind of
83 * make sure that this is consistent with have the user will build
106 * simple node or nil root with a single child node--it must be a root
121 - (id<ANTLRTree>)createTree:(NSInteger)aTType With:(id<ANTLRToken>)aFromToken;
145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
55 * with an error.
73 /** This is generic in the sense that it will work with any kind of
83 * make sure that this is consistent with have the user will build
106 * simple node or nil root with a single child node--it must be a root
121 - (id<ANTLRTree>)createTree:(NSInteger)aTType With:(id<ANTLRToken>)aFromToken;
145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
48 * to initialize with first token. The ctor doesn't get a token.
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRBaseTreeAdaptor.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
55 * with an error.
73 /** This is generic in the sense that it will work with any kind of
83 * make sure that this is consistent with have the user will build
106 * simple node or nil root with a single child node--it must be a root
121 - (id<ANTLRTree>)createTree:(NSInteger)aTType With:(id<ANTLRToken>)aFromToken;
145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
50 * to initialize with first token. The ctor doesn't get a token.
94 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
ANTLRCommonTreeNodeStream.h 5 // Redistribution and use in source and binary forms, with or without
12 // documentation and/or other materials provided with the distribution.
97 * Switch back with pop().
110 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 34 /// when possible, replace them with their non-checking counterparts.
48 /// optimal value to replace the instruction with or 0 if a more
69 /// that replace well formed calls to library functions with a more optimal
70 /// form. For example, replacing 'printf("Hello!")' with 'puts("Hello!")'.
81 /// Other users may provide an alternate function with this signature instead
83 static void replaceAllUsesWithDefault(Instruction *I, Value *With);
85 /// \brief Replace an instruction's uses with a value using our replacer.
86 void replaceAllUsesWith(Instruction *I, Value *With);
94 /// optimal value to replace the instruction with or 0 if a more
169 /// function by checking for an existing function with name FuncName +
    [all...]
  /external/v8/test/mjsunit/regress/
regress-3135.js 22 // With a replacer array the value of the property is retrieved using [[Get]]
66 // Make sure that property names that clash with the names of Object.prototype
regress-91120.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
28 // With ES2015 function hoisting semantics, functions are only "hoisted" out
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 2 help [debug] : monitor command help. With debug: + debugging commands
26 mark <len> (or 1) bytes at <addr> with the given accessibility
49 With heuristics, only shows the blocks found via heur1,heur2,...
53 (with len 1, only shows "start pointers" pointing exactly to <addr>,
54 with len > 1, will also show "interior pointers")
56 help [debug] : monitor command help. With debug: + debugging commands
73 (with aspacemgr arg, also shows valgrind segments on log output)
81 v.translate <addr> [<traceflags>] : debug translation of <addr> with <traceflags>
95 mark <len> (or 1) bytes at <addr> with the given accessibility
118 With heuristics, only shows the blocks found via heur1,heur2,..
    [all...]
mssnapshot.stderrB.exp 4 help [debug] : monitor command help. With debug: + debugging commands
  /external/webrtc/webrtc/modules/video_coding/
video_coding_robustness_unittest.cc 85 .With(Args<0, 1>(ElementsAre(6, 7)))
159 .With(Args<0, 1>(ElementsAre(4)))
  /hardware/libhardware/tests/input/evdev/
MouseInputMapper_test.cpp 5 * you may not use this file except in compliance with the License.
58 .With(Args<1,2>(UnorderedElementsAre(
  /external/v8/test/mjsunit/compiler/
variables.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
62 // Lookup slots. 'With' forces x to be looked up at runtime.
64 with ({}) return x;
  /system/connectivity/shill/net/
rtnl_handler_unittest.cc 5 // you may not use this file except in compliance with the License.
206 .With(MessageType(RTNLMessage::kTypeLink));
208 .With(MessageType(RTNLMessage::kTypeNeighbor));
  /external/v8/test/mjsunit/
debug-stepout-scope-part1.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
56 with ({x:1}) {
65 with ({}) {
69 with ({}) {
81 with ({}) {
91 with ({x:1}) x = 1
99 with ({}) {
100 with ({}) {
136 with ({}) {
    [all...]
  /frameworks/rs/api/
rs_value_types.spec 5 # you may not use this file except in compliance with the License.
41 Single entries can be accessed by following the variable name with a dot and:<ul>
46 For example, with <code>int4 myVar;</code> the following are equivalent:<code><br/>
56 With the example above, the middle two entries can be accessed using
75 v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...<br/>
104 into a single 32 bit field with 32 bit alignment.
114 into a single 64 bit field with 64 bit alignment.
124 into a single 64 bit field with 64 bit alignment.
256 with a 64 bit alignment.
259 with a 64 bit alignment
    [all...]

Completed in 1043 milliseconds

1 23 4 5 6 7