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

<<21222324252627282930>>

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageReceiver.java 10 * A class which implements this interface can receive {@link Message} objects.
  /external/llvm/test/CodeGen/X86/GC/
badreadproto.ll 5 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
  /external/llvm/test/tools/dsymutil/ARM/
fat-arch-not-found.test 6 objects:
  /external/llvm/test/tools/dsymutil/X86/
fat-archive-input-i386.test 6 objects:
fat-object-input-x86_64.test 6 objects:
fat-object-input-x86_64h.test 6 objects:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
assertions.xml 5 destroys a read write attributes objects.
  /external/mdnsresponder/mDNSWindows/DLLX/
resource.h 21 // Next default values for new objects
  /external/nist-sip/java/gov/nist/javax/sip/stack/
package.html 10 SIPTransactionStack is the container that holds references to these protocol objects.
  /external/pdfium/third_party/freetype/include/freetype-custom-config/
ftmodule.h 5 * the objects directory (normally `<topdir>/objs/') based on information
  /external/proguard/src/proguard/util/
ObjectUtil.java 25 * This class contains utility methods operating on objects.
30 * Returns whether the given objects are the same.
33 * @return whether the objects are the same.
55 * Returns a comparison of the two given objects.
  /external/python/cpython2/Doc/c-api/
function.rst 3 .. _function-objects:
5 Function Objects
75 or a tuple of cell objects.
81 *Py_None* or a tuple of cell objects.
  /external/python/cpython2/Doc/library/
stringio.rst 11 file objects for operations (section :ref:`bltin-file-objects`). (For
27 The following methods of :class:`~StringIO.StringIO` objects require special mention:
70 :mod:`StringIO` module. Heavy use of :class:`StringIO.StringIO` objects can be
79 Since this is a factory function which returns objects of built-in types,
90 These objects are not generally visible. They turn up in tracebacks as
95 The following data objects are provided as well:
100 The type object of the objects created by calling :func:`StringIO` with a string
106 The type object of the objects returned by calling :func:`StringIO` with no
  /external/python/cpython2/Lib/test/crashers/
bogus_code_obj.py 2 Broken bytecode objects can easily crash the interpreter.
  /external/python/cpython2/Python/
sigcheck.c 4 file (and the whole directory it is in) doesn't know about objects
  /external/python/cpython3/Doc/library/
copy.rst 11 Assignment statements in Python do not copy objects, they create bindings
36 objects (objects that contain other objects, like lists or class instances):
39 possible) inserts *references* into it to the objects found in the original.
42 *copies* into it of the objects found in the original.
47 * Recursive objects (compound objects that, directly or indirectly, contain a
55 * keeping a "memo" dictionary of objects already copied during the current
persistence.rst 9 many Python data types into a stream of bytes and then recreate the objects from
weakref.rst 17 references` to objects.
32 mappings holding large objects, where it's desired that a large object not be
35 For example, if you have a number of large binary image objects, you may wish to
37 images, or images to names, the image objects would remain alive just because
41 mappings that don't keep objects alive solely because they appear in the mapping
42 objects. If, for example, an image object is a value in a
66 Not all objects can be weakly referenced; those objects which can include class
68 frozensets, some :term:`file objects <file object>`, :term:`generator`\s, type
69 objects, sockets, arrays, deques, regular expression pattern objects, and cod
    [all...]
  /external/python/cpython3/Include/
structseq.h 37 /* Macro, *only* to be used to fill in brand new objects */
  /external/python/cpython3/Lib/asyncio/
compat.py 11 """Concatenate a sequence of bytes-like objects."""
  /external/python/cpython3/Lib/test/crashers/
bogus_code_obj.py 2 Broken bytecode objects can easily crash the interpreter.
  /external/python/cpython3/Python/
sigcheck.c 4 file (and the whole directory it is in) doesn't know about objects
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
ShadowImplementationWithIncorrectVisibility.java 3 import com.example.objects.Dummy;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleData.java 7 import java.util.Objects;
82 return Objects.equals(packageName, other.packageName)
83 && Objects.equals(name, other.name)
84 && Objects.equals(parent, other.parent)
  /external/skia/src/core/
SkVptr.h 14 // Experimentally, see if we can get at the vptr of objects with one.

Completed in 1625 milliseconds

<<21222324252627282930>>