HomeSort by relevance Sort by last modified time
    Searched full:objects (Results 351 - 375 of 21490) sorted by null

<<11121314151617181920>>

  /external/curl/packages/TPF/
maketpf.env_curl 8 # Define the directories where the shared objects reside
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Edge.java 19 import com.google.common.base.Objects;
49 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId);
53 return Objects.hashCode(fromId, toId);
InstanceNode.java 19 import com.google.common.base.Objects;
51 return super.equals(other) && Objects.equal(instance, other.instance)
52 && Objects.equal(members, other.members);
56 return 31 * super.hashCode() + Objects.hashCode(instance, members);
Node.java 19 import com.google.common.base.Objects;
55 return Objects.equal(id, other.id)
56 && (ignoreSourceInComparisons || Objects.equal(source, other.source));
60 return ignoreSourceInComparisons ? id.hashCode() : Objects.hashCode(id, source);
  /external/iproute2/man/man8/
devlink.8 86 ) objects, but some objects do not allow all of these operations
89 command is available for all objects. It prints
95 or, if the objects of this class cannot be listed,
  /external/javassist/src/main/javassist/tools/rmi/
package.html 5 <p>This package enables applets to access remote objects
  /external/llvm/test/CodeGen/X86/GC/
badrootproto.ll 6 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
  /external/mdnsresponder/mDNSWindows/DLL/
resource.h 18 // Next default values for new objects
  /external/mdnsresponder/mDNSWindows/NSPTool/
resource.h 18 // Next default values for new objects
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
resource.h 18 // Next default values for new objects
  /external/mesa3d/src/gallium/docs/source/
cso.rst 4 CSO, Constant State Objects, are a core part of Gallium's API.
intro.rst 8 device-agnostic fashion. It provides several objects which encapsulate the
  /external/mockito/src/main/java/org/mockito/internal/util/
Supplier.java 8 * Abstract provider that can supply (provide/create) objects of given type.
  /external/mockito/src/main/java/org/mockito/mock/
SerializableMode.java 21 * Basic serializable mode for mock objects. Introduced in Mockito 1.8.1.
  /external/python/cpython2/Doc/c-api/
code.rst 7 Code Objects
12 Code objects are a low-level detail of the CPython implementation.
18 The C structure of the objects used to describe code objects. The
  /external/python/cpython2/Include/
structseq.h 34 /* Macro, *only* to be used to fill in brand new objects */
traceback.h 24 /* Reveal traceback type so we can typecheck traceback objects */
  /external/python/cpython3/
.hgtouch 14 Objects/typeslots.inc: Include/typeslots.h Objects/typeslots.py
16 Include/graminit.h: Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c
17 Python/graminit.c: Include/graminit.h Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c
  /external/python/cpython3/Doc/c-api/
code.rst 7 Code Objects
12 Code objects are a low-level detail of the CPython implementation.
18 The C structure of the objects used to describe code objects. The
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
ShadowAnything.java 8 className = "com.example.objects.AnyObject")
  /external/swiftshader/src/D3D8/
resource.h 19 // Next default values for new objects
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/GC/
badrootproto.ll 6 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
  /external/tensorflow/tensorflow/core/platform/
variant_coding.h 29 // Encodes an array of Variant objects in to the given string.
30 // `variant_array` is assumed to point to an array of `n` Variant objects.
33 // Decodes an array of Variant objects from the given string.
34 // `variant_array` is assumed to point to an array of `n` Variant objects.
  /external/v8/src/
lookup-cache.cc 7 #include "src/objects-inl.h"
  /frameworks/base/media/java/android/media/projection/
MediaProjectionInfo.java 23 import java.util.Objects;
52 return Objects.equals(other.mPackageName, mPackageName)
53 && Objects.equals(other.mUserHandle, mUserHandle);
60 return Objects.hash(mPackageName, mUserHandle);

Completed in 4223 milliseconds

<<11121314151617181920>>