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

<<21222324252627282930>>

  /external/opencore/fileformats/mp4/composer/src/
decoderspecificinfo.cpp 70 PVA_FF_DecoderSpecificInfo::addInfo(uint8 *info, uint32 size)
75 oscl_memcpy(_pinfo, info, _infoSize);
88 // Render decoder specific info payload
100 int32 contents = _infoSize; // Size of decoder specific info payload
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xvlibint.h 56 req->reqType = info->codes->major_opcode;\
68 req->reqType = info->codes->major_opcode;\
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_wm.c 106 int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info)
108 if (info->version.major <= SDL_MAJOR_VERSION)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 298 /* If 'info' is the right version, this function fills it and returns 1.
301 int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info)
303 if ( info->version.major <= SDL_MAJOR_VERSION ) {
304 info->window = SDL_Window;
305 if ( SDL_VERSIONNUM(info->version.major,
306 info->version.minor,
307 info->version.patch) >=
310 info->hglrc = GL_hrc;
312 info->hglrc = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm_c.h 33 extern int X11_GetWMInfo(_THIS, SDL_SysWMinfo *info);
  /external/stlport/stlport/stl/config/
_prolog.h 38 # pragma info(nocnd)
  /external/v8/src/
data-flow.h 43 void Label(CompilationInfo* info);
46 CompilationInfo* info() { return info_; } function in class:v8::internal::AstLabeler
frame-element.h 31 #include "number-info.h"
57 // Copied elements do not have number info. Instead
67 inline void set_number_info(NumberInfo::Type info) {
68 // Copied elements do not have number info. Instead
72 value_ = value_ | NumberInfoField::encode(info);
91 static FrameElement MemoryElement(NumberInfo::Type info) {
92 FrameElement result(MEMORY, no_reg, SYNCED, info);
99 NumberInfo::Type info) {
100 return FrameElement(REGISTER, reg, is_synced, info);
213 NumberInfo::Type info) {
    [all...]
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 43 const ClassInfo JSCallbackFunction::info = { "CallbackFunction", &InternalFunction::info, 0, 0 }; member in class:JSC::JSCallbackFunction
  /external/webkit/JavaScriptCore/runtime/
BooleanPrototype.cpp 62 if (!thisValue.inherits(&BooleanObject::info))
77 if (!thisValue.inherits(&BooleanObject::info))
InternalFunction.cpp 33 const ClassInfo InternalFunction::info = { "Function", 0, 0, 0 }; member in class:JSC::InternalFunction
37 return &info;
NativeErrorConstructor.cpp 33 const ClassInfo NativeErrorConstructor::info = { "Function", &InternalFunction::info, 0, 0 }; member in class:JSC::NativeErrorConstructor
  /external/webkit/WebCore/bindings/v8/custom/
V8NodeListCustom.cpp 44 v8::Handle<v8::Value> V8NodeList::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
47 NodeList* list = V8NodeList::toNative(info.Holder());
V8WebGLRenderingContextCustom.cpp 182 static v8::Handle<v8::Value> toV8Object(const WebGLGetInfo& info)
184 switch (info.getType()) {
186 return v8::Boolean::New(info.getBool());
188 return v8::Number::New(info.getFloat());
190 return v8::Integer::New(info.getLong());
194 return v8::String::New(fromWebCoreString(info.getString()), info.getString().length());
196 return v8::Integer::NewFromUnsigned(info.getUnsignedLong());
198 return toV8(info.getWebGLBuffer());
200 return toV8(info.getWebGLFloatArray())
245 WebGLGetInfo info; local
319 WebGLGetInfo info = context->getFramebufferAttachmentParameter(target, attachment, pname, ec); local
344 WebGLGetInfo info = context->getParameter(pname, ec); local
370 WebGLGetInfo info = context->getProgramParameter(program, pname, ec); local
402 WebGLGetInfo info = context->getShaderParameter(shader, pname, ec); local
436 WebGLGetInfo info = context->getUniform(program, location, ec); local
    [all...]
  /external/webkit/WebCore/dom/
ChildNodeList.cpp 30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info)
31 : DynamicNodeList(rootNode, info)
  /frameworks/base/include/media/stagefright/
AudioPlayer.h 91 static void AudioCallback(int event, void *user, void *info);
92 void AudioCallback(int event, void *info);
  /frameworks/base/location/java/android/location/
ILocationProvider.aidl 45 void updateNetworkState(int state, in NetworkInfo info);
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_factors.cpp 43 mp3Header *info, mp3 header information
122 mp3Header *info,
137 info,
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 33 mAppName = context.getPackageManager().getApplicationLabel(app.info);
54 getWindow().setTitle("Waiting For Debugger: " + app.info.processName);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 32 info(format, args); method
36 public void info(String format, Object... args) { method in class:Log
  /external/qemu/audio/
esdaudio.c 124 int chunkBytes = chunkSamples << hw->info.shift;
143 writeSamples = nwrite >> hw->info.shift;
144 writeBytes = writeSamples << hw->info.shift;
148 nwrite, writeBytes, hw->info.align + 1);
201 audio_pcm_init_info (&hw->info, &obt_as);
204 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
207 hw->samples << hw->info.shift);
278 int chunkBytes = chunkSamples << hw->info.shift;
296 readSamples = nread >> hw->info.shift;
297 readBytes = readSamples << hw->info.shift
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 57 PrivateKeyInfo info)
59 DHParameter params = new DHParameter((ASN1Sequence)info.getAlgorithmId().getParameters());
60 DERInteger derX = (DERInteger)info.getPrivateKey();
103 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter(dhSpec.getP(), dhSpec.getG(), dhSpec.getL()).getDERObject()), new DERInteger(getX())); local
105 return info.getDEREncoded();
JDKDSAPrivateKey.java 51 PrivateKeyInfo info)
53 DSAParameter params = new DSAParameter((ASN1Sequence)info.getAlgorithmId().getParameters());
54 DERInteger derX = (DERInteger)info.getPrivateKey();
90 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), dsaSpec.getG()).getDERObject()), new DERInteger(getX())); local
92 return info.getDEREncoded();
  /dalvik/libcore/sql/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;
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
JDBCDriverTest.java 218 DriverPropertyInfo[] info = null; local
221 info = jDriver.getPropertyInfo(getConnectionURL(), null);
222 assertNotNull(info);
223 assertTrue(info.length > 0);
232 assertNotNull(info);

Completed in 277 milliseconds

<<21222324252627282930>>