HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 101 - 125 of 1199) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/session/phone/
audiomonitor.cc 90 AudioInfo info = audio_info_; local
92 SignalUpdate(this, info);
  /external/chromium/webkit/glue/
webcursor_unittest.cc 119 WebCursorInfo info; local
120 custom_cursor.GetCursorInfo(&info);
121 EXPECT_EQ(gfx::Point(1, 1), gfx::Point(info.hotSpot));
125 info.hotSpot = gfx::Point(-1, -1);
126 custom_cursor.InitFromCursorInfo(info);
127 custom_cursor.GetCursorInfo(&info);
128 EXPECT_EQ(gfx::Point(0, 0), gfx::Point(info.hotSpot));
  /external/e2fsprogs/lib/ss/
get_readline.c 23 static void ss_release_readline(ss_data *info)
26 if (!info->readline_handle)
29 info->readline = 0;
30 info->add_history = 0;
31 info->redisplay = 0;
32 info->rl_completion_matches = 0;
33 dlclose(info->readline_handle);
34 info->readline_handle = 0;
45 ss_data *info = ss_info(sci_idx); local
50 if (info->readline_handle
    [all...]
  /external/icu4c/tools/ctestfw/
testdata.cpp 70 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus); local
72 fInfo = new RBDataMap(info, status);
79 ures_close(info);
91 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
94 info = fInfo;
97 info = NULL;
  /external/iproute2/netem/
stats.c 20 struct stat info; local
27 fstat(fileno(fp), &info); local
28 if (info.st_size > 0) {
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
  /external/iptables/extensions/
libxt_CONNSECMARK.c 38 struct xt_connsecmark_target_info *info = cb->data; local
43 info->mode = CONNSECMARK_SAVE;
46 info->mode = CONNSECMARK_RESTORE;
57 static void print_connsecmark(const struct xt_connsecmark_target_info *info)
59 switch (info->mode) {
69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode);
77 const struct xt_connsecmark_target_info *info = local
81 print_connsecmark(info);
87 const struct xt_connsecmark_target_info *info = local
91 print_connsecmark(info);
    [all...]
libxt_NFLOG.c 43 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)
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->threshold != XT_NFLOG_DEFAULT_THRESHOLD
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...]
libxt_SECMARK.c 34 struct xt_secmark_target_info *info = cb->data; local
37 info->mode = SECMARK_MODE_SEL;
40 static void print_secmark(const struct xt_secmark_target_info *info)
42 switch (info->mode) {
44 printf("selctx %s", info->secctx);
48 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode);
55 const struct xt_secmark_target_info *info = local
59 print_secmark(info);
64 const struct xt_secmark_target_info *info = local
68 print_secmark(info);
    [all...]
libxt_TEE.c 54 const struct xt_tee_tginfo *info = (const void *)target->data; local
57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in));
59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in));
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
67 const struct xt_tee_tginfo *info = (const void *)target->data; local
70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6));
72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6));
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif)
79 const struct xt_tee_tginfo *info = (const void *)target->data; local
88 const struct xt_tee_tginfo *info = (const void *)target->data; local
    [all...]
libxt_mac.c 52 const struct xt_mac_info *info = (void *)match->data; local
55 if (info->invert)
58 print_mac(info->srcaddr);
63 const struct xt_mac_info *info = (void *)match->data; local
65 if (info->invert)
69 print_mac(info->srcaddr);
libxt_osf.c 66 struct xt_osf_info *info = cb->data; local
72 info->flags |= XT_OSF_INVERT;
73 info->len = strlen(info->genre);
76 info->flags |= XT_OSF_TTL;
79 info->flags |= XT_OSF_LOG;
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data; local
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data local
    [all...]
libxt_physdev.c 41 struct xt_physdev_info *info = cb->data; local
46 xtables_parse_interface(cb->arg, info->physindev,
47 (unsigned char *)info->in_mask);
49 info->invert |= XT_PHYSDEV_OP_IN;
50 info->bitmask |= XT_PHYSDEV_OP_IN;
53 xtables_parse_interface(cb->arg, info->physoutdev,
54 (unsigned char *)info->out_mask);
56 info->invert |= XT_PHYSDEV_OP_OUT;
57 info->bitmask |= XT_PHYSDEV_OP_OUT;
60 info->bitmask |= XT_PHYSDEV_OP_ISIN
86 const struct xt_physdev_info *info = (const void *)match->data; local
109 const struct xt_physdev_info *info = (const void *)match->data; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 50 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) {
114 this.info = (GenericURI) info;
119 if (this.info != null)
120 retval.info = (GenericURI) this.info.clone()
    [all...]
  /external/proguard/src/proguard/classfile/attribute/
LineNumberTableAttribute.java 67 LineNumberInfo info = lineNumberTable[index]; local
68 if (pc >= info.u2startPC)
70 return info.u2lineNumber;
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 21 package proguard.optimize.info;
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread.c 35 SDL_Thread *info; member in struct:__anon9655
  /external/qemu/hw/
goldfish_memlog.c 31 unsigned info[8]; variable
42 info[offset / 4] = val;
46 snprintf(buf, sizeof buf, "%08x %08x\n", info[0], info[1]);
  /external/quake/quake/src/QW/client/
cvar.h 61 qboolean info; // added to serverinfo or userinfo when changed member in struct:cvar_s
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(NAME), (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
snd_linux.c 26 struct audio_buf_info info; local
65 if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1)
108 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8);
113 shm->buffer = (unsigned char *) mmap(NULL, info.fragstotal
114 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 45 struct audio_buf_info info; local
84 if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1)
127 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8);
132 shm->buffer = (unsigned char *) mmap(NULL, info.fragstotal
133 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
  /external/valgrind/tsan/
thread_sanitizer_test.cc 50 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 = map.GetInfo(1000)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp 63 thread_basic_info_data_t info; local
67 thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &infoCount);
70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000;
71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000;
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestSerializedScriptValueInterface.cpp 37 WrapperTypeInfo V8TestSerializedScriptValueInterface::info = { V8TestSerializedScriptValueInterface::GetTemplate, V8TestSerializedScriptValueInterface::derefObject, 0, 0 }; member in class:WebCore::V8TestSerializedScriptValueInterface
80 wrapper = V8DOMWrapper::instantiateV8Object(proxy, &info, impl);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 47 WrapperTypeInfo V8HTMLImageElementConstructor::info = { V8HTMLImageElementConstructor::GetTemplate, 0, 0, 0 }; member in class:WebCore::V8HTMLImageElementConstructor
85 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLImageElementConstructor::info, image.get());
V8HTMLOptionElementConstructor.cpp 47 WrapperTypeInfo V8HTMLOptionElementConstructor::info = { V8HTMLOptionElementConstructor::GetTemplate, 0, 0, 0 }; member in class:WebCore::V8HTMLOptionElementConstructor
83 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLOptionElementConstructor::info, option.get());

Completed in 1900 milliseconds

1 2 3 45 6 7 8 91011>>