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

1 2 34 5 6 7

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 9 // Redistribution and use in source and binary forms, with or without
16 // documentation and/or other materials provided with the distribution.
146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 9 // Redistribution and use in source and binary forms, with or without
16 // documentation and/or other materials provided with the distribution.
146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 9 // Redistribution and use in source and binary forms, with or without
16 // documentation and/or other materials provided with the distribution.
146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 9 // Redistribution and use in source and binary forms, with or without
16 // documentation and/or other materials provided with the distribution.
146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
  /external/llvm/utils/TableGen/
tdtags 61 With the '-x' option, $SELF produces one or more tags files for a
72 to run ${SELF} first without '-a', and ctags(1) second with '-a',
83 that recipe. With no arguments, lists the available recipes.
  /external/v8/test/mjsunit/
div-mod.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
183 // an optimized compiler with int32 values. Ensure that modulus
226 // Test the lithium code for modulo operations with a variable power of two
237 // Test the lithium code for modulo operations with a constant power of two
240 // With positive left hand side operand.
272 // With negative left hand side operand.
debug-function-scopes.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
50 with ({w: 5, v: "Capybara"}) {
68 CheckScope(mirror.scope(1), { w: 5, v: "Capybara" }, ScopeType.With);
md5.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
184 With purple fountains issuing from your veins,\n\
194 Canker'd with peace, to part your canker'd hate:\n\
198 You Capulet; shall go along with me:\n\
elements-transition-hoisting.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
166 // TODO(verwaest) With current changes the elements transition gets hoisted
large-object-allocation.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
283 // With this number of properties the object perfectly wraps around if the
  /external/gmock/test/
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/regress/
regress-453481.js 103 With purple fountains issuing from your veins,\n\
113 Canker'__v_7 with peace, to part your canker'__v_7 hate:\n\
117 You Capulet; shall go along with me:\n\
  /external/vboot_reference/utility/
dev_debug_vboot 41 This logs as much as it can about the verified boot process. With no arguments
185 # Pre-parse args to replace actual args with a sanitized version.
325 infon "Verify firmware ${fw} with root key: "
371 # Test each kernel with each key
373 infon " Verify ${kname} with $key: "
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 6 Redistribution and use in source and binary forms, with or without
13 documentation and/or other materials provided with the distribution.
323 With:retval.tree];
  /external/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...]
  /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...]
  /external/libunwind/doc/
libunwind-ptrace.tex 43 process. With the right set of call-back routines, it is therefore
80 the target process. It simply invokes \Func{ptrace}(2) with a command
libunwind.tex 72 done with a call to \Func{unw\_init\_local}(). The cursor now points
90 to \Var{prev} right before calling \Func{unw\_step}(). With this
123 with a particular stack frame simply requires calling
176 address-space object for that process. This is achieved with the
180 accessor routines provide \Func{libunwind} with the means to
181 communicate with the remote process. In particular, there are
185 With the address space created, unwinding can be initiated by a call
194 Once a cursor has been initialized with \Func{unw\_init\_remote}(),
287 associated with a specific address range in the target process (or the
  /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/chromium-trace/catapult/telemetry/third_party/web-page-replay/
replay.py 5 # you may not use this file except in compliance with the License.
29 1. Start the program in replay mode with a previously recorded archive.
35 # 128KByte/s uplink bandwidth, 4Mbps/s downlink bandwidth with 100ms RTT time
119 with open(options.rules_path) as file_obj:
213 self._parser.error('Option --%s cannot be used with --%s.' %
483 'addresses. CAUTION: With this option important services like '
489 'CAUTION: With this option an external mechanism must be used to '
516 help='Certificate file to use with SSL (gets auto-generated if needed).')
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 74 // If MemCpyInst length is 1/2/4/8 bytes then replace memcpy with
80 // if the size is something we can handle with a single primitive load/store.
332 assert(VecTy->getNumElements() == 4 && "insertps with wrong vector type");
354 // We may replace the second operand with the zero vector.
358 // If the zero mask is being used with a single input or the zero mask
359 // overrides the destination lane, this is a shuffle with the zero vector.
375 // Replace the selected destination lane with the selected source lane.
396 // See if we're dealing with constant values.
534 // See if we're dealing with constant values.
712 // Replace the instruction with just byte operations. We woul
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_unittest.cc 65 .With(Args<0, 1>(ElementsAreArray(packet->data,
284 // 1 frame with 2 media packets and one FEC packet. One media packet missing.
328 // 1 frame with 2 media packets and one FEC packet. One media packet missing.
373 // 49 frames with 2 media packets and one FEC packet. All media packets

Completed in 1434 milliseconds

1 2 34 5 6 7