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

  /external/webkit/Tools/QueueStatusServer/handlers/
gc.py 34 class GC(webapp.RequestHandler):
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 1 function GC()
3 // Force GC.
48 GC();
53 GC();
  /external/v8/src/extensions/
gc-extension.cc 28 #include "gc-extension.h"
33 const char* const GCExtension::kSource = "native function gc();";
38 return v8::FunctionTemplate::New(GCExtension::GC);
42 v8::Handle<v8::Value> GCExtension::GC(const v8::Arguments& args) {
  /external/webkit/Tools/QueueStatusServer/
main.py 37 from handlers.gc import GC
58 ('/gc', GC),
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 57 GR_GC_ID GC ;
79 #define SDL_GC (this -> hidden -> GC)
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
47 namespace GC {
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
113 /// getStrategy - Return the GC strategy for the function.
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 33 bool gc; // enable GC member in struct:fst::CacheOptions
34 size_t gc_limit; // # of bytes allowed before GC
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
39 : gc(FLAGS_fst_default_cache_gc),
51 // cached. If the 'gc' option is 'false', cached items have the extent
52 // of the FST - minimizing computation. If the 'gc' option is 'true',
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
150 GC(s, false);
194 GC(s, false)
    [all...]
  /external/v8/tools/
tickprocessor.js 194 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
231 GC: 1,
355 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
464 this.printHeader('GC');
465 this.printCounter(this.ticks_.gc, totalTicks);
775 '-g': ['stateFilter', TickProcessor.VmStates.GC,
776 'Show only ticks from GC VM state'],
799 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
    [all...]
  /external/clang/include/clang/AST/
Type.h 109 /// * Objective C: the GC attributes (none, weak, or strong)
119 enum GC {
225 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
226 void setObjCGCAttr(GC type) {
230 void addObjCGCAttr(GC type) {
352 // ObjC GC qualifiers can match, be added, or be removed, but can't be
817 /// getObjCGCAttr - Returns gc attribute of this type.
818 inline Qualifiers::GC getObjCGCAttr() const;
950 /// Objective-C GC attributes) are much more rare
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon20127
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 426 milliseconds