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

1234567891011>>

/external/valgrind/main/none/tests/linux/
H A Dblockfault.c6 static void handler(int sig, siginfo_t *info, void *v) argument
8 printf("info: sig=%d code=%d addr=%p\n",
9 info->si_signo, info->si_code, info->si_addr);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLOutputElementCustom.cpp41 v8::Handle<v8::Value> V8HTMLOutputElement::htmlForAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
44 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
48 void V8HTMLOutputElement::htmlForAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
51 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
/external/chromium/base/
H A Dsys_info_posix.cc57 utsname info; local
58 if (uname(&info) < 0) {
62 return std::string(info.sysname);
67 utsname info; local
68 if (uname(&info) < 0) {
72 return std::string(info.release);
77 utsname info; local
78 if (uname(&info) < 0) {
82 return std::string(info.machine);
/external/chromium/chrome/browser/download/
H A Ddownload_file.cc16 DownloadFile::DownloadFile(const DownloadCreateInfo* info, argument
18 : BaseFile(info->save_info.file_path,
19 info->url(),
20 info->referrer_url,
21 info->received_bytes,
22 info->save_info.file_stream),
23 id_(info->download_id),
24 child_id_(info->child_id),
25 request_id_(info->request_id),
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallInfo.java50 protected GenericURI info; field in class:CallInfo
69 info.encode(buffer);
93 return info;
111 * @param info is the URI to set.
113 public void setInfo(javax.sip.address.URI info) { argument
114 this.info = (GenericURI) info;
119 if (this.info != null)
120 retval.info = (GenericURI) this.info
[all...]
/external/iptables/extensions/
H A Dlibxt_RATEEST.c89 struct xt_rateest_target_info *info = (void *)(*target)->data; local
91 RATEEST_info = info;
100 strncpy(info->name, optarg, sizeof(info->name) - 1);
134 struct xt_rateest_target_info *info = RATEEST_info; local
143 for (info->interval = 0; info->interval <= 5; info->interval++) {
144 if (interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4))
148 if (info
168 const struct xt_rateest_target_info *info = (const void *)target->data; local
[all...]
H A Dlibxt_NFLOG.c43 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local
45 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
60 static void nflog_print(const struct xt_nflog_info *info, char *prefix) argument
62 if (info->prefix[0] != '\0') {
64 xtables_save_string(info->prefix);
66 if (info->group)
67 printf(" %snflog-group %u", prefix, info->group);
68 if (info->len)
69 printf(" %snflog-range %u", prefix, info->len);
70 if (info
77 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local
84 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local
[all...]
H A Dlibxt_TOS.c96 struct ipt_tos_target_info *info = cb->data; local
103 info->tos = cb->val.tos_value;
108 struct xt_tos_target_info *info = cb->data; local
113 info->tos_value = cb->val.tos_value;
114 info->tos_mask = cb->val.tos_mask;
117 info->tos_value = 0;
118 info->tos_mask = ~cb->val.u8;
121 info->tos_value = cb->val.u8;
122 info->tos_mask = cb->val.u8;
125 info
141 const struct ipt_tos_target_info *info = (const void *)target->data; local
151 const struct xt_tos_target_info *info = (const void *)target->data; local
174 const struct ipt_tos_target_info *info = (const void *)target->data; local
181 const struct xt_tos_target_info *info = (const void *)target->data; local
[all...]
/external/quake/quake/src/QW/client/
H A Dsnd_mem.c101 wavinfo_t info; local
127 info = GetWavinfo (s->name, data, com_filesize);
128 if (info.channels != 1)
134 stepscale = (float)info.rate / shm->speed;
135 len = info.samples / stepscale;
137 len = len * info.width * info.channels;
143 sc->length = info.samples;
144 sc->loopstart = info.loopstart;
145 sc->speed = info
252 wavinfo_t info; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dsnd_mem.cpp101 wavinfo_t info; local
127 info = GetWavinfo (s->name, data, com_filesize);
128 if (info.channels != 1)
134 stepscale = (float)info.rate / shm->speed;
135 len = (int) (info.samples / stepscale);
137 len = len * info.width * info.channels;
143 sc->length = info.samples;
144 sc->loopstart = info.loopstart;
145 sc->speed = info
250 wavinfo_t info; local
[all...]
H A Dconproc.cpp47 CONSOLE_SCREEN_BUFFER_INFO info; local
176 CONSOLE_SCREEN_BUFFER_INFO info; local
179 bRet = GetConsoleScreenBufferInfo (hStdout, &info);
182 *piLines = info.dwSize.Y;
292 CONSOLE_SCREEN_BUFFER_INFO info; local
303 if (!GetConsoleScreenBufferInfo(hStdout, &info))
307 info.srWindow.Left = 0;
308 info.srWindow.Right = info.dwSize.X - 1;
309 info
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c79 Int VG_(load_script)(Int fd, const HChar* name, ExeInfo* info) argument
128 info->interp_name = VG_(strdup)("ume.ls.1", interp);
129 vg_assert(NULL != info->interp_name);
131 info->interp_args = VG_(strdup)("ume.ls.2", arg);
132 vg_assert(NULL != info->interp_args);
135 if (info->argv && info->argv[0] != NULL)
136 info->argv[0] = (char *)name;
142 info->interp_name, info
[all...]
/external/qemu/android/
H A Dsnapshot.c99 snapshot_info_free( SnapshotInfo* info )
101 AFREE(info->id_str);
102 AFREE(info->name);
103 AFREE(info);
117 snapshot_info_read( int fd, SnapshotInfo* info )
125 seek_or_die(fd, 12, SEEK_CUR); /* skip l1 info */
128 read_or_die(fd, &info->date_sec, sizeof(info->date_sec));
129 read_or_die(fd, &info->date_nsec, sizeof(info
251 SnapshotInfo *info = snapshot_info_alloc(); local
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLFormCollection.cpp69 if (info()->current && info()->position == index)
70 return info()->current;
72 if (info()->hasLength && info()->length <= index)
75 if (!info()->current || info()->position > index) {
76 info()->current = 0;
77 info()->position = 0;
78 info()
[all...]
/external/jpeg/
H A Djmemmac.c154 read_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
172 write_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
190 close_backing_store (j_common_ptr cinfo, backing_store_ptr info) argument
192 FSClose ( info->temp_file );
193 FSpDelete ( &(info->tempSpec) );
205 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmac.c154 read_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
172 write_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
190 close_backing_store (j_common_ptr cinfo, backing_store_ptr info) argument
192 FSClose ( info->temp_file );
193 FSpDelete ( &(info->tempSpec) );
205 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
[all...]
/external/valgrind/tsan/
H A Dthread_sanitizer_test.cc50 TestHeapInfo *info; local
57 info = map.GetInfo(1000);
58 EXPECT_TRUE(info);
59 EXPECT_EQ(1000U, info->ptr);
60 EXPECT_EQ(100U, info->size);
61 EXPECT_EQ(1, info->val);
64 EXPECT_EQ(1, info->val);
66 EXPECT_EQ(1, info->val);
68 EXPECT_EQ(1, info->val);
79 info
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DEarlyExitException.cs70 protected EarlyExitException(SerializationInfo info, StreamingContext context) argument
71 : base(info, context) {
72 if (info == null)
73 throw new ArgumentNullException("info");
75 this._decisionNumber = info.GetInt32("DecisionNumber");
84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { argument
85 if (info == null)
86 throw new ArgumentNullException("info");
88 base.GetObjectData(info, context);
89 info
[all...]
H A DMismatchedSetException.cs69 protected MismatchedSetException(SerializationInfo info, StreamingContext context) argument
70 : base(info, context) {
71 if (info == null)
72 throw new ArgumentNullException("info");
74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
83 public override void GetObjectData(SerializationInfo info, StreamingContext context) { argument
84 if (info == null)
85 throw new ArgumentNullException("info");
87 base.GetObjectData(info, context);
88 info
[all...]
H A DMismatchedTreeNodeException.cs70 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) argument
71 : base(info, context) {
72 if (info == null)
73 throw new ArgumentNullException("info");
75 this._expecting = info.GetInt32("Expecting");
84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { argument
85 if (info == null)
86 throw new ArgumentNullException("info");
88 base.GetObjectData(info, context);
89 info
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DEarlyExitException.cs78 protected EarlyExitException(SerializationInfo info, StreamingContext context) argument
79 : base(info, context)
81 if (info == null)
82 throw new ArgumentNullException("info");
84 this._decisionNumber = info.GetInt32("DecisionNumber");
95 public override void GetObjectData(SerializationInfo info, StreamingContext context) argument
97 if (info == null)
98 throw new ArgumentNullException("info");
100 base.GetObjectData(info, context);
101 info
[all...]
H A DMismatchedSetException.cs77 protected MismatchedSetException(SerializationInfo info, StreamingContext context) argument
78 : base(info, context)
80 if (info == null)
81 throw new ArgumentNullException("info");
83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
94 public override void GetObjectData(SerializationInfo info, StreamingContext context) argument
96 if (info == null)
97 throw new ArgumentNullException("info");
99 base.GetObjectData(info, context);
100 info
[all...]
H A DMismatchedTreeNodeException.cs78 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) argument
79 : base(info, context)
81 if (info == null)
82 throw new ArgumentNullException("info");
84 this._expecting = info.GetInt32("Expecting");
95 public override void GetObjectData(SerializationInfo info, StreamingContext context) argument
97 if (info == null)
98 throw new ArgumentNullException("info");
100 base.GetObjectData(info, context);
101 info
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DMyProvider.java36 MyProvider(String name, double version, String info) { argument
37 super(name, version, info);
/external/blktrace/btt/
H A Daqd.c54 void aqd_free(void *info) argument
56 free(info);
59 void aqd_issue(void *info, double ts) argument
61 if (info) {
62 struct aqd_info *ap = info;
69 void aqd_complete(void *info, double ts) argument
71 if (info) {
72 struct aqd_info *ap = info;

Completed in 405 milliseconds

1234567891011>>