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

<<51525354555657585960>>

  /external/proguard/src/proguard/preverify/
SubroutineInliner.java 53 // Clean up any old visitor info.
  /external/protobuf/examples/
list_people.cc 9 // Iterates though all people in the AddressBook and prints info about them.
  /external/qemu/android/skin/
window.h 62 extern void skin_window_get_display( SkinWindow* window, ADisplayInfo *info );
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread_c.h 52 /* This is the system-independent thread info structure */
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 53 struct wsdisplay_fbinfo info; /* frame buffer characteristics */ member in struct:SDL_PrivateVideoData
  /external/qemu/
migration.h 28 /* FIXME: add more accessors to print migration info */
  /external/quake/quake/src/QW/client/
pmove.h 45 int info; // for client or server to identify member in struct:__anon6771
  /external/quake/quake/src/WinQuake/
snd_android.cpp 116 void AndroidQuakeSoundCallback(int event, void* user, void *info) {
120 const AudioTrack::Buffer *buffer = static_cast<const AudioTrack::Buffer *>(info);
184 void AndroidQuakeSoundCallback(int event, void* user, void *info) {
188 const AudioTrack::Buffer *buffer = static_cast<const AudioTrack::Buffer *>(info);
  /external/v8/src/
compiler.h 128 // function info.
249 // Compile from function info (used for lazy compilation). Returns
252 static bool CompileLazy(CompilationInfo* info);
261 // Set the function info for a newly compiled function.
  /external/v8/src/mips/
fast-codegen-mips.cc 38 void FastCodeGenerator::Generate(CompilationInfo* info) {
  /external/webkit/JavaScriptCore/runtime/
ScopeChain.cpp 59 while (!(*iter)->inherits(&JSActivation::info)) {
  /external/webkit/WebCore/platform/qt/
ContextMenuQt.cpp 3 * Copyright (C) 2007 Staikos Computing Services Inc. <info@staikos.net>
  /external/webkit/WebCore/storage/
SQLTransactionCoordinator.h 63 void processPendingTransactions(CoordinationInfo& info);
  /external/webkit/WebKit/mac/Misc/
WebNSNotificationCenterExtras.h 37 + (void)_postNotificationName:(NSDictionary *)info;
  /external/webkit/WebKitExamplePlugins/
ChangeLog 22 * NetscapeCoreAnimationMoviePlugin/Info.plist: Added.
153 * NetscapeCoreAnimationPlugin/Info.plist: Added.
218 * NetscapeInputMethodPlugin/Info.plist: Added.
287 * NetscapeCocoaPlugin/Info.plist: Added.
  /external/webkit/WebKitTools/CodeCoverage/
cov.py 164 info = line.split(":", 1)[0]
165 if info.endswith("-"):
169 if info.endswith("#"):
172 num = int(info)
  /external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp 83 static void releaseMallocBuffer(void* info, const void* data, size_t size)
167 CGImageAlphaInfo info = CGImageGetAlphaInfo(image); local
169 return (info >= kCGImageAlphaPremultipliedLast) && (info <= kCGImageAlphaFirst);
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 64 DisplayInfo info; local
65 info.width = width;
66 info.height = height;
67 info.orientation = orientation;
68 mDisplayInfos.add(displayId, info);
111 const DisplayInfo& info = mDisplayInfos.valueAt(index); local
113 *width = info.width;
116 *height = info.height;
119 *orientation = info.orientation;
415 RawAbsoluteAxisInfo info; local
441 KeyInfo info; local
910 InputDeviceInfo info; local
922 InputDeviceInfo info; local
931 InputDeviceInfo info; local
1145 InputDeviceInfo info; local
1209 InputDeviceInfo info; local
1732 InputDeviceInfo info; local
    [all...]
  /frameworks/base/libs/utils/
CallStack.cpp 85 Dl_info info; local
86 if (dladdr(addr, &info)) {
87 *offset = info.dli_saddr;
88 return info.dli_sname;
  /frameworks/base/media/libstagefright/
AudioPlayer.cpp 246 void AudioPlayer::AudioCallback(int event, void *user, void *info) {
247 static_cast<AudioPlayer *>(user)->AudioCallback(event, info);
272 void AudioPlayer::AudioCallback(int event, void *info) {
277 AudioTrack::Buffer *buffer = (AudioTrack::Buffer *)info;
  /frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/eclair/
Makefile 45 # please modify here to be sure to see the ms.mk which specifies all source info of your module
  /frameworks/base/media/libstagefright/codecs/aacenc/build/eclair/ARMV5E/
Makefile 45 # please modify here to be sure to see the ms.mk which specifies all source info of your module
  /frameworks/base/media/libstagefright/codecs/aacenc/build/eclair/ARMV7/
Makefile 45 # please modify here to be sure to see the ms.mk which specifies all source info of your module
  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/eclair/
Makefile 46 # please modify here to be sure to see the ms.mk which specifies all source info of your module
  /frameworks/base/media/libstagefright/codecs/amrwbenc/build/eclair/ARMV5E/
Makefile 44 # please modify here to be sure to see the ms.mk which specifies all source info of your module

Completed in 495 milliseconds

<<51525354555657585960>>