Searched defs:helpers (Results 1 - 9 of 9) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderContext.java122 /** A map og helpers that perform loading. */
123 private Map<String, AbstractBlenderHelper> helpers = new HashMap<String, AbstractBlenderHelper>(); field in class:BlenderContext
269 * This method adds a helper instance to the helpers' map.
279 helpers.put(clazz.getSimpleName(), helper);
284 return (T) helpers.get(clazz.getSimpleName());
/external/qemu/tcg/
H A Dtcg.h304 TCGHelperInfo *helpers; member in struct:TCGContext
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp79 // Optional copy/dispose helpers.
808 // } helpers; // !!! optional
1455 /// Emits the copy/dispose helpers for an ARC __block __weak variable.
1475 /// Emits the copy/dispose helpers for an ARC __block __strong variable
1512 /// Emits the copy/dispose helpers for an ARC __block __strong
1545 /// Emits the copy/dispose helpers for a __block variable with a
1925 // Build the byref helpers if necessary. This is null if we don't need any.
1926 CodeGenModule::ByrefHelpers *helpers = local
1949 if (helpers) flags |= BLOCK_HAS_COPY_DISPOSE;
1957 if (helpers) {
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... org/jaxen/saxpath/ org/jaxen/saxpath/base/ org/jaxen/saxpath/helpers/ org/jaxen/util/ org/jaxen/xom/ META-INF/LICENSE ...

Completed in 384 milliseconds