/external/kernel-headers/original/linux/hdlc/ |
ioctl.h | 46 /* PPP doesn't need any info now - supply length = 0 to ioctl */
|
/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 42 struct rpc_procinfo * cl_procinfo; /* procedure info */ 77 * General RPC program info 115 struct rpc_program *info, 118 struct rpc_program *info,
|
/external/opencore/build_config/common/ |
local.mk | 13 # $(info config_flags = $(CONFIG_FLAGS), xconfig_flags = $(XCONFIG_FLAGS))
|
/external/opencore/fileformats/avi/parser/include/ |
pv_avifile_streamlist.h | 52 BitMapInfoStruct iVidBitMapInfo; //Video Format Info 53 WaveFormatExStruct iAudWaveFormatEx; //Audio Format Info 71 //methods to retrieve PVAviFileStreamHeader info 153 //methods to get PVAviFileStreamformat info
|
/external/opencore/nodes/pvaacffparsernode/include/ |
pvmf_aacffparser_defs.h | 58 static const char PVAACMETADATA_TRACKINFO_TRACKNUMBER_KEY[] = "track-info/track-number"; 61 static const char PVAACMETADATA_TRACKINFO_BITRATE_KEY[] = "track-info/bit-rate"; 62 static const char PVAACMETADATA_TRACKINFO_SAMPLERATE_KEY[] = "track-info/sample-rate"; 63 static const char PVAACMETADATA_TRACKINFO_AUDIO_FORMAT_KEY[] = "track-info/audio/format";
|
/external/oprofile/daemon/ |
opd_events.h | 41 /** fill the sample file header with event info etc. */
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.h | 28 int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info);
|
/external/skia/src/animator/ |
SkAnimatorScript2.h | 22 bool evalMemberCommon(const SkMemberInfo* info,
|
/external/tcpdump/ |
Makefile-devel-adds | 3 # From autoconf.info . Works best with GNU Make.
|
/external/v8/src/ |
compiler.cc | 47 static Handle<Code> MakeCode(Handle<Context> context, CompilationInfo* info) { 48 FunctionLiteral* function = info->function(); 62 Scope* top = info->scope(); 71 info->scope()->Print(); 96 Handle<SharedFunctionInfo> shared = info->shared_info(); 98 ? info->scope()->is_global_scope() 105 return FullCodeGenerator::MakeCode(info); 110 checker.Check(info); 112 return FastCodeGenerator::MakeCode(info); 116 return CodeGenerator::MakeCode(info); [all...] |
/external/webkit/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.h | 179 LineInfo info = { instructions().size(), n->lineNo() }; local 180 m_codeBlock->addLineInfo(info); 198 LineInfo info = { instructions().size(), n->lineNo() }; local 199 m_codeBlock->addLineInfo(info); 212 // Overflow has occurred, we can only give line number info for errors for this region 229 ExpressionRangeInfo info; local 230 info.instructionOffset = instructions().size(); 231 info.divotPoint = divot; 232 info.startOffset = startOffset; 233 info.endOffset = endOffset 242 GetByIdExceptionInfo info; local [all...] |
/external/webkit/WebCore/ |
DerivedSources.pro | 1 # DerivedSources - qmake build info
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLFormElementCustom.cpp | 44 v8::Handle<v8::Value> V8HTMLFormElement::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 47 HTMLFormElement* form = V8HTMLFormElement::toNative(info.Holder()); 55 v8::Handle<v8::Value> V8HTMLFormElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 58 HTMLFormElement* imp = V8HTMLFormElement::toNative(info.Holder());
|
/external/webkit/WebKitTools/Scripts/ |
update-iexploder-cssproperties | 96 open INFO, "svn info '$file' |" or die; 97 while (<INFO>) { 102 close INFO;
|
/frameworks/base/core/java/android/accessibilityservice/ |
IAccessibilityServiceConnection.aidl | 29 void setServiceInfo(in AccessibilityServiceInfo info);
|
/frameworks/base/core/java/com/android/internal/appwidget/ |
IAppWidgetHost.aidl | 26 void providerChanged(int appWidgetId, in AppWidgetProviderInfo info);
|
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 60 * INFO 63 * INFO 166 } else if (value >= 800) { // INFO 167 return Log.INFO;
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsTransactionManager.java | 100 * @param info 103 int code, String info) { 109 tx.notifyError(new ImErrorInfo(code, info)); 111 ImpsLog.log("Ignoring possible server transaction error " + code + info);
|
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 84 // The main block of info about the "primary" or "active" call, 93 // Info about the "secondary" call, which is the "call on hold" when 178 // "Caller info" area, including photo / name / phone numbers / etc 187 // "Other call" info area 207 // type of the CallCard, load up the main caller info area, and 267 // Display the background call in the main info area of the 306 // Display caller-id info and photo from the incoming call: 309 // And even in the Call Waiting case, *don't* show any info about 311 // (Since the caller-id info for the incoming call totally trumps 312 // any info about the current call(s) in progress. 430 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null \/* conn *\/); local 453 CallerInfo info = null; local 476 PhoneUtils.CallerInfoToken info = local 875 CallerInfo info = infoToken.currentInfo; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 50 sLogger.info("Cannot find test_data environment variable, init to class loader"); 54 sLogger.info("Running as an Eclipse Plug-in JUnit test, using FileLocator"); 62 sLogger.info("Running as an plain JUnit test, using url as-is"); 72 sLogger.info("Fixing test_data env variable (does not end with path separator)");
|
/system/core/include/cutils/ |
cpu_info.h | 25 ** or NULL if cpu info not available.
|
/system/core/run-as/ |
package.h | 37 extern int get_package_info(const char* packageName, PackageInfo* info);
|
/external/esd/include/ |
esd.h | 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */ 66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */ 200 esd_format_t format; /* magic int with the format info */ 216 esd_format_t format; /* magic int with the format info */ 231 esd_format_t format; /* magic int with the format info */ 270 /* print all info to stdout */ 284 /* call to update the info structure with new information, and call callbacks */ 285 esd_info_t *esd_update_info( int esd, esd_info_t *info, 289 /* release all memory allocated for the esd info structure * [all...] |
/external/grub/stage2/ |
common.c | 249 /* Get the drive info. */ 261 struct drive_info *info = (struct drive_info *) addr; local 280 info->drive_number = drive; 281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) 283 info->drive_cylinders = geom.cylinders; 284 info->drive_heads = geom.heads; 285 info->drive_sectors = geom.sectors; 291 info->size = addr - (unsigned long) info; 292 mbi.drives_length += info->size [all...] |
/external/icu4c/common/ |
udataswp.c | 255 pHeader->info.sizeofUChar!=2 263 infoSize=ds->readUInt16(pHeader->info.size); 287 outHeader->info.isBigEndian = ds->outIsBigEndian; 288 outHeader->info.charsetFamily = ds->outCharset; 294 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode); 383 pHeader->info.sizeofUChar!=2 389 inIsBigEndian=(UBool)pHeader->info.isBigEndian; 390 inCharset=pHeader->info.charsetFamily; 394 infoSize=pHeader->info.size [all...] |