HomeSort by relevance Sort by last modified time
    Searched full:will (Results 651 - 675 of 18421) sorted by null

<<21222324252627282930>>

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.h 70 * If numchunk and chunksize parameters are not set, memory pool of 1 chunk will be created in the first call to allocate.
71 * The chunk size will be set to the n passed in for allocate().
72 * If numchunk parameter is set to 0, the memory pool will use 1 for numchunk.
79 /** This API will disable exceptions in case the memory pool runs out of memory
80 * Instead of doing "OSCL_LEAVE(OsclErrNoResources)" allocate API will return
94 * If the memory pool hasn't been created yet, the pool will be created with chunk size equal to n so n must be greater than 0.
95 * Exception will be thrown if memory allocation for the memory pool fails.
103 * Exception will be thrown if the memory pool is not set up yet.
110 /** This API will set the flag to send a callback via specified observer object when the
118 /** This API will cancel any past callback requests.
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 67 will cause the decoder to not return the image.
124 // size is set to 3, then the returned bitmap will be 1/3 as wide and high,
125 // and will contain 1/9 as many pixels as the original.
136 call this method safely. This sets a state that the decoders will
137 periodically check, and if they see it changed to cancel, they will
138 cancel. This will result in decode() returning false. However, there is
139 no guarantee that the decoder will see the state change in time, so
140 it is possible that cancelDecode() will be called, but will be ignored
141 and decode() will return true (assuming no other problems wer
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 22 of nested structures. If it is omitted, the text will
24 it will specify the number of spaces to indent at each
31 method, its toJSON method will be called and the result will be
35 will be passed the key associated with the value, and this will be
54 You can provide an optional replacer method. It will be passed the
56 object. The value that is returned from your method will be
57 serialized. If your method returns undefined, then the member will
60 If the replacer parameter is an array of strings, then it will b
    [all...]
  /external/webkit/SunSpider/hosted/
json2.js 30 of nested structures. If it is omitted, the text will
32 it will specify the number of spaces to indent at each
39 method, its toJSON method will be called and the result will be
43 will be passed the key associated with the value, and this will be
62 You can provide an optional replacer method. It will be passed the
64 object. The value that is returned from your method will be
65 serialized. If your method returns undefined, then the member will
68 If the replacer parameter is an array of strings, then it will b
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 25 <p>When starting a project, it's important to consider exactly what your graphical demands will be.
36 will give you a quick idea of how you should draw to the View hierarchy. For more information
87 a pretense, or interface, to the actual surface upon which your graphics will be drawn &mdash; it
96 upon which drawing will actually be performed. The Bitmap is always required for a Canvas. You can set up
103 <p>Now your Canvas will draw onto the defined Bitmap. After drawing upon it with the Canvas, you can then carry your
124 The most convenient aspect of doing so is that the Android framework will
125 provide you with a pre-defined Canvas to which you will place your drawing calls.</p>
128 the <code>{@link android.view.View#onDraw(Canvas) onDraw()}</code> callback method. This method will be called by the Android
129 framework to request that your View draw itself. This is where you will perform all your calls
132 <p>The Android framework will only call <code>onDraw()</code> as necessary. Each time that
    [all...]
  /bootable/bootloader/legacy/
fastboot_protocol.txt 43 A DATA response packet will be 12 bytes long, in the form of
47 3. Data phase. Depending on the command, the host or client will
110 The variable contents will be returned after the
113 "download:%08x" Write data to memory which will be later used
115 will reply with "DATA%08x" if it has enough
121 otherwise "flash" and "boot" will be ignored.
167 it will install or boot images.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 78 * the task and whose <tt>get()</tt> method will return
105 * period; that is executions will commence after
110 * Otherwise, the task will only terminate via cancellation or
113 * may start late, but will not concurrently execute.
120 * the task, and whose <tt>get()</tt> method will throw an
138 * Otherwise, the task will only terminate via cancellation or
147 * the task, and whose <tt>get()</tt> method will throw an
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 50 * If an IV isn't passed as part of the parameter, the IV will be all zeros.
115 * @param out the array the output data will be copied into.
116 * @param outOff the offset into the out array the output will start at.
148 * @param out the array the encrypted data will be copied into.
149 * @param outOff the offset into the out array the output will start at.
191 * @param out the array the decrypted data will be copied into.
192 * @param outOff the offset into the out array the output will start at.
CFBBlockCipher.java 53 * If an IV isn't passed as part of the parameter, the IV will be all zeros.
127 * @param out the array the output data will be copied into.
128 * @param outOff the offset into the out array the output will start at.
149 * @param out the array the encrypted data will be copied into.
150 * @param outOff the offset into the out array the output will start at.
197 * @param out the array the encrypted data will be copied into.
198 * @param outOff the offset into the out array the output will start at.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
ContentHandler.java 31 * instructions, and/or subelements) will appear, in order, between
72 * not reporting an error. Typically, the application will
78 * <p>Note that the locator will return correct information only
94 * <p>The SAX parser will invoke this method only once, before any
113 * assumptions about whether endDocument() will or will not be
117 * <p>The SAX parser will invoke this method only once, and it will
135 * normal Namespace processing: the SAX XML reader will
149 * all startPrefixMapping events will occur immediately before th
    [all...]
ErrorHandler.java 3 // No warranty; no copyright -- use this as you will.
23 * method. The parser will then report all errors and warnings
27 * register an ErrorHandler, XML parsing errors will go unreported,
28 * except that <em>SAXParseException</em>s will be thrown for fatal errors.
55 * <p>SAX parsers will use this method to report conditions that
113 * assumptions about whether endDocument() will or will not be
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 78 * If the connection is not marked as reusable, the connection will
82 * the call will be ignored.
97 * timespan given by the argument will be closed.
99 * Times will be checked with milliseconds precision
101 * All expired connections will also be closed.
114 * the timespan defined when the connection was released will be closed.
116 * Times will be checked with milliseconds precision.
EofSensorWatcher.java 39 * Each stream will notify it's watcher at most once.
61 * closes the underlying stream. The caller will leave the
71 * This method will be called only if EOF was <i>not</i> detected
81 * closes the underlying stream. The caller will leave the
91 * This method will be called only if EOF was <i>not</i> detected
94 * This method will also be invoked when an input operation causes an
104 * closes the underlying stream. The caller will leave the
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 48 * If a buffer is passed in, the formatted element will be appended
50 * a new buffer will be created and filled with the formatted element.
73 * that buffer will be used and returned.
92 * that buffer will be used and returned.
104 * This method will <i>not</i> generate a leading semicolon.
114 * that buffer will be used and returned.
133 * that buffer will be used and returned.
  /external/icu4c/i18n/unicode/
bmsearch.h 95 * tailorings, searching for a Hangul character will not find a Han character and visa-versa.
100 * "\u0F7F\u0F80\u0F81\u0F82\u0F83\u0F84\u0F85" will fail. (This case is artificial. We've
115 * @param targetString - the string in which to search or <code>NULL</code> if youu will
117 * @param status - will be set if any errors occur.
147 * @param start - will be set to the starting offset of the match, or -1 if there's no match
148 * @param end - will be set to the ending offset of the match, or -1 if there's no match
160 * @param status - will be set if any errors occur.
plurfmt.h 81 * matching plural case. This message will be returned.
95 * will be set to status.
99 * U_DUPLICATE_KEYWORD will be set to status.
102 * <code><i>message</i></code> will be ignored; spaces within
103 * <code><i>message</i></code> will be preserved.
109 * <code>MessageFormat</code> pattern, <code>MessageFormat</code> will
113 * The pound sign (<code>#</code>) will be interpreted as the number placeholder
115 * <code>NumberFormat</code> patterns). <code>PluralFormat</code> will
117 * <code>format()</code> method. It will be formatted using a
163 * constructor, this locale will be used to format the number in the messag
    [all...]
  /external/icu4c/test/intltest/
punyref.h 63 /* will be represented as an array of ASCII code points. The */
64 /* output string is *not* null-terminated; it will contain */
70 /* can receive, and on successful return it will contain the */
94 /* will be represented as an array of Unicode code points. The */
98 /* on successful return it will contain the actual number of */
105 /* output already in the proper case, but their flags will be set */
110 /* decoder will never need to write an output_length greater than */
  /external/jpeg/
