HomeSort by relevance Sort by last modified time
    Searched refs:With (Results 126 - 150 of 305) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/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/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/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...]
  /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
  /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/python/cpython3/Include/
Python-ast.h 156 } With;
488 #define With(a0, a1, a2, a3, a4) _Py_With(a0, a1, a2, a3, a4)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 52 STATISTIC(NumCmpUses, "Number of uses of Cmp expressions replaced with uses of "
54 STATISTIC(NumCastUses, "Number of uses of Cast expressions replaced with uses "
58 STATISTIC(NumExtsMoved, "Number of [s|z]ext instructions combined with loads");
81 /// This allows us to avoid inserting duplicate code for blocks with
181 // If this block doesn't end with an uncond branch, ignore it.
221 // don't mess around with them.
253 // It is faster to get preds from a PHI than with pred_iterator.
427 // Replace a use of the cast with a use of the new cast.
443 /// a clear win except on targets with multiple condition code registers
484 // Replace a use of the cmp with a use of the new cmp
    [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...]
  /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/go/darwin-x86/src/crypto/x509/
root_darwin.go 33 // even if the tests are run with cgo enabled.
34 // The linker will not include these unused functions in binaries built with cgo enabled.
42 // trust-settings-export -d" to discover the set of certs with some
50 // 3. For each dumped cert, conditionally verify it with "security
53 // 150-200 times takes 3.5 seconds. With the optimization, the
54 // whole process takes about 180 milliseconds with 1 untrusted root
101 // just RPC to another server with coarse locking anyway, so
216 // fails with:
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 101 // number of VMAs under control. With hugePageSize = 2MB, even
184 // On 64-bit, people with ulimit -v set complain if we reserve too
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 33 // even if the tests are run with cgo enabled.
34 // The linker will not include these unused functions in binaries built with cgo enabled.
42 // trust-settings-export -d" to discover the set of certs with some
50 // 3. For each dumped cert, conditionally verify it with "security
53 // 150-200 times takes 3.5 seconds. With the optimization, the
54 // whole process takes about 180 milliseconds with 1 untrusted root
101 // just RPC to another server with coarse locking anyway, so
216 // fails with:
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 101 // number of VMAs under control. With hugePageSize = 2MB, even
184 // On 64-bit, people with ulimit -v set complain if we reserve too
  /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/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 73 /// Return true if it is only used in equality comparisons with With.
74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) {
77 if (IC->isEquality() && IC->getOperand(1) == With)
142 // concatenation for us. Make a memcpy to copy the nul byte with align = 1.
332 // copy for us. Make a memcpy to copy the nul byte with align = 1.
357 // copy for us. Make a memcpy to copy the nul byte with align = 1.
511 // With a null EndPtr, this function won't capture the main argument.
659 // For the bit field use a power-of-2 type with at least 8 bits to avoid
826 // Replace the malloc with a calloc. We need the data layout to know what th
    [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
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse.go 50 // empty map is returned with the error.
124 // New allocates a new parse tree with the given name.
442 // Only the first command of a pipeline can start with a non executable operand
446 // With A|B|C, pipeline stage 2 is B
468 // TODO: Should we allow else-if in with and range?
501 // With:
502 // {{with pipeline}} itemList {{end}}
503 // {{with pipeline}} itemList {{else}} itemList {{end}}
506 return t.newWith(t.parseControl(false, "with"))
634 // Compatibility with original API: If the term is of type NodeFiel
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
parse.go 50 // empty map is returned with the error.
124 // New allocates a new parse tree with the given name.
442 // Only the first command of a pipeline can start with a non executable operand
446 // With A|B|C, pipeline stage 2 is B
468 // TODO: Should we allow else-if in with and range?
501 // With:
502 // {{with pipeline}} itemList {{end}}
503 // {{with pipeline}} itemList {{else}} itemList {{end}}
506 return t.newWith(t.parseControl(false, "with"))
634 // Compatibility with original API: If the term is of type NodeFiel
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 45 // If MemCpyInst length is 1/2/4/8 bytes then replace memcpy with
51 // if the size is something we can handle with a single primitive load/store.
201 // Replace the instruction with just byte operations. We would
761 // can't change to a type with a different size. If the size were
780 void replaceCall(Value *With) {
781 NewInstruction = IC->ReplaceInstUsesWith(*CI, With);
810 // Currently we're only working with the checking functions, memcpy_chk,
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 9 Compared with the current GRPC, verbs and GDR implementation, the result implementation gave the best performance for every model, with any number of nodes. For VGG16 on 8 nodes with 4 P100 GPUs each, the prototype beat the second place by over 15%.
13 1. Tensor writes need to be done directly from the source Tensor to the destination Tensor, with no memory copies in between. This should be done for all DMAble tensors which are located either on CPU or on a RDMA compatible GPU device (GPU direct).
22 The design of the solution aims that we will achieve both stages with relative ease.
28 3. When the sender writes the tensor content to the result tensor, no additional data is being written with it. That means we need to reside on ibverbs immediate (uint32_t) to indicate which request we are responding to (in order to trigger the receive callback). The easiest and most elegant way is to key the recv callback with a unique request_index (uint32_t), instead of the current key_with_step_id (string).
30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
48 The protocol messages themselves will remain mostly unchanged at the first stage, but will be used differently, as described below. The current messages structures already have most of the required fields for the new implementation. The only change is the "buffer_size" field which is no longer used since we are no longer sending additional information with the tensor, and thus it is now always equal to the "tensor_bytes" field. Instead, we use that field to pass the "request_index".
  /frameworks/rs/script_api/
rs_for_each.spec 5 # you may not use this file except in compliance with the License.
91 An opaque type for a function that is defined with the kernel attribute. A value
182 arg: rs_kernel kernel, "Function designator to a function that is defined with the kernel attribute."
193 arg: rs_kernel kernel, "Function designator to a function that is defined with the kernel attribute."
196 summary: Launches a kernel with options
200 the index space specified in options. With the index space explicitly specified
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)

Completed in 719 milliseconds

1 2 3 4 56 7 8 91011>>