/external/qemu/slirp/ |
tcp.h | 109 * We don't use the system headers on unix because we have conflicting 127 #define TCPS_SYN_SENT 2 /* active, have sent syn */ 128 #define TCPS_SYN_RECEIVED 3 /* have send and received syn */ 133 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ 137 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
|
/external/quake/quake/src/WinQuake/data/ |
HELP.TXT | 36 Please have the following information handy.
51 Please have pencil and paper handy.
103 You must be 18 years of age or have parental permission
115 If you have an unfavorable experience using our services, please
117 from you if you have something positive to share with us. Kindly
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv6.js | 35 // Only mapped and compat addresses can have IPv4 syntax embedded. 52 // Can only have one "::" contraction in an IPv6 string literal. 70 // Too many bits specified -- the contraction would have to be zero-length 77 // Cannot have a trailing colon. 81 // Cannot have negative numbers.
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLInputElementCustom.cpp | 48 return throwError("Accessing selectionStart on an input element that cannot have a selection."); 61 throwError("Accessing selectionStart on an input element that cannot have a selection."); 74 return throwError("Accessing selectionEnd on an input element that cannot have a selection."); 87 throwError("Accessing selectionEnd on an input element that cannot have a selection."); 101 return throwError("Calling setSelectionRange on an input element that cannot have a selection.");
|
/external/webkit/Source/WebCore/loader/ |
FTPDirectoryParser.h | 14 * You should have received a copy of the GNU Library General Public License 60 ** parsed consistantly: NLSTings do not have unique characteristics - even 62 ** because some nlistings have more than one filename per line and/or 63 ** may have filenames that have spaces in them. Moreover, distinguishing
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 105 // we will have to parse everything... 137 // yet how many images we are going to have and need to 162 // If we have a QSize() something failed 216 // we have and we need to parse every image. We do this by 233 // have no images and need to set the failed bit.
|
/external/webkit/Source/WebCore/rendering/ |
RenderButton.cpp | 14 * You should have received a copy of the GNU Library General Public License 79 // will have the initial box flex value, 0. The current value is 1, because we set 141 // Input elements can't have children, but button elements can. We'll 143 // can also have children. 187 // enters the page cache. But we currently have no way of being notified
|
/external/webkit/Source/WebCore/wml/ |
WMLImageElement.cpp | 14 * You should have received a copy of the GNU Library General Public License 109 // If we have no image at all because we have no src attribute, set 125 // If we have been inserted from a renderer-less document, 126 // our loader may have not fetched the image, so do it now.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsTransaction.java | 42 * The list of databases that have been enlisted in this transaction. 52 * Whether any actual changes have been made successfully in this transaction. 57 * Whether a yield operation failed with an exception. If this occurred, we may not have a 92 * list of affected databases and starts a transaction on it. If we already have the given 164 // If an exception was thrown while yielding, it's possible that we no longer have
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 18 You should have received a copy of the GNU General Public License 36 /* No parameter shall have this value. */ 74 table PARAMS using PARAMS_SET to indicate which have been 99 using PARAMS_SET to indicate which have been explicitly set. */ 109 /* Note that all parameters have been added and all default values
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.h | 18 You should have received a copy of the GNU General Public License 36 /* No parameter shall have this value. */ 74 table PARAMS using PARAMS_SET to indicate which have been 99 using PARAMS_SET to indicate which have been explicitly set. */ 109 /* Note that all parameters have been added and all default values
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 18 You should have received a copy of the GNU General Public License 36 /* No parameter shall have this value. */ 74 table PARAMS using PARAMS_SET to indicate which have been 99 using PARAMS_SET to indicate which have been explicitly set. */ 109 /* Note that all parameters have been added and all default values
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
ChildCountDetector.java | 42 * Check which makes sure that views have the expected number of declared 50 "Checks that ScrollViews have exactly one child widget", 51 "ScrollViews can only have one child widget. If you want more children, wrap them " + 99 context.getLocation(element), "A scroll view can have only one child", 107 "A list/grid should have no children declared in XML", null);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest2.java | 178 // does not consume. Have to make sure we can load object properly AND 396 * answering if the vars have the value that it have to have after 435 * answering if the vars have the value that it have to have after 478 * answering if the vars have the value that it have to have afte [all...] |
/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 46 * in practice you'll have an instance of either {@code Inet4Address} or {@code Inet6Address} (this 50 * <p>An {@code InetAddress} may have a hostname (accessible via {@code getHostName}), but may not, 157 * in {@code obj}. Two addresses are equal if their address byte arrays have 254 // If inet_pton(3) can't parse it, it must have been a deprecated format. 343 * <li>If you have a connected socket, you should probably use 347 * address use?"; you have to actually make the connection and see.)</li> 352 * <p>Note that if the host doesn't have a hostname set – as 386 // Do we have a result cached? 413 // If the failure appears to have been a lack of INTERNET permission, throw a clear 515 * <p>Valid IPv6 link-local addresses have the prefix {@code fe80::/10} [all...] |
/external/libmtp/ |
README | 64 To have libmtp LIBS and CFLAGS defined. Needless to say, this will 65 only work if you have pkgconfig installed on your system, but most 66 people have nowadays. 68 If your library is installed in e.g. /usr/local you may have to tell 78 It will be output in doc/html if you have Doxygen properly 79 installed. (It will not be created unless you have Doxygen!) 104 day-to-day usage by commandline freaks, I would have 148 drivers that may have attached to the device making 161 of your employees as a contact person for libmtp, have them 164 mailing list. By the way: do you have spare devices yo [all...] |
/dalvik/vm/ |
LinearAlloc.cpp | 45 is in flux, so for now we just have a single global region and the 58 boundaries for some architectures, so we have a 50-50 chance of getting 120 * which means we have to advance to the next BLOCK_ALIGN address and 178 * We have to make the first page readable because we have 4 pad bytes, 180 * generic code below assumes that there could have been a previous 182 * must have been marked readable by the previous allocation. 187 * the extra page now that we have ashmem?] 296 * know we have room for that, and round up to BLOCK_ALIGN. That's 310 * We don't have to abort here. We could fall back on the syste [all...] |
/external/libpcap/ |
INSTALL.txt | 8 the tcpdump and libpcap directory trees have the same parent 18 particular type. (If you have HP-UX, see below.) If your system uses a 24 the circumstance where this works are limited. For example if you have 41 have (unless it's really old). The current version of flex is available 65 out of the box OSF and BSD/OS have bpf. If your system does not support 70 Note well: you MUST have kernel source for your operating system in 94 before running configure. (You might have to do a "make distclean" 130 If you use HP-UX, you must have at least version 9 and either the 133 have: 138 then you don't have the streams package. In addition, we believe yo [all...] |
/frameworks/base/docs/html/training/multiple-apks/ |
api.jd | 39 href="http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-it-too.html"> 40 How to have your (Cup)cake and eat it too</a></li> 65 href="http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-it-too.html"> 76 <li>You don?t have to worry about market preference, behavior from "upgrades" from one APK to the 93 easily, and have an easy reference for later.</p> 149 likelihood of mistakes that could have been easily avoided.</p> 180 Also remember that each APK needs to have the same package name, although they don?t necessarily 181 need to share the package name with the library. If you were to have 3 APKs following the scheme 195 your application initialization in one place, so that each individual APK doesn?t have to 258 Because it is required that an APK with a higher minSdkVersion also have [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqMultiClientTestCase03.java | 25 * have no effect against another channel. 54 * However, it should have no efferct. 64 * However, it should have no efferct.
|
/cts/tests/tests/media/src/android/media/cts/ |
RingtoneManagerTest.java | 84 assertTrue("Must have at least one ring tone available", c.getCount() > 0); 117 assertTrue("Must have at least one alarm tone available", c.getCount() > 0); 124 assertTrue("Must have at least one ring tone available", c.getCount() > 0);
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 4 * Requires r0/r1 to have been previously checked for null. Will 31 * At this point, we have: 53 * At this point we have:
|
/development/ndk/platforms/android-3/include/android/ |
log.h | 41 * Each log message must have 54 * and have them appear on a single line in logcat. 113 * Log an assertion failure and SIGTRAP the process to have a chance
|
/device/sample/frameworks/PlatformLibrary/ |
README.txt | 41 the Android API. In the future we will allow shared libraries to have their 70 - A LOCAL_JAVA_LIBRARIES line in the Android.mk to have the build system link 73 - A <uses-library> line in the AndroidManifest.xml to have the runtime load
|
/external/antlr/antlr-3.4/runtime/ActionScript/ |
README | 22 If you are interested in the latest, most bleeding edge version, have a look at 24 tarballs ready to download, so you don't have to install the perforce client. 64 have to sign the "Developer's Certificate of Origin", which can be found on
|