HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 401 - 425 of 1199) sorted by null

<<11121314151617181920>>

  /external/skia/src/xml/
SkJSDisplayable.cpp 195 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL /* fMaker */, type, &infoCount); local
196 if (info == NULL)
202 if (info[inner].fType == SkType_BaseClassInfo)
204 propertySpec[inner].name = info[inner].fName;
235 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL /* fMaker */, displayableType, &members); local
238 info = &info[idIndex];
239 SkDisplayTypes infoType = (SkDisplayTypes) info->fType;
245 infoType = info->propertyType();
249 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue)
311 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL \/* fMaker *\/, displayableType, &members); local
    [all...]
  /external/v8/src/
safepoint-table.cc 225 uint32_t SafepointTableBuilder::EncodeExceptPC(const DeoptimizationInfo& info) {
226 unsigned index = info.deoptimization_index;
227 unsigned gap_size = info.pc_after_gap - info.pc;
230 encoding |= SafepointEntry::ArgumentsField::encode(info.arguments);
231 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles);
241 DeoptimizationInfo info = deoptimization_info_[i]; local
242 if (static_cast<int>(info.deoptimization_index) !=
244 if (previous_gap_end + limit > info.pc) {
247 previous_gap_end = info.pc_after_gap
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 69 vki_siginfo_t info; member in struct:rt_sigframe
226 VG_(memcpy)(&rsf->info, siginfo, sizeof(vki_siginfo_t));
229 rsf->info._sifields._sigfault._addr = (Addr *) (tst)->arch.vex.guest_R12; /* IP */
236 tst->arch.vex.guest_R1 = (Addr)&rsf->info;
sigframe-ppc64-linux.c 114 vki_siginfo_t info; member in struct:rt_sigframe
214 frame->pinfo = &frame->info;
232 VG_(memcpy)(&frame->info, siginfo, sizeof(*siginfo));
234 (Addr)&frame->info, sizeof(frame->info) );
295 SET_SIGNAL_GPR(tid, 4, (Addr) &frame->info);
298 SET_SIGNAL_GPR(tid, 6, (Addr) &frame->info);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 41 GenerationInfo& info = m_generationInfo[virtualRegister]; local
43 if (info.registerFormat() == DataFormatNone) {
51 info.fillInteger(gpr);
64 ASSERT(info.spillFormat() == DataFormatJS || info.spillFormat() == DataFormatJSInteger);
72 info.fillJSValue(gpr, DataFormatJSInteger);
76 switch (info.registerFormat()) {
88 GPRReg gpr = info.gpr();
96 GPRReg gpr = info.gpr();
112 GenerationInfo& info = m_generationInfo[virtualRegister] local
238 GenerationInfo& info = m_generationInfo[virtualRegister]; local
373 GenerationInfo& info = m_generationInfo[i]; local
396 GenerationInfo& info = m_generationInfo[i]; local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 568 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); local
569 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
570 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
575 CallLinkInfo& info = m_codeBlock->callLinkInfo(i); local
576 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation);
577 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
578 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther);
584 MethodCallLinkInfo& info = m_codeBlock->methodCallLinkInfo(i); local
585 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare);
586 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessI (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 227 Dl_info info; local
228 if (dladdr(pointer, &info) && info.dli_sname) {
229 const char* mangledName = info.dli_sname;
StackBounds.cpp 138 TThreadStackInfo info; local
140 thread.StackInfo(info);
141 m_origin = (void*)info.iBase;
142 m_bound = (void*)info.iLimit;
  /external/webkit/Source/WebCore/html/canvas/
WebGLTexture.cpp 163 LevelInfo& info = m_info[ii][level]; local
164 info.setInfo(info0.internalFormat, width, height, info0.type);
174 const LevelInfo* info = getLevelInfo(target, level); local
175 if (!info)
177 return info->internalFormat;
182 const LevelInfo* info = getLevelInfo(target, level); local
183 if (!info)
185 return info->type;
190 const LevelInfo* info = getLevelInfo(target, level); local
191 if (!info)
198 const LevelInfo* info = getLevelInfo(target, level); local
263 const LevelInfo& info = m_info[ii][0]; local
320 const LevelInfo& info = m_info[ii][level]; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 114 var info = statusInformation[status]; variable
115 if (!info) {
120 this.statusIcon.src = info.src;
121 this.statusMessage.textContent = info.text;
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 50 FileInfo info; local
52 if (IFILEMGR_GetInfo(fileMgr.get(), path.utf8().data(), &info) == SUCCESS) {
53 result = info.dwSize;
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTileTexture.cpp 161 // GLUtils::paintTextureWithBitmap(info, m_size, bitmap, 0, 0);
216 void BaseTileTexture::setTile(TextureInfo* info, int x, int y,
240 void BaseTileTexture::setOwnTextureTileInfoFromQueue(const TextureTileInfo* info)
242 m_ownTextureTileInfo.m_x = info->m_x;
243 m_ownTextureTileInfo.m_y = info->m_y;
244 m_ownTextureTileInfo.m_scale = info->m_scale;
245 m_ownTextureTileInfo.m_painter = info->m_painter;
246 m_ownTextureTileInfo.m_picture = info->m_picture;
257 const TextureTileInfo* info = &m_ownTextureTileInfo; local
258 if (info &
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 151 android::DisplayInfo info; local
152 android::SurfaceComposerClient::getDisplayInfo(android::DisplayID(0), &info);
153 return info.pixelFormatInfo.bitsPerPixel;
158 android::DisplayInfo info; local
159 android::SurfaceComposerClient::getDisplayInfo(android::DisplayID(0), &info);
160 return FloatRect(0.0, 0.0, info.w, info.h);
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 76 const QWebPage::ErrorPageExtensionOption* info = static_cast<const QWebPage::ErrorPageExtensionOption*>(option); local
80 .arg(info->errorString).toUtf8();
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 122 wpa_printf(MSG_DEBUG, "P2P: * Group Info");
126 wpa_printf(MSG_DEBUG, "P2P: Too short Device Info "
141 wpa_printf(MSG_DEBUG, "P2P: Device Info underflow");
173 wpa_printf(MSG_DEBUG, "P2P: * Device Info: addr " MACSTR
466 struct p2p_group_info *info)
470 os_memset(info, 0, sizeof(*info));
481 cli = &info->client[info->num_clients];
485 /* g at start of P2P Client Info Descriptor *
539 struct p2p_group_info info; local
    [all...]
  /frameworks/base/core/java/android/net/
DhcpInfoInternal.java 72 DhcpInfo info = new DhcpInfo(); local
73 info.ipAddress = convertToInt(ipAddress);
76 info.gateway = convertToInt(route.getGateway().getHostAddress());
82 info.netmask = NetworkUtils.prefixLengthToNetmaskInt(prefixLength);
84 info.dns1 = convertToInt(dns1);
85 info.dns2 = convertToInt(dns2);
86 info.serverAddress = convertToInt(serverAddress);
87 info.leaseDuration = leaseDuration;
88 return info;
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 41 // Used as a placeholder in case the provided info views are indeed null.
87 for (ListView.FixedViewInfo info : infos) {
88 if (!info.isSelectable) {
98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i); local
99 if (info.view == v) {
115 ListView.FixedViewInfo info = mFooterViewInfos.get(i); local
116 if (info.view == v) {
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 59 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
60 struct mallinfo info = dlmallinfo(); local
61 return (jlong) info.usmblks;
77 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
78 return (jlong) info.uordblks;
87 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
88 return (jlong) info.fordblks;
  /frameworks/base/libs/rs/
rsScript.h 50 DriverInfo info; member in struct:android::renderscript::Script::Hal
  /frameworks/base/media/libmedia/
MemoryLeakTrackUtil.cpp 32 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize,
35 extern "C" void free_malloc_leak_info(uint8_t* info);
82 uint8_t *info = NULL; local
88 get_malloc_leak_info(&info, &overallSize, &infoSize, &totalMemory, &backtraceSize);
89 if (info) {
90 uint8_t *ptr = info;
158 free_malloc_leak_info(info);
  /frameworks/base/media/libstagefright/codecs/aacdec/
SoftAAC.cpp 241 BufferInfo *info = *inQueue.begin(); local
242 OMX_BUFFERHEADERTYPE *header = info->mHeader;
256 info->mOwnedByUs = false;
  /frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 146 int *info=(int*)inBuf; local
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 171 mp3Header *info = &info_data; local
181 info,
190 pVars->num_channels = (info->mode == MPG_MD_MONO) ? 1 : 2;
193 int32 outputFrameSize = (info->version_x == MPEG_1) ?
197 outputFrameSize = (info->mode == MPG_MD_MONO) ? outputFrameSize : outputFrameSize << 1;
220 if (info->error_protection)
229 if (info->layer_description == 3)
244 info,
257 if (info->error_protection)
267 * adjacent to the side-info. Beginning of main data is located usin
    [all...]
  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 253 BufferInfo *info = *inQueue.begin(); local
254 OMX_BUFFERHEADERTYPE *header = info->mHeader;
285 info->mOwnedByUs = false;
  /frameworks/base/media/libstagefright/rtsp/
ARTPSession.cpp 81 TrackInfo *info = &mTracks.editItemAt(mTracks.size() - 1); local
82 info->mRTPSocket = rtpSocket;
83 info->mRTCPSocket = rtcpSocket;
91 info->mPacketSource = source;
117 TrackInfo *info = &mTracks.editItemAt(i); local
119 info->mPacketSource->signalEOS(UNKNOWN_ERROR);
121 close(info->mRTPSocket);
122 close(info->mRTCPSocket);
143 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
144 info->mPacketSource->signalEOS(ERROR_END_OF_STREAM)
188 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
    [all...]

Completed in 2293 milliseconds

<<11121314151617181920>>