/external/bluetooth/bluez/compat/ |
hidd.c | 537 inquiry_info *info = NULL; local 557 num_rsp = hci_inquiry(dev_id, length, num_rsp, NULL, &info, flags); 560 memcpy(class, (info+i)->dev_class, 3); 562 bacpy(&dst, &(info+i)->bdaddr); 574 memcpy(class, (info+i)->dev_class, 3); 578 bacpy(&dst, &(info+i)->bdaddr); 587 bt_free(info);
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 136 * A convenience method equivalent to isLoggable(INFO). 140 return (INFO <= m_level); 189 * at INFO level. 193 public final void info (final String msg) method in class:Logger 195 _log (INFO, null, msg, false); 380 return ILogLevels.INFO; 405 return ILogLevels.INFO; // default to something middle of the ground
|
/external/expat/xmlwf/ |
xmlwf.c | 561 unknownEncoding(void *userData, const XML_Char *name, XML_Encoding *info) 583 if (!codepageMap(cp, info->map)) 585 info->convert = unknownEncodingConvert; 588 info->release = free; 589 info->data = malloc(sizeof(int)); 590 if (!info->data) 592 *(int *)info->data = cp;
|
/external/kernel-headers/original/asm-x86/ |
processor_32.h | 277 struct info *info; member in struct:i387_soft_struct 358 /* fault info */ 360 /* floating point info */ 362 /* virtual 86 mode info */ 431 #define KSTK_TOP(info) \ 433 unsigned long *__ptr = (unsigned long *)(info); \
|
/external/libxml2/ |
xmlmemory.c | 155 * a malloc() equivalent, with logging of the allocation info. 223 * a malloc() equivalent, with logging of the allocation info. 288 * a malloc() equivalent, with logging of the allocation info. 306 * a realloc() equivalent, with logging of the allocation info. 387 * a realloc() equivalent, with logging of the allocation info. 474 * a strdup() equivalent, with logging of the allocation info. 535 * a strdup() equivalent, with logging of the allocation info.
|
/external/opencore/android/ |
metadatadriver.cpp | 34 "track-info/track-number", 46 "track-info/codec-name", 50 "track-info/bit-rate", 51 "track-info/frame-rate", 52 "track-info/video/format", 53 "track-info/video/height", 54 "track-info/video/width",
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_dequantize_sample.cpp | 61 mp3Header *info mp3 header info 191 mp3Header *info) 196 int32 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1); 207 if (info->version_x != MPEG_1)
|
pvmp3_huffman_parsing.cpp | 48 mp3Header *info mp3 header info 129 mp3Header *info) 146 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1); 153 if (info->version_x == MPEG_1)
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
pvmf_omx_videodec_node.cpp | 90 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_FORMAT_KEY[] = "codec-info/video/format"; 91 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_WIDTH_KEY[] = "codec-info/video/width"; 92 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_HEIGHT_KEY[] = "codec-info/video/height"; 93 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_PROFILE_KEY[] = "codec-info/video/profile"; 94 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_LEVEL_KEY[] = "codec-info/video/level"; 95 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_AVGBITRATE_KEY[] = "codec-info/video/avgbitrate";//(bits per sec) [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
213 info = MidiSegInfo(segment)
215 self.segList.SetStringItem(index, 1, TimeStr(info.iLengthInMs))
451 info = self.graph.LoadSegment(segment)
453 if info <> None:
454 for track in info.trackList:
501 logging.info("Waiting on shutdown %d" % (self.GetThreadShutdownFlag()))
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 210 PackageInfo info = packages.get(p); local 213 System.out.print(info.applicationInfo.sourceDir); 216 System.out.println(info.packageName); 806 PackageInfo info = mPm.getPackageInfo(pckg, 0); local 807 if (info != null && info.applicationInfo != null) { 809 System.out.println(info.applicationInfo.sourceDir); [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.cpp | 61 mp3Header *info mp3 header info 191 mp3Header *info) 196 int32 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1); 207 if (info->version_x != MPEG_1)
|
pvmp3_huffman_parsing.cpp | 48 mp3Header *info mp3 header info 129 mp3Header *info) 146 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1); 153 if (info->version_x == MPEG_1)
|
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 47 final ActivityInfo info; // all about me field in class:HistoryRecord 182 info = aInfo; 237 || aInfo.applicationInfo.uid == _caller.info.uid)) { 479 Bundle info = new Bundle(); local 480 info.putString("shortMsg", "keyDispatchingTimedOut"); 481 info.putString("longMsg", "Timed out while dispatching key event"); 483 r.app, Activity.RESULT_CANCELED, info);
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxList.java | 252 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo info) { 253 super.onCreateContextMenu(menu, v, info); 254 AdapterView.AdapterContextMenuInfo menuInfo = (AdapterView.AdapterContextMenuInfo) info; 268 AdapterView.AdapterContextMenuInfo info = local 273 onRefresh(info.id); 276 onOpenMailbox(info.id); 335 * Special constructor to cache some local info
|
/packages/apps/Settings/src/com/android/settings/ |
InstalledAppDetails.java | 86 // Views related to cache info 139 // Refresh size info 419 // Get application info again to refresh changed properties of application 433 // Refresh size info 450 * Private method to handle get size info notification from observer when 452 * info has to be refreshed in the manage applications screen as well as the current screen. 497 // Set cache info
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 481 NetworkInfo[] info = connectivity.getAllNetworkInfo(); local 482 if (info != null) { 483 for (int i = 0; i < info.length; i++) { 484 if (info[i].getState() == NetworkInfo.State.CONNECTED) { 508 NetworkInfo info = connectivity.getActiveNetworkInfo(); local 509 if (info != null && info.getType() == ConnectivityManager.TYPE_MOBILE) {
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
cpp.info | 1 This is doc/cpp.info, produced by makeinfo version 4.8 from 27 INFO-DIR-SECTION Software development 28 START-INFO-DIR-ENTRY 30 END-INFO-DIR-ENTRY 33 File: cpp.info, Node: Top, Next: Overview, Up: (dir) 161 File: cpp.info, Node: Overview, Next: Header Files, Prev: Top, Up: Top 221 File: cpp.info, Node: Character sets, Next: Initial processing, Up: Overview 271 File: cpp.info, Node: Initial processing, Next: Tokenization, Prev: Character sets, Up: Overview 405 File: cpp.info, Node: Tokenization, Next: The preprocessing language, Prev: Initial processing, Up: Overview 554 File: cpp.info, Node: The preprocessing language, Prev: Tokenization, Up: Overvie [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
cpp.info | 1 This is doc/cpp.info, produced by makeinfo version 4.8 from 27 INFO-DIR-SECTION Software development 28 START-INFO-DIR-ENTRY 30 END-INFO-DIR-ENTRY 33 File: cpp.info, Node: Top, Next: Overview, Up: (dir) 161 File: cpp.info, Node: Overview, Next: Header Files, Prev: Top, Up: Top 221 File: cpp.info, Node: Character sets, Next: Initial processing, Up: Overview 271 File: cpp.info, Node: Initial processing, Next: Tokenization, Prev: Character sets, Up: Overview 405 File: cpp.info, Node: Tokenization, Next: The preprocessing language, Prev: Initial processing, Up: Overview 554 File: cpp.info, Node: The preprocessing language, Prev: Tokenization, Up: Overvie [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
pvmf_jitter_buffer.h | 99 //Timestamp info 109 //Seq num info 120 //Packet info 126 //Timestamp info 136 //Seq num info 723 JB uses this callback to notify the the JB user about some info event. 841 This API provides the info about the memory pool that is allocated for persisting the media [all...] |
/external/opencore/protocols/sdp/parser/src/ |
basemediainfoparser.cpp | 157 // There must be number of ports info after the slash 163 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info")); 172 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info")); 178 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info")); 190 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad m= line format for ports info")); 245 // Parse the payload number info only and see if there 419 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad a=rtpmap line format for channel info")); 429 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad a=rtpmap line format for channel info")); 435 PVMF_SDP_PARSER_LOGERROR((0, "SDPBaseMediaInfoParser::parseMediaInfo - Bad a=rtpmap line format for channel info")); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_video.c | 456 this->info.wm_available = 1; 457 this->info.hw_available = 1; 458 this->info.blit_hw = 1; 459 this->info.blit_hw_CC = 1; 460 this->info.blit_hw_A = 1; 461 this->info.blit_fill = 1; 462 this->info.video_mem = caps.video_memory / 1024; 463 this->info.current_w = dlc.width; 464 this->info.current_h = dlc.height;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | 238 final CellInfo info = (CellInfo) super.getTag(); 239 if (mDirtyTag && info.valid) { 247 findIntersectingVacantCells(info, info.cellX, info.cellY, xCount, yCount, occupied); 251 return info; 965 VacantCell info = sRoot; local [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CodeItem.java | 70 * {@code null-ok;} the debug info or {@code null} if there is none; 185 out.println("debug info"); 285 out.annotate(0, " debug info");
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 788 assertEquals(Level.INFO, root.getLevel()); 809 assertEquals(Level.INFO, root.getLevel()); 853 // assertEquals(m.getProperty(".level"), "INFO"); [all...] |