HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 126 - 150 of 3014) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
HashMultiset_CustomFieldSerializer.java 31 HashMultiset<?> instance) {
41 HashMultiset<?> instance) throws SerializationException {
42 Multiset_CustomFieldSerializerBase.serialize(writer, instance);
ImmutableListMultimap_CustomFieldSerializer.java 31 ImmutableListMultimap<?, ?> instance) {
42 ImmutableListMultimap<?, ?> instance) throws SerializationException {
43 Multimap_CustomFieldSerializerBase.serialize(writer, instance);
LexicographicalOrdering_CustomFieldSerializer.java 32 LexicographicalOrdering<?> instance) {
43 LexicographicalOrdering<?> instance) throws SerializationException {
44 writer.writeObject(instance.elementOrder);
LinkedHashMultiset_CustomFieldSerializer.java 31 LinkedHashMultiset<?> instance) {
42 LinkedHashMultiset<?> instance) throws SerializationException {
43 Multiset_CustomFieldSerializerBase.serialize(writer, instance);
NullsFirstOrdering_CustomFieldSerializer.java 31 NullsFirstOrdering<?> instance) {
42 NullsFirstOrdering<?> instance) throws SerializationException {
43 writer.writeObject(instance.ordering);
NullsLastOrdering_CustomFieldSerializer.java 31 NullsLastOrdering<?> instance) {
42 NullsLastOrdering<?> instance) throws SerializationException {
43 writer.writeObject(instance.ordering);
RegularImmutableSortedMap_CustomFieldSerializer.java 30 SerializationStreamReader reader, RegularImmutableSortedMap<?, ?> instance) {
40 SerializationStreamWriter writer, RegularImmutableSortedMap<?, ?> instance)
42 ImmutableSortedMap_CustomFieldSerializerBase.serialize(writer, instance);
ReverseOrdering_CustomFieldSerializer.java 31 ReverseOrdering<?> instance) {
42 ReverseOrdering<?> instance) throws SerializationException {
43 writer.writeObject(instance.forwardOrder);
SingletonImmutableList_CustomFieldSerializer.java 32 SingletonImmutableList<?> instance) {
42 SingletonImmutableList<?> instance) throws SerializationException {
43 writer.writeObject(instance.element);
SingletonImmutableSet_CustomFieldSerializer.java 31 SingletonImmutableSet<?> instance) {
41 SingletonImmutableSet<?> instance) throws SerializationException {
42 writer.writeObject(instance.element);
  /external/guava/guava-gwt/src/com/google/common/primitives/
UnsignedLong_CustomFieldSerializer.java 28 UnsignedLong instance) {}
36 UnsignedLong instance) throws SerializationException {
37 writer.writeLong(instance.longValue());
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_back(instance);
70 vec.push_back(instance);
push_front_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /external/parameter-framework/upstream/skeleton-subsystem/test/
main.cpp 45 CParameterMgrFullConnector instance("toplevel.xml");
46 instance.setLogger(&logger);
49 if (not instance.start(errorMsg)) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBackgroundThread.java 15 BackgroundThread instance = ReflectionHelpers.getStaticField(BackgroundThread.class, "sInstance"); local
16 if (instance != null) {
17 instance.quit();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_back(instance);
70 vec.push_back(instance);
push_front_exception_safety.pass.cpp 63 CMyClass instance; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /external/vulkan-validation-layers/tests/layers/
test.cpp 32 VkInstance instance; member in struct:test::layer_data
35 layer_data() : instance(VK_NULL_HANDLE), instance_dispatch_table(nullptr) {};
66 instance_data->instance = *pInstance;
75 VKAPI_ATTR void VKAPI_CALL DestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator)
77 dispatch_key key = get_dispatch_key(instance);
79 instance_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
88 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char* funcName)
111 layer_data *instance_data = GetLayerDataPtr(get_dispatch_key(instance), layer_data_map);
118 return pTable->GetInstanceProcAddr(instance, funcName);
121 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
AlarmInstance.java 90 public static ContentValues createContentValues(AlarmInstance instance) {
92 if (instance.mId != INVALID_ID) {
93 values.put(_ID, instance.mId);
96 values.put(YEAR, instance.mYear);
97 values.put(MONTH, instance.mMonth);
98 values.put(DAY, instance.mDay);
99 values.put(HOUR, instance.mHour);
100 values.put(MINUTES, instance.mMinute);
101 values.put(LABEL, instance.mLabel);
102 values.put(VIBRATE, instance.mVibrate ? 1 : 0)
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_pipeline.c 26 * struct plugin struct instance
46 /* This represents an audio port on an instance. */
49 struct plugin *plugin; /* the plugin corresponds to the instance */
54 /* This represents a control port on an instance. */
57 struct plugin *plugin; /* the plugin corresponds to the instance */
65 /* An instance is a dynamic representation of a plugin. We only create
66 * an instance when a plugin is needed (data actually flows through it
67 * and it is not disabled). An instance also contains a pointer to a
69 struct instance { struct
70 /* The plugin this instance corresponds to *
151 struct instance *instance; local
233 struct instance *instance; local
253 struct instance *instance; local
286 struct instance *instance; local
506 struct instance *instance; local
599 struct instance *instance; local
617 struct instance *instance; local
641 struct instance *instance; local
718 struct instance *instance; local
786 struct instance *instance; local
870 struct instance *instance; local
938 struct instance *instance; local
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
_typecheck.py 48 argument in the constructor must be a type or Type instance, and these
85 def __instancecheck__(self, instance):
86 return isinstance(instance, self._types)
95 def __instancecheck__(self, instance):
97 return isinstance(instance, (self._type, type(None)))
106 def __instancecheck__(self, instance):
107 return (isinstance(instance, list)
108 and all(isinstance(x, self._type) for x in instance))
117 def __instancecheck__(self, instance):
118 return (isinstance(instance, collections.Sequence
    [all...]
  /external/clang/test/Analysis/Inputs/
qt-simulator.h 13 static QCoreApplication *instance();
  /external/dagger2/core/src/main/java/dagger/internal/
DoubleCheckLazy.java 33 private volatile Object instance = UNINITIALIZED; field in class:DoubleCheckLazy
44 Object result = instance;
47 result = instance;
49 instance = result = provider.get();

Completed in 446 milliseconds

1 2 3 4 56 7 8 91011>>