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

<<31323334353637383940>>

  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex2.jd 7 <p><em>In this exercise, you will add a second Activity to your notepad application, to let the user
8 create and edit notes. You will also allow the user to delete existing notes through a context menu.
41 <code>res/values</code> &mdash; there are several new strings which we will use
46 you will notice several new constants have been defined along with a new <code>mNotesCursor</code>
60 which we will be filling in below.
74 <p>First, let's create the context menu that will allow users to delete individual notes.
82 <p>Because our Activity extends the ListActivity class, <code>getListView()</code> will return us
83 the local ListView object for the Activity. Now, each list item in this ListView will activate the
87 menu callback used for the options menu. Here, we add just one line, which will add a menu item
134 application will handle it.</p
    [all...]
notepad-ex1.jd 7 <p><em>In this exercise, you will construct a simple notes list that lets the
63 this will fix it for you.)</p>
72 if only <em>your</em> application will need to access or modify the data. If you wish for
85 encapsulate data access to a SQLite database that will hold our notes data
87 <p>At the top of the class are some constant definitions that will be used in the application
90 <p>Our database will have the name <code>data</code>, and have a single table called
95 and so on). The other two fields are simple text fields that will store data.
99 Android system in some way. The Activity class implements the Context class, so usually you will just pass
119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default
123 the cursor will retrieve and release data as it is needed, which is much more efficient fo
    [all...]
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex2.jd 7 <p><em>In this exercise, you will add a second Activity to your notepad application, to let the user
8 create and edit notes. You will also allow the user to delete existing notes through a context menu.
41 <code>res/values</code> &mdash; there are several new strings which we will use
46 you will notice several new constants have been defined along with a new <code>mNotesCursor</code>
60 which we will be filling in below.
74 <p>First, let's create the context menu that will allow users to delete individual notes.
82 <p>Because our Activity extends the ListActivity class, <code>getListView()</code> will return us
83 the local ListView object for the Activity. Now, each list item in this ListView will activate the
87 menu callback used for the options menu. Here, we add just one line, which will add a menu item
134 application will handle it.</p
    [all...]
notepad-ex1.jd 7 <p><em>In this exercise, you will construct a simple notes list that lets the
63 this will fix it for you.)</p>
72 if only <em>your</em> application will need to access or modify the data. If you wish for
85 encapsulate data access to a SQLite database that will hold our notes data
87 <p>At the top of the class are some constant definitions that will be used in the application
90 <p>Our database will have the name <code>data</code>, and have a single table called
95 and so on). The other two fields are simple text fields that will store data.
99 Android system in some way. The Activity class implements the Context class, so usually you will just pass
119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default
123 the cursor will retrieve and release data as it is needed, which is much more efficient fo
    [all...]
  /external/libpng/
libpng-1.2.44.txt 39 will need. We assume that libpng is already installed; see the
70 Most users will not have to modify the library significantly; advanced
103 will not, for the most part, be used by a user except as the first
122 structures are going to be hidden, and the contents of the structures will
135 progressive reading is covered in the next section, you will still
141 You will want to do the I/O initialization(*) before you get into libpng,
143 will also want to insure that you are, in fact, dealing with a PNG
146 png_sig_cmp(), and it will return 0 (false) if the bytes match the
154 with the number of bytes you read from the beginning. Libpng will
157 (*): If you are not using the standard I/O functions, you will nee
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLEngine.java 79 * Calling this method is not needed for the initial handshake: it will be
92 * Notifies this engine instance that no more inbound network data will be
102 * Notifies this engine instance that no more outbound application data will
153 * Returns whether this engine instance will require client authentication.
155 * @return {@code true} if this engine will require client authentication,
194 * Returns whether this engine will request client authentication.
196 * @return {@code true} if client authentication will be requested,
202 * Returns whether no more inbound data will be accepted by this engine.
204 * @return {@code true} if no more inbound data will be accepted by this
210 * Returns whether no more outbound data will be produced by this engine
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 12 * <p><b>PLEASE NOTE:</b> This interface will be part of XmlPull 1.2 API.
30 * In such case IllegalStateException will be thrown and it is recommended
113 * Finish writing. All unclosed start tags will be closed and output
114 * will be flushed. After calling this method no more output can be
130 * and if anything but startTag() or setPrefix() is called next there will be exception.
151 * will have values as defined
200 * a prefix will be defined automatically.
204 * If namespace is empty string then serializer will make sure that
215 * given namespace, a prefix will be defined automatically.
227 * If namespace is empty string then serializer will make sure tha
    [all...]
  /external/gtest/
