HomeSort by relevance Sort by last modified time
    Searched full:taken (Results 651 - 675 of 4386) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/
ldemul.h 152 the default action should be taken. This field may be NULL, in
153 which case the default action will always be taken. */
  /external/autotest/site_utils/
server_manager_unittest.py 127 Confirm that database call is made, and no action is taken, e.g.,
167 Confirm that database call is made, and no action is taken, e.g.,
307 Confirm that actions needs to be taken, e.g., restart scheduler for
335 Confirm that database call is made, and actions are taken, e.g.,
365 Confirm that database call is made, and no action is taken as action
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 96 "Shouldn't get label for block without address taken");
163 // If New is not address taken, just move our symbol over to it.
258 /// basic block when its address is taken. If other blocks were RAUW'd to
270 /// references to address-taken blocks generated, but the block got deleted,
276 // If no blocks have had their addresses taken, we're done.
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 405 BlockMass Taken = D.takeMass(W.Amount);
407 Working[W.TargetNode.Index].getMass() += Taken;
408 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr));
417 OuterLoop->BackedgeMass[OuterLoop->getHeaderIndex(W.TargetNode)] += Taken;
418 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "back"));
424 OuterLoop->Exits.push_back(std::make_pair(W.TargetNode, Taken));
425 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "exit"));
764 BlockMass Taken = D.takeMass(W.Amount);
766 Working[W.TargetNode.Index].getMass() = Taken;
767 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr))
    [all...]
  /external/llvm/test/MC/Mips/
branch-pseudos.s 68 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
88 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
93 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
117 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
133 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
142 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
231 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
255 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
321 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
345 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 75 bool taken; member in struct:edge
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-gcov.1 248 each branch in your program was taken. Unconditional branches will not
256 Write branch frequencies as the number of branches taken, rather than
257 the percentage of branches taken.
512 \& 80.00% of 5 branches taken at least once in file tmp.c
535 \& branch 0 taken 91% (fallthrough)
536 \& branch 1 taken 9%
540 \& branch 0 taken 0% (fallthrough)
541 \& branch 1 taken 100%
565 indicating the number of times the branch was taken divided by the
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiException.java 76 * If this multi exception is empty then no action is taken. If it
101 * If this multi exception is empty then no action is taken. If it
130 * If this multi exception is empty then no action is taken. If it
  /external/llvm/lib/Target/X86/
README-X86-64.txt 39 Seems like the jb branch has high likelihood of being taken. It would have
171 in the current function is never taken:
178 have the address of a va_list taken:
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 11 // used to decide what CFG path was taken inside sub-graphs whose instructions
45 // to be frequently taken (which is incorrect).
144 /// seldom taken).
  /external/llvm/test/CodeGen/X86/
win-catchpad-csrs.ll 110 ; X64: [[contbb:\.LBB0_[0-9]+]]: # Block address taken
183 ; X64: [[contbb:\.LBB1_[0-9]+]]: # Block address taken
242 ; X64: [[contbb:\.LBB2_[0-9]+]]: # Block address taken
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-vector.ll 25 br i1 %cnd, label %taken, label %untaken
26 taken:
33 %vec = phi <2 x i64 addrspace(1)*> [%obja, %taken], [%objb, %untaken]
  /external/mockftpserver/MockFtpServer/src/main/resources/
ReplyText.properties 46 450=Requested file action not taken.
49 452=Requested action not taken.
64 553=Requested action not taken for {0}
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 178 * CVS: If this change has been taken from another system,
201 * CVS: If this change has been taken from another system,
236 * CVS: If this change has been taken from another system,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 148 * CVS: If this change has been taken from another system,
171 * CVS: If this change has been taken from another system,
212 * CVS: If this change has been taken from another system,
RAckParser.java 133 * CVS: If this change has been taken from another system,
156 * CVS: If this change has been taken from another system,
194 * CVS: If this change has been taken from another system,
TimeStampParser.java 161 * CVS: If this change has been taken from another system,
184 * CVS: If this change has been taken from another system,
229 * CVS: If this change has been taken from another system,
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 128 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */
140 OPJ_UINT32 precincts_data_size; /* size of data taken by precincts */
287 * Gets the maximum tile size that will be taken by the tile once decoded.
  /external/vulkan-validation-layers/libs/glm/detail/
func_integer.hpp 129 /// The result will have bits [offset, offset + bits - 1] taken
130 /// from bits [0, bits - 1] of insert, and all other bits taken
149 /// The bit numbered n of the result will be taken from bit (bits - 1) - n of value,
  /system/bt/doc/
power_management.md 55 hex bitfields. The actual actions taken are determined by the
100 returns with no action taken.
105 returns with no action taken.
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 269 different cases from where the stub is taken.
272 If it exists and points to a valid stub the stub is taken from
278 is taken. */
  /art/compiler/optimizing/
nodes_arm64.h 98 // result pointer cannot be handled by GC, so extra care is taken to make sure that this value is
  /art/runtime/gc/collector/
concurrent_copying-inl.h 50 DCHECK(region_space_ != nullptr) << "Read barrier slow path taken when CC isn't running?";
  /bionic/libc/bionic/
pathconf.cpp 47 // These constant values were taken from kernel headers.
  /bionic/tools/relocation_packer/src/
main.cc 7 // Invoke with -v to trace actions taken when packing or unpacking.

Completed in 1664 milliseconds

<<21222324252627282930>>