HomeSort by relevance Sort by last modified time
    Searched refs:IsStream (Results 1 - 14 of 14) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
storage_url.py 57 def IsStream(self):
58 raise NotImplementedError('IsStream not overridden')
146 def IsStream(self):
150 return not self.IsStream() and os.path.isdir(self.object_name)
224 def IsStream(self):
225 raise NotImplementedError('IsStream not supported on CloudUrl')
copy_helper.py 531 if exp_src_url.IsFileUrl() and exp_src_url.IsStream():
    [all...]
name_expansion.py 171 if storage_url.IsFileUrl() and storage_url.IsStream():
util.py 900 if storage_url.IsStream():
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 147 } else if (pDirectObj->IsStream()) {
314 } else if (pDirectObj->IsStream()) {
fpdf_flatten.cpp 451 if (!pFirstObj->IsStream())
fsdk_baseform.cpp 487 return psub->IsStream();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 266 if (!pStream || !pStream->IsStream() || !pFuncs || !pCS)
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 92 bool IsStream() const { return m_Type == PDFOBJ_STREAM; }
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 385 return IsStream() ? static_cast<CPDF_Stream*>(this) : nullptr;
389 return IsStream() ? static_cast<const CPDF_Stream*>(this) : nullptr;
    [all...]
fpdf_parser_parser.cpp 907 if (pObj->IsStream()) {
1031 if (pObject->IsStream())
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 966 if (pObj->IsStream()) {
1075 if (pObj->IsStream()) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 881 if (pFuncObj && (pFuncObj->IsDictionary() || pFuncObj->IsStream()))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 2019 milliseconds