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

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_syswm_c.h 31 extern int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxwm_c.h 32 extern int CGX_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxwm_c.h 32 extern int NX_GetWMInfo (_THIS, SDL_SysWMinfo * info) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_wm_c.h 35 extern int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm_c.h 34 extern int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm_c.h 33 extern int X11_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/qemu/hw/
goldfish_nand_reg.h 36 // Dev info
sysbus.h 40 void sysbus_register_withprop(SysBusDeviceInfo *info);
  /external/quake/quake/src/QW/client/
cvar.c 129 if (var->info)
131 Info_SetValueForKey (svs.info, var_name, value, MAX_SERVERINFO_STRING);
133 // SV_BroadcastCommand ("fullserverinfo \"%s\"\n", svs.info);
136 if (var->info)
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 71 SkXMLPullParser::AttrInfo* info = (SkXMLPullParser::AttrInfo*)alloc.alloc(n * sizeof(SkXMLPullParser::AttrInfo), local
74 c->fAttrInfos = info;
78 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0]));
79 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1]));
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 6 Displays the system info regarding os version, wxPython version, and Python version
  /external/stlport/stlport/stl/config/
_prolog.h 38 # pragma info(nocnd)
  /external/v8/src/
fast-codegen.h 50 void Check(CompilationInfo* info);
52 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenSyntaxChecker
77 static Handle<Code> MakeCode(CompilationInfo* info);
83 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenerator
register-allocator.cc 40 Result::Result(Register reg, NumberInfo::Type info) {
44 | NumberInfoField::encode(info)
65 void Result::set_number_info(NumberInfo::Type info) {
68 value_ = value_ | NumberInfoField::encode(info);
  /external/v8/src/ia32/
fast-codegen-ia32.h 46 void Check(CompilationInfo* info);
48 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenSyntaxChecker
73 static Handle<Code> MakeCode(CompilationInfo* info);
79 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenerator
  /external/webkit/JavaScriptCore/
JavaScriptCore.pro 1 # JavaScriptCore - qmake build info
  /external/webkit/JavaScriptCore/runtime/
BooleanObject.cpp 28 const ClassInfo BooleanObject::info = { "Boolean", 0, 0, 0 }; member in class:JSC::BooleanObject
ErrorInstance.cpp 26 const ClassInfo ErrorInstance::info = { "Error", 0, 0, 0 }; member in class:JSC::ErrorInstance
FunctionPrototype.cpp 88 if (thisValue.inherits(&JSFunction::info)) {
98 if (thisValue.inherits(&InternalFunction::info)) {
119 if (asObject(array)->classInfo() == &Arguments::info)
123 else if (asObject(array)->inherits(&JSArray::info)) {
NumberObject.cpp 32 const ClassInfo NumberObject::info = { "Number", 0, 0, 0 }; member in class:JSC::NumberObject
  /external/webkit/JavaScriptGlue/Configurations/
JavaScriptGlue.xcconfig 28 INFOPLIST_FILE = Info.plist;
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 75 v8::Handle<v8::Value> V8HTMLAllCollection::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
79 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name);
86 if (info.Holder()->HasRealNamedCallbackProperty(name))
90 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder());
V8HTMLCollectionCustom.cpp 75 v8::Handle<v8::Value> V8HTMLCollection::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
79 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name);
86 if (info.Holder()->HasRealNamedCallbackProperty(name))
90 HTMLCollection* imp = V8HTMLCollection::toNative(info.Holder());
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.h 40 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count);
  /external/webkit/WebCore/platform/wx/wxcode/
fontprops.cpp 27 // currently have info on which platform we're being

Completed in 82 milliseconds

<<31323334353637383940>>