Searched refs:object (Results 101 - 125 of 3487) sorted by relevance

1234567891011>>

/external/clang/lib/Headers/
H A Dstdatomic.h131 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST)
134 #define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST)
137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST)
140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expecte
[all...]
/external/python/cpython2/Lib/
H A D_threading_local.py10 a thread-local object and use its attributes:
17 You can also access the local-object's dictionary:
50 Of course, values you get from a local object, including a __dict__
71 called each time the local object is used in a separate thread. This
74 Now if we create a local object:
110 AttributeError: 'MyLocal' object has no attribute 'color'
148 class _localbase(object):
152 self = object.__new__(cls)
154 object.__setattr__(self, '_local__key', key)
155 object
[all...]
/external/vulkan-validation-layers/libs/cjson/includes/
H A DcJSON.h47 struct cJSON *next, *prev; /* next/prev allow you to walk array/object
50 struct cJSON *child; /* An array or object item will have a child pointer
52 array/object. */
61 in the list of subitems of an object. */
72 /* Supply a block of JSON, and this returns a cJSON object you can interrogate.
90 /* Returns the number of items in an array (or object). */
95 /* Get item "string" from object. Case insensitive. */
96 extern cJSON *cJSON_GetObjectItem(cJSON *object, const char *string);
119 /* Append item to the specified array/object. */
121 extern void cJSON_AddItemToObject(cJSON *object, cons
[all...]
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h21 namespace object { namespace in namespace:llvm
66 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
68 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
69 void printMachOUnwindInfo(const object::MachOObjectFile* o);
70 void printMachOExportsTrie(const object::MachOObjectFile* o);
71 void printMachORebaseTable(const object::MachOObjectFile* o);
72 void printMachOBindTable(const object::MachOObjectFile* o);
73 void printMachOLazyBindTable(const object::MachOObjectFile* o);
74 void printMachOWeakBindTable(const object
[all...]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DMonitor.java21 public Monitor(Type type, Value object) { argument
22 super(null, object);
26 private Value object() { method in class:Monitor
32 // If the monitor object is an argument, we use the argument register for all the monitor
37 int object = builder.argumentOrAllocateRegister(object(), getNumber());
38 if (object > maxInValueRegister()) {
39 object = builder.allocatedRegister(object(), getNumber());
42 builder.add(this, new MonitorEnter(object));
[all...]
/external/v8/src/
H A Dallocation-site-scopes.cc44 Handle<JSObject> object) {
45 if (!object.is_null()) {
49 scope_site->set_transition_info(*object);
54 static_cast<void*>(*object));
59 static_cast<void*>(*object));
66 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) { argument
67 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
69 AllocationSite::GetMode(object->GetElementsKind()) ==
73 object->IsJSArray() ? "JSArray" : "JSObject",
74 static_cast<void*>(*object));
42 ExitScope( Handle<AllocationSite> scope_site, Handle<JSObject> object) argument
[all...]
/external/llvm/test/tools/llvm-nm/X86/
H A Dradix.s9 .type i0,@object # @i0
17 .type i1,@object # @i1
25 .type i2,@object # @i2
32 .type i3,@object # @i3
39 .type i4,@object # @i4
46 .type i5,@object # @i5
53 .type i6,@object # @i6
60 .type i7,@object # @i7
67 .type i8,@object # @i8
74 .type i9,@object #
[all...]
/external/python/cpython2/Lib/idlelib/
H A DObjectBrowser.py7 # object browser
10 # - for classes/modules, add "open source" to object browser
23 def __init__(self, labeltext, object, setfunction=None):
25 self.object = object
30 return myrepr.repr(self.object)
43 self.object = value
45 return not not dir(self.object)
47 keys = dir(self.object)
51 value = getattr(self.object, ke
[all...]
/external/tpm2/
H A DObject.c17 // This function is called at TPM2_Startup() to initialize the object subsystem.
25 // object slots initialization
37 // In this implementation, a persistent object is moved from NV into an object slot for processing. It is
51 // If an object is a temporary evict object, flush it from slot
52 if(s_objects[i].object.entity.attributes.evict == SET)
61 // This function checks to see if a transient handle references a loaded object. This routine should not be
67 // TRUE if the handle references a loaded object
68 // FALSE if the handle is not an object handl
146 OBJECT *object = ObjectGet(handle); local
165 OBJECT *object = ObjectGet(handle); local
185 OBJECT *object = ObjectGet(handle); local
235 OBJECT *object = ObjectGet(handle); local
304 OBJECT *object = NULL; local
408 AllocateSequenceSlot( TPM_HANDLE *newHandle, HASH_OBJECT **object, TPM2B_AUTH *auth ) argument
580 ObjectContextLoad( OBJECT *object, TPMI_DH_OBJECT *handle ) argument
676 OBJECT *object; local
820 OBJECT *object = ObjectGet(handle); local
[all...]
H A DMakeCredential.c28 OBJECT *object; local
33 // Get object pointer
34 object = ObjectGet(in->handle);
38 if( !CryptIsAsymAlgorithm(object->publicArea.type)
39 || object->publicArea.objectAttributes.decrypt == CLEAR
40 || object->publicArea.objectAttributes.restricted == CLEAR
46 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRefUtilImpl.inl143 VkInstance object = 0;
144 VK_CHECK(vk.createInstance(pCreateInfo, pAllocator, &object));
145 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
150 VkDevice object = 0;
151 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object));
152 return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vk, object, pAllocator));
157 VkDeviceMemory object = 0;
158 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java59 public boolean equals(Object object) argument
61 return this == object ||
62 super.equals(object) &&
63 this.doubleValue1.equals(((CompositeDoubleValue)object).doubleValue1) &&
64 this.operation == ((CompositeDoubleValue)object).operation &&
65 this.doubleValue2.equals(((CompositeDoubleValue)object).doubleValue2);
H A DCompositeFloatValue.java59 public boolean equals(Object object) argument
61 return this == object ||
62 super.equals(object) &&
63 this.floatValue1.equals(((CompositeFloatValue)object).floatValue1) &&
64 this.operation == ((CompositeFloatValue)object).operation &&
65 this.floatValue2.equals(((CompositeFloatValue)object).floatValue2);
H A DCompositeIntegerValue.java65 public boolean equals(Object object) argument
67 return this == object ||
68 super.equals(object) &&
69 this.integerValue1.equals(((CompositeIntegerValue)object).integerValue1) &&
70 this.operation == ((CompositeIntegerValue)object).operation &&
71 this.integerValue2.equals(((CompositeIntegerValue)object).integerValue2);
H A DCompositeLongValue.java65 public boolean equals(Object object) argument
67 return this == object ||
68 super.equals(object) &&
69 this.longValue1.equals(((CompositeLongValue)object).longValue1) &&
70 this.operation == ((CompositeLongValue)object).operation &&
71 this.longValue2.equals(((CompositeLongValue)object).longValue2);
H A DTopValue.java62 public boolean equals(Object object) argument
64 return object != null &&
65 this.getClass() == object.getClass();
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.h21 const llvm::object::COFFObjectFile &Obj);
23 const llvm::object::ObjectFile &Obj);
25 const llvm::object::Binary &Obj);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.h64 void (*destroy)(void *object));
68 * Add a new object.
74 void *object);
82 void *object);
85 * Fetch an existing object.
/external/proguard/src/proguard/util/
H A DObjectUtil.java31 * @param object1 the first object, may be null.
32 * @param object2 the second object, may be null.
44 * Returns the hash code of the given object, or 0 if it is null.
45 * @param object the object, may be null.
48 public static int hashCode(Object object) argument
50 return object == null ? 0 : object.hashCode();
56 * @param object1 the first object, may be null.
57 * @param object2 the second object, ma
[all...]
/external/autotest/server/cros/faft/config/
H A Dcyan.py8 class Values(object):
H A Dglados.py7 class Values(object):
H A Djetstream.py8 class Values(object):
H A Dlink.py8 class Values(object):
H A Dnyan.py8 class Values(object):
H A Dparrot.py8 class Values(object):

Completed in 540 milliseconds

1234567891011>>