/external/python/cpython3/Doc/library/ |
gc.rst | 14 and set debugging options. It also provides access to unreachable objects that 20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in 46 unreachable objects found is returned. 68 Returns a list of all objects tracked by the collector, excluding the list 81 * ``collected`` is the total number of objects collected inside this 84 * ``uncollectable`` is the total number of objects which were found 96 The GC classifies objects into three generations depending on how many 97 collection sweeps they have survived. New objects are placed in the youngest 100 generation, objects in that generation remain there after a collection. In 125 Return the list of objects that directly refer to any of objs. This functio [all...] |
/external/selinux/mcstrans/share/examples/include/ |
setrans.conf | 7 # Objects can be labeled with one of 16 levels and be categorized with 0-1023 9 # Objects can be in more than one category at a time.
|
/external/selinux/mcstrans/share/examples/urcsts-via-include/ |
setrans.conf | 7 # Objects can be labeled with one of 16 levels and be categorized with 0-1023 9 # Objects can be in more than one category at a time.
|
/external/testng/src/main/java/org/testng/ |
IInstanceInfo.java | 5 * can return an array of these objects instead of Object[] so that 6 * instances can be dynamic proxies or mock objects and still provide
|
/external/toolchain-utils/binary_search_tool/test/ |
switch_to_bad.py | 2 """Switch part of the objects file in working set to (possible) bad ones.""" 12 """Switch part of the objects file in working set to (possible) bad ones."""
|
/frameworks/base/core/java/android/util/ |
Pair.java | 19 import java.util.Objects; 22 * Container to ease passing around a tuple of two objects. This object provides a sensible 24 * objects. 42 * Checks the two objects for equality by delegating to their respective 46 * @return true if the underlying objects of the Pair are both considered 55 return Objects.equals(p.first, first) && Objects.equals(p.second, second); 59 * Compute a hash code using the hash codes of the underlying objects
|
/frameworks/wilhelm/src/ |
README.txt | 14 objects/ OpenSL ES and OpenMAX AL objects aka classes
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
rangeobject.h | 17 Range objects behave like the corresponding tuple objects except that
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object.
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
rangeobject.h | 17 Range objects behave like the corresponding tuple objects except that
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
rangeobject.h | 17 Range objects behave like the corresponding tuple objects except that
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
rangeobject.h | 17 Range objects behave like the corresponding tuple objects except that
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
new.py | 1 """Create new objects of various types. Deprecated. 4 Objects of most types can now be created by calling the type object.
|
/external/python/cpython3/PCbuild/ |
pythoncore.vcxproj.filters | 19 <Filter Include="Objects"> 387 <ClInclude Include="..\Objects\stringlib\count.h"> 388 <Filter>Objects</Filter> 390 <ClInclude Include="..\Objects\stringlib\fastsearch.h"> 391 <Filter>Objects</Filter> 393 <ClInclude Include="..\Objects\stringlib\find.h"> 394 <Filter>Objects</Filter> 396 <ClInclude Include="..\Objects\stringlib\partition.h"> 397 <Filter>Objects</Filter> 399 <ClInclude Include="..\Objects\stringlib\replace.h" [all...] |
/external/python/cpython2/PCbuild/ |
pythoncore.vcxproj.filters | 19 <Filter Include="Objects"> 378 <ClInclude Include="..\Objects\stringlib\count.h"> 379 <Filter>Objects</Filter> 381 <ClInclude Include="..\Objects\stringlib\fastsearch.h"> 382 <Filter>Objects</Filter> 384 <ClInclude Include="..\Objects\stringlib\find.h"> 385 <Filter>Objects</Filter> 387 <ClInclude Include="..\Objects\stringlib\partition.h"> 388 <Filter>Objects</Filter> 390 <ClInclude Include="..\Objects\stringlib\split.h" [all...] |
/external/python/cpython3/Doc/c-api/ |
concrete.rst | 7 Concrete Objects Layer 20 objects which are passed in, many of them do not check for *NULL* being passed 27 Fundamental Objects 30 This section describes Python type objects and the singleton object ``None``. 40 Numeric Objects 55 Sequence Objects 60 Generic operations on sequence objects were discussed in the previous chapter; 61 this section deals with the specific kinds of sequence objects that are 77 Container Objects 90 Function Objects [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
MachineFrameInfo.h | 64 /// of abstract objects on the stack frame. 67 /// objects requested clients. These identifiers are negative integers for 68 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 69 /// for objects that may be reordered. Instructions which refer to stack 70 /// objects use a special MO_FrameIndex operand to represent these frame 78 /// variable sized stack objects, it is safe to decide whether there will be 79 /// any variable sized objects before all stack objects are known (for 81 /// objects). 106 // default, fixed objects are immutable unless marked otherwise [all...] |