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

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
Metadata.java 19 import java.util.Objects;
51 if (!Objects.equals(title, m.title)) return false;
52 if (!Objects.equals(artist, m.artist)) return false;
53 if (!Objects.equals(album, m.album)) return false;
  /packages/apps/TV/src/com/android/tv/dvr/data/
SeasonEpisodeNumber.java 20 import java.util.Objects;
51 && Objects.equals(seasonNumber, that.seasonNumber)
52 && Objects.equals(episodeNumber, that.episodeNumber);
57 return Objects.hash(seriesRecordingId, seasonNumber, episodeNumber);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
elfclass.h 2 the ELF file class used for executables and shared objects on this
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
elfclass.h 2 the ELF file class used for executables and shared objects on this
  /prebuilts/gdb/darwin-x86/include/python2.7/
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 */
  /prebuilts/gdb/linux-x86/include/python2.7/
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 */
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyruntime.swg 7 %runtime "rubytracking.swg" /* API for tracking C++ classes to Ruby objects */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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 */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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 */
  /prebuilts/tools/common/guava-tools/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /system/chre/util/include/chre/util/
memory.h 25 * Destroys count objects starting at first. This function is similar to
28 * @param first Starting address of count objects to destroy
29 * @param count The number of objects to destroy
42 * Initializes a new block of memory by transferring objects from another block,
  /system/sepolicy/vendor/
vndservicemanager.te 8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldr-global.s 1 @ Test pc-relative loads from global objects defined in the same text segment.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
orphan4.ld 1 /* The .foo section doesn't specify *any* objects, but the object
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
footer.makefile 14 DEPFILES = $(OBJECTS:%.o=%.d)
23 $(LIBRARY): $(OBJECTS)
34 @rm -f $(OBJECTS) $(LIBRARY) $(DEPFILES)
ms.lib 18 $(LIBRARY) : $(OBJECTS)
24 del /f /q $(OBJECTS) *.pdb > nul
28 del /f /q $(OBJECTS) $(LIBRARY) *.pdb > nul
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
package.html 20 <title>XPath objects Package.</title>
22 <p>Implementation of XPath polymorphic type objects -- this package will grow
23 as XPath objects are expanded to support XML Schema data types.<p>
  /external/autotest/client/site_tests/example_UnitTest/src/
Makefile 6 OBJECTS = main.o
14 $(TARGET): $(OBJECTS)
15 $(CXX) $(CXXFLAGS) $(OPTIONS) $(LDFLAGS) $(PACKAGES) $(OBJECTS) $(LIBS) \
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 11 - (void)a:(id *)objects b:(id *)keys;
21 - (void)a:(id *)objects b:(id *)keys {
24 RandomFunc((CFMDRef)dict, key, objects[3]);
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 22 * to other immutable objects, and that methods do not publish references to any
24 * Immutable objects may still have internal mutable state for purposes of
29 * Immutable objects are inherently thread-safe; they may be passed between
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h 1 //===- ObjectTransformLayer.h - Run all objects through functor -*- C++ -*-===//
10 // Run all objects passed in through a user supplied functor.
26 /// the set of transformed objects to the layer below.
30 /// @brief Handle to a set of added objects.
39 /// add the resulting set of objects to the base layer, along with the
42 /// @return A handle for the added objects.
45 ObjSetHandleT addObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr,
48 for (auto I = Objects.begin(), E = Objects.end(); I != E; ++I)
51 return BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr)
    [all...]

Completed in 970 milliseconds

<<11121314151617181920>>