HomeSort by relevance Sort by last modified time
    Searched full:referenced (Results 301 - 325 of 2190) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/docs/internals/
xml-output.txt 338 memory leak; the referenced blocks are definitely lost
342 memory leak; the referenced blocks are lost because all pointers
347 memory leak; only interior pointers to referenced blocks were
  /frameworks/base/core/jni/
android_os_Debug.cpp 129 unsigned referenced = 0; local
213 } else if (sscanf(line, "Referenced: %d kB", &temp) == 1) {
214 referenced = temp;
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java 225 // we look for the referenced item name.
310 // get the ResourceValue referenced by this value
336 // else attempt to find another ResourceValue referenced by this one.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-addon-1.xsd 178 <!-- The definition of a license to be referenced by the uses-license element. -->
197 The license MUST be defined using a license node and referenced
205 using a license node and referenced using the ref attribute of the
  /external/mesa3d/src/glsl/
ir.h 160 * Get the variable that is ultimately referenced by an r-value
    [all...]
  /development/tools/apkcheck/
README.txt 14 all classes, fields, and methods that are referenced by classes.dex but not
174 dalvik.annotation.InnerClass. These are emitted by "dx", and referenced
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 109 * returned by "nextBytes(..)" of referenced and tested objects
141 * returned by "nextBytes(..)" of referenced and tested objects
  /external/clang/
NOTES.txt 90 variables if they're referenced in evaluated code, even if that code
99 warn about non-POD variables that are referenced but not captured, but
  /external/compiler-rt/make/platform/
clang_darwin.mk 5 # the extra functions which might be referenced.
36 # still be referenced from Darwin system headers. This symbol is only ever
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 690 HB_UShort LookuptType; /* lookup-type of referenced subtable */
691 HB_GPOS_SubTable *subtable; /* referenced subtable */
  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 77 /// location is modified or referenced by a libcall.
153 /// getLocationInfo - Return descriptors for the locations referenced by
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 32 /// 3. A symbol being referenced, either as a GlobalValue* or as a string.
279 /// referenced global.
  /external/llvm/include/llvm/Support/
PathV1.h 86 /// the disk file/directory referenced by the path). The Disk Mutator methods
496 /// This method attempts to make the file referenced by the Path object
501 /// This method attempts to make the file referenced by the Path object
506 /// This method attempts to make the file referenced by the Path object
513 /// to be set on the disk object referenced by the Path.
562 /// This method renames the file referenced by \p this as \p newName. The
563 /// file referenced by \p this must exist. The file referenced by
    [all...]
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 187 // The following stack frame objects are always referenced relative to $sp:
191 // Everything else is referenced relative to whatever register
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 170 "Referenced value not in value map!");
182 "Referenced block not in value map!");
  /external/openssh/
ttymodes.c 276 * Encodes terminal modes for the terminal referenced by fd
345 * Decodes terminal modes for the terminal referenced by fd in a portable
  /external/qemu/android/
async-socket.h 34 * we make AsyncSocketConnector a referenced object, that will self-destruct when
180 * NOTE: AsyncSocket instance referenced in this call will be destroyed in this
  /external/skia/include/core/
SkStream.h 219 The proxy stream is referenced, and will be unreferenced in when the
227 The proxy stream is referenced, and will be unreferenced in when the
  /frameworks/base/docs/html/guide/topics/ui/controls/
button.jd 222 important. When this drawable is referenced, the <code>&lt;item></code> elements are traversed
227 drawable resource and when referenced by a {@link android.widget.Button} for its background,
  /frameworks/base/docs/html/tools/help/
proguard.jd 125 <li>a class that is referenced only in the <code>AndroidManifest.xml</code> file</li>
129 <li>dynamically referenced fields and methods</li>
  /hardware/msm7k/librpc/
xdr.c 247 * referenced by a pointer inside the structure that is currently being
251 * proc is the routine to handle the referenced structure.
  /libcore/luni/src/main/java/javax/xml/transform/
package.html 115 specification for xsl:output attributes</a> can be referenced from the
183 <p>The API provides a way for URIs referenced from within the stylesheet
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 168 * referenced (normalized as required by the XML specification), or
176 * being referenced; either a relative or absolute URI.
  /libcore/luni/src/test/java/tests/api/java/util/
WeakHashMapTest.java 161 assertTrue("Should contain referenced key", whm
176 assertTrue("Should contain referenced value", whm
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 50 // *all* referenced XML attributes found in layouts, run against a bunch of
58 // Then I manually edited in some attributes that were referenced in the sample

Completed in 527 milliseconds

<<11121314151617181920>>