HomeSort by relevance Sort by last modified time
    Searched refs:At (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.h 29 u32 At(uptr i) const;
tsan_ignoreset.cc 41 u32 IgnoreSet::At(uptr i) const {
  /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/clang/include/clang/AST/
Attr.h 152 const Attr *At) {
153 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
159 const Attr *At) {
160 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
  /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;
  /external/chromium_org/mojo/system/
memory_unittest.cc 44 // |UserPointer<>::At()|, etc.:
45 my_int64_array_ptr.At(3).Put(789);
49 UserPointer<int64_t> other(my_int64_array_ptr.At(3));
65 EXPECT_EQ(-123, my_int64_array_ptr.At(1).Get());
97 other.At(1).GetArray(array, 3);
106 my_int64_array_ptr.At(3).PutArray(array, 2);
121 UserPointer<const int64_t>::Reader reader(my_int64_array_ptr.At(3), 1);
128 UserPointer<int64_t>::Writer writer(my_int64_array_ptr.At(2), 1);
150 EXPECT_EQ(0, other.At(1).Get());
151 EXPECT_EQ(0, other.At(2).Get())
    [all...]
  /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...]
  /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); }
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.h 55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i;
56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
ANTLRTreeAdaptor.h 49 * input symbol at which the error was detected. The stop token indicates
93 * Be advised that it's ok for newRoot to point at oldRoot's
131 - (id) getChild:(id)aNode At:(NSInteger) i;
133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
ANTLRBaseTreeAdaptor.h 101 * Be advised that it's ok for newRoot to point at oldRoot's
128 - (id<ANTLRBaseTree>) getChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)i;
130 - (void) setChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)index Child:(id<ANTLRBaseTree>)aChild;
  /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); }
  /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); }
  /art/runtime/
dex_instruction_visitor.h 6 * You may obtain a copy of the License at
33 const Instruction* inst = Instruction::At(&code[i]);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/Gallery2/gallerycommon/
Android.mk 5 # You may obtain a copy of the License at
17 # Build the com.android.emailcommon static library. At the moment, this includes
  /art/compiler/dex/
verified_method.cc 6 * You may obtain a copy of the License at
201 const Instruction* inst = Instruction::At(insns);
202 const Instruction* end = Instruction::At(insns + code_item->insns_size_in_code_units_);
275 const Instruction* inst = Instruction::At(code_item->insns_);
276 const Instruction* end = Instruction::At(code_item->insns_ +

Completed in 862 milliseconds

1 2 3 4 5 6 7