HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1226 - 1250 of 2856) sorted by null

<<41424344454647484950>>

  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database_unittest.cc 57 FileInfo info; local
58 info.parent_id = parent_id;
59 info.name = name;
60 return db_->AddFileInfo(info, &file_id);
66 FileInfo info; local
67 info.parent_id = parent_id;
68 info.name = name;
69 ASSERT_EQ(base::PLATFORM_FILE_OK, db_->AddFileInfo(info, file_id_out));
78 FileInfo info; local
79 info.parent_id = parent_id
150 FileInfo info; local
156 FileInfo info; local
170 FileInfo info; local
192 FileInfo info; local
208 FileInfo info; local
225 FileInfo info; local
249 FileInfo info; local
263 FileInfo info; local
286 FileInfo info; local
329 FileInfo info; local
    [all...]
  /external/chromium_org/webkit/browser/quota/
usage_tracker.cc 109 AccumulateInfo* info = new AccumulateInfo;
113 // all clients (because info->pending_clients may reach 0
117 info->pending_clients = client_tracker_map_.size() + 1;
120 weak_factory_.GetWeakPtr(), base::Owned(info));
135 AccumulateInfo* info = new AccumulateInfo;
139 // all clients (because info->pending_clients may reach 0
143 info->pending_clients = client_tracker_map_.size() + 1;
146 base::Owned(info));
162 AccumulateInfo* info = new AccumulateInfo;
166 // all clients (because info->pending_clients may reach
305 AccumulateInfo* info = new AccumulateInfo; local
453 AccumulateInfo* info = new AccumulateInfo; local
501 AccumulateInfo* info = new AccumulateInfo; local
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 90 PoolVarInfo &info = I->second; local
94 clearRefsIn(info.Dcl, info.Refs);
96 scpI = info.Scopes.begin(),
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
99 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
106 if (info.Refs.empty())
111 PoolVarInfo &info = PoolVars[VarsToHandle[i]] local
174 PoolVarInfo &info = PoolVars[VD]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 32 * and an addition of a child field to the DFS info. In reality, the constant
37 * of various info about parents. We then use this info to calculate the
38 * dominators, using union-find structures to link together the DFS info,
54 private final DFSInfo[] info; field in class:Dominators
58 /** {@code non-null;} the raw dominator info */
65 * @param domInfos {@code non-null;} the raw dominator info
66 * @param postdom true for postdom information, false for normal dom info
74 this.info = new DFSInfo[blocks.size() + 2];
83 * @param domInfos {@code non-null;} the raw dominator info
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 42 struct recovery_info *info, enum passtype pass);
230 struct recovery_info info; local
232 memset(&info, 0, sizeof(info));
248 err = do_one_pass(journal, &info, PASS_SCAN);
250 err = do_one_pass(journal, &info, PASS_REVOKE);
252 err = do_one_pass(journal, &info, PASS_REPLAY);
256 err, info.start_transaction, info.end_transaction);
258 info.nr_replays, info.nr_revoke_hits, info.nr_revokes)
287 struct recovery_info info; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 221 ComputationInfo info() const function in class:Eigen::LDLT
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 198 ComputationInfo info() const function in class:Eigen::CholmodBase
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 190 ComputationInfo info() const function in class:Eigen::ComplexSchur
EigenSolver.h 278 ComputationInfo info() const function in class:Eigen::EigenSolver
281 return m_realSchur.info();
357 if (m_realSchur.info() == Success)
RealSchur.h 170 ComputationInfo info() const function in class:Eigen::RealSchur
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 79 ComputationInfo info() const function in class:Eigen::IncompleteLUT
IterativeSolverBase.h 190 ComputationInfo info() const function in class:Eigen::IterativeSolverBase
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 238 ComputationInfo info() const function in class:Eigen::PastixBase
  /external/harfbuzz_ng/src/
hb-coretext.cc 53 release_data (void *info, const void *data, size_t size)
55 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
56 hb_blob_get_data ((hb_blob_t *) info, NULL) == data);
58 hb_blob_destroy ((hb_blob_t *) info);
198 hb_codepoint_t c = buffer->info[i].codepoint;
199 buffer->info[i].utf16_index() = chars_len;
289 hb_glyph_info_t *info = &buffer->info[buffer->len]; local
292 info->codepoint = glyphs[j];
293 info->cluster = string_indices[j]
308 hb_glyph_info_t *info = &buffer->info[i]; local
    [all...]
