Searched refs:formal (Results 1 - 11 of 11) sorted by relevance

/external/sqlite/android/
H A DAndroid.mk33 # Note: This "test" is not recognized as a formal test. This is just for enabling developers
35 # The formal test for phone_number_compare() is in DataBaseGeneralTest.java
/external/mesa3d/src/glsl/
H A Dast_function.cpp67 * formal (\c ir_variable) or actual (\c ir_rvalue)
98 * that 'const_in' formal parameters (an extension in our IR) correspond to
115 const ir_variable *const formal = (ir_variable *) formal_node; local
126 if (formal->mode == ir_var_const_in &&
130 formal->name);
135 if (formal->mode == ir_var_out || formal->mode == ir_var_inout) {
137 switch (formal->mode) {
150 mode, formal->name,
163 mode, formal
205 ir_variable *formal = (ir_variable *) formal_iter.get(); local
[all...]
H A Dast.h568 bool formal, exec_list *ir_parameters,
572 /** Is this parameter declaration part of a formal parameter list? */
H A Dast_to_hir.cpp3027 _mesa_glsl_error(& loc, state, "formal parameter lacks a name");
3095 bool formal,
3103 param->formal_parameter = formal;
3094 parameters_to_hir(exec_list *ast_parameters, bool formal, exec_list *ir_parameters, _mesa_glsl_parse_state *state) argument
/external/guava/guava/src/com/google/common/reflect/
H A DTypeResolver.java72 * Returns a new {@code TypeResolver} with type variables in {@code formal} mapping to types in
75 * <p>For example, if {@code formal} is a {@code TypeVariable T}, and {@code actual} is {@code
76 * String.class}, then {@code new TypeResolver().where(formal, actual)} will {@linkplain
78 * {@code Map<T, Something>} to {@code Map<String, Something>} etc. Similarly, {@code formal} and
83 * @param formal The type whose type variables or itself is mapped to other type(s). It's almost
84 * always a bug if {@code formal} isn't a type variable and contains no type variable. Make
86 * @param actual The type that the formal type variable(s) are mapped to. It can be or contain yet
90 public TypeResolver where(Type formal, Type actual) { argument
92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual));
/external/bison/data/
H A Dglr.c50 # The possible parse-params formal arguments preceded by a comma.
53 # formal argument declarations.
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 305 milliseconds