HomeSort by relevance Sort by last modified time
    Searched full:info (Results 576 - 600 of 5694) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 33 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize,
36 extern "C" void free_malloc_leak_info(uint8_t* info);
52 * Retrieve the native heap information and the info from /proc/<self>/maps,
59 // get the info in /proc/[pid]/map
126 // free the info up!
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 126 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL, local
129 String name = info[0].name;
132 String[] choices = info[0].choices;
134 boolean required = info[0].required;
136 String description = info[0].description;
TestHelper_Driver4.java 74 public Connection connect(String url, Properties info) throws SQLException {
89 if (info == null) {
92 String user = (String) info.get(userProperty);
93 String password = (String) info.get(passwordProperty);
121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
dir 1 This is the file .../info/dir, which contains the
2 topmost node of the Info hierarchy, called (dir)Top.
3 The first time you invoke Info you start off looking at this node.
5 File: dir, Node: Top This is the top of the INFO tree
8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 564 int info; typedefs
566 case '-': info = FMT_NO_ARGS; break;
567 case '0': info = FMT_NO_ARGS_LOCALS_1; break;
568 case '1': info = FMT_NO_ARGS_LOCALS_2; break;
569 case '2': info = FMT_NO_ARGS_LOCALS_3; break;
570 case '3': info = FMT_NO_ARGS_LOCALS_4; break;
571 case '4': info = FMT_NO_ARGS_LOCALS_5; break;
572 case 'b': info = FMT_BRANCH; break;
573 case 'c': info = FMT_WIDE_BRANCH; break;
574 case 'p': info = FMT_CPI; break
    [all...]
  /external/skia/src/animator/
SkAnimatorScript2.cpp 200 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
201 if (info == NULL)
202 return false; // !!! add additional error info?
203 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
204 ref->fOperand.fObject = (void*) info;
209 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
211 if (info->fType == SkType_MemberProperty) {
212 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
216 return fEngine->evalMemberCommon(info, displayable, value);
230 const SkMemberInfo* info = displayable->getMember(name.c_str()) local
246 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
    [all...]
  /external/webkit/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 106 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const WebGLGetInfo& info)
108 switch (info.getType()) {
110 return jsBoolean(info.getBool());
112 return jsNumber(exec, info.getFloat());
114 return jsNumber(exec, info.getLong());
118 return jsString(exec, info.getString());
120 return jsNumber(exec, info.getUnsignedLong());
122 return toJS(exec, globalObject, info.getWebGLBuffer());
124 return toJS(exec, globalObject, info.getWebGLFloatArray());
126 return toJS(exec, globalObject, info.getWebGLFramebuffer())
    [all...]
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 51 HostResolver::RequestInfo info(hostname, 80);
52 info.set_priority(priority);
53 return info;
121 const HostResolver::RequestInfo& info,
123 : info_(info), resolver_(resolver), delegate_(delegate),
127 int err = resolver->Resolve(info, &addrlist_, &callback_, &req_, NULL);
211 HostResolver::RequestInfo info("just.testing", kPortnum);
213 int err = host_resolver->Resolve(info, &adrlist, NULL, NULL, log);
241 HostResolver::RequestInfo info("just.testing", kPortnum);
243 int err = host_resolver->Resolve(info, &adrlist, &callback_, NULL, log)
801 HostResolver::RequestInfo info; member in struct:net::__anon2534::CapturingObserver::StartOrCancelEntry
818 HostResolver::RequestInfo info; member in struct:net::__anon2534::CapturingObserver::FinishEntry
    [all...]
  /build/tools/apriori/
main.c 27 macro INFO() in multiple compilation unites. */
40 INFO("Setting next link address (current is at 0x%08x):\n",
51 INFO("\tignoring file size, adjusting by address increment.\n");
55 INFO("\tuser address increment is zero, adjusting by file size.\n");
59 INFO("\t[%s] file size 0x%08lx\n",
62 INFO("\tnext prelink address: 0x%08x\n", s_next_link_addr);
71 /* Do not issue INFO() statements before you call get_options() to set
189 INFO("Reading prelink addresses from prelink-map file [%s].\n",
196 INFO("Start address: 0x%x\n", start_addr);
197 INFO("Increment address: 0x%x\n", inc_addr)
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 84 static int snd_rawmidi_hw_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info)
87 info->stream = rmidi->stream;
88 if (ioctl(hw->fd, SNDRV_RAWMIDI_IOCTL_INFO, info) < 0) {
162 .info = snd_rawmidi_hw_info,
182 snd_rawmidi_info_t info; local
261 memset(&info, 0, sizeof(info));
262 info.stream = outputp ? SNDRV_RAWMIDI_STREAM_OUTPUT : SNDRV_RAWMIDI_STREAM_INPUT;
263 if (ioctl(fd, SNDRV_RAWMIDI_IOCTL_INFO, &info) < 0) {
270 if (info.subdevice != (unsigned int) subdevice)
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 39 Prereq: /sbin/install-info
89 if [ -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
90 /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir
95 if [ $1 = 0 -a -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
96 /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir
173 %{_infodir}/libext2fs.info*
    [all...]
e2fsprogs.spec.in 39 Prereq: /sbin/install-info
89 if [ -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
90 /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir
95 if [ $1 = 0 -a -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
96 /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir
173 %{_infodir}/libext2fs.info*
    [all...]
  /external/elfutils/libelf/
gelf.h 126 #define GELF_R_SYM(info) ELF64_R_SYM (info)
127 #define GELF_R_TYPE(info) ELF64_R_TYPE (info)
132 #define GELF_M_SYM(info) ELF64_M_SYM (info)
133 #define GELF_M_SIZE(info) ELF64_M_SIZE (info)
183 /* Retrieve REL relocation info at the given index. */
186 /* Retrieve RELA relocation info at the given index. *
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 265 WifiInfo info = new WifiInfo();
266 info.setNetworkId(in.readInt());
267 info.setRssi(in.readInt());
268 info.setLinkSpeed(in.readInt());
269 info.setIpAddress(in.readInt());
270 info.setSSID(in.readString());
271 info.mBSSID = in.readString();
272 info.mMacAddress = in.readString();
273 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
274 return info;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLEntryImpl.java 79 * method documentation for more info
92 * method documentation for more info
100 * method documentation for more info
108 * method documentation for more info
116 * method documentation for more info
124 * method documentation for more info
136 * method documentation for more info
147 * method documentation for more info
158 * method documentation for more info
170 * method documentation for more info
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 94 final ApplicationInfo info = getItem(position); local
100 // if (!info.filtered) {
101 // info.icon = Utilities.createIconThumbnail(info.icon, getContext());
102 // info.filtered = true;
107 Log.d(TAG, "icon bitmap = " + info.iconBitmap
108 + " density = " + info.iconBitmap.getDensity());
110 info.iconBitmap.setDensity(Bitmap.DENSITY_NONE);
111 textView.setCompoundDrawablesWithIntrinsicBounds(null, new BitmapDrawable(info.iconBitmap), null, null);
112 textView.setText(info.title)
    [all...]
  /build/tools/soslim/
soslim.c 75 INFO("\n\nCALCULATING MODIFICATIONS\n\n");
80 INFO("Copying ELF program header...\n");
83 INFO("\tRetrieving entry %d\n", cnt);
98 INFO("Original ELF file has %zd sections.\n", shnum);
100 /* Allocate the section-header-info buffer. We allocate one more entry
107 INFO("Allocating section-header info structure (%zd) bytes...\n",
112 /* Iterate over all the sections and initialize the internal section-info
115 INFO("Initializing section-header info structure...\n")
    [all...]
  /external/tcpdump/
print-decnet.c 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
196 info = EXTRACT_LE_8BITS(cmp->cm_init.in_info);
202 print_t_info(info);
260 info = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_info);
264 print_i_info(info);
283 info = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_info);
291 print_i_info(info);
312 print_t_info(int info)
314 int ntype = info & 3;
321 if (info & TI_VERIF
332 int info; local
362 int info; local
659 int services, info, segsize; local
712 int services, info; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 132 * Loads all attributes & javadoc for the view class info based on the class name.
134 public void loadViewAttributes(ViewClassInfo info) {
136 String xmlName = info.getShortClassName();
139 info.setAttributes(style.getAttributes());
140 info.setJavaDoc(style.getJavaDoc());
146 * Loads all attributes for the layout data info based on the class name.
148 public void loadLayoutParamsAttributes(LayoutParamsInfo info) {
152 info.getViewLayoutClass().getShortClassName(),
153 info.getShortClassName());
158 info.setAttributes(style.getAttributes())
248 AttributeInfo info = null; local
296 AttributeInfo info = parseAttr(node, lastComment); local
362 AttributeInfo info = new AttributeInfo(name, local
    [all...]
  /build/core/
main.mk 71 $(info Checking build tools versions...)
119 $(info ************************************************************)
120 $(info You are attempting to build with the incorrect version)
121 $(info of java.)
122 $(info $(space))
123 $(info Your version is: $(shell java -version 2>&1 | head -n 1).)
124 $(info The correct version is: 1.6.)
125 $(info $(space))
126 $(info Please follow the machine setup instructions at)
127 $(info $(space)$(space)$(space)$(space)http://source.android.com/download
    [all...]
  /external/bison/doc/
Makefile 78 INFO_DEPS = $(srcdir)/bison.info
206 infodir = ${prefix}/info
229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo
260 .texinfo.info:
265 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
305 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
332 uninstall-info-am:
334 @if (install-info --version && \
335 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then
    [all...]
  /external/elfcopy/
fixdwarf.c 118 INFO("Index of \".debug_" _str(name) " is %d", cnt); \
121 else INFO(", but the section is being removed."); \
122 INFO("\n"); \
127 CHECK_DEBUG_SECTION(info);
156 INFO("\nAdjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \
160 INFO("\nNot adjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \
167 ADJUST_IF_NECESSARY(info);
190 INFO("Could not load section %s: it is not in the file.\n",
196 INFO("Loading DWARF section type %s index %d (type %d)\n",
203 INFO("\tAlready loaded DWARF section type %s (type %d)\n", s_shdr_info[shdr_idx].name, debug)
    [all...]
  /external/elfutils/config/
Makefile 145 infodir = ${prefix}/info
192 uninstall-info-am:
269 info: info-am
271 info-am:
277 install-info: install-info-am
299 uninstall-am: uninstall-info-am
302 distclean-generic distdir dvi dvi-am html html-am info info-am
    [all...]
  /external/elfutils/doc/
Makefile 143 infodir = ${prefix}/info
191 uninstall-info-am:
267 info: info-am
269 info-am:
275 install-info: install-info-am
295 uninstall-am: uninstall-info-am
298 distclean-generic distdir dvi dvi-am html html-am info info-am
    [all...]
  /external/elfutils/m4/
Makefile 143 infodir = ${prefix}/info
194 uninstall-info-am:
271 info: info-am
273 info-am:
279 install-info: install-info-am
301 uninstall-am: uninstall-info-am
304 distclean-generic distdir dvi dvi-am html html-am info info-am
    [all...]

Completed in 454 milliseconds

<<21222324252627282930>>