jdatadst.c 10 * are sufficient for most applications, some will want to use a different
12 * IMPORTANT: we assume that fwrite() will correctly transcribe an array of
47 /* Allocate the output buffer --- it will be released when done with image */
67 * In this situation, the compressor will return to its caller (possibly with
73 * When suspending, the compressor will back up to a convenient restart point
75 * indicate where the restart point will be if the current call returns FALSE.
76 * Data beyond this point will be regenerated after resumption, so do not
  /external/opencore/nodes/common/include/
pvmf_nodes_sync_control.h 77 * the early margin. The media data will be scheduled to be processed at the later time that is
79 * current time of the clock by the late margin and will be dropped.
112 * Media data with timestamp before the specified starting and resume timestamp will be skipped. Default
113 * behaviour is to drop all skipped data, where SyncMediaData API will return -1 for all timestamps
114 * before the starting/resume time. If aRenderSkippedData is set to true, SyncMediaData API will return
116 * This method is asynchronous and the completion of this command will be sent through the
120 * @param aResumeTimestamp Timestamp at which normal evaluation of timestamp against the clock will resume. This timestamp
  /external/openssl/crypto/des/
des.pod 86 options are used, the key conversion procedure will not be compatible
87 with the sunOS des(1) version but will use all the user supplied
121 This will product a more secure encryption.
182 will be embedded in the header.
204 Be carefully when using the B<-u> option. Doing B<des -ud> I<filename> will
205 not decrypt filename (the B<-u> option will gobble the B<-d> option).
209 send from Unix to VMS since a 88 byte file will suddenly be padded
  /external/quake/quake/src/WinQuake/docs/
readme.squake 8 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
27 will only use two buttons). Check your /etc/libvga.config (or
82 Quake will setuid back to the normal user as soon as it opens these files.
88 config.cfg files will be then owned as root. Use your normal account, unless
89 you do everything as root, then your mileage will vary.
104 distribution will work, 'cept for stuff with vid modes and stuff.
110 will be deleted. Do not email id about this product. If you are having
  /external/tinyxml/
readme.txt 59 The following DTD syntax will not parse at this time in TinyXml:
109 variable TINYXML_USE_STL=YES/NO will control STL compilation. In the
120 Normally, TinyXml will try to detect the correct encoding and use it. However,
124 TinyXml will assume Legacy Mode until one of the following occurs:
127 begin the file or data stream, TinyXml will read it as UTF-8. </li>
129 TinyXml will read it as UTF-8. </li>
131 TinyXml will read it as UTF-8. </li>
133 TinyXml will read it as Legacy Mode. In legacy mode, TinyXml will
139 What happens if the encoding is incorrectly set or detected? TinyXml will tr
    [all...]
  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.cpp 10 * This library is distributed in the hope that it will be useful,
67 * we will end up with a 0 width scrollbar.
75 // that will manipulate the GtkAdjustment properties, will react to the changed
76 // value but will not consume any space on the screen and will not be painted
225 * This will be unref'ed by gdk_event_free.
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 57 * attribute must be a string that uniquely identifies your authenticator and will be the same
58 * string that user will use when making calls on the {@link AccountManager} and it also
84 * then it will do so and return a {@link Bundle} that contains the results.
86 * will create an {@link Intent} to an activity that will prompt the user for the information
99 * The following descriptions of each of the abstract authenticator methods will not describe the
100 * possible asynchronous nature of the request handling and will instead just describe the input
368 * @param response to send the result back to the AccountManager, will never be null
369 * @param accountType the type of account to add, will never be null
375 * will contain either
    [all...]
  /frameworks/base/core/java/android/os/
Handler.java 30 * it will deliver messages and runnables to that message queue and execute
44 * a {@link Message} object containing a bundle of data that will be
61 * your new thread. The given Runnable or Message will than be scheduled
237 * The runnable will be run on the thread to which this handler is
240 * @param r The Runnable that will be executed.
255 * The runnable will be run on the thread to which this handler is attached.
257 * @param r The Runnable that will be executed.
264 * result of true does not mean the Runnable will be processed -- if
266 * occurs then the message will be dropped.
277 * The runnable will be run on the thread to which this handler is attached
    [all...]

Completed in 94 milliseconds

<<21222324252627282930>>