Searched refs:info (Results 101 - 125 of 5035) sorted by relevance

1234567891011>>

/external/tremolo/Tremolo/
H A Dfloor1.c54 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local
55 if(info){
56 if(info->klass)_ogg_free(info->klass);
57 if(info->partitionclass)_ogg_free(info->partitionclass);
58 if(info->postlist)_ogg_free(info->postlist);
59 if(info->forward_index)_ogg_free(info
111 vorbis_info_floor1 *info=(vorbis_info_floor1 *)_ogg_calloc(1,sizeof(*info)); local
282 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local
290 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local
376 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local
[all...]
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_registration_handle_reference.cc14 const ServiceWorkerRegistrationObjectInfo& info,
17 info, sender, true));
22 const ServiceWorkerRegistrationObjectInfo& info,
25 info, sender, false));
30 const ServiceWorkerRegistrationObjectInfo& info,
33 : info_(info),
13 Create( const ServiceWorkerRegistrationObjectInfo& info, ThreadSafeSender* sender) argument
21 Adopt( const ServiceWorkerRegistrationObjectInfo& info, ThreadSafeSender* sender) argument
29 ServiceWorkerRegistrationHandleReference( const ServiceWorkerRegistrationObjectInfo& info, ThreadSafeSender* sender, bool increment_ref_in_ctor) argument
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc10 WebPluginInfo* info) {
23 const WebPluginInfo& info,
26 << "Considering " << info.path.value() << " (" << info.name << ")";
28 if (info.type == WebPluginInfo::PLUGIN_TYPE_NPAPI) {
33 VLOG_IF(1, PluginList::DebugPluginLoading()) << "Using " << info.path.value();
9 ReadWebPluginInfo(const base::FilePath& filename, WebPluginInfo* info) argument
22 ShouldLoadPluginUsingPluginList( const WebPluginInfo& info, std::vector<WebPluginInfo>* plugins) argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dfs-fragcoord.c14 static struct graw_info info; variable in typeref:struct:graw_info
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info
[all...]
H A Dfs-frontface.c12 static struct graw_info info; variable in typeref:struct:graw_info
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Dfs-fragcoord.c14 static struct graw_info info; variable in typeref:struct:graw_info
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info
[all...]
H A Dfs-frontface.c12 static struct graw_info info; variable in typeref:struct:graw_info
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp50 void getScriptableObjectProperty(PropertyType property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
52 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
57 v8::Local<v8::Object> instance = wrapper->newLocal(info.GetIsolate());
68 v8SetReturnValue(info, value);
72 void callNpObjectSetter(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
74 npObjectSetNamedProperty(self, name, value, info);
77 void callNpObjectSetter(v8::Local<v8::Object> self, uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
79 npObjectSetIndexedProperty(self, index, value, info);
84 void setScriptableObjectProperty(PropertyType property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
86 HTMLPlugInElement* impl = ElementType::toImpl(info
117 namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) argument
122 namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) argument
127 namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) argument
132 namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
137 namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
142 namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
147 indexedPropertyGetterCustom(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) argument
152 indexedPropertyGetterCustom(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) argument
157 indexedPropertyGetterCustom(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) argument
162 indexedPropertySetterCustom(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
167 indexedPropertySetterCustom(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
172 indexedPropertySetterCustom(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
180 invokeOnScriptableObject(const v8::FunctionCallbackInfo<v8::Value>& info) argument
201 legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
207 legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
213 legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
H A DV8BlobCustom.cpp39 void V8Blob::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
41 ExceptionState exceptionState(ExceptionState::ConstructionContext, "Blob", info.Holder(), info.GetIsolate());
42 if (!info.Length()) {
44 v8SetReturnValue(info, blob.release());
49 if (!info[0]->IsArray()) {
56 if (info.Length() > 1) {
57 if (!info[1]->IsObject()) {
63 if (!properties.parseBlobPropertyBag(info[1], "Blob", exceptionState, info
[all...]
H A DV8HTMLOptionsCollectionCustom.cpp46 void V8HTMLOptionsCollection::addMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
48 ExceptionState exceptionState(ExceptionState::ExecutionContext, "add", "HTMLOptionsCollection", info.Holder(), info.GetIsolate());
49 if (!V8HTMLOptionElement::hasInstance(info[0], info.GetIsolate())) {
52 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder());
53 HTMLOptionElement* option = V8HTMLOptionElement::toImpl(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(info[0])));
55 if (info.Length() < 2) {
58 int index = toInt32(info[1], exceptionState);
69 void V8HTMLOptionsCollection::lengthAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) argument
[all...]
/external/eigen/lapack/
H A Dcholesky.cpp14 EIGEN_LAPACK_FUNC(potrf,(char* uplo, int *n, RealScalar *pa, int *lda, int *info)) argument
16 *info = 0;
17 if(UPLO(*uplo)==INVALID) *info = -1;
18 else if(*n<0) *info = -2;
19 else if(*lda<std::max(1,*n)) *info = -4;
20 if(*info!=0)
22 int e = -*info;
33 *info = ret+1;
41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info)) argument
43 *info
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_basic_info.cc36 base::DictionaryValue* info) {
37 info->SetString(kIdKey, extension->id());
38 info->SetString(kNameKey, extension->name());
39 info->SetBoolean(kEnabledKey, enabled);
40 info->SetBoolean(kKioskEnabledKey,
42 info->SetBoolean(kKioskOnlyKey,
44 info->SetBoolean(kOfflineEnabledKey,
46 info->SetString(kVersionKey, extension->VersionString());
47 info->SetString(kDescriptionKey, extension->description());
48 info
34 GetExtensionBasicInfo(const Extension* extension, bool enabled, base::DictionaryValue* info) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
H A Dsample.js6 function onClickHandler(info, tab) {
7 if (info.menuItemId == "radio1" || info.menuItemId == "radio2") {
8 console.log("radio item " + info.menuItemId +
10 info.wasChecked + ")");
11 } else if (info.menuItemId == "checkbox1" || info.menuItemId == "checkbox2") {
12 console.log(JSON.stringify(info));
13 console.log("checkbox item " + info.menuItemId +
14 " was clicked, state is now: " + info
[all...]
/external/skia/src/core/
H A DSkImageGenerator.cpp11 bool SkImageGenerator::getInfo(SkImageInfo* info) { argument
13 if (NULL == info) {
14 info = &dummy;
16 return this->onGetInfo(info);
19 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, argument
21 if (kUnknown_SkColorType == info.colorType()) {
27 if (rowBytes < info.minRowBytes()) {
31 if (kIndex_8_SkColorType == info.colorType()) {
43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
51 bool SkImageGenerator::getPixels(const SkImageInfo& info, voi argument
[all...]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java145 Bundle info = new Bundle();
147 info.putString("Exception", e.getMessage());
166 Bundle info = new Bundle();
168 info.putString("dEQP-EventType", "TestCaseResult");
169 info.putString("dEQP-TestCaseResult-Code", code);
170 info.putString("dEQP-TestCaseResult-Details", details);
172 sendStatus(0, info);
177 Bundle info = new Bundle();
179 info.putString("dEQP-EventType", "BeginTestCase");
180 info
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c61 struct point_info *info,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
74 const struct point_info *info,
85 float w0 = info->v0[0][3];
89 info->a0[slot][i] = info->v0[slot][i]*w0;
90 info->dadx[slot][i] = 0.0f;
91 info
60 constant_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, const float value, unsigned i) argument
73 point_persp_coeff(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i) argument
104 texcoord_coef(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i, unsigned sprite_coord_origin, boolean perspective) argument
171 setup_point_fragcoord_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, unsigned usage_mask) argument
206 setup_point_coefficients( struct lp_setup_context *setup, struct point_info *info) argument
326 struct point_info info; local
[all...]
/external/iptables/extensions/
H A Dlibxt_iprange.c98 struct ipt_iprange_info *info = cb->data; local
104 info->flags |= IPRANGE_SRC;
106 info->flags |= IPRANGE_SRC_INV;
108 info->src.min_ip = range[0].ip;
109 info->src.max_ip = range[1].ip;
112 info->flags |= IPRANGE_DST;
114 info->flags |= IPRANGE_DST_INV;
116 info->dst.min_ip = range[0].ip;
117 info->dst.max_ip = range[1].ip;
124 struct xt_iprange_mtinfo *info local
177 const struct ipt_iprange_info *info = (const void *)match->data; local
197 const struct xt_iprange_mtinfo *info = (const void *)match->data; local
223 const struct xt_iprange_mtinfo *info = (const void *)match->data; local
247 const struct ipt_iprange_info *info = (const void *)match->data; local
265 const struct xt_iprange_mtinfo *info = (const void *)match->data; local
283 const struct xt_iprange_mtinfo *info = (const void *)match->data; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c61 struct point_info *info,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
74 const struct point_info *info,
85 float w0 = info->v0[0][3];
89 info->a0[slot][i] = info->v0[slot][i]*w0;
90 info->dadx[slot][i] = 0.0f;
91 info
60 constant_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, const float value, unsigned i) argument
73 point_persp_coeff(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i) argument
104 texcoord_coef(struct lp_setup_context *setup, const struct point_info *info, unsigned slot, unsigned i, unsigned sprite_coord_origin, boolean perspective) argument
171 setup_point_fragcoord_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, unsigned usage_mask) argument
206 setup_point_coefficients( struct lp_setup_context *setup, struct point_info *info) argument
326 struct point_info info; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteCardinalityException.cs71 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) argument
72 : base(info, context) {
73 if (info == null)
74 throw new ArgumentNullException("info");
76 _elementDescription = info.GetString("ElementDescription");
79 public override void GetObjectData(SerializationInfo info, StreamingContext context) { argument
80 if (info == null)
81 throw new ArgumentNullException("info");
83 base.GetObjectData(info, context);
84 info
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteCardinalityException.cs78 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) argument
79 : base(info, context)
81 if (info == null)
82 throw new ArgumentNullException("info");
84 _elementDescription = info.GetString("ElementDescription");
87 public override void GetObjectData(SerializationInfo info, StreamingContext context) argument
89 if (info == null)
90 throw new ArgumentNullException("info");
92 base.GetObjectData(info, context);
93 info
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
H A Dbackground.js9 return function(info, tab) {
12 var url = 'info.html#' + info.srcUrl;
14 // Create a new window to the info page.
23 "title" : "Get image info",
/external/chromium_org/components/storage_monitor/
H A Dremovable_storage_observer.h18 virtual void OnRemovableStorageAttached(const StorageInfo& info) {} argument
22 virtual void OnRemovableStorageDetached(const StorageInfo& info) {} argument
/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c10 min_info info[1]; member in struct:Globals
17 G.pInfo = G.info;
/external/eigen/blas/
H A Dxerbla.cpp15 EIGEN_WEAK_LINKING int xerbla_(const char * msg, int *info, int) argument
17 std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n";
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_die.c73 if (addr < lines->info[idx].addr)
75 else if (addr > lines->info[idx].addr || lines->info[idx].end_sequence)
78 return &lines->info[idx];
82 assert (lines->info[nlines - 1].end_sequence);
89 if (u > 0 && u < nlines && addr > lines->info[u - 1].addr)
91 while (lines->info[u - 1].end_sequence && u > 0)
94 return &lines->info[u - 1];

Completed in 8344 milliseconds

1234567891011>>