Searched refs:capture (Results 76 - 85 of 85) sorted by relevance

1234

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1812 // Ignore the optional 'this' capture: C++ objects are not assumed
1821 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1824 if (capture.isConstant()) continue;
1826 uint64_t fieldOffset = layout->getElementOffset(capture.getIndex());
3156 // Create the fragile hazards. Note that this will not capture any
3158 // capture the current basic block (which extends all the way to the
/external/qemu/
H A Dvnc-android.c871 ops.capture = audio_capture;
875 monitor_printf(mon, "Failed to add audio capture\n");
H A Dvnc.c865 ops.capture = audio_capture;
869 monitor_printf(mon, "Failed to add audio capture\n");
/external/v8/include/
H A Dv8.h789 * \param frame_limit The maximum number of stack frames we want to capture.
790 * \param options Enumerates the set of things we will capture for each
2966 * Tells V8 to capture current stack trace when uncaught exception occurs
2970 bool capture,
3400 * Set whether or not this TryCatch should capture a Message object
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...
/external/v8/src/
H A Dapi.cc5133 bool capture,
5137 capture,
5132 SetCaptureStackTraceForUncaughtExceptions( bool capture, int frame_limit, StackTrace::StackTraceOptions options) argument

Completed in 887 milliseconds

1234