HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 751 - 775 of 3742) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
tipc.h 24 __u32 ref; member in struct:tipc_portid
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
tipc.h 24 __u32 ref; member in struct:tipc_portid
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
tipc.h 24 __u32 ref; member in struct:tipc_portid
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
tipc.h 24 __u32 ref; member in struct:tipc_portid
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 38 int* r = std::remove_if(ia, ia+sa, std::ref(cp));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 49 public ChangeLayoutWizard(ChangeLayoutRefactoring ref, LayoutEditorDelegate editor) {
50 super(ref, editor);
56 ChangeLayoutRefactoring ref = (ChangeLayoutRefactoring) getRefactoring(); local
57 String oldType = ref.getOldType();
ChangeViewWizard.java 47 public ChangeViewWizard(ChangeViewRefactoring ref, LayoutEditorDelegate editor) {
48 super(ref, editor);
54 ChangeViewRefactoring ref = (ChangeViewRefactoring) getRefactoring(); local
55 List<String> oldTypes = ref.getOldTypes();
  /system/core/adb/
transport_mdns.cpp 41 static inline int adb_DNSServiceRefSockFD(DNSServiceRef ref) {
42 return adb_register_socket(DNSServiceRefSockFD(ref));
56 DNSServiceRef* ref = reinterpret_cast<DNSServiceRef*>(data); local
59 DNSServiceProcessResult(*ref);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 91 * @param ref method descriptor of method this debug info is for
95 boolean isStatic, CstMethodRef ref, DexFile file) {
102 this.desc = ref.getPrototype();
420 * @param ref {@code non-null;} method whose info is being decoded
425 CstMethodRef ref, DalvCode code, boolean isStatic) {
434 isStatic, ref, file, pl, ll);
441 "while processing " + ref.toHuman());
446 int countRegisters, boolean isStatic, CstMethodRef ref,
450 isStatic, ref, file);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 102 * @param ref method descriptor of method this debug info is for
106 boolean isStatic, CstMethodRef ref, DexFile file) {
113 this.desc = ref.getPrototype();
424 * @param ref {@code non-null;} method whose info is being decoded
429 CstMethodRef ref, DalvCode code, boolean isStatic) {
438 isStatic, ref, file, pl, ll);
445 "while processing " + ref.toHuman());
450 int countRegisters, boolean isStatic, CstMethodRef ref,
454 isStatic, ref, file);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 21 package org.apache.xml.dtm.ref;
36 import org.apache.xml.dtm.ref.dom2dtm.DOM2DTM;
37 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
38 import org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM;
349 Class.forName("org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces").newInstance();
496 if (node instanceof org.apache.xml.dtm.ref.DTMNodeProxy)
497 return ((org.apache.xml.dtm.ref.DTMNodeProxy) node).getDTMNodeNumber();
564 if(node instanceof org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 210 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer *w, const MV *mv, const MV *ref,
213 const MV diff = { mv->row - ref->row, mv->col - ref->col };
215 usehp = usehp && use_mv_hp(ref);
244 const MV *ref = &mbmi_ext->ref_mvs[mi->ref_frame[i]][0].as_mv; local
245 const MV diff = { mvs[i].as_mv.row - ref->row,
246 mvs[i].as_mv.col - ref->col };
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64_test.go 49 func stdRef(ref string) string {
50 return ref
54 func urlRef(ref string) string {
55 ref = strings.Replace(ref, "+", "-", -1)
56 ref = strings.Replace(ref, "/", "_", -1)
57 return ref
61 func rawRef(ref string) string {
62 return strings.TrimRight(ref, "="
    [all...]
  /prebuilts/go/linux-x86/src/encoding/base64/
base64_test.go 49 func stdRef(ref string) string {
50 return ref
54 func urlRef(ref string) string {
55 ref = strings.Replace(ref, "+", "-", -1)
56 ref = strings.Replace(ref, "/", "_", -1)
57 return ref
61 func rawRef(ref string) string {
62 return strings.TrimRight(ref, "="
    [all...]
  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 97 ref, /* index in ref_lf_deltas */ local
133 ref = INTRA_FRAME;
136 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
145 lfi->lvl[seg][ref][mode] = lvl_mode;
150 lfi->lvl[seg][ref][mode] = lvl_mode;
153 for (ref = 1; ref < MAX_REF_FRAMES; ++ref) {
155 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
163 lfi->lvl[seg][ref][mode] = lvl_mode
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 194 for (auto ref : compiled_method_refs_) {
195 if (ref.dex_file == method_ref.dex_file &&
196 ref.dex_method_index == method_ref.dex_method_index) {
257 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE {
258 auto it = map.find(ref);
  /art/runtime/gc/accounting/
mod_union_table_test.cc 100 virtual void MarkHeapReference(mirror::HeapReference<mirror::Object>* ref,
103 DCHECK(ref != nullptr);
104 MarkObject(ref->AsMirrorPtr());
125 bool ShouldAddReference(const mirror::Object* ref) const OVERRIDE {
126 return target_space_->HasAddress(ref);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 152 XMLString ref = (null != iterator) local
169 if (null == ref)
183 int indexOfColon = ref.indexOf(':');
184 int indexOfSlash = ref.indexOf('/');
194 int newDoc = getDoc(xctxt, context, ref.toString(), base);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 19 import java.lang.ref.ReferenceQueue;
20 import java.lang.ref.WeakReference;
285 ResourceWeakReference ref = (ResourceWeakReference) queue.poll(); local
286 if (ref != null) {
287 activeResources.remove(ref.key);
  /external/skia/include/core/
SkPathRef.h 35 * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first
91 * Resets the path ref to a new verb and point count. The new verbs and points are
99 * Gets the path ref that is wrapped in the Editor.
145 * Gets a path ref with no verbs or points.
231 * Transforms a path ref by a matrix, allocating a new one only if necessary.
240 * Rollsback a path ref to zero verbs and points with the assumption that the path ref will be
241 * repopulated with approximately the same number of verbs and points. A new path ref is created
286 bool operator== (const SkPathRef& ref) const;
301 * Gets an ID that uniquely identifies the contents of the path ref. If two path refs have th
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 69 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn)
71 set(ref);
72 usedAsPtr = ref.usedAsPtr;
130 ValueRef::set(const ValueRef &ref)
132 this->set(ref.get());
133 mod = ref.mod;
134 indirect[0] = ref.indirect[0];
135 indirect[1] = ref.indirect[1];
209 ValueRef *ref = value->uses.front() local
    [all...]
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 233 ResourceNameRef ref; local
234 ref.type = ResourceType::kStyle;
237 android::ExtractResourceName(name, &ref.package, &type_str, &ref.entry);
249 if (!has_leading_identifiers && ref.package.empty() && !type_str.empty()) {
256 Reference result(ref);
267 Reference ref; local
269 ref.private_reference = true;
285 ref.name = ResourceName(package, ResourceType::kAttr, name.empty() ? trimmed_str : name);
286 return Maybe<Reference>(std::move(ref));
291 ResourceNameRef ref; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 182 float ref; member in struct:deqp::gles3::Functional::Texture2DShadowCase::FilterCase
186 , ref (0.0f)
194 , ref (ref_)
278 float ref; member in struct:deqp::gles3::Functional::__anon17168
299 const float ref = cases[caseNdx].ref; local
307 m_cases.push_back(FilterCase(m_textures[texNdx], ref, tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
343 sampleParams.ref = curCase.ref;
345 m_testCtx.getLog() << TestLog::Message << "Compare reference value = " << sampleParams.ref << TestLog::EndMessage
433 float ref; member in struct:deqp::gles3::Functional::TextureCubeShadowCase::FilterCase
726 float ref; member in struct:deqp::gles3::Functional::Texture2DArrayShadowCase::FilterCase
832 float ref; member in struct:deqp::gles3::Functional::__anon17169
856 const float ref = cases[caseNdx].ref; local
    [all...]

Completed in 731 milliseconds

<<31323334353637383940>>