HomeSort by relevance Sort by last modified time
    Searched refs:meta (Results 226 - 250 of 423) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 530 XMPMeta meta = XmpUtilHelper.extractXMPMeta(is); local
531 if (meta == null) {
538 if (!meta.doesPropertyExist(namespace, cropWidthName)) {
541 if (!meta.doesPropertyExist(namespace, fullWidthName)) {
545 Integer cropValue = meta.getPropertyInteger(namespace, cropWidthName);
546 Integer fullValue = meta.getPropertyInteger(namespace, fullWidthName);
  /external/chromium_org/third_party/leveldatabase/src/table/
table.cc 97 // Do not propagate errors since meta info is not needed for operation
100 Block* meta = new Block(contents); local
102 Iterator* iter = meta->NewIterator(BytewiseComparator());
110 delete meta;
  /packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java 228 int meta = event.getMetaState(); local
231 if (!((meta & (KeyEvent.META_ALT_ON | KeyEvent.META_SHIFT_ON)) == 0) || (number == 0)) {
232 int match = event.getMatch(getAcceptedChars(), meta);
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 239 final Bundle meta = info.metaData; local
240 if (meta != null) {
241 final String altHomePackage = meta.getString(ActivityManager.META_HOME_ALTERNATE);
  /bionic/libc/bionic/
malloc_debug_check.cpp 103 static inline hdr_t* meta(void* user) { function
366 hdr_t* hdr = meta(reinterpret_cast<void*>(ptr));
381 hdr_t* hdr = meta(ptr);
424 hdr_t* hdr = meta(ptr);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 190 __PACKAGE__->meta->make_immutable();
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 37 AddCommitItem(item.meta, item.id, item.group);
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 455 FileMetaData meta; local
456 meta.number = versions_->NewFileNumber();
457 pending_outputs_.insert(meta.number);
460 (unsigned long long) meta.number);
465 s = BuildTable(dbname_, env_, options_, table_cache_, iter, &meta);
470 (unsigned long long) meta.number,
471 (unsigned long long) meta.file_size,
474 pending_outputs_.erase(meta.number);
480 if (s.ok() && meta.file_size > 0) {
481 const Slice min_user_key = meta.smallest.user_key()
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 35 * Getting/Setting encoding meta tags *
43 * Encoding definition lookup in the Meta tags
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
93 * Search the meta elements
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
155 * Sets the current encoding in the Meta tags
157 * the META flag associated.
163 htmlNodePtr cur, meta = NULL, head = NULL; local
192 if (xmlStrcasecmp(cur->name, BAD_CAST"meta") == 0
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 56 * Reference to meta data or null.
58 private JDBCDatabaseMetaData meta = null; field in class:JDBCConnection
207 if (meta == null) {
208 meta = new JDBCDatabaseMetaData(this);
210 return meta;
  /external/libxml2/
HTMLtree.c 35 * Getting/Setting encoding meta tags *
43 * Encoding definition lookup in the Meta tags
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
93 * Search the meta elements
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
155 * Sets the current encoding in the Meta tags
157 * the META flag associated.
163 htmlNodePtr cur, meta = NULL, head = NULL; local
192 if (xmlStrcasecmp(cur->name, BAD_CAST"meta") == 0
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 154 void updateVideoSize(sp<MetaData> meta);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 120 outBuffer->meta()->setInt64("timeUs", 0);
  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 69 sp<MetaData> meta; member in struct:android::MPEG4Extractor::Track
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js 488 this._metaNode = profile.snapshot.meta;
527 this.meta = new HeapSnapshotMetainfo();
535 var meta = this._metaNode;
537 this._nodeTypeOffset = meta.node_fields.indexOf("type");
538 this._nodeNameOffset = meta.node_fields.indexOf("name");
539 this._nodeIdOffset = meta.node_fields.indexOf("id");
540 this._nodeSelfSizeOffset = meta.node_fields.indexOf("self_size");
541 this._nodeEdgeCountOffset = meta.node_fields.indexOf("edge_count");
542 this._nodeFieldCount = meta.node_fields.length;
544 this._nodeTypes = meta.node_types[this._nodeTypeOffset]
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 76 * The hash should contain a key named "meta". The template processor will add
160 // Add the output file path to parameters.meta so that the freemarker
162 parameters.meta.put("outputFile", "${outputFile}")
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 726 LOG(LS_ERROR) << "Failed to read V4L2 device meta " << device_meta_path;
769 static std::string GetVideoDeviceName(MetaType meta,
775 if (meta == M2_6) {
807 MetaType meta; local
815 meta = M2_6;
818 meta = M2_4;
821 meta = NONE;
824 if (meta != NONE) {
835 Device(GetVideoDeviceName(meta, filename), device_path));
  /external/chromium_org/third_party/re2/doc/
mksyntaxhtml 24 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 199 struct meta { struct in namespace:PR7202
207 X(T, typename meta<T, dummy*>::type = 0);
  /external/regex-re2/doc/
mksyntaxhtml 24 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  /libcore/luni/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 57 DatabaseMetaData meta = conn.getMetaData(); local
58 ResultSet userTab = meta.getTables(null, null, null, null);
StressTest.java 60 DatabaseMetaData meta = conn.getMetaData(); local
61 ResultSet userTab = meta.getTables(null, null, null, null);
UpdateFunctionalityTest.java 66 DatabaseMetaData meta = conn.getMetaData(); local
67 ResultSet userTab = meta.getTables(null, null, null, null);
UpdateFunctionalityTest2.java 66 DatabaseMetaData meta = conn.getMetaData(); local
67 ResultSet userTab = meta.getTables(null, null, null, null);
  /external/qemu/block/
qcow2.c 798 QCowL2Meta meta; local
802 QLIST_INIT(&meta.dependent_requests);
803 meta.cluster_offset = 0;
807 ret = qcow2_alloc_cluster_offset(bs, offset, 0, num, &num, &meta);
812 ret = qcow2_alloc_cluster_link_l2(bs, &meta);
814 qcow2_free_any_clusters(bs, meta.cluster_offset, meta.nb_clusters);
820 run_dependent_requests(&meta);
833 if (meta.cluster_offset != 0) {
836 ret = bdrv_write(bs->file, (meta.cluster_offset >> 9) + num - 1, buf, 1)
    [all...]

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>