/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 28 .\" double quote, and \*(R" will give a right double quote. | will give a 29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 180 the library \f(CW\*(C`libc.a\*(C'\fR, which will come from the standard search 188 different argument will either have no further effect, or override prior 204 If the linker cannot recognize the format of an object file, it will 255 does not exist, or cannot be read, then the option will be treate [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 28 .\" double quote, and \*(R" will give a right double quote. | will give a 29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 180 the library \f(CW\*(C`libc.a\*(C'\fR, which will come from the standard search 188 different argument will either have no further effect, or override prior 204 If the linker cannot recognize the format of an object file, it will 255 does not exist, or cannot be read, then the option will be treate [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 28 .\" double quote, and \*(R" will give a right double quote. | will give a 29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 180 the library \f(CW\*(C`libc.a\*(C'\fR, which will come from the standard search 188 different argument will either have no further effect, or override prior 204 If the linker cannot recognize the format of an object file, it will 255 does not exist, or cannot be read, then the option will be treate [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 28 .\" double quote, and \*(R" will give a right double quote. | will give a 29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 180 the library \f(CW\*(C`libc.a\*(C'\fR, which will come from the standard search 188 different argument will either have no further effect, or override prior 204 If the linker cannot recognize the format of an object file, it will 255 does not exist, or cannot be read, then the option will be treate [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 16 file will be #included AFTER <malloc.h>. This is needed only if 78 requests for huge amounts of space, which will often fail. The 89 freed, free(p) will by default cuase the current program to abort. 196 obtain from the system. The size will be rounded up to a whole 197 page, and the rounded number will be returned from future calls 199 is larger than the current footprint, the heap will never grow 201 is smaller than the current footprint, the heap will not grow 215 value will be greater than current footprint if deallocated space 235 usmblks: the maximum total allocated space. This will be greater 403 memory will be locked between two used chunks, so they cannot b [all...] |
/bootable/recovery/minzip/ |
Hash.h | 7 * table will be resized. 29 * This function will be used to free entries in the table. This can be 47 * When an entry is released, we will call (HashFreeFunc)(entry->data). 73 * elements the table will hold, pass the result from mzHashSize() in.) 81 * this when you know ahead of time how many elements the table will hold.
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
VMRuntime.java | 25 * general use. It will be removed from the public API in a future release. 103 * size, the maximum size will be used. If size is zero 104 * or negative, the minimum size constraint will be removed. 137 * No exceptions will escape. 154 * will not update its internal counts. May cause one or more GCs as a
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
SocketChannel.java | 35 * After connecting it by calling {@code connect(SocketAddress)}, it will remain 47 * operation when the shutdown occurs, the read will end without effect and 51 * is blocked in a write operation, an {@link AsynchronousCloseException} will 57 * processing, calls to {@code read} and {@code write} will block. 106 * operation is executing. The calling thread will have the 107 * interrupt state set and the channel will be closed. 166 * If this channel is blocking, this method will suspend until connecting is 168 * this method will return {@code true} if the connection is finished at 192 * operation is in progress. The calling thread will have the 193 * interrupt state set and this channel will be closed [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
DatatypeConfigurationException.java | 94 * originated. This will trace all nested exception 108 * originated. This will trace all nested exception 110 * @param s The stream where the dump will be sent to. 123 * originated. This will trace all nested exception 125 * @param s The writer where the dump will be sent to.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 45 * the next nextNode() call will retrieve. i.e. if 47 * fetch will take place at index 1. 61 * If setShouldCacheNodes(true) is called, then nodes will 69 * If an index is requested, NodeSetDTM will call this method 94 * the first nextNode() that is called will return the
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSOutput.java | 7 * it will be useful, but WITHOUT ANY WARRANTY; without even the implied 28 * <p> The <code>LSSerializer</code> will use the <code>LSOutput</code> object 30 * <code>LSSerializer</code> will look at the different outputs specified in 32 * output to, the first one that is not null and not an empty string will be 44 * implementation will never modify them (though it may make copies and
|
LSResourceResolver.java | 7 * it will be useful, but WITHOUT ANY WARRANTY; without even the implied 25 * <p> The <code>LSParser</code> will then allow the application to intercept 29 * <p> Many DOM applications will not need to implement this interface, but it 30 * will be especially useful for applications that build XML documents from 41 * <br> The <code>LSParser</code> will call this method before opening any
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
Attributes2.java | 16 * ContentHandler.startElement() } will implement this interface, 18 * feature flag will have the value <em>true</em>. 29 * it will of necessity also have been declared (<em>isDeclared()</em>) 77 * the DTD. The declaration will have applied to the attribute's 108 * the DTD. The declaration will have applied to the attribute's
|
/dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/ |
ClassFileTransformer.java | 51 * In both cases this operation will be called before the verification of 53 * registered <code>ClassFileTransformer</code> instance will have this 75 * if a class redefinition is in process then this argument will 94 * remaining transformers in the "chain" will still 97 * opportunities will still be attempted.
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 47 instances on the stack. If such attemp occur, compiler will error.
65 are deleted outside of AdbWinUsbApi module, this will lead to the heap
87 completes. Can be NULL. If it's not NULL this handle will be used to
130 global per endpoint (pipe). I.e. once set, it will be used against
134 WinUsb framework will accept a timeout parameter in WinUsb_Read/Write
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ReceiveResult.java | 91 // Retrieve the TextView widget that will display results. 119 // We will be adding to our text. 123 // activity doesn't supply an explicit result. It will also 128 // Our protocol with the sending activity is that it will send 149 // result will come back with request code GET_CODE.
|
/development/tools/idegen/ |
README | 15 under the "Classpath" tab. This will ensure that you only get access to 25 hit the sync button in IntelliJ, and it will automatically detect the 41 libraries". Eclipse will not let you save your configuration unless at 73 source root will come earlier in the generated configuration. If a source 74 root doesn't match any of the expressions in the file, it will come last,
|
/external/apache-http/src/org/apache/http/params/ |
CoreConnectionPNames.java | 61 * Data will be sent earlier, at the cost of an increase in bandwidth consumption. 112 * line exceeding this limit will cause an IOException. A negative or zero value 113 * will effectively disable the check. 123 * will cause an IOException. A negative or zero value will effectively disable
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
random_numbers.sgml | 19 <function>g_random_*</function> functions, which will create a globally 23 functions directly, which will also be slightly faster. Initializing a #GRand 24 with a certain seed will produce exactly the same series of random numbers 29 The <function>g_rand*_range</function> functions will return high quality 41 <function>g_rand*_int_range()</function> will have a
|
/external/clearsilver/mod_ecs/ |
README | 26 Also, remember not to call exit(), as this will cause the entire Apache 30 ClearSilver module will try to find and call if they exist. They are: 41 When yes, mod_ecs will stat the .cso every time its run, to see if the 42 file on disk has been updated. If it has been updated, it will reload 51 Brings the benefits of ECSPreload to dependent shared libraries. Will
|
/external/dbus/bus/ |
dbus-daemon.1 | 53 SIGHUP will cause the D-Bus daemon to PARTIALLY reload its 55 configuration changes would require kicking all apps off the bus; so they will 180 UID. If the daemon cannot change to this UID on startup, it will exit. 181 If this element is not present, the daemon will not change or care 189 sockets etc. will be created before changing user, but no data will be 215 on multiple addresses. The bus will pass its address to 218 apps will try to connect to the last <listen> address first. 242 service will be used). 358 Policies applied later will override those applied earlier, [all...] |
dbus-daemon.1.in | 53 SIGHUP will cause the D-Bus daemon to PARTIALLY reload its 55 configuration changes would require kicking all apps off the bus; so they will 180 UID. If the daemon cannot change to this UID on startup, it will exit. 181 If this element is not present, the daemon will not change or care 189 sockets etc. will be created before changing user, but no data will be 215 on multiple addresses. The bus will pass its address to 218 apps will try to connect to the last <listen> address first. 242 service will be used). 358 Policies applied later will override those applied earlier, [all...] |
/external/dropbear/libtomcrypt/notes/ |
tech0004.txt | 50 compromised and the PRNG will still eventually recover. The value FORTUNA_WD is the "WatchDog" counter. 51 Every FORTUNA_WD calls to fortuna_read will invoke the reseed operation. By default this is set to 10 which 52 means after 10 calls the PRNG will reseed itself. 60 healthier it will be. It's also meant to be used for long term purposes. Since it can recover from 75 calls to add_entropy() will be considered a "re-IV" operation. Changing the IV allows you to use same
|
/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 9 * This program is distributed in the hope that it will be useful, 32 * will be checked by linear search 53 * these number will be displayed at umount time 94 __u16 eh_magic; /* probably will support different formats */ 189 void *buffer; /* will be passed as arg to ^^ routines */
|
/external/emma/core/java12/com/vladium/emma/rt/ |
IClassLoadHook.java | 26 // * returns false, the current loader will load the class bytes itself and 41 * <em>immediately</em> so) call to {@link #interested} will be passed to 44 * It is possible that the hook will determine that it is not interested in 55 * Following that, the current loader will close() and discard 'in' and load 59 * In any case 'in' and 'out' remain owned [and will be close()d] by the caller.
|