/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man7/ |
fsf-funding.7 | 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 154 compare, such as, \*(L"We will donate ten dollars to the Frobnitz project
|
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 49 * (when in validating mode next() will not report ignorable whitespace, use nextToken() instead) 110 * <p>The above example will generate the following output: 166 * will result in exception being thrown. 214 * Character data was read and will is available by calling getText(). 215 * <p><strong>Please note:</strong> <a href="#next()">next()</a> will 219 * In contrast, <a href="#nextToken()">nextToken()</a> will stop reading 221 * Also, when the state was reached by calling next(), the text value will 222 * be normalized, whereas getText() will 240 * A call to next() will accumulate various text events into a single event 255 * This event type is never returned from next(); next() will [all...] |
XmlPullParserFactory.java | 13 * The name of actual factory class will be determined based on several parameters. 18 * it will try to find name by searching in CLASSPATH for 21 * left to the right). If none found, it will throw an exception. 85 * @param state if true feature will be set; if false will be ignored 110 * Specifies that the parser produced by this factory will provide 115 * will provide support for XML namespaces; false otherwise. 137 * Specifies that the parser produced by this factory will be validating 259 // if API is in the same classloader as implementation then this will work
|
/frameworks/base/docs/html/guide/topics/resources/ |
localization.jd | 13 <li>When your application runs, Android will load the resource set
61 <p>Android will run on many devices in many regions. To reach the most users,
63 graphics in ways appropriate to the locales where your application will be used.
139 locale-specific text, Android will load the default strings from
141 is missing a string that your application needs, then your application will not run
142 and will show an error.
154 will not highlight any errors if a resource is missing.</li>
159 <li>However, <strong>the user will see an error message and a Force Close
161 language other than English. The application will not load.</li>
210 different languages. In some cases you will also provide alternative graphics, [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Phone.java | 342 * Resulting events will have an AsyncResult in <code>Message.obj</code>. 343 * AsyncResult.userData will be set to the obj argument here. 359 * Message.obj will be an AsyncResult 380 * Message.obj will be an AsyncResult 397 * Message.obj will be an AsyncResult 425 * Messages received from this will have the following members:<p> 426 * <ul><li>Message.obj will be an AsyncResult</li> 444 * Example: If Phone.dial is called with "*#31#", then the app will 447 * The returned <code>Message.obj</code> will contain an AsyncResult. 449 * <code>obj.result</code> will be an "MmiCode" object [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
DatagramChannel.java | 36 * {@code open()} method. After it is connected, it will keep the connected 130 * operation is in progress. The calling thread will have the 131 * interrupt state set and the channel will be closed. 166 * This method can be called at any time and it will block if there is 184 * operation is in progress. The calling thread will have the 185 * interrupt state set and the channel will be closed. 204 * This method can be called at any time and it will block if another thread 225 * operation is in progress. The calling thread will have the 226 * interrupt state set and the channel will be closed. 260 * operation is in progress. The calling thread will have th [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToTextStream.java | 54 * <p>The SAX parser will invoke this method only once, before any 75 * <p>The SAX parser will invoke this method only once, and it will 97 * <p>The Parser will invoke this method at the beginning of every 98 * element in the XML document; there will be a corresponding 100 * element is empty). All of the element's content will be 104 * <p>If the element name has a namespace prefix, the prefix will 105 * still be attached. Note that the attribute list provided will 107 * defaulted): #IMPLIED attributes will be omitted.</p> 141 * <p>The SAX parser will invoke this method at the end of ever [all...] |
/development/pdk/docs/source/ |
git-repo.jd | 4 <p>To work with the Android code, you will need to use both Git and Repo.<br></p> 10 In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory. 24 operations will make your work much simpler, however. 61 <br><br>To see a list of existing branches:<br>$ git branch <br>or...<br>$ repo branches <br><br>The name of the current branch will be preceded by an asterisk.<br><br></div> 91 Deleting a client will <b>permanently delete</b> 124 ]<br><br><div>Downloads new changes and updates the working files in your local environment. After a successful repo sync, the code in specified projects will be up to date with the code in the remote repository.<br><br>You can specify project-list as a list of names or a list of paths to local source directories for the projects:<br>repo sync [<i>proj1</i> 129 ]<br><br>If you run repo sync without any arguments, it will synchronize the files for all the projects.<br><br></div> 137 is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.<br><br>If the git rebase operation results in merge conflicts, you will need to use the normal Git commands (for example, git rebase --continue) to resolve the conflicts.<br></li> 144 ]<br><br><div>For the specified projects, Repo compares the local branches to the remote branches updated during the last repo sync. Repo will prompt you to select one or more of the branches that have not yet been uploaded for review.<br><b (…) [all...] |
/external/icu4c/i18n/unicode/ |
datefmt.h | 123 * to a SimpleDateFormat. This will work for the majority of countries; just 135 * subclasses, such code will not necessarily work and will not be 238 * an enum value specifying a field. On output, the FieldPosition will be filled 243 * statfieldPositionus.getEndIndex will be set to 0 and 4, respectively. 245 * that if the same time field appears more than once in a pattern, the status will 250 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first 256 * DateFormat instance, the date and the time zone will 258 * field values will be calculated by the internal calendar. 274 * an enum value specifying a field. On output, the FieldPosition will be fille [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 85 * Indicates how much of the extra space will be allocated horizontally 87 * should not be stretched. Otherwise the extra pixels will be pro-rated 93 * Indicates how much of the extra space will be allocated vertically 95 * should not be stretched. Otherwise the extra pixels will be pro-rated 108 * set to the token of the activity they are a part of (this will 177 * of the overall application; all other application windows will 294 * focus, or they will interfere with the keyguard. 301 * focus, or they will interfere with the keyguard. 433 /** Window flag: everything behind this window will be dimmed. 441 * user can not send key or other button events to it. Those will [all...] |
/frameworks/base/location/java/android/location/ |
LocationManager.java | 87 * the locations yourself. This provider will return locations generated by other 263 * are permitted to be accessed by the calling activity will be returned. 308 * accessed by the calling activity will be returned. 487 * that are permitted to be accessed by the calling activity will be 579 * the named provider. Periodically, the supplied LocationListener will 586 * <p> In case the provider is disabled by the user, updates will stop, 588 * method will be called. As soon as the provider is enabled again, 589 * the {@link LocationListener#onProviderEnabled(String)} method will 590 * be called and location updates will start again. 596 * a location will only be broadcasted if the device moves by minDistance meters [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 144 {\bf own} crypto library and hopefully along the way others will appreciate the work. 154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC 155 without having to use configure scripts. This means that the library will work with platforms where development 227 that return {\bf int} will return {\bf CRYPT\_OK} if the function was successful, or one of the many error codes 228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitly 320 must pass it the length of the buffer where the output will be stored. For example: 341 /* if rsa_export() was successful then x will have 353 \textit{x} so that the calling application will know how many bytes were used. 355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all function [all...] |
/external/dnsmasq/ |
FAQ | 11 This is not a security hole since dnsmasq will only accept replies to that 17 specified, the operating system will select an available port number 48 Q: Will dnsmasq compile/run on non-Linux systems? 52 in /contrib. Dnsmasq will link with uclibc to provide small 81 so the above will not work when the bogus-priv option is set. 110 using "nslookup" or "dig" will work, but then attempting to run 111 "ping" will get a lookup failure, appending a dot to the end of the 112 hostname will fix things. (ie "ping myhost" fails, but "ping 116 Any domain will do, but "localnet" is traditional. Now when you 117 resolve "myhost" the resolver will attempt to look up [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
TIDspOmx.h | 11 * This library is distributed in the hope that it will be useful, 31 * This library is distributed in the hope that it will be useful, 51 * This library is distributed in the hope that it will be useful, 71 * This library is distributed in the hope that it will be useful, 91 * This library is distributed in the hope that it will be useful, 111 * This library is distributed in the hope that it will be useful, 131 * This library is distributed in the hope that it will be useful, 151 * This library is distributed in the hope that it will be useful, 171 * This library is distributed in the hope that it will be useful, 191 * This library is distributed in the hope that it will be useful [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 121 * dependent. Probably a proper interface will be created fairly soon.</p> 128 * will be the root node -- or, if that's filtered out, the first node 137 * <code>whatToShow</code> will be skipped, but their children may still 147 * their descendants will be rejected. Note that this rejection takes 159 * <p>NOTE: In Xalan's use of DTM we will generally have fully expanded 161 * flag will have no effect.</p> 163 * @return true if entity references will be expanded. */ 189 * calls to <code>nextNode</code> or <code>previousNode</code> will 213 * the first nextNode() that is called will return the 223 * If setShouldCacheNodes(true) is called, then nodes will [all...] |
/external/bluetooth/glib/gio/ |
gvolume.c | 10 * This library is distributed in the hope that it will be useful, 49 * Typically, one will only want to pass %NULL for the 54 * The callback will be fired when the operation has resolved (either 55 * with success or failure), and a #GAsyncReady structure will be 60 * is called, then it will be filled with any error information. 75 * Note that #G_VOLUME_IDENTIFIER_KIND_HAL_UDI will only be available 77 * will generally be able to provide the #G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE 391 * @error will be set to contain the errors and %FALSE will be returned. 465 * @error will be set to contain the errors and %FALSE will be returned [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 97 // The following statement will instantiate tests from the FooTest test case 106 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the 108 // instantiations. The tests from the instantiation above will have 120 // This statement will instantiate all tests from FooTest again, each 126 // The tests from the instantiation above will have these names: 133 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 201 // Elements in the resulting sequences will also have that type. 257 // This will also instantiate tests from CharTest 306 // The exact type of values will depend on the type of parameter in BazTest. 334 // will be instantiated twice with parameters false and true [all...] |
/external/icu4c/layout/ |
LEGlyphStorage.h | 97 * will call this method once for each insertion. 124 * The destructor. This will deallocate all of the arrays. 158 * @param extraBits - this value will be ORed with each glyph index 183 * @param indexBase - an offset which will be added to each index 259 * @param auxData the auxillary data array will be copied to this address 319 * glyph IDs can be stored. They will not actually be inserted into the 338 * glyph IDs can be stored. They will not actually be inserted into the 374 * will be filled in with the values for the glyph being replaced. 389 * @param success will be set to an error code if the glyph ID cannot be set. 400 * @param success will be set to an error code if the char index cannot be set [all...] |
/external/webkit/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 72 // The percent change below which we will not resample. This usually means 138 // will be resampled to resample_width * resample_height (this is the size of 142 // that will only be drawn. This is critical for performance since when we are 159 // We will always draw in integer sizes, so round the destination rect. 242 // Note: for serialization, we will want to subset the bitmap first so 249 // images will be once transformed. 251 // Transform 3 points to see how long each side of the bitmap will be. 258 // transformed origin to see how big the bitmap will be. Note: for skews, 317 // This is a very inexpensive operation. It will generate a new bitmap but 318 // it will internally reference the old bitmap's pixels, adjusting the ro [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 30 * The Android Bluetooth API is not finalized, and *will* change. Use at your 34 * Bluetooth Headset and Handsfree (v1.5) profiles. The Headset service will 40 * Creating a BluetoothHeadset object will create a binding with the 77 * This will be used only when Headset state changes to 79 * This extra field is optional and will be used when 119 /** Default priority for headsets that for which we will accept 122 /** Default priority for headsets that for which we will accept 148 * This callback will currently only occur if the application hosting 175 * Other public functions of BluetoothHeadset will return default error 234 * will be expected [all...] |
/frameworks/base/core/java/android/text/ |
Styled.java | 40 * paragraph, this will be to the right of the text to be drawn. Paint 41 * should not have an Align value other than LEFT or positioning will get 44 * <p>On return, workPaint will reflect the original paint plus any 47 * <p>The returned width is signed and will be < 0 if the paragraph 172 * text, the first character will get the width of the replacement and the 173 * remaining characters will get a width of 0. 175 * @param paint the paint, will not be modified 176 * @param workPaint a paint to modify; on return will reflect the original 227 * paragraph, this will be to the right of the text to be drawn. Paint 228 * should not have an Align value other than LEFT or positioning will ge [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Component.h | 312 function will fill in this value. */ 406 /** The ComponentTunnelRequest method will interact with another OMX 426 component will: 431 component will: 440 The component will return from this call within 5 msec. 462 If the command successfully executes, the return code will be 463 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned. 524 call. The component will return from this call within 5 msec. 533 the application will pass a pointer to a data structure or a "this 537 If the command successfully executes, the return code will b [all...] |
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 72 * will return. All blocks that are not the entry block will have at least 83 * Typically a block will have a {@link BasicBlock#getPrimarySuccessor 94 * statements for the same code path, a single basic block will likely 115 * is necessary because the result register will not be assigned to if an 136 * since the final dex instruction will always indicate a result register. 138 * during conversion to dex bytecode, an exception will be thrown. 170 * a single source (the register which will now be considered a local variable) 197 * returns successfully. In such a case, a {@code mark-local} will
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 74 * result is a stream. If the result is a DOM, it will send the events to 76 * content handler, it will simply pass the events on. 118 * URLs will be resolved. 128 * URLs will be resolved. 174 * @return A valid ContentHandler that will create the 451 // Get the input content handler, which will handle the 594 * Set an object that will be used to resolve URIs used in 597 * <p>If the resolver argument is null, the URIResolver value will 598 * be cleared, and the default behavior will be used.</p> 609 * Get an object that will be used to resolve URIs used i [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 147 * the entry will be created, and the ID will be returned. Any additional 148 * nodes that are created that have this expanded name will use this ID. 164 * the entry will be created, and the ID will be returned. Any additional 165 * nodes that are created that have this expanded name will use this ID. 167 * If searchOnly is true, we will return -1 if the name is not found in the 174 * @param searchOnly If it is true, we will only search for the expanded name. 274 * created that have this expanded name will use this ID.
|