HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1026 - 1050 of 4990) sorted by null

<<41424344454647484950>>

  /external/kernel-headers/original/linux/
videodev.h 9 * See http://linuxtv.org for more info
249 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
263 #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */
267 #define VIDIOCGMBUF _IOR('v',20, struct video_mbuf) /* Memory map buffer info */
273 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 155 v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
159 if (info.Holder()->HasRealNamedCallbackProperty(name))
163 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder());
193 v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
196 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder());
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 45 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count)
47 SharedBuffer* sharedBuffer = static_cast<SharedBuffer*>(info);
58 void sharedBufferRelease(void* info)
60 SharedBuffer* sharedBuffer = static_cast<SharedBuffer*>(info);
277 // FIXME: Could maybe return false for a GIF Frame if we have enough info in the GIF properties dictionary
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 39 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
80 8D576317048677EA00EA77CD /* Info.plist */,
198 INFOPLIST_FILE = Info.plist;
217 INFOPLIST_FILE = Info.plist;
  /external/zlib/contrib/minizip/
zip.h 15 I WAIT FEEDBACK at mail info@winimage.com
39 /* for more info about .ZIP format, see
40 http://www.info-zip.org/pub/infozip/doc/appnote-981119-iz.zip
41 http://www.info-zip.org/pub/infozip/doc/
86 /* tm_zip contain date/time info */
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 141 * Note: You can call this method any time but the info will be picked up after
144 * @param info The info.
146 public final void setServiceInfo(AccessibilityServiceInfo info) {
147 mInfo = info;
  /frameworks/base/core/res/res/layout/
keyguard_screen_lock.xml 72 <!-- spacer after carrier info / sim messages -->
100 <!-- battery info -->
125 <!-- spacer after battery info -->
134 <!-- next alarm info -->
160 <!-- spacer after alarm info -->
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 55 struct iw_request_info *info,
165 struct iw_request_info *info,
180 switch (info->cmd)
277 info->cmd,
278 info->flags,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 117 * @param configuration the {@link ILaunchConfiguration} to retrieve the test package info from
137 * @param configuration the {@link ILaunchConfiguration} to retrieve the test class info from
148 * @param configuration the {@link ILaunchConfiguration} to retrieve the test method info from
194 AdtPlugin.log(e, "Error when retrieving instrumentation info"); //$NON-NLS-1$
220 AdtPlugin.log(e, String.format("Error when retrieving launch info %1$s", //$NON-NLS-1$
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvWext.c 55 struct iw_request_info *info,
165 struct iw_request_info *info,
178 switch (info->cmd)
249 info->cmd,
250 info->flags,
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /external/grub/docs/
grub.info 1 This is ../../docs/grub.info, produced by makeinfo version 4.8 from
4 INFO-DIR-SECTION Kernel
5 START-INFO-DIR-ENTRY
16 END-INFO-DIR-ENTRY
34 File: grub.info, Node: Top, Next: Introduction, Up: (dir)
73 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top
86 File: grub.info, Node: Overview, Next: History, Up: Introduction
131 File: grub.info, Node: Overview-Footnotes, Up: Overview
138 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction
163 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introductio
    [all...]
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 102 assertSame(h.getLevel(), Level.INFO);
132 assertSame(h.getLevel(), Level.INFO);
196 assertSame(h.getLevel(), Level.INFO);
321 LogRecord r = new LogRecord(Level.INFO, "testPublish_NoFilter");
322 h.setLevel(Level.INFO);
368 LogRecord r = new LogRecord(Level.INFO, "testPublish_WithFilter");
369 h.setLevel(Level.INFO);
394 LogRecord r = new LogRecord(Level.INFO, "testPublish_WithFilter");
395 h.setLevel(Level.INFO);
458 LogRecord r = new LogRecord(Level.INFO, "");
    [all...]
StreamHandlerTest.java 113 assertSame(Level.INFO, h.getLevel());
143 assertSame(Level.INFO, h.getLevel());
209 assertSame(Level.INFO, h.getLevel());
240 assertSame(Level.INFO, h.getLevel());
271 assertSame(Level.INFO, h.getLevel());
340 assertSame(Level.INFO, h.getLevel());
564 LogRecord r = new LogRecord(Level.INFO, null);
590 LogRecord r = new LogRecord(Level.INFO, null);
616 LogRecord r = new LogRecord(Level.INFO, null);
671 LogRecord r = new LogRecord(Level.INFO, "testPublish_NoOutputStream")
    [all...]
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 78 // haven't figure out how to get below INFO...bad parent. Pass -v INFO to turn on logging
82 logger.info("initAdb");
84 logger.info("openMonkeyConnection");
87 logger.info("start_script");
90 logger.info("ScriptRunner.run");
93 logger.info("end_script");
95 logger.info("closeMonkeyConnection");
217 * the device in a known state and starts recording interesting info.
393 logger.info("Monkey Command: " + command + ".")
    [all...]
  /external/bluetooth/bluez/common/
btio.c 703 struct l2cap_conninfo info; local
706 len = sizeof(info);
707 if (getsockopt(sock, SOL_L2CAP, L2CAP_CONNINFO, &info, &len) < 0)
711 *handle = info.hci_handle;
714 memcpy(dev_class, info.dev_class, 3);
818 struct rfcomm_conninfo info; local
821 len = sizeof(info);
822 if (getsockopt(sock, SOL_RFCOMM, RFCOMM_CONNINFO, &info, &len) < 0)
826 *handle = info.hci_handle;
829 memcpy(dev_class, info.dev_class, 3)
919 struct sco_conninfo info; local
    [all...]
  /external/qemu/
cpu-exec.c 1255 siginfo_t *info = pinfo; local
1300 siginfo_t *info = pinfo; local
1371 siginfo_t *info = pinfo; local
1395 siginfo_t *info = pinfo; local
1425 siginfo_t *info = pinfo; local
1482 siginfo_t *info = pinfo; local
1504 siginfo_t *info = pinfo; local
1526 siginfo_t *info = pinfo; local
1556 siginfo_t *info = pinfo; local
1573 siginfo_t *info = pinfo; local
1589 struct siginfo *info = pinfo; local
    [all...]
  /external/libxml2/
HTMLtree.c 771 const htmlElemDesc * info; local
846 * Get specific HTML info for that node.
849 info = htmlTagLookup(cur->name);
851 info = NULL;
864 if ((info != NULL) && (info->empty)) {
866 if ((format) && (!info->isinline) && (cur->next != NULL)) {
878 if ((info != NULL) && (info->saveEndTag != 0) &&
879 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 799 * @param info The data structure describing the shortcut.
803 View createShortcut(ShortcutInfo info) {
805 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), info);
813 * @param info The data structure describing the shortcut.
817 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) {
821 new FastBitmapDrawable(info.getIcon(mIconCache)),
823 favorite.setText(info.title);
824 favorite.setTag(info);
840 final ShortcutInfo info = mModel.getShortcutInfo(context.getPackageManager(),
843 if (info != null)
992 final FolderInfo info = folders.get(i).getInfo(); local
1287 final LiveFolderInfo info = new LiveFolderInfo(); local
2227 final FolderInfo info = mFolders.get(folderId); local
    [all...]
  /external/bluetooth/glib/gio/
gfileenumerator.c 198 GFileInfo *info; local
230 info = (* class->next_file) (enumerator, cancellable, error);
236 return info;
306 * @num_files: the number of file info objects to request
627 GFileInfo *info; local
639 info = NULL;
641 info = class->next_file (enumerator, cancellable, &error);
643 if (info == NULL)
659 op->files = g_list_prepend (op->files, info);
  /external/ipsec-tools/src/include-glibc/
Makefile.in 295 info: info-am
297 info-am:
307 install-info: install-info-am
339 dvi-am html html-am info info-am install install-am \
342 install-info install-info-am install-man install-pdf \
  /external/libffi/include/
Makefile.in 365 info: info-am
367 info-am:
377 install-info: install-info-am
410 html-am info info-am install install-am install-data \
412 install-exec-am install-html install-html-am install-info \
413 install-info-am install-man install-nodist_includesHEADERS \
  /external/libffi/man/
Makefile.in 337 info: info-am
339 info-am:
349 install-info: install-info-am
383 dvi-am html html-am info info-am install install-am \
386 install-info install-info-am install-man install-man3 \
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 392 OlcFormatInfo info; local
410 info.iId = h223params->GetChannelId();
411 info.iCodec = codec;
412 info.isSymmetric = true;
413 list.push_back(info);
424 OlcFormatInfo& info)
439 info.iId = h223params->GetChannelId();
440 info.iCodec = ::GetCodecType(h223params->GetDataType());
441 info.isSymmetric = true;
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 251 DisplayID dpy, DisplayInfo* info)
259 info->w = dcblk->w;
260 info->h = dcblk->h;
261 info->orientation = dcblk->orientation;
262 info->xdpi = dcblk->xdpi;
263 info->ydpi = dcblk->ydpi;
264 info->fps = dcblk->fps;
265 info->density = dcblk->density;
266 return getPixelFormatInfo(dcblk->format, &(info->pixelFormatInfo));

Completed in 141 milliseconds

<<41424344454647484950>>