README 21 building Google Test on Linux, Windows, Mac OS X, and Cygwin. We will
66 development on Google Test, or one of the released branches. The former will be
78 Next you will need to prepare the GNU Autotools build system, if you
87 invocations will automatically re-generate the bits of the build system that
90 If your system uses older versions of the autotools, the above command will
108 type. This will always result in a new directory with the name "gtest-X.Y.Z"
123 a subdirectory of the source directory, the opposite is not possible and will
134 Other programs will only be able to use Google Test's functionality if you
136 under '/usr/local'. The following command will install all of the Google Test
143 it, run the following command, and it will back out its changes. However, not
    [all...]
  /external/bluetooth/glib/gio/
ginputstream.c 10 * This library is distributed in the hope that it will be useful,
149 * @count: the number of bytes that will be read from the stream
154 * @buffer. Will block during this read.
157 * larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
166 * was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If an
168 * partial result will be returned, without an error.
226 * @count: the number of bytes that will be read from the stream
232 * @buffer. Will block during this read.
287 * @count: the number of bytes that will be skipped from the stream
291 * Tries to skip @count bytes from the stream. Will block during the operation
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 46 * <tt>nThreads</tt> threads will be active processing tasks.
48 * they will wait in the queue until a thread is available.
50 * prior to shutdown, a new one will take its place if needed to
51 * execute subsequent tasks. The threads in the pool will exist
68 * at most <tt>nThreads</tt> threads will be active processing
70 * active, they will wait in the queue until a thread is
72 * execution prior to shutdown, a new one will take its place if
73 * needed to execute subsequent tasks. The threads in the pool will
94 * shutdown, a new one will take its place if needed to execute
96 * sequentially, and no more than one task will be active at an
    [all...]
  /external/icu4c/common/unicode/
ushape.h 76 * @param dest The destination buffer that will receive the results of the
87 * then the result will always be written to the destination
172 * will be set in pErrorCode
325 * Shaping mode: The SEEN family character will expand into two characters using space near
328 * will be set in pErrorCode
330 * De-shaping mode: Any Seen character followed by Tail character will be
331 * replaced by one cell Seen and a space will replace the Tail.
342 * Shaping mode: The YEHHAMZA character will expand into two characters using space near it
345 * will be set in pErrorCode
347 * De-shaping mode: Any Yeh (final or isolated) character followed by Hamza character will b
    [all...]
  /frameworks/base/core/java/android/database/
