HomeSort by relevance Sort by last modified time
    Searched defs:owner (Results 126 - 150 of 1309) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/protobuf/src/google/protobuf/
arena.h 23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
531 void* owner; // &ThreadCache of thread that owns this block, or member in struct:google::protobuf::final::Block
532 // &this->owner if not yet owned by a thread.
533 Block* next; // Next block in arena (may have different owner)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom_hw.h 54 pseudo_bit_t owner[2]; /**< Owner */ member in struct:phantom_sds_pb
  /external/tremolo/Tremolo/
ogg.h 25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63 ogg_buffer_state *owner; member in union:ogg_buffer::__anon40675
  /external/v8/src/heap/
spaces-inl.h 121 chunks_[id].owner()->executable() == EXECUTABLE);
173 SemiSpace* owner) {
175 bool in_to_space = (owner->id() != kFromSpace);
191 PagedSpace* owner) {
194 DCHECK(chunk->owner() == owner);
196 owner->IncreaseCapacity(page->area_size());
204 owner->Free(page->area_start(), page->area_size());
253 return MemoryChunk::FromAnyPointerAddress(heap(), addr)->owner() == this;
260 return p->owner() == this
363 FreeList* FreeListCategory::owner() { function in class:v8::internal::FreeListCategory
    [all...]
  /external/valgrind/drd/
drd_error.h 112 DrdThreadId owner; member in struct:__anon42594
124 DrdThreadId owner; member in struct:__anon42596
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 75 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
112 * Return the owner ID for this descriptor.
245 * priority, and a different owner will be evicted in LRU order until either the cost is less
269 * Given a map containing owner (pid) -> priority mappings, update the priority of each
270 * ClientDescriptor with an owner in this mapping.
315 * Return a vector of the owner tags of all currently active ClientDescriptors (duplicates
425 int32_t owner = client->getOwnerId(); local
430 int32_t highestPriorityOwner = owner;
441 // Switch back owner if the incoming client has the highest priority, as it is MRU
442 highestPriorityOwner = owner;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallback.java 165 * Used to indicate the reception of a P2P Group Owner negotiation request.
201 logd("Group Owner negotiation initiated on " + mInterface + ": " + config);
207 * Used to indicate the completion of a P2P Group Owner negotiation request.
212 logd("Group Owner negotiation completed with status: " + status);
248 * @param isGo Whether this device is owner of the group.
253 * @param goDeviceAddress MAC Address of the owner of this group.
286 WifiP2pDevice owner = new WifiP2pDevice(); local
289 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress);
291 Log.e(TAG, "Could not decode Group Owner address.", e);
295 group.setOwner(owner);
345 WifiP2pDevice owner = new WifiP2pDevice(); local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h 23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
531 void* owner; // &ThreadCache of thread that owns this block, or member in struct:google::protobuf::final::Block
532 // &this->owner if not yet owned by a thread.
533 Block* next; // Next block in arena (may have different owner)
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 257 // Get the owner of the parent directory so we can set it on the file
263 String owner = executeSuShellAdbCommand(1, "stat", "-c", "%U:%g", targetDir)[0]; local
265 while (owner.startsWith(" ")) {
266 owner = owner.substring(1);
286 executeSuShellAdbCommand(0, "chown", owner, targetPath);
  /external/autotest/frontend/tko/
models.py 129 owner = dbmodels.CharField(blank=True, max_length=240) variable in class:Machine
303 owner = dbmodels.CharField(max_length=80) variable in class:SavedQuery
711 job_owner = dbmodels.CharField('owner', blank=True, max_length=240)
  /external/desugar/java/com/google/devtools/build/android/desugar/
InterfaceDesugaring.java 136 interfaceFieldToAccessInCompanionMethodToTriggerInterfaceClinit.owner(),
242 public void visitOuterClass(String owner, String name, String desc) {
245 // figure out if "owner" is an interface) need to adjust the outer method information.
246 if (name != null && interfaceCache.isOuterInterface(owner, internalName)) {
256 } // otherwise there's no enclosing method that could've been moved, or owner is a class
257 super.visitOuterClass(owner, name, desc);
271 // Rename lambda method to reflect the new owner. Not doing so confuses LambdaDesugaring
328 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
331 && owner.equals(internalName)) {
333 // (b/64290760), so we test whether the owner is the same as the internalName
406 owner, local
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 195 Type owner = type.getOwnerType(); local
196 Type resolvedOwner = (owner == null) ? null : resolveType(owner);
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 31 * non-privileged user can't create hard links to files if he isn't owner
76 int owner; member in struct:dir_params
103 int owner; member in struct:link_info
160 static int create_check_hlinks(const struct user_file *ufile, int owner);
161 static int create_check_slinks(const struct user_file *ufile, int owner);
339 path, users[bdir->owner].name);
368 bdirs[dir].owner = usr;
437 static int create_check_slinks(const struct user_file *ufile, int owner)
450 slink_info.owner = usr;
451 slink_info.source_owner = owner;
    [all...]
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 40 private final JFrame owner; field in class:ClassPathPanel
46 public ClassPathPanel(JFrame owner, boolean inputAndOutput)
52 this.owner = owner;
65 filterDialog = new FilterDialog(owner, msg("enterFilter"));
97 int returnValue = chooser.showOpenDialog(owner);
147 int returnValue = chooser.showOpenDialog(owner);
  /external/python/cpython3/Modules/
_threadmodule.c 375 long owner; local
379 if (!PyArg_ParseTuple(args, "(kl):_acquire_restore", &count, &owner))
392 self->rlock_owner = owner;
405 long owner; local
414 owner = self->rlock_owner;
419 return Py_BuildValue("kl", count, owner);
469 return PyUnicode_FromFormat("<%s %s object owner=%ld count=%lu at %p>",
    [all...]
  /external/valgrind/helgrind/
hg_wordset.c 136 WordSetU* owner; /* for sanity checking */ member in struct:__anon42672
191 wv->owner = wsu;
202 void (*dealloc)(void*) = wv->owner->dealloc;
285 tl_assert(wv->owner == wsu); /* YYY */
304 tl_assert(wv->owner == wsu); /* YYY */
320 tl_assert(wv_new->owner == wsu);
327 tl_assert(wv_old->owner == wsu);
512 if (wv->owner != wsu) return False;
  /frameworks/base/core/java/android/content/
UndoManager.java 44 * the data it belongs to. The owner is used to indicate how operations are dependent
45 * on each other -- operations with the same owner are dependent on others with the
46 * same owner. For example, you may have a document with multiple embedded objects. If the
57 // The common case is a single undo owner (e.g. for a TextView), so default to that capacity.
80 * operations with the caller's owner.
96 UndoOwner owner = mOwners.get(tag); local
97 if (owner != null) {
98 if (owner.mData != data) {
99 if (owner.mData != null) {
100 throw new IllegalStateException("Owner " + owner + " already exists with data
195 UndoOwner owner = mStateOwners[idx]; local
546 UndoOwner owner = op.getOwner(); local
759 UndoOwner owner = mManager.restoreOwner(p); local
840 UndoOwner owner = mOperations.get(0).getOwner(); local
925 UndoOwner owner = mOperations.get(i).mOwner; local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppStateNotificationBridgeTest.java 316 AppEntry owner = getMockAppEntry(PKG1); local
317 owner.info.uid = 1;
318 apps.add(owner);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 49 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon62272
279 if ((NAME).owner != self) \
282 (NAME).owner = self; \
334 if ((NAME).owner != self) \
338 (NAME).owner = self; \
398 (NAME).owner = NULL; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 49 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon63142
279 if ((NAME).owner != self) \
282 (NAME).owner = self; \
334 if ((NAME).owner != self) \
338 (NAME).owner = self; \
398 (NAME).owner = NULL; \

Completed in 737 milliseconds

1 2 3 4 56 7 8 91011>>