Searched defs:built (Results 1 - 4 of 4) sorted by last modified time

/external/zlib/src/examples/
H A Dzran.c14 its entirety, and an index built with access points about every SPAN bytes
81 /* Deallocate an index built by build_index() */
143 file read error. On success, *built points to the resulting index. */
144 local int build_index(FILE *in, off_t span, struct access **built) argument
231 *built = index;
392 fprintf(stderr, "zran: built index with %d access points\n", len);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/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 115 milliseconds