Searched defs:declare (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java89 * <p>Next we declare the class. It allows us to specify the type's source file
96 * dexMaker.declare(fibonacci, fileName, Modifier.PUBLIC, TypeId.OBJECT);
98 * It is illegal to declare members of a class without also declaring the class
123 * its parameters types. Next we declare the method, specifying its modifiers by
124 * bitwise ORing constants from {@link java.lang.reflect.Modifier}. The declare
129 * Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
137 * using {@link Code#getThis getThis()}. Here we declare all of the local
219 public void declare(TypeId<?> type, String sourceFile, int flags, method in class:DexMaker
248 public Code declare(MethodId<?, ?> method, int flags) { method in class:DexMaker
286 public void declare(FieldI method in class:DexMaker
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java393 public static JavaExpression declare(final Type type, final String name, method in class:JavaExpression
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h712 @property BOOL declare; variable
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1920 /// declare composite types that haven't been processed yet.
2324 // Insert an llvm.dbg.declare into the current block.
2340 // Insert an llvm.dbg.declare into the current block.
2353 // Insert an llvm.dbg.declare into the current block.
2383 // Insert an llvm.dbg.declare into the current block.
2451 // Insert an llvm.dbg.declare into the current block.
2458 /// EmitDeclareOfArgVariable - Emit call to llvm.dbg.declare for an argument
2616 llvm::Instruction *declare = local
2619 declare->setDebugLoc(llvm::DebugLoc::get(line, column, scope));

Completed in 187 milliseconds