HomeSort by relevance Sort by last modified time
    Searched defs:At (Results 1 - 24 of 24) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 41 u32 IgnoreSet::At(uptr i) const {
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
34 MatrixType At = A.transpose();
35 // Get the number of nonzeros elements in each row/col of At+A
41 // Compute the union structure of of A(j,:) and At(j,:)
53 //Get the nonzeros in row/column j of At
54 for (typename MatrixType::InnerIterator it(At, j); it; ++it)
64 // Reserve place for A + At
76 // Add the pattern of row/column j of A to A+At
87 //Add the pattern of row/column j of At to A+At
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 6 // (See accompanying file LICENSE_1_0.txt or copy at
31 BOOST_STRING_TYPENAME InputT::iterator At,
35 Input.insert( At, Begin, End );
41 BOOST_STRING_TYPENAME InputT::iterator At,
44 ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) );
113 BOOST_STRING_TYPENAME InputT::iterator At=Input.erase( From, To );
118 Input.insert( At, Begin, End );
  /external/ceres-solver/internal/ceres/
cxsparse.cc 168 cs_di At;
169 At.m = A->num_cols();
170 At.n = A->num_rows();
171 At.nz = -1;
172 At.nzmax = A->num_nonzeros();
173 At.p = A->mutable_rows();
174 At.i = A->mutable_cols();
175 At.x = A->mutable_values();
176 return At;
  /art/compiler/utils/mips/
constants_mips.h 6 * You may obtain a copy of the License at
100 // Use the At(pc) function to create references to Instr.
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); }
  /art/compiler/utils/x86_64/
constants_x86_64.h 6 * You may obtain a copy of the License at
124 // Use the At(pc) function to create references to Instr.
125 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); }
  /external/chromium_org/mojo/system/
memory.h 200 // Gets a |UserPointer| at offset |i| (in |Type|s) relative to this.
201 UserPointer At(size_t i) const {
  /art/compiler/utils/x86/
constants_x86.h 6 * You may obtain a copy of the License at
116 // Use the At(pc) function to create references to Instr.
117 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); }
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 52 Greater, GreaterEqual, GreaterGreater, At
163 /// peekTok - Look ahead at the next token to be lexed.
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsplugin.c 459 cmsUInt32Number NextAligned, At;
464 At = io -> Tell(io);
465 NextAligned = _cmsALIGNLONG(At);
466 BytesToNextAlignedPos = NextAligned - At;
476 cmsUInt32Number NextAligned, At;
481 At = io -> Tell(io);
482 NextAligned = _cmsALIGNLONG(At);
483 BytesToNextAlignedPos = NextAligned - At;
492 // To deal with text streams. 2K at most
  /external/chromium_org/v8/src/arm64/
instructions-arm64.h 389 // Where Instruction looks at instructions generated by the Assembler,
390 // InstructionSequence looks at instructions sequences generated by the
394 static InstructionSequence* At(Address address) {
  /art/compiler/utils/arm/
constants_arm.h 6 * You may obtain a copy of the License at
36 // Manual" from July 2005 (available at http://www.arm.com/miscPDFs/14128.pdf)
42 // We support both VFPv3-D16 and VFPv3-D32 profiles, but currently only one at
47 #error "Exactly one of VFPv3_D16 or VFPv3_D32 can be defined at a time."
223 // Example: Test whether the instruction at ptr does set the condition code
227 // Instr* instr = Instr::At(ptr);
437 // Use the At(pc) function to create references to Instr.
438 static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); }
  /art/runtime/
dex_instruction.h 6 * You may obtain a copy of the License at
186 // Reads an instruction out of the stream at the specified address.
187 static const Instruction* At(const uint16_t* code) {
194 return At(reinterpret_cast<const uint16_t*>(this) + offset);
  /external/clang/lib/AST/
ASTDiagnostic.cpp 52 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
53 QT = AT->desugar();
57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
58 QT = AT->desugar();
62 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
63 if (!AT->isSugared())
65 QT = AT->desugar();
380 const Attr *At = reinterpret_cast<Attr *>(Val);
381 assert(At && "Received null Attr object!");
382 OS << '\'' << At->getSpelling() << '\''
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 7 ** You may obtain a copy of the License at
159 /* To understand the values here, have a look at:
650 // All iterated values are sampled at the pixel center
808 uint32_t At = texel.c[0];
826 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
    [all...]
  /art/compiler/optimizing/
nodes.h 6 * You may obtain a copy of the License at
381 // at this point, because this method is being called while populating `info`.
638 // A HEnvironment object contains the values of virtual registers at a given location.
748 const T& At(intptr_t i) const {
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 52 // Manual" from July 2005 (available at http://www.arm.com/miscPDFs/14128.pdf)
415 // Example: Test whether the instruction at ptr does set the condition code
419 // Instruction* instr = Instruction::At(ptr);
490 // - <Name>Field() will return the raw field, i.e. the field's bits at their
635 // Use the At(pc) function to create references to Instruction.
636 static Instruction* At(byte* pc) {
  /external/clang/lib/Analysis/
ThreadSafety.cpp 66 /// a particular mutex object at run-time. Subsequent occurrences of the same
325 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
332 return buildSExpr(At->getArg(), &LRCallCtx);
353 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {
358 return buildSExpr(At->getArg(), &LRCallCtx);
770 /// \brief A FactEntry stores a single fact that is known at a particular point
772 /// that is held at that point.
802 /// \brief A FactSet is the set of facts that are known to be true at a
898 FactSet EntrySet; // Lockset held at entry to block
899 FactSet ExitSet; // Lockset held at exit from bloc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 598 A widget specified at the optional displayof keyword
754 """Return true if at the last color request the colormap was full."""
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 598 A widget specified at the optional displayof keyword
754 """Return true if at the last color request the colormap was full."""
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 39 function at(a){this.b=a}
82 function At(a){this.d=a;xt(this)}
178 function ft(a){this.d=a;this.b=new At(this.d.b)}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 1356 milliseconds