/external/bluetooth/glib/docs/reference/gobject/ |
tut_intro.xml | 145 is that they all allow you to query for object metadata at runtime.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win.h | 456 // Initialize the role and state metadata from the role enum and state
|
/external/chromium/chrome/browser/extensions/ |
crx_installer.h | 184 // manual install, etc). This metadata is saved with the installation if
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_drag_win.cc | 188 // Parse the download metadata.
|
/external/chromium/net/http/ |
http_cache_transaction.h | 78 // In order to guarantee that the metadata is set to the correct entry, the
|
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | 333 // Metadata emission. [all...] |
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 138 block of media is reached. All track metadata has been processed at this point.
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 110 TYPE_CODE_METADATA = 16, // METADATA
|
/external/llvm/include/llvm/CodeGen/ |
LexicalScopes.h | 20 #include "llvm/Metadata.h"
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 594 case bitc::TYPE_CODE_METADATA: // METADATA 821 case bitc::TYPE_CODE_METADATA: // METADATA [all...] |
/external/llvm/lib/VMCore/ |
DebugInfoProbe.cpp | 19 #include "llvm/Metadata.h"
|
/external/llvm/test/CodeGen/X86/ |
2008-05-21-CoalescerBug.ll | 70 @llvm.used = appending global [1 x i8*] [ i8* bitcast (%struct.edge_def* (%struct.edge_def*, %struct.basic_block_def*)* @tree_redirect_edge_and_branch to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
|
loop-strength-reduce8.ll | 45 @llvm.used = appending global [1 x i8*] [ i8* bitcast (%struct.tree_node* (i32, ...)* @build_stmt to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
|
/external/llvm/utils/ |
llvm.grm | 11 TODO: Metadata, in all its forms
|
/external/valgrind/main/docs/internals/ |
segments-seginfos.txt | 8 the object file metadata (symbols, debug info, etc).
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
ImageDecoder.h | 82 // These do not touch other metadata, only the raw pixel data.
|
/external/webkit/Source/WebKit/chromium/src/ |
PlatformBridge.cpp | 216 const String& metadata) 218 webKitClient()->clipboard()->writeData(type, data, metadata); 233 const String& type, String& data, String& metadata) 241 metadata = resultMetadata; [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 249 The list contains QWebPlugin objects that hold both the metadata and the MIME
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 42 * must specify the following intent filter and metadata tags in its AndroidManifest.xml file
|
/frameworks/base/docs/html/guide/developing/tools/ |
adb.jd | 546 <p>Log messages contain a number of metadata fields, in addition to the tag and priority. You can modify the output format for messages so that they display a specific metadata field. To do so, you use the <code>-v</code> option and specify one of the supported output formats listed below. </p> 552 <li><code>raw</code> — Display the raw log message, with no other metadata fields.</li> 555 <li><code>long</code> — Display all metadata fields and separate messages with a blank lines.</li>
|
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 297 <li>A declaration of security policies used in metadata.</li> 357 declares the security policies used in metadata. The metadata provides additional 398 <dd>This class is used to specify metadata [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
supports-gl-texture-element.jd | 171 metadata associated with the application <code>.apk</code> and the application
|
/frameworks/base/docs/html/guide/topics/ui/ |
drag-drop.jd | 151 When you start a drag, you include both the data you are moving and metadata describing this 154 methods can use the metadata to decide if they want to accept the data when it is dropped. 190 provide the data to be dragged, metadata for this data, and a callback for drawing the 567 ClipData object, supply metadata that is stored in a {@link android.content.ClipDescription} [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 80 * - each of these methods gets metadata key/value pairs from the file, and repeatedly 499 // clear all the metadata 535 // rescan for metadata if file was modified since last scan 548 // we only extract metadata for audio and video files [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.h | 182 /// LLVM2_7MetadataDetected - True if metadata produced by LLVM 2.7 or
|