HomeSort by relevance Sort by last modified time
    Searched defs:Object (Results 126 - 150 of 253) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 226 struct Object {
260 template <> struct MappingTraits<WasmYAML::Object> {
261 static void mapping(IO &IO, WasmYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 237 struct Object {
272 template <> struct MappingTraits<WasmYAML::Object> {
273 static void mapping(IO &IO, WasmYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 237 struct Object {
272 template <> struct MappingTraits<WasmYAML::Object> {
273 static void mapping(IO &IO, WasmYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
ELFYAML.h 33 // reading/generating binary object files.
200 struct Object {
362 struct MappingTraits<ELFYAML::Object> {
363 static void mapping(IO &IO, ELFYAML::Object &Object);
MachOYAML.h 112 struct Object {
138 std::vector<Object> Slices;
150 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Object)
164 template <> struct MappingTraits<MachOYAML::Object> {
165 static void mapping(IO &IO, MachOYAML::Object &Object);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 52 assertEquals(Object.class, AbstractCollection.class.getSuperclass());
53 assertNull(Object.class.getSuperclass());
113 String fieldThreeRaw = "protected java.lang.Object[] " + classC + ".fieldThree";
137 Constructor constructorTwo = C.class.getDeclaredConstructor(Map.class, Object.class);
138 String constructorTwoRaw = "protected " + classC + "(java.util.Map,java.lang.Object)";
321 assertFalse(Object.class.isLocalClass());
336 assertFalse(Object.class.isAnonymousClass());
419 private int count(List<?> list, Object element) {
421 for (Object o : list) {
474 private static final Object staticAnonymous = new Object() {}
    [all...]
  /art/test/100-reflect2/src/
Main.java 156 private static void show(Object o) {
163 private static Object[] sort(Object[] objects, Comparator<Object> comp) {
169 Comparator<Object> comp = new Comparator<Object>() {
170 public int compare(Object a, Object b) {
173 public boolean equals(Object b) {
189 System.out.println(String.class.isAssignableFrom(Object.class))
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
AnnotationIdTest.java 53 Class<?> elementClass() default Object.class;
338 dexMaker.declare(GENERATED, "Generated.java", PUBLIC, TypeId.OBJECT);
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 99 file *descriptor.FileDescriptorProto // File this object comes from.
236 o Object
255 // as a map from the exported object to its symbols.
257 exported map[Object][]symbol
336 func (d *FileDescriptor) addExport(obj Object, sym symbol) {
532 // Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects.
533 type Object interface {
571 typeNameToObject map[string]Object // Key is a fully-qualified name in input syntax.
645 // DefaultPackageName returns the package name printed for the object.
648 func (g *Generator) DefaultPackageName(obj Object) string
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
ReflectionClassDeclarationTest.java 69 assertEquals(Object.class.getCanonicalName(), foo.getSuperClass().getQualifiedName());
228 assertEquals(ImmutableSet.of(Object.class.getCanonicalName(),
233 assertEquals(ImmutableSet.of(Object.class.getCanonicalName()),
300 assertEquals(new ReferenceTypeImpl(new ReflectionClassDeclaration(Object.class, typeResolver), typeResolver), ancestors.get("java.lang.Object"));
321 assertEquals(ImmutableSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().map(i -> i.getQualifiedName()).collect(Collectors.toSet()));
331 assertEquals(true, constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName().equals("java.lang.Object")));
347 assertEquals("java.lang.Object", ancestor.getQualifiedName());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 255 // Loop over all of the alias sets in the tracker object.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 62 /// object that never escapes from the function.
101 /// getObjectSize - Return the size of the object specified by V, or
134 /// isObjectSmallerThan - Return true if we can prove that the object specified
142 /// isObjectSize - Return true if we can prove that the object specified
675 /// specified memory object. Since we only look at local properties of this
684 const Value *Object = GetUnderlyingObject(Loc.Ptr, TD);
691 if (isa<AllocaInst>(Object))
696 // If the pointer is to a locally allocated object that does not escape,
699 if (!isa<Constant>(Object) && CS.getInstruction() != Object &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 10 // This file contains an implementation of a Win32 COFF object file writer.
138 // Maps used during object file creation.
355 object_t *Object = new object_t(Name);
357 List.push_back(Object);
359 return Object;
362 /// This function takes a section data object from the assembler
363 /// and creates the associated COFF section staging object.
411 /// This function takes a section data object from the assembler
412 /// and creates the associated COFF symbol staging object.
783 // Assign file offsets to COFF object file structures
    [all...]
  /external/v8/benchmarks/
raytrace.js 42 Object.extend = function(destination, source) {
357 Flog.RayTracer.Material.Solid.prototype = Object.extend(
382 Flog.RayTracer.Material.Chessboard.prototype = Object.extend(
608 this.options = Object.extend({
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 51 Object = 1,
86 /// setRegular - set the source of the file is a regular object
89 /// setDynamic - set the source of the file is a dynamic object
93 /// @param pIsDyn is the source from a dynamic object?
244 static const uint32_t object_flag = Object << TYPE_OFFSET;

Completed in 581 milliseconds

1 2 3 4 56 7 8 91011