HomeSort by relevance Sort by last modified time
    Searched refs:formal (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/sqlite/android/
Android.mk 26 # The formal test for phone_number_compare() is in DataBaseGeneralTest.java
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 256 formal_entry *formal;
258 formal = xmalloc (sizeof (formal_entry));
260 sb_new (& formal->name);
261 sb_new (& formal->def);
262 sb_new (& formal->actual);
271 sb_add_string (& formal->name, tt_args);
272 sb_add_string (& formal->def, tt_dflt + 1);
275 sb_add_string (& formal->name, *arguments);
278 hash_jam (macro->formal_hash, sb_terminate (& formal->name), formal);
254 formal_entry *formal; local
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 67 * 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->name
205 ir_variable *formal = (ir_variable *) formal_iter.get(); local
    [all...]
ast.h 568 bool formal, exec_list *ir_parameters,
572 /** Is this parameter declaration part of a formal parameter list? */
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 72 * 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) {
92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual));
  /libcore/ojluni/src/main/java/java/lang/reflect/
Executable.java 214 * Returns an array of {@code Class} objects that represent the formal
225 * Returns the number of formal parameters (whether explicitly
230 * @return The number of formal parameters for the executable this
238 * Returns an array of {@code Type} objects that represent the formal
243 * <p>If a formal parameter type is a parameterized type,
247 * <p>If a formal parameter type is a type variable or a parameterized
250 * @return an array of {@code Type}s that represent the formal
501 * represent the annotations on the formal parameters, in
506 * array. If the executable has no parameters (meaning no formal,
524 * the formal and implicit parameters, in declaration order, o
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 278 formal map[string]*Flag
324 for _, flag := range sortFlags(f.formal) {
351 return f.formal[name]
357 return CommandLine.formal[name]
362 flag, ok := f.formal[name]
784 _, alreadythere := f.formal[name]
795 if f.formal == nil {
796 f.formal = make(map[string]*Flag)
798 f.formal[name] = flag
864 m := f.formal
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 278 formal map[string]*Flag
324 for _, flag := range sortFlags(f.formal) {
351 return f.formal[name]
357 return CommandLine.formal[name]
362 flag, ok := f.formal[name]
784 _, alreadythere := f.formal[name]
795 if f.formal == nil {
796 f.formal = make(map[string]*Flag)
798 f.formal[name] = flag
864 m := f.formal
    [all...]
  /external/bison/data/
glr.c 50 # The possible parse-params formal arguments preceded by a comma.
53 # formal argument declarations.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 213 // formal argument names.
323 // argsFor returns a map from formal name to actual value for this argumented macro invocation.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 213 // formal argument names.
323 // argsFor returns a map from formal name to actual value for this argumented macro invocation.
  /prebuilts/misc/common/robolectric/lib/
plexus-interpolation-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/
plexus-interpolation-1.11.jar 
  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 31 // - returns the results as a slice of Values, one per formal result.
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 31 // - returns the results as a slice of Values, one per formal result.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/
plexus-interpolation-1.21.jar 
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 33 // the method's formal receiver base type, nor was the receiver addressable.
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 33 // the method's formal receiver base type, nor was the receiver addressable.
  /toolchain/binutils/binutils-2.25/gas/
macro.c 467 /* Allocate a new formal. */
472 formal_entry *formal; local
474 formal = (formal_entry *) xmalloc (sizeof (formal_entry));
476 sb_new (&formal->name);
477 sb_new (&formal->def);
478 sb_new (&formal->actual);
479 formal->next = NULL;
480 formal->type = FORMAL_OPTIONAL;
481 return formal;
484 /* Free a formal. *
506 formal_entry *formal = new_formal (); local
595 formal_entry *formal = new_formal (); local
629 formal_entry *formal; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]

Completed in 658 milliseconds

1 2 3 4