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

<<21222324252627282930>>

  /external/jdiff/src/jdiff/
ParamAPI.java 28 /** Compare two ParamAPI objects using both name and type. */
41 * Tests two ParamAPI objects using just the name, used by indexOf().
  /external/libchrome/base/debug/
leak_annotations.h 13 // objects will be treated as a source of live pointers, i.e. any heap objects
  /external/libusb/msvc/
libusb_sources 28 # an older compiler than other objects; rebuild old objects and libraries"
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
23 foreach $lib (@objects) {
  /external/mockito/src/test/java/org/mockito/internal/configuration/injection/
SimpleArgumentResolverTest.java 57 private Set<Object> newSetOf(Object... objects) {
58 return new HashSet<Object>(Arrays.asList(objects));
  /external/proguard/src/proguard/classfile/attribute/visitor/
AllBootstrapMethodInfoVisitor.java 29 * bootstrap method objects of the BootstrapMethodsAttribute objects it visits.
AllExceptionInfoVisitor.java 29 * objects of the CodeAttribute objects it visits.
AllInnerClassesInfoVisitor.java 29 * InnerClassessInfo objects of the InnerClassesAttribute objects it visits.
  /external/proguard/src/proguard/classfile/instruction/visitor/
AllInstructionVisitor.java 30 * objects of the CodeAttribute objects it visits.
  /external/proguard/src/proguard/classfile/visitor/
MemberVisitor.java 28 * <code>ProgramMember</code> objects and <code>LibraryMember</code>
29 * objects.
  /external/proguard/src/proguard/gui/splash/
CompositeSprite.java 26 * This Sprite is the composition of a list of Sprite objects.
37 * @param sprites the array of Sprite objects to which the painting will
  /external/python/cpython2/Doc/includes/sqlite3/
text_factory.py 32 # objects, if the data is in ASCII only, and otherwise return unicode objects
  /external/python/cpython2/Doc/includes/
typestruct.h 38 /* call function for all accessible objects */
41 /* delete references to contained objects */
  /external/python/cpython2/Lib/test/crashers/
gc_inspection.py 2 gc.get_referrers() can be used to see objects before they are fully built.
6 when they are using perfectly documented patterns to build objects).
  /external/python/cpython2/Lib/test/
test_cprofile.py 12 expected_list_sort_output = "{method 'sort' of 'list' objects}"
58 4 0.000 0.000 0.000 0.000 {method 'append' of 'list' objects}
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
86 {method 'append' of 'list' objects} <- 4 0.000 0.000 profilee.py:73(helper1)
87 {method 'disable' of '_lsprof.Profiler' objects} <-
109 4 0.000 0.000 {method 'append' of 'list' objects}
118 {method 'append' of 'list' objects} ->
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /external/python/cpython2/Mac/Modules/ae/
README 7 aepack.py Routines to convert python objects <-> AEDesc record
13 aetypes.py Classes for python objects corresponding to AEDesc types
  /external/python/cpython3/Doc/includes/
typestruct.h 38 /* call function for all accessible objects */
41 /* delete references to contained objects */
  /external/python/cpython3/Lib/test/crashers/
gc_inspection.py 2 gc.get_referrers() can be used to see objects before they are fully built.
6 when they are using perfectly documented patterns to build objects).
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 20 * DrawableObject is the base object interface for objects that can be rendered to the screen.
21 * Note that objects derived from DrawableObject are passed between threads, and that care must be
Texture.java 22 * been loaded into vram. Objects can cache Texture objects but should *never* cache the texture
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResolveInfo.java 25 * Non-Android accessor used for creating ResolveInfo objects
35 * Non-Android accessor used for creating ResolveInfo objects
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Consumer.java 3 import java.util.Objects;
35 Objects.requireNonNull(after);
  /external/swiftshader/third_party/LLVM/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
23 foreach $lib (@objects) {
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
tfdbg.md 42 * wrap aroundTensorFlow `Session` objects to debug plain TensorFlow models
44 * generate `SessionRunHook` objects to debug `tf.contrib.learn` models (see
  /external/testng/src/main/java/org/testng/
SuiteResult.java 3 import org.testng.collections.Objects;
70 return Objects.toStringHelper(getClass())

Completed in 3120 milliseconds

<<21222324252627282930>>