HomeSort by relevance Sort by last modified time
    Searched defs:Types (Results 1 - 21 of 21) sorted by null

  /external/bison/doc/
refcard.tex 349 \key{Define the union of all data types used in the parser.}
459 \section {Variables and Types}
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
Types.java 21 public class Types {
23 public static Type[] getClonedTypeArray(ListOfTypes types) {
24 return types.getResolvedTypes().clone();
  /dalvik/hit/src/com/android/hit/
Types.java 19 public class Types {
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Types.java 2 public class Types
15 protected Types() { throw new RuntimeException("Stub!"); }
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Types.java 19 public class Types {
39 public Types() {
  /frameworks/base/media/libmedia/
Metadata.cpp 21 #include <sys/types.h>
39 // Types
40 enum Types {
  /libcore/luni/src/main/java/java/sql/
Types.java 21 * A class which defines constants used to identify generic SQL types, also
22 * called JDBC types. The type constant values are equivalent to those defined
25 public class Types {
30 private Types() {
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 7 * $Id: Types.java,v 1.1.1.1 2004/05/09 16:57:50 vlad_r Exp $
24 public abstract class Types
34 // TODO: handle array and other types
141 * Converts a method signature (parameter types + return type) to its VM descriptor
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 27 import com.vladium.jcd.lib.Types;
277 dout.writeUTF (Types.vmNameToJavaName (getName ())); // [in Java format]
317 ifcs [i] = Types.vmNameToJavaName (((CONSTANT_Class_info) m_constants.get (interfaces.get (i))).getName (this));
  /external/gtest/include/gtest/internal/
gtest-type-util.h 37 // Currently we support at most 50 types in a list, and at most 50
61 // two types are equal.
95 // template Types. This allows us to simulate variadic templates
96 // (e.g. Types<int>, Type<int, double>, and etc), which C++ doesn't
102 // represents a type list with N types (T1, T2, ..., and TN) in it.
103 // Except for Types0, every struct in the family has two member types:
706 // as that would require them to count the length. Types<...> is much
709 // argument, even if it has the default value (this means Types<int>
710 // will appear as Types<int, None, None, ..., None> in the compiler
714 // user would write Types<T1, ..., TN>, and Google Test will translat
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 37 // Currently we support at most 50 types in a list, and at most 50
63 // two types are equal.
97 // template Types. This allows us to simulate variadic templates
98 // (e.g. Types<int>, Type<int, double>, and etc), which C++ doesn't
104 // represents a type list with N types (T1, T2, ..., and TN) in it.
105 // Except for Types0, every struct in the family has two member types:
708 // as that would require them to count the length. Types<...> is much
711 // argument, even if it has the default value (this means Types<int>
712 // will appear as Types<int, None, None, ..., None> in the compiler
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 716 milliseconds