/packages/apps/CertInstaller/res/values/ |
strings.xml | 33 <!-- Title of the credential info -->
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
MimeHeader.java | 33 * The info is recorded from this header on LocalStore.appendMessages and is put back
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
EventLogLogger.java | 74 // TODO: Add more info to startMethod
|
/packages/apps/Settings/res/layout/ |
wifi_ap_dialog.xml | 27 <LinearLayout android:id="@+id/info"
|
/sdk/ddms/app/src/com/android/ddms/ |
PrefsDialog.java | 196 mPrefStore.setDefault(PREFS_LOG_LEVEL, "info"); //$NON-NLS-1$ 339 setTitle("Info Panels"); 442 { "Info", LogLevel.INFO.getStringValue() },
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 48 PlotRenderingInfo info,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewInfoPart.java | 31 * Generic info section part for overview page: it displays all the attributes from
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
EclipseTestCollector.java | 62 //sLogger.log(Level.INFO, "Could not load class " + filePath);
|
/system/core/fastboot/ |
protocol.c | 64 if(!memcmp(status, "INFO", 4)) {
|
/system/core/sh/ |
shell.h | 48 * When debugging is on, debugging info will be written to ./trace and
|
/system/extras/tests/fstest/ |
README | 61 adb shell perm_checker | grep "^# INFO #" | sort | uniq
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalTrace.h | 98 }Info;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/ |
txResult.h | 93 UINT32 TxCmpltStartPointIterator; /* Saves the last FW table index we got result-info from. */
|
/system/wlan/ti/wilink_6_1/Test/ |
rsnDbg.c | 113 /* Get 802_11 capability info */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
CmdInterpretWext.c | 309 /* Wireless Extension version info */ 561 struct iw_request_info info; local 562 info.cmd = SIOCGIWSCAN; 563 info.flags = 0; 615 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_ADDR_LEN); 624 event = iwe_stream_add_point(&info,event, end_buf, &iwe, my_current->Ssid.Ssid); 633 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_CHAR_LEN); 647 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_UINT_LEN); 660 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_FREQ_LEN); 671 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_QUAL_LEN) [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scr.h | 119 TScrClient clientArray[ SCR_CID_NUM_OF_CLIENTS ]; /**< array holding all clients' info */
|
/external/icu4c/i18n/ |
rbnf.cpp | 248 UChar* info; member in class:StringLocalizationInfo 256 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) 261 static StringLocalizationInfo* create(const UnicodeString& info, UParseError& perror, UErrorCode& status); 587 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) { 592 int32_t len = info.length(); 602 info.extract(p, len, status); 617 if (info) uprv_free(info); 683 LocalizationInfo* info, 695 init(description, info, perror, status) [all...] |
/external/opencore/fileformats/mp3/parser/src/ |
imp3ff.cpp | 54 static const char PVMP3METADATA_TRACKINFO_TRACKNUMBER_KEY[] = "track-info/track-number"; 58 static const char PVMP3METADATA_TRACKINFO_BITRATE_KEY[] = "track-info/bit-rate"; 59 static const char PVMP3METADATA_TRACKINFO_SAMPLERATE_KEY[] = "track-info/sample-rate"; 60 static const char PVMP3METADATA_TRACKINFO_AUDIO_FORMAT_KEY[] = "track-info/audio/format"; 61 static const char PVMP3METADATA_TRACKINFO_AUDIO_CHANNELS_KEY[] = "track-info/audio/channels"; 62 static const char PVMP3METADATA_TRACKINFO_AUDIO_CHANNEL_MODE_KEY[] = "track-info/audio/channel-mode"; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 93 Figure out how much VRAM is available. Put in video->info->video_mem. 573 &this->info.current_w, &this->info.current_h); 582 this->info.wm_available = 0; 586 this->info.hw_available = SDL_TRUE; 589 this->info.blit_hw = SDL_TRUE; 592 this->info.blit_fill = SDL_TRUE; 596 this->info.blit_hw_CC = SDL_TRUE; 599 this->info.blit_hw_A = SDL_TRUE; [all...] |
/external/v8/src/ |
jsregexp.cc | 3204 NodeInfo* info = that->info(); local 3695 NodeInfo info; local 4798 NodeInfo* info = that->info(); local 4811 NodeInfo* info = that->info(); local 5196 NodeInfo info = *node->info(); local [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdb | |
i686-unknown-linux-gnu-gdbtui | |
/bootable/recovery/minui/ |
graphics.c | 67 perror("failed to get fb0 info"); 73 perror("failed to get fb0 info");
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 44 private static final String PACKAGE_INFO = "package-info"; 161 * @param cf {@code non-null;} class file of "package-info" pseudo-class
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfo.java | 120 // We want to know whether the last "schedule info" (the unix times in the mTransitions 124 // no future plans (and thus no future schedule info) will report "true" from
|