hb-graphite2.cc 257 chars[i] = buffer->info[i].codepoint;
333 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; local
334 info->codepoint = gids[clusters[i].base_glyph + j];
335 info->cluster = gr_cinfo_base(gr_seg_cinfo(seg, clusters[i].base_char));
hb-old.cc 293 hb_codepoint_t c = buffer->info[i].codepoint;
294 buffer->info[i].utf16_index() = chars_len;
368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]];
369 *p = MIN (*p, buffer->info[i].cluster);
383 hb_glyph_info_t *info = buffer->info; local
386 info[i].codepoint = item.glyphs[i];
387 info[i].cluster = vis_clusters[i];
389 info[i].mask = item.advances[i];
390 info[i].var1.u32 = item.offsets[i].x
397 hb_glyph_info_t *info = &buffer->info[i]; local
    [all...]
hb-ot-shape-complex-myanmar.cc 152 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
155 if (is_a_ligature (info)) return false;
156 return !!(FLAG (info.myanmar_category()) & flags);
166 is_consonant (const hb_glyph_info_t &info)
168 return is_one_of (info, CONSONANT_FLAGS);
173 set_myanmar_properties (hb_glyph_info_t &info)
175 hb_codepoint_t u = info.codepoint;
261 info.myanmar_category() = (myanmar_category_t) cat;
262 info.myanmar_position() = pos;
280 set_myanmar_properties (buffer->info[i])
310 hb_glyph_info_t *info = buffer->info; local
472 hb_glyph_info_t info = dottedcircle; local
493 hb_glyph_info_t *info = buffer->info; local
512 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape-complex-sea.cc 138 set_sea_properties (hb_glyph_info_t &info)
140 hb_codepoint_t u = info.codepoint;
160 info.sea_category() = (sea_category_t) cat;
161 info.sea_position() = pos;
178 set_sea_properties (buffer->info[i]);
205 hb_glyph_info_t *info = buffer->info; local
211 info[i].sea_position() = POS_PRE_C;
214 info[i].sea_position() = POS_BASE_C;
219 if (info[i].sea_category() == OT_MR) /* Pre-base reordering *
311 hb_glyph_info_t info = dottedcircle; local
332 hb_glyph_info_t *info = buffer->info; local
351 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape.cc 235 _hb_glyph_info_set_unicode_props (&buffer->info[i], buffer->unicode);
242 _hb_glyph_info_get_general_category (&buffer->info[0]) !=
257 hb_glyph_info_t info = dottedcircle; local
258 info.cluster = buffer->cur().cluster;
259 info.mask = buffer->cur().mask;
260 buffer->output_info (info);
272 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[i])))
307 hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint);
308 if (likely (codepoint == c->buffer->info[i].codepoint))
309 c->buffer->info[i].mask |= rtlm_mask
    [all...]
hb-uniscribe.cc 269 hb_codepoint_t c = buffer->info[i].codepoint;
270 buffer->info[i].utf16_index() = chars_len;
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]];
423 *p = MIN (*p, buffer->info[i].cluster);
447 hb_glyph_info_t *info = &buffer->info[buffer->len++]; local
449 info->codepoint = glyphs[i];
450 info->cluster = vis_clusters[i];
452 /* The rest is crap. Let's store position info there for now. */
453 info->mask = advances[i]
462 hb_glyph_info_t *info = &buffer->info[i]; local
    [all...]
  /external/harfbuzz_ng/util/
options.cc 609 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
616 g_string_append_printf (gs, "U+%04X", info->codepoint);
617 info++;
  /external/icu4c/test/intltest/
dadrfmt.cpp 47 const DataMap *info= NULL; local
52 if (testData->getInfo(info, status)) {
53 log(info->getString("Description", status));
  /external/icu4c/tools/toolutil/
toolutil.cpp 95 static WIN32_FIND_DATAA info; local
96 HANDLE file=FindFirstFileA(pathname, &info);
98 if(info.cAlternateFileName[0]!=0) {
103 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
104 uprv_memcpy(info.cFileName, pathname, basename-pathname);
106 pathname=info.cFileName;
  /external/iproute2/netem/
maketable.c 22 struct stat info; local
27 fstat(fileno(fp), &info); local
28 if (info.st_size > 0) {
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */

Completed in 285 milliseconds

<<41424344454647484950>>