/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
AbstractPropertiesFieldsPart.java | 159 IRegion info = doc.getLineInformation(i); local 160 String line = doc.get(info.getOffset(), info.getLength()); 180 doc.replace(info.getOffset(), info.getLength(), line); 206 IRegion info = numLines > 0 ? doc.getLineInformation(numLines - 1) : null; local 207 if (info.getLength() == 0) { 209 doc.replace(info.getOffset(), info.getLength(), line); 274 IRegion info = doc.getLineInformation(i) local [all...] |
/external/svox/pico/lib/ |
picodata.h | 60 - 0x01 item info 1 61 - 0x02 item info 2 64 depending on the item type/info, a specific subheader may follow 189 #define PICODATA_ITEMINFO1_CMD_PLAY 'p' /* 112 play command : PU in info 2 will read items from file-->Filename in item content.*/ 190 #define PICODATA_ITEMINFO1_CMD_SAVE 's' /* 115 save command : PU in info 2 will save items to file-->Filename in item content.*/ 191 #define PICODATA_ITEMINFO1_CMD_UNSAVE 'u' /* 117 save command : PU in info 2 will stop saving items to file*/ 192 #define PICODATA_ITEMINFO1_CMD_PROSDOMAIN 'd' /* 100 prosody domain : domain type in info 2, domain name in item content */ 193 #define PICODATA_ITEMINFO1_CMD_SPELL 'e' /* 101 spell command : info 2 contains start/stop info, 195 #define PICODATA_ITEMINFO1_CMD_IGNSIG 'i' /* ignore signal command : info 2 contains start/stop info * [all...] |
/build/tools/releasetools/ |
edify_generator.py | 24 def __init__(self, version, info): 28 self.info = info 34 x = EdifyGenerator(self.version, self.info) 136 fstab = self.info.get("fstab", None) 145 what = self.info.get("partition_path", "") + what 147 (self.info["fs_type"], self.info["partition_type"], 171 fstab = self.info.get("fstab", None) 178 partition = self.info.get("partition_path", "") + partitio [all...] |
/external/bluetooth/glib/gobject/ |
gtypemodule.c | 82 GTypeInfo info; member in struct:_ModuleTypeInfo 90 GInterfaceInfo info; member in struct:_ModuleInterfaceInfo 96 GTypeInfo *info, 101 GInterfaceInfo *info); 334 GTypeInfo *info, 340 *info = module_type_info->info; 342 if (module_type_info->info.value_table) 343 *value_table = *module_type_info->info.value_table; 350 GInterfaceInfo *info) [all...] |
/external/chromium/net/socket/ |
tcp_client_socket_pool_unittest.cc | 232 HostResolver::RequestInfo info("www.google.com", 80); 233 int rv = handle.Init("a", info, LOW, &callback, pool_.get(), NULL); 248 HostResolver::RequestInfo info("unresolvable.host.name", 80); 251 "a", info, kDefaultPriority, &req, pool_.get(), NULL)); 259 HostResolver::RequestInfo info("a", 80); 262 "a", info, kDefaultPriority, &req, pool_.get(), NULL)); 269 "a", info, kDefaultPriority, &req, pool_.get(), NULL)); 373 HostResolver::RequestInfo info("www.google.com", 80); 376 "a", info, kDefaultPriority, &req, pool_.get(), NULL)); 392 HostResolver::RequestInfo info("www.google.com", 80) [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 411 * @param statbuf the stat info to fill in 595 DBusGroupInfo *info, 600 info->gid = g->gr_gid; 601 info->groupname = _dbus_strdup (g->gr_name); 603 /* info->members = dbus_strdupv (g->gr_mem) */ 605 if (info->groupname == NULL) 615 fill_group_info (DBusGroupInfo *info, 657 return fill_user_info_from_group (g, info, error); 676 return fill_user_info_from_group (g, info, error); 693 * @param info the group info struc [all...] |
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 28 Dwarf_Fileinfo info; member in struct:filelist 215 .info = 252 new_file->info.name = fname; 255 new_file->info.name = libdw_alloc (dbg, char, 1, 258 char *cp = new_file->info.name; 270 assert (strlen (new_file->info.name) 275 get_uleb128 (new_file->info.mtime, linep); 278 get_uleb128 (new_file->info.length, linep); 407 new_file->info.name = fname; 410 new_file->info.name [all...] |
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 107 logging.info(marker + " >>> " + str(params["new"][0]) + " new, " + 124 logging.info("Comparing results to " + ref_dir) 136 logging.info("Detailed diffs are in " + diff_result) 147 log_level = logging.INFO 165 logging.info("Generating test list."); 170 logging.info("Aborting because cannot generate test list.\n" + adb_output) 174 logging.info("Running tests") 223 logging.info(crashed_test + " CRASHED"); 226 logging.info("Resuming layout test runner..."); 237 logging.info("Done\n") [all...] |
/external/chromium/net/flip/ |
flip_session.cc | 46 LOG(INFO) << (*it).first << "==" << val; 67 // |info| output parameter for the HttpResponseInfo. 131 const HttpRequestInfo& info, flip::FlipHeaderBlock* headers) { 134 HttpUtil::HeadersIterator it(info.extra_headers.begin(), 135 info.extra_headers.end(), 152 (*headers)["method"] = info.method; 153 (*headers)["url"] = info.url.spec(); 155 if (info.user_agent.length()) 156 (*headers)["user-agent"] = info.user_agent; 157 if (!info.referrer.is_empty() [all...] |
/external/webkit/JavaScriptCore/runtime/ |
DatePrototype.cpp | 343 const ClassInfo DatePrototype::info = {"Date", &DateInstance::info, 0, ExecState::dateTable}; member in class:JSC::DatePrototype 419 if (!thisValue.inherits(&DateInstance::info)) 436 if (!thisValue.inherits(&DateInstance::info)) 453 if (!thisValue.inherits(&DateInstance::info)) 471 if (!thisValue.inherits(&DateInstance::info)) 486 if (!thisValue.inherits(&DateInstance::info)) 501 if (!thisValue.inherits(&DateInstance::info)) 510 if (!thisValue.inherits(&DateInstance::info)) 519 if (!thisValue.inherits(&DateInstance::info)) [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 119 const SkMemberInfo * info = animator->fFieldInfo; local 121 SkASSERT(info != NULL); 122 SkDisplayTypes type = (SkDisplayTypes) info->fType; 134 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL); 138 scriptValue.fType = info->getType(); 139 target->setProperty(info->propertyIndex(), scriptValue); 152 // SkASSERT(type == SkType_ARGB || type == SkType_String ||info->isSettable()); 154 info->setString(target, values->fString); 156 target->setReference(info, values->fDisplayable) 464 const SkMemberInfo* info = animate->fFieldInfo; local 745 const SkMemberInfo * info = animate->fFieldInfo; local [all...] |
/system/core/fastboot/ |
fastboot.c | 89 } else if(!strcmp(item,"info")) { 90 fn = "android-info.txt"; 147 int match_fastboot(usb_ifc_info *info) 149 if(!(vendor_id && (info->dev_vendor == vendor_id)) && 150 (info->dev_vendor != 0x18d1) && // Google 151 (info->dev_vendor != 0x0451) && 152 (info->dev_vendor != 0x0502) && 153 (info->dev_vendor != 0x0fce) && // Sony Ericsson 154 (info->dev_vendor != 0x05c6) && // Qualcomm 155 (info->dev_vendor != 0x22b8) && // Motorol [all...] |
/device/samsung/crespo/alsa-utils/amixer/ |
amixer.c | 83 static int info(void) function 88 snd_ctl_card_info_t *info; local 90 snd_ctl_card_info_alloca(&info); 98 if ((err = snd_ctl_card_info(handle, info)) < 0) { 99 error("Control device %s hw info error: %s", card, snd_strerror(err)); 102 printf("Card %s '%s'/'%s'\n", card, snd_ctl_card_info_get_id(info), 103 snd_ctl_card_info_get_longname(info)); 104 printf(" Mixer name : '%s'\n", snd_ctl_card_info_get_mixername(info)); 105 printf(" Components : '%s'\n", snd_ctl_card_info_get_components(info)); 142 static const char *control_type(snd_ctl_elem_info_t *info) 555 snd_ctl_elem_info_t *info; local 662 snd_ctl_elem_info_t *info; local 1209 snd_ctl_elem_info_t *info; local [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 19 // All inline comments related to the use of the JetPlayer class are preceded by "JET info:" 123 // JET info: the JetBoyThread receives all the events from the JET player 124 // JET info: through the OnJetEventListener interface. 173 // JET info: event IDs within the JET file. 174 // JET info: in this game 80 is used for sending asteroid across the screen 175 // JET info: 82 is used as game time for 1/4 note beat. 210 // JET info: the star of our show, a reference to the JetPlayer object. 293 // JET info: this are the mute arrays associated with the music beds in the 294 // JET info: JET file 419 // JET info: let's create our JetPlayer instance using the factory [all...] |
/build/tools/soslim/ |
cmdline.c | 102 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); 115 INFO ("option %s", long_options[option_index].name); 117 INFO (" with arg %s", optarg); 118 INFO ("\n");
|
/dalvik/vm/alloc/ |
HeapDebug.h | 29 int dvmGetHeapDebugInfo(HeapDebugInfoType info);
|
/development/tools/idegen/src/ |
Stopwatch.java | 26 Log.info(label + ": " + (now - last) + "ms");
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); 111 INFO ("option %s", long_options[option_index].name); 113 INFO (" with arg %s", optarg); 114 INFO ("\n");
|
/device/samsung/crespo/alsa-lib/src/timer/ |
timer_query_hw.c | 57 static int snd_timer_query_hw_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info) 59 if (!handle || !info) 61 if (ioctl(handle->poll_fd, SNDRV_TIMER_IOCTL_GINFO, info) < 0) 87 .info = snd_timer_query_hw_info,
|
/external/chromium/net/base/ |
fixed_host_resolver.h | 23 virtual int Resolve(const RequestInfo& info,
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_mlsd.h | 14 // Parser for MLSD directory listing (RFC-3659). For more info see
|
/external/chromium/net/tools/fetch/ |
http_session.cc | 17 HttpServerRequestInfo* info) {
|
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/ |
tstdtmod.h | 65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL 67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
|
/external/clearsilver/util/ |
rcfs.h | 13 * revision-controlled file system (RCFS) with meta-info storage
|
/external/dropbear/libtomcrypt/testprof/ |
makefile.shared | 21 libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | xargs` -o $@ -rpath $(LIBPATH) -version-info $(VERSION)
|