HomeSort by relevance Sort by last modified time
    Searched defs:ref (Results 451 - 475 of 1346) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/psb_video/src/
vsp_vp8.c 305 struct ref_frame_surface *ref = local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URL.java 80 * as a "ref" or a "reference". The fragment is indicated by the sharp
204 private String ref; field in class:URL
411 ref = parts.getRef();
540 /* we're assuming this is a ref relative to the context URL.
542 * ref URL's like: "hello:there" w/ a ':' in them.
603 ref = spec.substring(i + 1, limit);
613 if (ref == null) {
614 ref = context.ref;
665 * @param ref the internal reference in the UR
1316 String path, query, ref; field in class:Parts
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
ParseUtil.java 280 String ref = url.getRef(); local
293 uri = createURI(protocol, auth, path, query, ref);
  /libcore/ojluni/src/main/java/sun/security/ssl/
X509KeyManagerImpl.java 28 import java.lang.ref.*;
224 Reference<PrivateKeyEntry> ref = entryCacheMap.get(alias); local
225 PrivateKeyEntry entry = (ref != null) ? ref.get() : null;
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 30 import java.lang.ref.WeakReference;
200 WeakReference<PlatformLogger> ref = loggers.get(name); local
201 if (ref != null) {
202 log = ref.get();
220 WeakReference<PlatformLogger> ref = entry.getValue(); local
221 PlatformLogger plog = ref.get();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dict.py 573 ref = weakref.ref(obj) variable in class:DictTest.test_container_iterator.C
578 self.assertIs(ref(), None, "Cycle was not collected")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
192 res = ref.match(data, s)
800 def unknown_charref(self, ref): pass
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dict.py 573 ref = weakref.ref(obj) variable in class:DictTest.test_container_iterator.C
578 self.assertIs(ref(), None, "Cycle was not collected")
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
192 res = ref.match(data, s)
800 def unknown_charref(self, ref): pass
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dict.py 573 ref = weakref.ref(obj) variable in class:DictTest.test_container_iterator.C
578 self.assertIs(ref(), None, "Cycle was not collected")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
192 res = ref.match(data, s)
800 def unknown_charref(self, ref): pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dict.py 573 ref = weakref.ref(obj) variable in class:DictTest.test_container_iterator.C
578 self.assertIs(ref(), None, "Cycle was not collected")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]') variable
192 res = ref.match(data, s)
800 def unknown_charref(self, ref): pass
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 148 final ExtractStringRefactoring ref = getOurRefactoring(); local
153 if (ref.getMode() == ExtractStringRefactoring.Mode.EDIT_SOURCE) {
166 String selectedString = ref.getTokenString();
172 ref.setNewStringValue(mStringValueField.getText());
185 if (ref.getMode() == ExtractStringRefactoring.Mode.EDIT_SOURCE) {
187 } else if (ref.getMode() == ExtractStringRefactoring.Mode.SELECT_NEW_ID) {
196 ref.setNewStringId(mStringIdCombo.getText().trim());
327 ExtractStringRefactoring ref = getOurRefactoring(); local
329 ref.setReplaceAllJava(mReplaceAllJava.getSelection());
330 ref.setReplaceAllXml(mReplaceAllXml.isEnabled() && mReplaceAllXml.getSelection())
    [all...]
  /system/vold/
Ext4Crypt.cpp 162 auto ref = keyname(*raw_ref); local
166 add_key("logon", ref.c_str(), (void*)&ext4_key, sizeof(ext4_key), device_keyring);
171 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring
511 auto ref = keyname(raw_ref); local
514 auto key_serial = keyctl_search(device_keyring, "logon", ref.c_str(), 0);
516 PLOG(ERROR) << "Failed to revoke key with serial " << key_serial << " ref " << ref; local
519 LOG(DEBUG) << "Revoked key with serial " << key_serial << " ref " << ref; local
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /art/compiler/optimizing/
inliner.cc 268 MethodReference ref = invoke_instruction->AsInvokeStaticOrDirect()->GetTargetMethod(); local
269 mirror::DexCache* const dex_cache = IsSameDexFile(caller_dex_file, *ref.dex_file)
271 : class_linker->FindDexCache(soa.Self(), *ref.dex_file);
273 ref.dex_method_index, class_linker->GetImagePointerSize());
    [all...]
load_store_elimination.cc 176 static HInstruction* HuntForOriginalReference(HInstruction* ref) {
177 DCHECK(ref != nullptr);
178 while (ref->IsNullCheck() || ref->IsBoundType()) {
179 ref = ref->InputAt(0);
181 return ref;
214 ReferenceInfo* FindReferenceInfoOf(HInstruction* ref) const {
217 if (ref_info->GetReference() == ref) {
384 HeapLocation* GetOrCreateHeapLocation(HInstruction* ref,
981 HInstruction* ref = variable
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 411 // objects, aside from weak ref accesses with read barriers (Reference::GetReferent() and system
418 // call above. At the same time, disable weak ref accesses using a per-thread flag. It's
420 // won't newly gray objects and push new refs onto the mark stack due to weak ref accesses and
422 // the thread-local mark stacks), without a race. This is why we use a thread-local weak ref
456 // Re-enable weak ref accesses.
477 // Iterate all threads (don't need to or can't use a checkpoint) and re-enable weak ref access.
540 // still in the middle of a read barrier which may have a from-space ref cached in a local
577 for (auto& ref : temp) {
578 gc_mark_stack_->PushBack(ref.AsMirrorPtr());
636 << "ref=" << to_re
707 mirror::Object* ref = variable
710 visitor(ref); variable
840 mirror::Object* ref = variable
843 visitor(ref); variable
1563 << "Unmarked immune space ref. obj=" << obj << " ref=" << ref; local
1580 << "obj=" << obj << " ref=" << ref; local
1632 mirror::Object* ref = obj->GetFieldObject< local
1656 mirror::Object* ref = *root; local
1675 mirror::Object* const ref = root->AsMirrorPtr(); member in class:art::gc::collector::mirror
    [all...]
  /art/runtime/
java_vm_ext.cc 527 IndirectRef ref = globals_.Add(IRT_FIRST_SEGMENT, obj); local
528 return reinterpret_cast<jobject>(ref);
539 IndirectRef ref = weak_globals_.Add(IRT_FIRST_SEGMENT, obj); local
540 return reinterpret_cast<jweak>(ref);
629 mirror::Object* JavaVMExt::DecodeGlobal(IndirectRef ref) {
630 return globals_.SynchronizedGet(ref);
633 void JavaVMExt::UpdateGlobal(Thread* self, IndirectRef ref, mirror::Object* result) {
635 globals_.Update(ref, result);
649 mirror::Object* JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) {
656 DCHECK_EQ(GetIndirectRefKind(ref), kWeakGlobal)
    [all...]
stack.h 242 mirror::Object* ref; local
244 ref = References()[i].AsMirrorPtr();
247 ref = reinterpret_cast<const StackReference<mirror::Object>*>(vreg_ptr)->AsMirrorPtr();
250 ReadBarrier::AssertToSpaceInvariant(ref);
253 VerifyObject(ref);
255 return ref;
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 80 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame local
83 inv33d(ref->trs, invtrs);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 578 RuleClosureTransition ref = (RuleClosureTransition)transition0; local
579 String targetRule = ((NFAState) ref.target).enclosingRule.name;
    [all...]

Completed in 725 milliseconds

<<11121314151617181920>>