Searched defs:GC (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Tools/QueueStatusServer/handlers/
H A Dgc.py34 class GC(webapp.RequestHandler): class in inherits:webapp.RequestHandler
/external/webkit/LayoutTests/storage/
H A Dmultiple-databases-garbage-collection.js1 function GC() function
3 // Force GC.
48 GC();
53 GC();
/external/v8/src/extensions/
H A Dgc-extension.cc38 return v8::FunctionTemplate::New(GCExtension::GC);
42 v8::Handle<v8::Value> GCExtension::GC(const v8::Arguments& args) { function in class:v8::internal::GCExtension
/external/webkit/Tools/QueueStatusServer/
H A Dmain.py37 from handlers.gc import GC namespace
58 ('/gc', GC),
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h57 GR_GC_ID GC ; member in struct:SDL_PrivateVideoData
79 #define SDL_GC (this -> hidden -> GC)
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java28 public static final int GC = 1; field in class:NavCalculator
49 case GC:
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
47 namespace GC { namespace in namespace:llvm
61 GC::PointKind Kind; ///< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
114 /// getStrategy - Return the GC strategy for the function.
128 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h33 bool gc; // enable GC
34 size_t gc_limit; // # of bytes allowed before GC
150 GC(s, false);
194 GC(s, false);
269 // states that have not been accessed since the last GC until
273 void GC(StateId current, bool free_recent) { function in class:fst::CacheBaseImpl
276 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
298 GC(current, true);
305 VLOG(2) << "CacheImpl: Exit GC: object = " << Type() << "(" << this
314 static const uint32 kCacheRecent = 0x0004; // Mark as visited since GC
[all...]
/external/openfst/src/include/fst/
H A Daccumulator.h373 GC(false);
387 bool recent; // Has this state been accessed since last GC?
393 // accessed since the last GC ('free_recent = false') until
396 void GC(bool free_recent) { function in class:fst::CacheLogAccumulatorData
411 GC(true);
417 size_t cache_size_; // # of bytes allowed before GC
H A Dcache.h38 bool gc; // enable GC
39 size_t gc_limit; // # of bytes allowed before GC
213 GC(s, false);
252 GC(s, false);
284 GC(s, false);
394 // states that have not been accessed since the last GC until
398 void GC(StateId current, bool free_recent) { function in class:fst::CacheBaseImpl
401 VLOG(2) << "CacheImpl: Enter GC: object = " << Type() << "(" << this
423 GC(current, true);
430 VLOG(2) << "CacheImpl: Exit GC
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h136 VLOG(1) << "# of GC'd search states: " << ngc_;
211 void GC(StateId s);
288 bool gc_; // Allow GC?
290 size_t ngc_; // Number of GC'd search states
301 void PdtShortestPathData<Arc>::GC(StateId start) { function in class:fst::PdtShortestPathData
547 sp_data_.GC(start);
/external/v8/tools/
H A Dtickprocessor.js232 GC: 1,
357 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
455 this.printHeader('GC');
766 '-g': ['stateFilter', TickProcessor.VmStates.GC,
767 'Show only ticks from GC VM state'],
/external/v8/tools/gcmole/
H A Dgcmole.cc303 static ExprEffect GC() { function in class:__anon13537::ExprEffect
820 return ExprEffect::GC();
1286 FindProblems("find-problems", "Find GC-unsafe places.");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c14 |* macros, since most of the parameters are not GC heap objects. *|
1027 const char *GC; local
1031 if ((GC = LLVMGetGC(Fn))) {
1032 Name = copy_string(GC);
1043 CAMLprim value llvm_set_gc(value GC, LLVMValueRef Fn) { argument
1044 LLVMSetGC(Fn, GC == Val_int(0)? 0 : String_val(Field(GC, 0)));
/external/llvm/lib/VMCore/
H A DCore.cpp1360 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { argument
1362 if (GC)
1363 F->setGC(GC);
/external/clang/include/clang/AST/
H A DType.h111 /// * Objective C: the GC attributes (none, weak, or strong)
121 enum GC { enum in class:clang::Qualifiers
227 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
228 void setObjCGCAttr(GC type) {
232 void addObjCGCAttr(GC type) {
355 // ObjC GC qualifiers can match, be added, or be removed, but can't be
886 inline Qualifiers::GC getObjCGCAttr() const;
1020 /// Objective-C GC attributes) are much more rare.
1056 Qualifiers::GC getObjCGCAtt
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 353 milliseconds