Cursor.java 40 * will be at positon -1, which is before the first row. After the
41 * last row is returned another call to next() will leave the cursor past
52 * set then the resultant position will be pinned to -1 or count() depending
55 * <p>This method will return true if the requested destination was
58 * the position will be pinned at -1, and false will be returned.
69 * <p>This method will return true if the request destination was reachable,
80 * <p>This method will return false if the cursor is empty.
89 * <p>This method will return false if the cursor is empty.
98 * <p>This method will return false if the cursor is already past th
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 78 // When the last char 'o' is added, the parser will find "dao" is a valid
93 // nodes at 'x' only have Shengmu ids, the parser will not try "x ian" (and it
95 // always be "xian"; but if the parser uses continue in the loop, "xi an" will
109 // in these fixed lemmas, all fixed lemmas will be merged together into a unit
111 // phrase will be the first lemma in the sentence. Because it contains some
128 // will be limited to a reasonable number.
131 // If it is true, the engine will prefer long history based prediction,
136 // If it is true, prediction will only be based on user dictionary. this flag
166 // first of which is a FULL id too. So even it is true, "da" will never be
223 // If dmi_c_phrase_ is true, the decoder will try to match th
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.def 16 GCC is distributed in the hope that it will be useful,
29 a non-static member. In this case, operand 0 will be a TYPE
30 (corresponding to `A') and operand 1 will be a FIELD_DECL,
40 2. An expression of the form `x.*p'. In this case, operand 0 will
41 be an expression corresponding to `x' and operand 1 will be an
137 The DESCENDANTS will be a chain of TEMPLATE_PARM_INDEXs descended
138 from this one. The first descendant will have the same IDX, but
139 its LEVEL will be one less. The TREE_CHAIN field is used to chain
144 was declared. For example, if we instantiate S<int>, we will have:
159 This parameter must be a type. The TYPE_FIELDS value will be
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 128 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be shifted */
130 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be non ignorable */
259 * collation rules will be used. If empty string ("") or
260 * "root" are passed, UCA rules will be used.
310 * strength will be 3. 3066bis locale overrides individual locale parts.
316 * @param parseError if not NULL, structure that will get filled with error's pre
319 * default settings will not be applied (for example, setting
321 * If TRUE, all the settings will be applied regardless of the
326 * API will return an error if an invalid attribute or attribute/value
347 * will contain only strings. If a tailoring explicitly suppresses contractions from
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 128 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be shifted */
130 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be non ignorable */
259 * collation rules will be used. If empty string ("") or
260 * "root" are passed, UCA rules will be used.
310 * strength will be 3. 3066bis locale overrides individual locale parts.
316 * @param parseError if not NULL, structure that will get filled with error's pre
319 * default settings will not be applied (for example, setting
321 * If TRUE, all the settings will be applied regardless of the
326 * API will return an error if an invalid attribute or attribute/value
347 * will contain only strings. If a tailoring explicitly suppresses contractions from
    [all...]
  /external/jpeg/
libjpeg.doc 136 which typically will write the data into a file; but the application can
155 output scaling ratio that will fit the image into the available screen size.
158 manager, which typically will read the data from a file; but other behaviors
192 interpretation of the components. Most applications will use RGB data
260 You will also need a structure representing a JPEG error handler. The part
265 handler. The default error handler will print JPEG error/warning messages
266 on stderr, and it will call exit() if a fatal error occurs.
281 if you are out of memory. In that case it will exit via the error handler;
362 a compression cycle. This will initialize internal state, allocate working
370 will be written. This is appropriate in most cases. If you think you migh
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 89 * Wi-Fi is currently being disabled. The state will change to {@link #WIFI_STATE_DISABLED} if
104 * Wi-Fi is currently being enabled. The state will change to {@link #WIFI_STATE_ENABLED} if
119 * Wi-Fi is in an unknown state. This state will occur when an error happens while enabling
160 * Wi-Fi AP is currently being disabled. The state will change to
179 * Wi-Fi AP is currently being enabled. The state will change to
198 * Wi-Fi AP is in a failed state. This state will occur when an error occurs during
310 * In this Wi-Fi lock mode, Wi-Fi will be kept active,
311 * and will behave normally, i.e., it will attempt to automatically
313 * within range, and will do periodic scans if there are remembere
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 3 * We then will call our ctors from crtend_so.o */
  /bionic/libc/docs/
ISSUES.TXT 12 - The C library initialization will improperly run static C++
SYSV-IPC.TXT 21 that over time, the kernel global tables used to implement SysV IPCs will fill
95 will quickly fill up the kernel's table of unique key_t values, and that
96 strange things will happen in some parts of the system, but not all.
102 calls strerror() will simply crash. The USB sub-system starts spoutting weird
  /bionic/libc/stdlib/
div.c 52 * r.rem will have the same sign as denom and the opposite
54 * truncated towards -inf, r.rem will be positive (will
58 * If both are num and denom are positive, r will always
  /build/core/combo/arch/arm/
armv4t.mk 6 # in StrongArm and arm8). Supporting armv4 will require a lot of conditional
  /build/core/
host_shared_library.mk 7 ## LOCAL_MODULE_SUFFIX will be set for you.
process_wrapper_gdb.sh 9 # On some systems, running xterm will cause LD_LIBRARY_PATH

Completed in 350 milliseconds

<<31323334353637383940>>