/external/e2fsprogs/ext2ed/ |
ext2ed.conf.in | 14 # Using AlternateDescriptors you can declare additional structures. Those 15 # structures can contain only variables. Linking functions to the objects is 45 # With this option you can choose whether ext2ed will allow read-only mode on 72 # With ForceDefault on, you can force the use of the default parameters 74 # parameters if it can't figure up the parameters from the filesystem itself.
|
/external/kernel-headers/original/linux/ |
backing-dev.h | 46 #define BDI_CAP_MAP_COPY 0x00000004 /* Copy can be mapped (MAP_PRIVATE) */ 47 #define BDI_CAP_MAP_DIRECT 0x00000008 /* Can be mapped directly (MAP_SHARED) */ 48 #define BDI_CAP_READ_MAP 0x00000010 /* Can be mapped for reading */ 49 #define BDI_CAP_WRITE_MAP 0x00000020 /* Can be mapped for writing */ 50 #define BDI_CAP_EXEC_MAP 0x00000040 /* Can be mapped for execution */
|
/external/ppp/pppd/plugins/ |
passprompt.c | 6 * This program is free software; you can redistribute it and/or 36 return -1; /* sorry, can't help */ 42 warn("Can't make a pipe for %s", promptprog); 46 warn("Can't fork to run %s", promptprog); 79 error("Can't read secret from %s: %m", promptprog);
|
/frameworks/base/core/java/android/text/ |
Spannable.java | 20 * This is the interface for text to which markup objects can be 31 * what the flags mean. The object can be one that has meaning only 32 * within your application, or it can be one that the text system will 49 * Factory used by TextView to create new Spannables. You can subclass 64 * You can override this to provide a different kind of Spannable.
|
/frameworks/base/core/res/res/values/ |
strings.xml | 320 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 322 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 324 that can cost you money.</string> 326 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 328 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 332 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 334 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 338 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 340 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> 343 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -- [all...] |
/dalvik/libcore/auth/src/main/java/org/apache/harmony/auth/internal/nls/ |
messages.properties | 18 auth.00=Name can not be null 19 auth.01=sid can not be null 20 auth.02=sid can not be empty 21 auth.03=Subject can not be null 22 auth.04=options can not be null 24 auth.06=uid can not be null 25 auth.07=gid can not be null 36 auth.12=invalid syntax: Principal Class can not be a wildcard (*) value if Principal Name is not a wildcard (*) value 62 auth.2C=Input stream can not be null 70 auth.34=CallbackHandler can not be nul [all...] |
/external/e2fsprogs/misc/ |
chattr.1.in | 50 A file with the `a' attribute set can only be open in append mode for writing. 52 capability can set or clear this attribute. 72 although it can be displayed by 78 although it can be displayed by 82 renamed, no link can be created to this file and no data can be written 84 CAP_LINUX_IMMUTABLE capability can set or clear this attribute. 92 capability can set or clear this attribute. 119 indicate that a raw contents of a compressed file can be accessed 122 although it can be displayed b [all...] |
/external/skia/include/core/ |
SkUserConfig.h | 38 in Skia. Your port can locally edit this file to enable/disable flags as 39 you choose, or these can be delared on your command line (i.e. -Dfoo). 61 /* Scalars (the fractional value type in skia) can be implemented either as 70 if it can use floats at all. Naturally, if SK_SCALAR_IS_FLOAT is defined, 72 can go either way. 85 parameter checking, but sometimes it can be quite intrusive (e.g. check that 86 each 32bit pixel is in premultiplied form). This code can be very useful 90 based on the presence or absence of NDEBUG, but that decision can be changed 105 but you can change these mutually exclusive flags here. 138 /* If SK_DEBUG is defined, then you can optionally define SK_SUPPORT_UNITTES [all...] |
/dalvik/vm/mterp/ |
NOTES.txt | 20 (A debugger can in theory cause the interpreter to advance one instruction 30 code that can pause the thread. 47 (This is potentially an issue when debugging, since we can theoretically 53 * Don't do anything that can cause a GC in the invoke-* handler after 62 can find it, and use a live-precise GC to ignore the value. 64 The "trackref" functions can also be used, but they add overhead to method 66 when it's no longer needed can be awkward.
|
/device/htc/common/updater/ |
firmware.c | 34 * the bootloader_message to the linux kernel so it can update it. 48 * 7. if failed, and the old image can still boot, status="failed-update" 73 * bootloader, so all we can really do afterwards is wipe cache and reboot. 86 LOGE("Can't write %s image\n(%s)\n", update_type, strerror(errno)); 90 /* The update image is fully written, so now we can instruct the bootloader 101 // Can't reboot? WTF? 102 LOGE("Can't reboot\n");
|
/external/freetype/include/freetype/ |
ftpfr.h | 61 * face :: Handle to the input face. It can be a non-PFR face. 66 * for non-PFR fonts. Optional (parameter can be NULL). 70 * for non-PFR fonts. Optional (parameter can be NULL). 76 * can be NULL). 80 * optional (parameter can be NULL). 125 * You can use the value of the `x_scale' and `y_scale' parameters 156 * You can use the `x_scale' or `y_scale' results of @FT_Get_PFR_Metrics
|
/external/proguard/examples/annotations/lib/ |
annotations.pro | 2 # This ProGuard configuration file specifies how annotations can be used 8 # If you specify them in a separate file, you can simply include this file: 11 # You can add any other options that are required. For instance, if you are 12 # processing a library, you can still include the options from library.pro. 16 # with these. You can always define your own annotations, if necessary. 20 # The following annotations can be specified with classes and with class 43 # The following annotations can only be specified with classes.
|
/frameworks/base/core/java/android/view/ |
SubMenu.java | 33 * @return This SubMenu so additional setters can be called. 41 * @return This SubMenu so additional setters can be called. 50 * @return This SubMenu so additional setters can be called. 59 * @return This SubMenu so additional setters can be called. 69 * @return This SubMenu so additional setters can be called. 83 * @return This SubMenu so additional setters can be called. 92 * @return This SubMenu so additional setters can be called.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathVisitor.java | 36 * A derivation from this class can be passed to a class that implements 44 * The ExpressionOwner argument is the owner of the component, and can 55 * @param owner The owner of the expression, to which the expression can 67 * @param owner The owner of the expression, to which the expression can 79 * @param owner The owner of the expression, to which the expression can 94 * @param owner The owner of the expression, to which the expression can 106 * @param owner The owner of the expression, to which the expression can 118 * @param owner The owner of the expression, to which the expression can 130 * @param owner The owner of the expression, to which the expression can 142 * @param owner The owner of the expression, to which the expression can [all...] |
/external/libpng/contrib/pngminus/ |
README | 29 Therefore, lots of the functionality that we put in our software can now 40 At this moment libpng is in a very stable state and can do much of the 51 quite easy to understand and can serve well as a template for other 53 like Greg Roelofs' rpng/wpng, that can be used just as good.) 56 Can and can not 65 The downside of this approach is that you can not use them on images 70 png-files you can do this just as well by piping the output of png2pnm 77 you can write the alpha-channel into a pgm-file. And when creating an 83 Finally you can opt for writing ascii or binary pgm- and ppm-files. Whe [all...] |
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 24 can be found in the \c{src/3rdparty/webkit/VERSION} file supplied with Qt. 30 Developers using the Open Source Edition can choose to redistribute 35 Individual contributor names and copyright dates can be found 38 This library is free software; you can redistribute it and/or 67 content can be enhanced with native controls. 79 In addition to providing pure rendering features, HTML documents can be 84 WebKit itself can be found on the \l{WebKit Open Source Project} Web site. 110 widget it can be embedded into your forms or a graphics view, and it 120 HTML documents can be nested using frames in a frameset. An individual 122 bridge to the JavaScript window object and can be painted using QPainter [all...] |
/external/iproute2/man/man8/ |
tc.8 | 102 can't handle it momentarily. 105 Some qdiscs can contain classes, which contain further qdiscs - traffic may 110 it can come from any of the classes. A qdisc may for example prioritize 153 In the absence of classful qdiscs, classless qdiscs can only be attached at 185 can prioritize classes. 199 Qdiscs which allow dynamic addition of classes can have zero or more 206 behaviour though another qdisc can be attached in place. This qdisc may again 207 contain classes, but each class can have only one leaf qdisc. 209 When a packet enters a classful qdisc it can be 216 for relevant instructions. Filters can match on all fields of a packet header, [all...] |
/external/proguard/docs/ |
FAQ.html | 21 <li><a href="#commercial">Can I use <b>ProGuard</b> to process my commercial 37 <li><a href="#keywords">Can <b>ProGuard</b> obfuscate using reserved 39 <li><a href="#stacktrace">Can <b>ProGuard</b> reconstruct obfuscated stack 49 Shrinking programs such as <b>ProGuard</b> can analyze bytecode and remove 60 desirable. Obfuscators such as <b>ProGuard</b> can remove the debugging 70 verification of the byte code. This analysis makes sure the code can't 75 to simplify the actual verification step for the class loader. Class files can 76 then be loaded faster and in a more memory-efficient way. <b>ProGuard</b> can 84 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside 87 and liveness analysis, <b>ProGuard</b> can [all...] |
/external/opencore/engines/common/include/ |
pv_plugin_interfaces.h | 51 * Any System Wide codes or PV defined error codes can be returned. If a new error code needs to 70 * Any System Wide codes or PV defined error codes can be returned. If a new error code needs to 147 * type as a base MIME type. This functionality can be turned off. 197 * the buffer with data - the data source can either make this callback synchronously or asynchronously. 208 * This parameter is required in cases where the source can supply data 219 * When the data source gets this callback it knows that the buffer has been emptied and can be reused 227 * Method to indicate whether the data source can create a buffer. 231 * @return ETrue if the data source can create a buffer else EFalse 242 * This parameter is required in cases where the source can supply data 262 * This is a virtual function that a derived class can implement [all...] |
/external/gtest/test/ |
gtest-typed-test_test.cc | 96 // Static members of the fixture class template can be visited via 100 // Typedefs in the fixture class template can be visited via the 116 // Static members of the fixture class template can also be visited 121 // TypeParam can be used to refer to the type parameter. 125 // Tests that multiple TYPED_TEST_CASE's can be defined in the same 132 // Verifies that the second argument of TYPED_TEST_CASE can be a 141 // Verifies that the second argument of TYPED_TEST_CASE can be a 145 // This also verifies that tests from different typed test cases can 149 // Tests that a typed test case can be defined in a namespace. 214 "foo\\.cc.1.?: No test named D can be found in this test case\\.") [all...] |
/external/quake/quake/src/WinQuake/ |
glqnotes.txt | 11 before running glquake. NT can switch automatically.
22 See the encluded 3dfx.txt for specific instalation notes. 3dfx can only run
41 You can also specify the resolution of the console independant of the screen
46 automatically determined by the default 4:3 aspect ratio, you can also
57 The amount of textures used in the game can have a large impact on performance.
69 down to the smaller size, but you can cause it to use the larger size if you
75 there are some additional settings that can drastically lower the amount of
80 This makes them blurry, but very small. You can set this to 2 to make the
85 Each player in a deathmatch requires an individual skin texture, so this can
98 can be done in one pass. On hardware that supports this, you will get a [all...] |
/external/quake/quake/src/WinQuake/kit/ |
README.TXT | 11 before running glquake. NT can switch automatically.
22 See the encluded 3dfx.txt for specific instalation notes. 3dfx can only run
41 You can also specify the resolution of the console independant of the screen
46 automatically determined by the default 4:3 aspect ratio, you can also
57 The amount of textures used in the game can have a large impact on performance.
69 down to the smaller size, but you can cause it to use the larger size if you
75 there are some additional settings that can drastically lower the amount of
80 This makes them blurry, but very small. You can set this to 2 to make the
85 Each player in a deathmatch requires an individual skin texture, so this can
98 can be done in one pass. On hardware that supports this, you will get a [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
ReadWriteLock.java | 26 * <em>writer</em> thread) can modify the shared data, in many cases any 27 * number of threads can concurrently read the data (hence <em>reader</em> 47 * more complex than a mutual exclusion lock) can dominate the execution 62 * short and infrequent. Reader preference is less common as it can lead to 68 * Preference to the reader can delay the writer indefinitely, while 69 * preference to the writer can reduce the potential for concurrency. 71 * <li>Determining whether the locks are reentrant: can a thread with the 72 * write lock reacquire it? Can it acquire a read lock while holding the 75 * <li>Can the write lock be downgraded to a read lock without allowing 76 * an intervening writer? Can a read lock be upgraded to a write lock [all...] |
/development/host/windows/usb/legacy/driver/ |
android_usb_wdf_object.h | 40 This method can be called at any IRQL.
49 extension context for all KMDF objects that we extend. So we can initialize
55 @param parent[in] Parent object for this object. Can be NULL.
82 This method can be called at IRQL <= DISPATCH_LEVEL.
90 This method can be called at IRQL <= DISPATCH_LEVEL.
100 This callback can be called at IRQL <= DISPATCH_LEVEL.
104 /** \brief Removes driver's references on an object so it can be deleted.
108 This callback can be called at IRQL <= DISPATCH_LEVEL.
119 This callback can be called at IRQL <= DISPATCH_LEVEL.
167 This method can be called at any IRQL [all...] |
/external/dnsmasq/ |
doc.html | 9 small network. It can serve the names of local machines which are 43 machine: If the names of local machines are there, then they can all 51 included in the DNS and the names can specified by each machine or 61 Dnsmasq can be configured to automatically pick up the addresses of 68 On IPv6-enabled boxes, dnsmasq can both talk to upstream servers via IPv6 70 both protocols and can even act as IPv6-to-IPv4 or IPv4-to-IPv6 forwarder. 73 Dnsmasq can be configured to send queries for certain domains to 78 Dnsmasq supports MX and SRV records and can be configured to return MX records 88 Dnsmasq is part of the Debian distribution, it can be downloaded from 110 Dnsmasq was written by Simon Kelley. You can contact me at < [all...] |