Searched defs:built (Results 1 - 3 of 3) sorted by relevance

/external/zlib/src/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
76 /* Deallocate an index built by build_index() */
138 file read error. On success, *built points to the resulting index. */
139 local int build_index(FILE *in, off_t span, struct access **built) argument
226 *built = index;
387 fprintf(stderr, "zran: built index with %d access points\n", len);
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.cc147 void StatusController::update_conflict_sets_built(bool built) { argument
148 shared_.control_params.conflict_sets_built |= built;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php87 $built = $this->build_signature($request, $consumer, $token); variable
88 return $built == $signature;

Completed in 99 milliseconds