/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/ |
PreferencePage.java | 83 { "Info", LogLevel.INFO.getStringValue() },
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
common.inc | 60 INFO ?= n 138 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/ |
common.inc | 56 INFO ?= n 139 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
WlanDrvCommon.h | 72 /* Initialization file info */ 92 /* Initialization files info */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/ |
common.inc | 55 INFO ?= n 138 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
tiwlnif.h | 70 /* config info*/ 90 /* status & AP info*/
|
/system/wlan/ti/wilink_6_1/stad/build/linux/ |
common.inc | 55 INFO ?= n 138 ifeq ($(INFO),y)
|
/external/bison/examples/ |
Makefile | 80 html-recursive info-recursive install-data-recursive \ 81 install-exec-recursive install-info-recursive \ 83 pdf-recursive ps-recursive uninstall-info-recursive \ 199 infodir = ${prefix}/info 247 uninstall-info-am: 466 info: info-recursive 468 info-am: 474 install-info: install-info-recursiv [all...] |
/external/libffi/doc/ |
libffi.info | 1 This is ../libffi/doc/libffi.info, produced by makeinfo version 4.11 16 INFO-DIR-SECTION 17 START-INFO-DIR-ENTRY 19 END-INFO-DIR-ENTRY 22 File: libffi.info, Node: Top, Next: Introduction, Up: (dir) 47 File: libffi.info, Node: Introduction, Next: Using libffi, Prev: Top, Up: Top 80 File: libffi.info, Node: Using libffi, Next: Missing Features, Prev: Introduction, Up: Top 94 File: libffi.info, Node: The Basics, Next: Simple Example, Up: Using libffi 152 File: libffi.info, Node: Simple Example, Next: Types, Prev: The Basics, Up: Using libffi 170 /* Initialize the argument info vectors * [all...] |
/external/v8/samples/ |
process.cc | 102 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info); 104 const AccessorInfo& info); 105 static Handle<Value> GetHost(Local<String> name, const AccessorInfo& info); 107 const AccessorInfo& info); 110 static Handle<Value> MapGet(Local<String> name, const AccessorInfo& info); 113 const AccessorInfo& info); 339 const AccessorInfo& info) { 341 map<string, string>* obj = UnwrapMap(info.Holder()); 360 const AccessorInfo& info) { 362 map<string, string>* obj = UnwrapMap(info.Holder()) [all...] |
/system/extras/ext4_utils/ |
allocate.c | 114 reg->bg * info.blocks_per_group + reg->block, 115 reg->bg * info.blocks_per_group + reg->block + reg->len - 1, 153 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size); 158 * info.block_size, block); 178 for them in the block group free block info. */ 263 bg->bitmaps = calloc(info.block_size, 2); 265 bg->inode_bitmap = bg->bitmaps + info.block_size; 268 bg->first_block = aux_info.first_data_block + i * info.blocks_per_group; 273 queue_data_block(bg->bitmaps, 2 * info.block_size, block); 276 bg->free_blocks = info.blocks_per_group [all...] |
/frameworks/base/media/libstagefright/ |
OMXCodec.cpp | 251 static const char *GetCodec(const CodecInfo *info, size_t numInfos, 255 if (!strcasecmp(mime, info[i].mime)) { 257 return info[i].codec; 1604 BufferInfo info; local 1706 BufferInfo *info = &buffers->editItemAt(i); local 1750 BufferInfo *info = &buffers->editItemAt(i); local 2196 BufferInfo *info = &buffers->editItemAt(i); local 3112 BufferInfo *info = &mPortBuffers[kPortIndexOutput].editItemAt(index); local 3124 BufferInfo *info = &buffers->editItemAt(i); local [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsContext3DMac.cpp | 500 bool GraphicsContext3D::getActiveAttrib(WebGLProgram* program, unsigned long index, ActiveInfo& info) 516 info.name = String(name, nameLength); 517 info.type = type; 518 info.size = size; 522 bool GraphicsContext3D::getActiveUniform(WebGLProgram* program, unsigned long index, ActiveInfo& info) 538 info.name = String(name, nameLength); 539 info.type = type; 540 info.size = size; 1013 GLchar* info = (GLchar*) fastMalloc(length); local 1014 if (!info) 1046 GLchar* info = (GLchar*) fastMalloc(length); local 1065 GLchar* info = (GLchar*) fastMalloc(length); local [all...] |
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 210 LOG(INFO) << "OCSP Timed out"; 434 LOG(INFO) << "URL [" << url_string << "]"; 454 LOG(INFO) << "OCSP create session: host=" << host << " port=" << portnum; 466 LOG(INFO) << "OCSP keep alive"; 474 LOG(INFO) << "OCSP free session"; 486 LOG(INFO) << "OCSP create protocol=" << http_protocol_variant 511 LOG(INFO) << "OCSP set post data len=" << http_data_len; 522 LOG(INFO) << "OCSP add header name=" << http_header_name 551 LOG(INFO) << "OCSP response " 576 LOG(INFO) << "OCSP try send and receive" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/ |
SDL_syscdrom.c | 122 struct cdrom_subchnl info; local 134 info.cdsc_format = CDROM_MSF; 137 if ( (ioctl(cdfd, CDROMSUBCHNL, &info) == 0) || 454 struct cdrom_subchnl info; local 456 info.cdsc_format = CDROM_MSF; 457 if ( ioctl(cdrom->id, CDROMSUBCHNL, &info) < 0 ) { 464 switch (info.cdsc_audiostatus) { 481 if ( info.cdsc_trk == CDROM_LEADOUT ) { 495 info.cdsc_absaddr.msf.minute, 496 info.cdsc_absaddr.msf.second [all...] |
/external/v8/src/ |
jump-target.cc | 156 NumberInfo::Type info = NumberInfo::kUninitialized; local 161 info = NumberInfo::kUnknown; 163 info = NumberInfo::Combine(info, element.number_info()); 167 info = NumberInfo::Combine(info, 185 || info != NumberInfo::kUninitialized); 192 // Set combined number info. 193 entry_frame_->elements_[i].set_number_info(info); 219 // Set combined number info [all...] |
/external/webkit/JavaScriptCore/jit/ |
JIT.cpp | 538 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); local 539 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation); 540 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin); 545 CallLinkInfo& info = m_codeBlock->callLinkInfo(i); local 546 info.ownerCodeBlock = m_codeBlock; 547 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation); 548 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin); 549 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther); 555 MethodCallLinkInfo& info = m_codeBlock->methodCallLinkInfo(i); local 556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare) [all...] |
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 352 jpeg_decompress_struct* info() { return &m_info; } function in class:WebCore::JPEGImageReader 487 jpeg_decompress_struct* info = m_reader->info(); local 490 while (info->output_scanline < info->output_height) { 493 int sourceY = info->output_scanline; 495 if (jpeg_read_scanlines(info, samples, 1) != 1) 501 int width = m_scaled ? m_scaledColumns.size() : info->output_width; 503 JSAMPLE* jsample = *samples + (m_scaled ? m_scaledColumns[x] : x) * ((info->out_color_space == JCS_RGB) ? 3 : 4); 504 if (info->out_color_space == JCS_RGB [all...] |
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 210 ResolveInfo info = pm.resolveActivity(intent, 0); local 211 if (info == null || info.activityInfo == null) { 214 return new ComponentName(receiverPackage, info.activityInfo.name); 403 * Additional info, including CPU stats. 405 public String info; field in class:ApplicationErrorReport.AnrInfo 419 info = in.readString(); 428 dest.writeString(info); 437 pw.println(prefix + "info: " + info); [all...] |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 127 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName) 128 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie) 146 logging.info(' Content URI is [%s]...', contentUri) 152 # logging.info(' Handling a MISMATCHED intl request') 162 # logging.info(' Request being handled as clean: [%s]', name) 175 # logging.info(' Handling an invalid intl request...') 195 # logging.info(' >>>> isCleanUrl name [%s] langName [%s] isValidIntl [%s]', name, langName, isValidIntl) 225 # logging.info('--->PREPROCESSING REDIRECT [%s] to [%s] with langName [%s]', name, uri, langName) 250 logging.info('-->>REDIRECTING %s to %s', name, uri) 284 logging.info('PROCESSING %s langName [%s] isValidIntl [%s] resetLang [%s]', [all...] |
/device/samsung/crespo/alsa-lib/doc/ |
Makefile.in | 52 html-recursive info-recursive install-data-recursive \ 53 install-exec-recursive install-info-recursive \ 55 pdf-recursive ps-recursive uninstall-info-recursive \ 308 uninstall-info-am: 528 info: info-recursive 530 info-am: 536 install-info: install-info-recursive 558 uninstall-am: uninstall-info-a [all...] |
/device/samsung/crespo/alsa-lib/modules/ |
Makefile.in | 51 html-recursive info-recursive install-data-recursive \ 52 install-exec-recursive install-info-recursive \ 54 pdf-recursive ps-recursive uninstall-info-recursive \ 303 uninstall-info-am: 523 info: info-recursive 525 info-am: 531 install-info: install-info-recursive 553 uninstall-am: uninstall-info-a [all...] |
/device/samsung/crespo/alsa-lib/modules/mixer/ |
Makefile.in | 51 html-recursive info-recursive install-data-recursive \ 52 install-exec-recursive install-info-recursive \ 54 pdf-recursive ps-recursive uninstall-info-recursive \ 303 uninstall-info-am: 523 info: info-recursive 525 info-am: 531 install-info: install-info-recursive 553 uninstall-am: uninstall-info-a [all...] |