/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Factory.cpp | 57 camera_info info; local 65 getCameraInfo(i, &info); 105 * @info : ptr to camera info struct 111 int QCamera3Factory::get_camera_info(int camera_id, struct camera_info *info) 113 return gQCamera3Factory.getCameraInfo(camera_id, info); 137 * @info : ptr to camera info struct 143 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info) 148 if (!mNumOfCameras || camera_id >= mNumOfCameras || !info || [all...] |
/external/chromium/chrome/browser/download/ |
download_manager.cc | 256 void DownloadManager::StartDownload(DownloadCreateInfo* info) { 262 info->download_id, info->url_chain, info->referrer_url); 264 info, NewCallback(this, &DownloadManager::CheckDownloadUrlDone)); 267 void DownloadManager::CheckDownloadUrlDone(DownloadCreateInfo* info, 270 DCHECK(info); 272 info->is_dangerous_url = is_dangerous_url; 276 if (!info->prompt_user_for_save_location) { 277 if (UserScript::IsURLUserScript(info->url(), info->mime_type) | 978 DownloadCreateInfo* info = reinterpret_cast<DownloadCreateInfo*>(params); local 989 DownloadCreateInfo* info = reinterpret_cast<DownloadCreateInfo*>(params); local [all...] |
/external/chromium_org/chrome/common/extensions/ |
web_accessible_resources_handler.cc | 45 const WebAccessibleResourcesInfo* info = GetResourcesInfo(extension); local 46 return info && 48 info->web_accessible_resources_, relative_path); 54 const WebAccessibleResourcesInfo* info = GetResourcesInfo(extension); local 55 return info && info->web_accessible_resources_.size() > 0; 66 scoped_ptr<WebAccessibleResourcesInfo> info(new WebAccessibleResourcesInfo); 89 info->web_accessible_resources_.AddPattern(pattern); 91 extension->SetManifestData(keys::kWebAccessibleResources, info.release());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8SVGLengthCustom.cpp | 42 void V8SVGLength::valueAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 44 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder()); 46 ExceptionState es(info.GetIsolate()); 51 v8SetReturnValue(info, value); 54 void V8SVGLength::valueAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) 56 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder()); 58 setDOMException(NoModificationAllowedError, info.GetIsolate()); 63 throwTypeError(info.GetIsolate()); 68 ExceptionState es(info.GetIsolate());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 10 class Info 47 def check_one_patch(id, info) 50 description += " (" + info[Info::TITLE] + ")" unless info[Info::TITLE].nil? 57 assert_equal(info[Info::FILE], $last_prettify_file_count, "Wrong number of files changed in " + description) 58 assert_equal(info[Info::ADD], $last_prettify_part_count["add"], "Wrong number of 'add' parts in " + description [all...] |
/external/chromium_org/third_party/skia/src/image/ |
SkSurface_Picture.cpp | 23 virtual SkSurface* onNewSurface(const SkImage::Info&) SK_OVERRIDE; 54 SkSurface* SkSurface_Picture::onNewSurface(const SkImage::Info& info) { 55 return SkSurface::NewPicture(info.fWidth, info.fHeight); 62 SkImage::Info info; local 63 info.fWidth = info.fHeight = 0; 64 info.fColorType = SkImage::kPMColor_ColorType [all...] |
/external/skia/src/image/ |
SkSurface_Picture.cpp | 23 virtual SkSurface* onNewSurface(const SkImage::Info&) SK_OVERRIDE; 54 SkSurface* SkSurface_Picture::onNewSurface(const SkImage::Info& info) { 55 return SkSurface::NewPicture(info.fWidth, info.fHeight); 62 SkImage::Info info; local 63 info.fWidth = info.fHeight = 0; 64 info.fColorType = SkImage::kPMColor_ColorType [all...] |
/system/core/run-as/ |
run-as.c | 112 PackageInfo info; local 126 if (get_package_info(pkgname, &info) < 0) { 132 if (info.uid < AID_APP) { 138 if (!info.isDebuggable) { 144 if (check_data_path(info.dataDir, info.uid) < 0) { 152 uid = gid = info.uid; 158 if (selinux_android_setcontext(uid, 0, info.seinfo, pkgname) < 0) { 167 ret = chdir(info.dataDir);
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestEventTarget.cpp | 46 ScriptWrappable::setTypeInfoInObject(object, &V8TestEventTarget::info); 56 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 63 WrapperTypeInfo V8TestEventTarget::info = { V8TestEventTarget::GetTemplate, V8TestEventTarget::derefObject, 0, V8TestEventTarget::toEventTarget, 0, V8TestEventTarget::installPerContextPrototypeProperties, &V8EventTarget::info, WrapperTypeObjectPrototype }; member in class:WebCore::V8TestEventTarget 112 static void indexedPropertyGetter(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) 114 ASSERT(V8DOMWrapper::maybeDOMWrapper(info.Holder())); 115 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); 119 v8SetReturnValue(info, toV8Fast(element.release(), info, collection)); 122 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
NoViableAltException.cs | 83 protected NoViableAltException(SerializationInfo info, StreamingContext context) 84 : base(info, context) { 85 if (info == null) 86 throw new ArgumentNullException("info"); 88 this._grammarDecisionDescription = info.GetString("GrammarDecisionDescription"); 89 this._decisionNumber = info.GetInt32("DecisionNumber"); 90 this._stateNumber = info.GetInt32("StateNumber"); 111 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 112 if (info == null) 113 throw new ArgumentNullException("info"); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
NoViableAltException.cs | 92 protected NoViableAltException(SerializationInfo info, StreamingContext context) 93 : base(info, context) 95 if (info == null) 96 throw new ArgumentNullException("info"); 98 this._grammarDecisionDescription = info.GetString("GrammarDecisionDescription"); 99 this._decisionNumber = info.GetInt32("DecisionNumber"); 100 this._stateNumber = info.GetInt32("StateNumber"); 127 public override void GetObjectData(SerializationInfo info, StreamingContext context) 129 if (info == null) 130 throw new ArgumentNullException("info"); [all...] |
/external/chromium/chrome/browser/net/ |
blob_url_request_job_factory.cc | 21 ResourceDispatcherHostRequestInfo* info = local 23 if (info) { 25 data = info->requested_blob_data();
|
url_request_mock_http_job.cc | 79 void URLRequestMockHTTPJob::GetResponseInfo(net::HttpResponseInfo* info) { 81 GetResponseInfoConst(info); 93 net::HttpResponseInfo* info) const { 105 info->headers = new net::HttpResponseHeaders(raw_headers); 109 net::HttpResponseInfo info; local 110 GetResponseInfoConst(&info); 111 return info.headers && info.headers->GetMimeType(mime_type); 115 net::HttpResponseInfo info; local 116 GetResponseInfo(&info); [all...] |
/external/chromium_org/base/process/ |
process_metrics_freebsd.cc | 23 struct kinfo_proc info; local 25 size_t length = sizeof(info); 27 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0) 30 return info.ki_size; 38 struct kinfo_proc info; local 40 size_t length = sizeof(info); 42 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0) 45 return info.ki_rssize * getpagesize(); 80 struct kinfo_proc info; local 82 size_t length = sizeof(info); [all...] |
/external/chromium_org/chrome/browser/webdata/ |
logins_table.h | 38 // Adds |info| to the list of imported passwords from ie7/ie8. 39 bool AddIE7Login(const IE7PasswordInfo& info); 41 // Removes |info| from the list of imported passwords from ie7/ie8. 42 bool RemoveIE7Login(const IE7PasswordInfo& info); 44 // Return the ie7/ie8 login matching |info|. 45 bool GetIE7Login(const IE7PasswordInfo& info, IE7PasswordInfo* result);
|
/external/chromium_org/remoting/base/ |
resources_linux.cc | 26 Dl_info info; local 27 CHECK(dladdr(reinterpret_cast<void*>(&LoadResources), &info) != 0); 30 base::FilePath path = base::FilePath(info.dli_fname).DirName();
|
resources_mac.cc | 22 Dl_info info; local 23 CHECK(dladdr(reinterpret_cast<void*>(&LoadResources), &info) != 0); 28 base::FilePath(info.dli_fname).DirName().DirName().DirName();
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ForLoopUnroll.cpp | 42 void ForLoopUnroll::FillLoopIndexInfo(TIntermLoop* node, TLoopIndexInfo& info) 59 info.id = symbol->getId(); 65 info.initValue = evaluateIntConstant(initNode); 66 info.currentValue = info.initValue; 75 info.incrementValue = getLoopIncrement(node); 76 info.stopValue = evaluateIntConstant( 78 info.op = binOp->getOp(); 84 TLoopIndexInfo& info = mLoopIndexStack[mLoopIndexStack.size() - 1]; local 85 info.currentValue += info.incrementValue 91 TLoopIndexInfo& info = mLoopIndexStack[mLoopIndexStack.size() - 1]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 86 pipe_sampler_view info; local 88 u_sampler_view_default_template(&info, pipe, pipe->format); 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); 100 pipe_surface info {}; 102 info.format = pipe->format; 103 info.usage = pipe->bind; 104 info.writable = rw; 107 info.u.buf.last_element = pipe->width0 - 1; 109 return q.pipe->create_surface(q.pipe, pipe, &info); 121 pipe_resource info {}; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.h | 47 unsigned int info; /* Operation info */ member in struct:coff_unwind_code 72 void yasm_win64__uwinfo_destroy(coff_unwind_info *info); 74 /*@only@*/ coff_unwind_info *info,
|
/external/elfutils/libdw/ |
dwarf_linesrc.c | 71 *mtime = line->files->info[line->file].mtime; 74 *length = line->files->info[line->file].length; 76 return line->files->info[line->file].name;
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_nat_rule.h | 16 struct ip_nat_info *info); 20 struct ip_nat_info *info, 25 struct ip_nat_info *info,
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 86 pipe_sampler_view info; local 88 u_sampler_view_default_template(&info, pipe, pipe->format); 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); 100 pipe_surface info {}; 102 info.format = pipe->format; 103 info.usage = pipe->bind; 104 info.writable = rw; 107 info.u.buf.last_element = pipe->width0 - 1; 109 return q.pipe->create_surface(q.pipe, pipe, &info); 121 pipe_resource info {}; [all...] |
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/ |
AccessibleLinearLayout.java | 42 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { 43 super.onInitializeAccessibilityNodeInfo(info); 44 info.setClassName(Button.class.getName());
|
AccessibleTextView.java | 42 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { 43 super.onInitializeAccessibilityNodeInfo(info); 44 info.setClassName(Button.class.getName());
|