/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebug.java | 36 * Displays info about all the user's calendars, for debugging. 38 * The info is displayed as a ListActivity, where each entry has the calendar name 59 * Task to fetch info from the database and display as a ListActivity. 74 * Fetches debugging info from the database 148 * Runs on the UI thread to display the debugging info. 150 * @param items The info items to display.
|
/system/wlan/ti/wilink_6_1/Test/ |
TxDbg.c | 182 WLAN_OS_REPORT(("301 - Print TxCtrl info.\n")); 184 WLAN_OS_REPORT(("303 - Print TxDataQueue info.\n")); 186 WLAN_OS_REPORT(("305 - Print TxMgmtQueue info.\n")); 189 WLAN_OS_REPORT(("308 - Print Tx HW queue info.\n")); 190 WLAN_OS_REPORT(("309 - Print Tx Xfer info.\n")); 191 WLAN_OS_REPORT(("310 - Print Tx result info.\n"));
|
/device/samsung/crespo/alsa-lib/src/control/ |
control_shm.c | 139 static int snd_ctl_shm_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) 144 // ctrl->u.card_info = *info; 149 *info = ctrl->u.card_info; 175 static int snd_ctl_shm_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info) 180 ctrl->u.element_info = *info; 185 *info = ctrl->u.element_info; 259 static int snd_ctl_shm_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) 264 ctrl->u.hwdep_info = *info; 269 *info = ctrl->u.hwdep_info; 287 static int snd_ctl_shm_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info) [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
svccoll.cpp | 247 CollatorInfo** info; member in class:TestFactory 252 for (CollatorInfo** p = info; *p; ++p) { 262 : info(_info) 267 for (p = info; *p; ++p) {} 268 count = (int32_t)(p - info); 272 for (CollatorInfo** p = info; *p; ++p) { 275 delete[] info; 311 ids[i] = info[i]->locale.getName(); 368 CollatorInfo** info = new CollatorInfo*[4]; local 369 if (!info) { [all...] |
/external/icu4c/test/intltest/ |
svccoll.cpp | 245 CollatorInfo** info; member in class:TestFactory 250 for (CollatorInfo** p = info; *p; ++p) { 260 : info(_info) 265 for (p = info; *p; ++p) {} 266 count = (int32_t)(p - info); 270 for (CollatorInfo** p = info; *p; ++p) { 273 delete[] info; 309 ids[i] = info[i]->locale.getName(); 366 CollatorInfo** info = new CollatorInfo*[4]; local 367 if (!info) { [all...] |
/external/webkit/WebCore/inspector/ |
JavaScriptDebugServer.cpp | 175 BreakpointInfo* info = sourceBreakpoints->get(lineNumber); local 176 if (!info) 179 updateBreakpointInfo(info, condition); 192 BreakpointInfo* info = breakpointInfo(sourceID, lineNumber); local 193 if (!info) 195 updateBreakpointInfo(info, condition); 198 void JavaScriptDebugServer::updateBreakpointInfo(BreakpointInfo* info, const UString& condition) 200 info->setCondition(condition); 209 BreakpointInfo* info = sourceBreakpoints->get(lineNumber); 210 if (!info) 224 BreakpointInfo* info = breakpointInfo(sourceID, lineNumber); local [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 389 * info A pointer to an information block for the section 394 * load_addr and run_addr fields of the section info structure. Returns TRUE 404 struct LDR_SECTION_INFO * info, unsigned align); 410 * info A pointer to an information block for the section 416 * The content of the info->name field is undefined on call to this function. 419 struct LDR_SECTION_INFO * info); 454 * info Section info for the section in which the address resides 462 LDR_ADDR locn, struct LDR_SECTION_INFO * info, 471 * info Section info for the section in which the address reside [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/ |
dir | 2 This is the file .../info/dir, which contains the topmost node of 3 the Info hierarchy. The first time you invoke Info you start off 6 File: dir Node: Top This is the top of the INFO tree 8 Typing "q" exits, "?" lists all Info commands, "d" returns here, 12 --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --- 14 In Ubuntu, Info `dir' entries are added with the command 15 `install-info'. Please refer to install-info(8) for usage details. 152 * vcd-info: (vcdimager)vcd-info. Video CD diagnostic too [all...] |
dir.old | 2 This is the file .../info/dir, which contains the topmost node of 3 the Info hierarchy. The first time you invoke Info you start off 6 File: dir Node: Top This is the top of the INFO tree 8 Typing "q" exits, "?" lists all Info commands, "d" returns here, 12 --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --- 14 In Ubuntu, Info `dir' entries are added with the command 15 `install-info'. Please refer to install-info(8) for usage details. 152 * vcd-info: (vcdimager)vcd-info. Video CD diagnostic too [all...] |
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 253 * track info). 701 List<String> info = new ArrayList<String>(); local 702 info.add(getType().toString()); 703 return info; 734 * Not supported. Info should not be needed for this type 782 List<String> info = super.getInfo(); local 783 info.add(getTrack()); 784 return info; 802 List<String> info = super.getInfo(); local 803 info.add(getURL()) 839 List<String> info = super.getInfo(); local 898 List<String> info = super.getInfo(); local 989 List<String> info = super.getInfo(); local 1081 List<String> info = super.getInfo(); local 1148 List<String> info = super.getInfo(); local 1169 List<String> info = super.getInfo(); local [all...] |
/external/bluetooth/glib/gobject/ |
gvaluetypes.c | 369 GTypeInfo info = { local 397 info.value_table = &value_table; 398 type = g_type_register_fundamental (G_TYPE_CHAR, g_intern_static_string ("gchar"), &info, &finfo, 0); 400 type = g_type_register_fundamental (G_TYPE_UCHAR, g_intern_static_string ("guchar"), &info, &finfo, 0); 417 info.value_table = &value_table; 418 type = g_type_register_fundamental (G_TYPE_BOOLEAN, g_intern_static_string ("gboolean"), &info, &finfo, 0); 435 info.value_table = &value_table; 436 type = g_type_register_fundamental (G_TYPE_INT, g_intern_static_string ("gint"), &info, &finfo, 0); 438 type = g_type_register_fundamental (G_TYPE_UINT, g_intern_static_string ("guint"), &info, &finfo, 0); 455 info.value_table = &value_table [all...] |
/external/quake/quake/src/WinQuake/ |
sys_dos.cpp | 209 __dpmi_meminfo info;
local 221 info.size = last_locked - 4096;
222 info.address = __djgpp_base_address + 4096;
226 if(__dpmi_lock_linear_region(&info))
229 info.address, info.size/1024);
263 info.address = last_locked + __djgpp_base_address;
267 info.size = __djgpp_selector_limit + 1 - last_locked;
269 while (info.size > 0 && __dpmi_lock_linear_region(&info))
[all...] |
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 229 bool SkAnimatorScript::EvalMemberCommon(SkScriptEngine* engine, const SkMemberInfo* info, 232 SkDisplayTypes type = original = (SkDisplayTypes) info->getType(); 233 if (info->fType == SkType_Array) 242 SkASSERT(info->getCount() == 1); 243 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) 244 value->fOperand.fS32 = *(int32_t*) info->memberData(displayable); // OK for SkScalar too 252 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) { 253 info->getString(displayable, &displayableString) 291 const SkMemberInfo* info = displayable->getMember(name.c_str()); local 308 const SkMemberInfo* info = displayable->getMember(name.c_str()); local [all...] |
/frameworks/base/media/libstagefright/rtsp/ |
MyHandler.h | 521 TrackInfo *info = &mTracks.editItemAt(i); local 523 info->mPacketSource->signalEOS(ERROR_END_OF_STREAM); 525 if (!info->mUsingInterleavedTCP) { 526 mRTPConn->removeStream(info->mRTPSocket, info->mRTCPSocket); 528 close(info->mRTPSocket); 529 close(info->mRTCPSocket); 932 i = response->mHeaders.indexOfKey("rtp-info"); 959 TrackInfo *info = &mTracks.editItemAt(trackIndex); local 960 info->mFirstSeqNumInSegment = seq 1046 TrackInfo *info = &mTracks.editItemAt(mTracks.size() - 1); local [all...] |
/external/bluetooth/glib/gio/ |
gfile.c | 196 GFileInfo *info, 210 GFileInfo *info, 218 GFileInfo **info, 946 GFileInfo *info; local 983 GFileInfo *info; local 1937 GFileInfo *info; local 1993 GFileInfo *info; local 2150 GFileInfo *info; local 2210 GFileInfo *info; local 2308 GFileInfo *info; local 4003 GFileInfo *info; member in struct:__anon2008 4022 GFileInfo *info; local 4079 GFileInfo *info; member in struct:__anon2009 4098 GFileInfo *info; local 4584 GFileInfo *info; member in struct:__anon2013 5082 GFileInfo *info; local 5162 GFileInfo *info; local 5277 GFileInfo *info; local [all...] |
/build/tools/releasetools/ |
sign_target_files_apks | 105 for info in input_tf_zip.infolist(): 106 if info.filename.endswith(".apk"): 107 name = os.path.basename(info.filename) 139 for info in input_tf_zip.infolist(): 140 data = input_tf_zip.read(info.filename) 141 out_info = copy.copy(info) 142 if info.filename.endswith(".apk"): 143 name = os.path.basename(info.filename) 153 elif info.filename in ("SYSTEM/build.prop", 155 print "rewriting %s:" % (info.filename, [all...] |
/development/host/windows/usb/api/ |
adb_api.cpp | 70 AdbInterfaceInfo* info,
84 bool ret = adb_ienum_object->Next(info, size);
290 AdbEndpointInformation* info) {
297 bool ret = adb_object->GetEndpointInformation(endpoint_index, info);
307 AdbEndpointInformation* info) {
310 info);
314 AdbEndpointInformation* info) {
317 info);
375 AdbEndpointInformation* info) {
382 bool ret = adb_object->GetEndpointInformation(info);
[all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 187 * Logs a message with <code>java.util.logging.Level.INFO</code>. 190 * @see org.apache.commons.logging.Log#info(Object) 192 public void info(Object message) { method in class:Jdk14Logger 193 log(Level.INFO, String.valueOf(message), null); 198 * Logs a message with <code>java.util.logging.Level.INFO</code>. 202 * @see org.apache.commons.logging.Log#info(Object, Throwable) 204 public void info(Object message, Throwable exception) { method in class:Jdk14Logger 205 log(Level.INFO, String.valueOf(message), exception); 234 * Is info logging currently enabled? 237 return (getLogger().isLoggable(Level.INFO)); [all...] |
/external/grub/docs/ |
Makefile.in | 74 INFO_DEPS = $(srcdir)/grub.info $(srcdir)/multiboot.info 224 .SUFFIXES: .S .c .dvi .html .info .o .obj .pdf .ps .texi 303 .texi.info: 307 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 346 $(srcdir)/grub.info: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS) 369 $(srcdir)/multiboot.info: multiboot.texi $(multiboot_TEXINFOS) 376 uninstall-info-am: 378 @if (install-info --version && [all...] |
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 76 logging.info("Line has more than one '|': " + line) 83 logging.info("Lins has non-numeric load time: " + line) 108 log_level = logging.INFO 169 logging.info("Running the test ...") 210 logging.info(crashed_test + " CRASHED") 213 logging.info("Resuming reliability test runner...") 223 logging.info(adb_output) 224 logging.info("Done\n") 229 logging.info("Crashed URL list stored in: " + crashed_file) 232 logging.info("No crash found." [all...] |
/build/tools/lsd/ |
lsd.c | 135 INFO("Opening %s...\n", full_path); 141 INFO("Calling elf_begin(%s)...\n", full_path); 153 INFO("Making sure %s is a shared library or an executable...\n", 174 INFO("Locating %d sections in %s...\n", source->shnum, full_path); 180 INFO("\tfound section [%s]...\n", elf_strptr(source->elf, source->shstrndx, shdr->sh_name)); 228 INFO("File [%s] does not have a dynamic section!\n", full_path); 308 INFO("*** symbol [%s:%s] is imported (UNDEFIEND).\n", 321 INFO("is_symbol_imported(): [%s] is a library, " 328 INFO("*** [%s:%s] checking further to see if symbol is imported.\n", 367 INFO("*** symbol [%s:%s] is imported [all...] |
/external/chromium/base/ |
message_pump_mac.mm | 20 void NoOp(void* info) { 64 timer_context.info = this; 75 source_context.info = this; 102 observer_context.info = this; 251 void* info) { 252 MessagePumpCFRunLoopBase* self = static_cast<MessagePumpCFRunLoopBase*>(info); 267 void MessagePumpCFRunLoopBase::RunWorkSource(void* info) { 268 MessagePumpCFRunLoopBase* self = static_cast<MessagePumpCFRunLoopBase*>(info); 301 void MessagePumpCFRunLoopBase::RunDelayedWorkSource(void* info) { 302 MessagePumpCFRunLoopBase* self = static_cast<MessagePumpCFRunLoopBase*>(info); [all...] |
/build/core/ |
envsetup.mk | 349 $(info ============================================) 350 $(info PLATFORM_VERSION_CODENAME=$(PLATFORM_VERSION_CODENAME)) 351 $(info PLATFORM_VERSION=$(PLATFORM_VERSION)) 352 $(info TARGET_PRODUCT=$(TARGET_PRODUCT)) 353 $(info TARGET_BUILD_VARIANT=$(TARGET_BUILD_VARIANT)) 354 $(info TARGET_SIMULATOR=$(TARGET_SIMULATOR)) 355 $(info TARGET_BUILD_TYPE=$(TARGET_BUILD_TYPE)) 356 $(info TARGET_BUILD_APPS=$(TARGET_BUILD_APPS)) 357 $(info TARGET_ARCH=$(TARGET_ARCH)) 358 $(info HOST_ARCH=$(HOST_ARCH) [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_unittest.cc | 67 net::HostResolver::RequestInfo info(server_.kHostName, server_.kOKHTTPSPort); 68 int rv = resolver_->Resolve(info, &addr, NULL, NULL, NULL); 111 net::HostResolver::RequestInfo info(server_.kHostName, server_.kBadHTTPSPort); 112 int rv = resolver_->Resolve(info, &addr, NULL, NULL, NULL); 155 net::HostResolver::RequestInfo info(server_.kMismatchedHostName, 157 int rv = resolver_->Resolve(info, &addr, NULL, NULL, NULL); 205 net::HostResolver::RequestInfo info(server_.kHostName, server_.kOKHTTPSPort); 206 int rv = resolver_->Resolve(info, &addr, &callback, NULL, NULL); 267 net::HostResolver::RequestInfo info(server_.kHostName, server_.kOKHTTPSPort); 268 int rv = resolver_->Resolve(info, &addr, &callback, NULL, NULL) [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8NPObject.cpp | 212 v8::Handle<v8::Value> npObjectNamedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 215 return npObjectGetProperty(info.Holder(), identifier, name); 218 v8::Handle<v8::Value> npObjectIndexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 221 return npObjectGetProperty(info.Holder(), identifier, v8::Number::New(index)); 261 v8::Handle<v8::Value> npObjectNamedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 264 return npObjectSetProperty(info.Holder(), identifier, value); 268 v8::Handle<v8::Value> npObjectIndexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 271 return npObjectSetProperty(info.Holder(), identifier, value); 286 v8::Handle<v8::Array> npObjectPropertyEnumerator(const v8::AccessorInfo& info, bool namedProperty) 288 NPObject* npObject = v8ObjectToNPObject(info.Holder()) [all...] |