/external/chromium_org/third_party/skia/gm/ |
aaclip.cpp | 117 const SkImageInfo& info = bm.info(); local 118 if (info.bytesPerPixel() == 4) { 119 return SkCanvas::NewRasterDirectN32(info.width(), info.height(), 128 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { 130 bm.allocPixels(info); 133 if (info.isOpaque()) { 184 SkImageInfo info = SkImageInfo::Make(100, 100, rec[i].fCT, rec[i].fAT); variable 185 test_image(canvas, info); [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
generic_encoder.cc | 20 // Map information from info into rtp. If no relevant information is found 21 // in info, rtp is set to NULL. 22 void CopyCodecSpecific(const CodecSpecificInfo* info, RTPVideoHeader** rtp) { 23 if (!info) { 27 switch (info->codecType) { 31 (*rtp)->codecHeader.VP8.pictureId = info->codecSpecific.VP8.pictureId; 33 info->codecSpecific.VP8.nonReference; 34 (*rtp)->codecHeader.VP8.temporalIdx = info->codecSpecific.VP8.temporalIdx; 35 (*rtp)->codecHeader.VP8.layerSync = info->codecSpecific.VP8.layerSync; 36 (*rtp)->codecHeader.VP8.tl0PicIdx = info->codecSpecific.VP8.tl0PicIdx [all...] |
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
chrome_proxy_metrics_unittest.py | 77 def _StubGetProxyInfo(self, info): 81 ChromeProxyMetricTest._test_proxy_info = info 186 info = {} 187 info['enabled'] = False 188 self._StubGetProxyInfo(info) 196 info['enabled'] = True 197 info['proxies'] = [ 201 self._StubGetProxyInfo(info) 208 info['enabled'] = True 209 info['proxies'] = [all...] |
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/ |
protocol_socket.py | 28 'info': logging.INFO, 75 self.logger.info('ignored port configuration change') 181 self.logger.info('ignored flushInput') 188 self.logger.info('ignored flushOutput') 195 self.logger.info('ignored sendBreak(%r)' % (duration,)) 202 self.logger.info('ignored setBreak(%r)' % (level,)) 208 self.logger.info('ignored setRTS(%r)' % (level,)) 214 self.logger.info('ignored setDTR(%r)' % (level,)) 220 self.logger.info('returning dummy for getCTS()' [all...] |
/external/chromium_org/v8/test/cctest/compiler/ |
function-tester.h | 45 CompilationInfoWithZone info(function); 47 CHECK(Parser::Parse(&info)); 48 info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code())); 50 info.MarkAsContextSpecializing(); 53 info.MarkAsInliningEnabled(); 56 info.MarkAsTypingEnabled(); 58 CHECK(Rewriter::Rewrite(&info)); 59 CHECK(Scope::Analyze(&info)); 60 CHECK(Compiler::EnsureDeoptimizationSupport(&info)); 62 Pipeline pipeline(&info); [all...] |
/build/tools/releasetools/ |
sign_target_files_apks | 117 for info in input_tf_zip.infolist(): 118 if info.filename.endswith(".apk"): 119 name = os.path.basename(info.filename) 171 for info in input_tf_zip.infolist(): 172 if info.filename.startswith("IMAGES/"): continue 174 data = input_tf_zip.read(info.filename) 175 out_info = copy.copy(info) 177 if (info.filename == "META/misc_info.txt" and 180 elif (info.filename == "BOOT/RAMDISK/verity_key" and 183 elif (info.filename.startswith("BOOT/") o [all...] |
/external/chromium_org/base/files/ |
file_enumerator_posix.cc | 135 FileInfo info; local 136 info.filename_ = FilePath(dent->d_name); 141 ret = lstat(full_name.value().c_str(), &info.stat_); 143 ret = stat(full_name.value().c_str(), &info.stat_); 151 memset(&info.stat_, 0, sizeof(info.stat_)); 153 entries->push_back(info);
|
/external/chromium_org/base/threading/ |
platform_thread_win.cc | 33 THREADNAME_INFO info; local 34 info.dwType = 0x1000; 35 info.szName = name; 36 info.dwThreadID = thread_id; 37 info.dwFlags = 0; 40 RaiseException(kVCThreadNameException, 0, sizeof(info)/sizeof(DWORD), 41 reinterpret_cast<DWORD_PTR*>(&info)); 224 // Debug info for bug 127931.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.h | 160 virtual void OnAddVisit(const history::BriefVisitInfo& info) OVERRIDE; 182 void OnLookupURL(scoped_ptr<CandidatePrerenderInfo> info); 185 void DoPrerenderServiceCheck(scoped_ptr<CandidatePrerenderInfo> info); 188 void DoLoggedInLookup(scoped_ptr<CandidatePrerenderInfo> info); 196 void ContinuePrerenderCheck(scoped_ptr<CandidatePrerenderInfo> info); 198 void IssuePrerender(CandidatePrerenderInfo* info, 205 CandidatePrerenderInfo* info,
|
/external/chromium_org/content/common/cursors/ |
webcursor_unittest.cc | 156 WebCursor::CursorInfo info; local 157 custom_cursor.GetCursorInfo(&info); 158 EXPECT_EQ(gfx::Point(1, 1), info.hotspot); 162 info.hotspot = gfx::Point(-1, -1); 163 custom_cursor.InitFromCursorInfo(info); 164 custom_cursor.GetCursorInfo(&info); 165 EXPECT_EQ(gfx::Point(0, 0), info.hotspot);
|
/external/chromium_org/device/hid/ |
hid_connection.cc | 17 bool operator()(const HidCollectionInfo& info) const { 18 if (info.report_ids.size() == 0 || 25 return std::find(info.report_ids.begin(), 26 info.report_ids.end(), 27 report_id_) != info.report_ids.end(); 36 bool operator()(const HidCollectionInfo& info) const { 37 return info.usage.IsProtected();
|
/external/chromium_org/extensions/common/manifest_handlers/ |
webview_info.cc | 78 const WebviewInfo* info = GetResourcesInfo(*extension); local 79 if (!info) 82 for (size_t i = 0; i < info->partition_items_.size(); ++i) { 83 const PartitionItem* const item = info->partition_items_[i]; 105 scoped_ptr<WebviewInfo> info(new WebviewInfo()); 171 info->AddPartitionItem(partition_item.Pass()); 174 extension->SetManifestData(keys::kWebviewAccessibleResources, info.release());
|
/external/chromium_org/net/disk_cache/blockfile/ |
eviction.cc | 85 // We grab a bunch of info from the backend to make the code a little cleaner 300 EntryStore* info = entry->entry()->Data(); local 301 DCHECK_EQ(ENTRY_NORMAL, info->state); 304 info->state = ENTRY_EVICTED; 407 EntryStore* info = entry->entry()->Data(); local 408 DCHECK_EQ(ENTRY_NORMAL, info->state); 410 if (info->reuse_count < kint32max) { 411 info->reuse_count++; 415 if (1 == info->reuse_count) { 419 } else if (kHighUse == info->reuse_count) 428 EntryStore* info = entry->entry()->Data(); local 457 EntryStore* info = entry->entry()->Data(); local 482 EntryStore* info = entry->entry()->Data(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestInterfaceCustomConstructor.cpp | 37 void V8TestInterfaceCustomConstructor::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info) 40 if (!info.IsConstructCall()) { 41 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("TestInterfaceCustomConstructor"), info.GetIsolate()); 45 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) { 46 v8SetReturnValue(info, info.Holder()); 50 V8TestInterfaceCustomConstructor::constructorCustom(info);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_vbo.c | 541 nv30_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info) 550 !(info->indexed && 551 ((info->max_index - info->min_index + 64) < info->count)); 553 nv30->vbo_min_index = info->min_index; 554 nv30->vbo_max_index = info->max_index; 565 nv30_render_vbo(pipe, info); 569 nv30_push_vbo(nv30, info); 579 if (!info->indexed) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 49 #define COFF_F_LNNO 0x0004 /* line number info NOT present */ 153 /* no data needed for section symbol auxent, all info avail from sym */ 191 /*@null@*/ coff_unwind_info *unwind; /* Unwind info */ 435 /*@null@*/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 438 assert(info != NULL); 442 csd->addr = info->addr; 443 info->addr += yasm_bc_next_offset(yasm_section_bcs_last(sect)); 453 /*@null@*/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 461 assert(info != NULL); 462 objfmt_coff = info->objfmt_coff 718 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 765 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 869 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 887 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 955 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 987 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 1128 \/*@null@*\/ coff_objfmt_output_info *info = (coff_objfmt_output_info *)d; local 1168 coff_objfmt_output_info info; local [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
symbol.py | 60 LOGGER.info('Preparing symbol mapping...') 69 LOGGER.info(' Prepared symbol mapping.') 88 LOGGER.info('Loading symbol mapping...') 157 LOGGER.info('No need to resolve any more addresses.') 161 LOGGER.info('Loading %d unresolved addresses.' % 190 LOGGER.info('Loaded %d entries from symbol cache.' % 193 LOGGER.info('The symbol cache file is invalid: %s' % e)
|
/external/chromium_org/tools/metrics/histograms/ |
pretty_print.py | 135 logging.basicConfig(level=logging.INFO) 152 logging.info('Loading %s...' % os.path.relpath(histograms_pathname)) 158 logging.info('DOS-style line endings (CR characters) detected - these are ' 162 logging.info('Pretty-printing...') 170 logging.info('%s is correctly pretty-printed.' % histograms_filename) 173 logging.info('%s is not formatted correctly; run pretty_print.py to fix.' % 182 logging.info('Creating backup file %s' % histograms_backup_filename) 185 logging.info('Writing new %s file' % histograms_filename)
|
/external/chromium_org/ui/views/corewm/ |
cursor_height_provider_win.cc | 32 PixelData GetBitmapData(HBITMAP handle, const BITMAPINFO& info, HDC hdc) { 35 DCHECK_EQ(info.bmiHeader.biBitCount, 1); 36 if (info.bmiHeader.biBitCount != 1) 43 memcpy(header.get(), &(info.bmiHeader), sizeof(info.bmiHeader)); 45 data.reset(new uint32_t[info.bmiHeader.biSizeImage / sizeof(uint32_t)]); 50 info.bmiHeader.biHeight,
|
/external/chromium_org/v8/src/ |
lithium.cc | 267 LChunk::LChunk(CompilationInfo* info, HGraph* graph) 269 info_(info), 271 instructions_(32, info->zone()), 272 pointer_maps_(8, info->zone()), 273 inlined_closures_(1, info->zone()), 274 deprecation_dependencies_(MapLess(), MapAllocator(info->zone())), 275 stability_dependencies_(MapLess(), MapAllocator(info->zone())) {} 365 int result = index - info()->num_parameters() - 1; 375 return (1 + info()->scope()->num_parameters() - index) * 439 CompilationInfo* info = graph->info() local [all...] |
/external/javasqlite/src/main/java/SQLite/ |
JDBCDriver.java | 90 public Connection connect(String url, Properties info) 97 if (info != null) { 98 args[1] = info.getProperty("encoding"); 99 args[2] = info.getProperty("password"); 100 args[3] = info.getProperty("daterepr"); 101 args[4] = info.getProperty("vfs"); 127 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
DNSStateTask.java | 86 * Remove the DNS host and service info association with this task. 119 ServiceInfoImpl info = (ServiceInfoImpl) serviceInfo; local 121 synchronized (info) { 122 if (info.isAssociatedWithTask(this, this.getTaskState())) { 123 logger1.fine(this.getName() + ".run() JmDNS " + this.getTaskDescription() + " " + info.getQualifiedName()); 124 stateObjects.add(info); 125 out = this.buildOutgoingForInfo(info, out); 155 protected abstract DNSOutgoing buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out) throws IOException;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vbo.c | 541 nv30_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info) 550 !(info->indexed && 551 ((info->max_index - info->min_index + 64) < info->count)); 553 nv30->vbo_min_index = info->min_index; 554 nv30->vbo_max_index = info->max_index; 565 nv30_render_vbo(pipe, info); 569 nv30_push_vbo(nv30, info); 579 if (!info->indexed) [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 370 CBenchInfo info = BenchInfo;
371 SetFinishTime(BenchInfo, info);
374 info.UnpackSize = *inSize;
375 info.PackSize = *outSize;
376 res = callback->SetEncodeResult(info, false);
380 info.PackSize = BenchInfo.PackSize + *inSize;
381 info.UnpackSize = BenchInfo.UnpackSize + *outSize;
382 res = callback->SetDecodeResult(info, false);
409 UInt64 GetUsage(const CBenchInfo &info)
411 UInt64 userTime = info.UserTime; 757 CBenchInfo info; local 994 CCrcInfo &info = threads.Items[i]; local 1004 CCrcInfo &info = threads.Items[i]; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 165 ResolveInfo info = list.get(i); local 166 String parent = getTestParent(info.activityInfo.metaData); 169 matchingList.add(info); 181 ResolveInfo info = list.get(i); local 182 if (info.activityInfo == null || mDisabledTests.contains(info.activityInfo.name)) { 183 Log.w("CtsVerifier", "ignoring disabled test: " + info.activityInfo.name); 186 String title = getTitle(mContext, info.activityInfo); 187 String testName = info.activityInfo.name; 188 Intent intent = getActivityIntent(info.activityInfo) [all...] |