HomeSort by relevance Sort by last modified time
    Searched refs:isSync (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportChildClient.h 46 virtual bool isSync() const = 0;
LinkImport.h 70 virtual bool isSync() const OVERRIDE;
HTMLImport.h 110 bool isSync() const { return SyncMode(m_sync) == Sync; }
HTMLImportStateResolver.cpp 42 if (!import->isSync())
LinkImport.cpp 120 bool LinkImport::isSync() const
HTMLImport.cpp 75 if (child->isSync())
HTMLImportChild.cpp 219 isSync() ? "Y" : "N",
HTMLImportsController.cpp 93 HTMLImport::SyncMode mode = client->isSync() && !makesCycle(parent, url) ? HTMLImport::Sync : HTMLImport::Async;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskImportStep.cpp 100 fprintf(stderr, "%*sImport(wait=%d sync=%d, url=%s)\n", indent, "", shouldWaitForImport(), m_import && m_import->isSync(), m_import ? m_import->url().string().utf8().data() : "null");
CustomElementScheduler.cpp 134 enqueueMicrotaskStep(*(import->parent()->document()), step.release(), import->isSync());
  /frameworks/av/cmds/stagefright/
record.cpp 247 int32_t isSync;
248 if (!buffer->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)) {
249 isSync = false;
253 isSync ? " (SYNC)" : "");
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 370 int32_t isSync = false;
371 md->findInt32(kKeyIsSyncFrame, &isSync);
374 isSync,
382 isSync ? "I" : "P",
  /frameworks/av/media/libstagefright/
Utils.cpp 93 int32_t isSync;
94 if (meta->findInt32(kKeyIsSyncFrame, &isSync) && isSync != 0) {
476 int32_t isSync;
477 if (msg->findInt32("is-sync-frame", &isSync) && isSync != 0) {
MPEG2TSWriter.cpp 268 int32_t isSync;
269 if (buffer->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)
270 && isSync != 0) {
271 copy->meta()->setInt32("isSync", true);
299 mAACBuffer->meta()->setInt32("isSync", true);
MPEG4Writer.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 217 dst->isSync = src.isSync;
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 669 int32_t isSync;
670 CHECK(frame->meta_data()->findInt32(kKeyIsSyncFrame, &isSync));
673 buffer->meta_data()->setInt32(kKeyIsSyncFrame, isSync);
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 217 gl->isSync = &glIsSync;
glwFunctions.inl 313 glIsSyncFunc isSync;
glwInitES30.inl 217 gl->isSync = (glIsSyncFunc) loader->get("glIsSync");
glwInitES31.inl 217 gl->isSync = (glIsSyncFunc) loader->get("glIsSync");
glwInitGL32.inl 311 gl->isSync = (glIsSyncFunc) loader->get("glIsSync");
glwInitGL33.inl 311 gl->isSync = (glIsSyncFunc) loader->get("glIsSync");
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 1873 milliseconds

1 2