| /sdk/testapps/ |
| README.txt | 1 This repository contains test applications used by the SDK automated tests.
|
| /sdk/testapps/testSensors/ |
| project.properties | 6 # To customize properties used by the Ant build system use,
|
| /system/extras/tests/bionic/libc/bionic/ |
| lib_relocs.c | 1 /* this is part of the test_relocs.c test, which is used to check that
|
| /external/chromium/net/socket/ |
| ssl_server_socket_nss.h | 28 // |cert| - The certificate to be used by the server. 32 // |key| - The private key used by the server. 84 // Members used to send and receive buffer. 98 // Used by Read function. 102 // Used by Write function. 116 // TODO(hclam): This memeber is currently not used. Should make use of this 123 // Private key used by the server.
|
| /external/chromium_org/android_webview/tools/ |
| third_party_files_whitelist.txt | 24 # license. Not used on Android. 27 # license. Not used on Android. 30 # license. Not used on Android. 33 # license. Not used on Android. 37 # String 'copyright' used in code. 39 # String 'copyright' used in code. 41 # String 'copyright' used in code. 43 # String 'copyright' used in code. 45 # String 'copyright' used in code. 47 # String 'copyright' used in code [all...] |
| /external/chromium_org/remoting/host/ |
| host_config.h | 22 // Login used to authenticate in XMPP network. 24 // Auth token used to authenticate to XMPP network. 26 // OAuth refresh token used to fetch an access token for the XMPP network. 28 // Auth service used to authenticate to XMPP network. 30 // Unique identifier of the host used to register the host in directory. 35 // Hash of the host secret used for authentication. 37 // Private keys used for host authentication.
|
| /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
| vmw_context.c | 70 uint32_t used; member in struct:vmw_svga_winsys_context::__anon14970 77 uint32_t used; member in struct:vmw_svga_winsys_context::__anon14971 85 uint32_t used; member in struct:vmw_svga_winsys_context::__anon14972 142 for(i = 0; i < vswc->region.used; ++i) { 154 if (vswc->command.used || pfence != NULL) 159 vswc->command.used, 165 vswc->command.used = 0; 168 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) { 175 vswc->surface.used = 0; 178 for(i = 0; i < vswc->region.used + vswc->region.staged; ++i) [all...] |
| /external/chromium_org/ui/base/ |
| layout.h | 20 // Layout optimized for touch. Used e.g. for Windows 8 Metro mode. 24 // Returns the display layout that should be used. This could be used 31 // Supported UI scale factors for the platform. This is used as an index 33 // SCALE_FACTOR_NONE is used for density independent resources such as 34 // string, html/js files or an image that can be used for any scale factors 57 // Returns the ScaleFactor used by |view|.
|
| /external/mesa3d/src/gallium/winsys/svga/drm/ |
| vmw_context.c | 70 uint32_t used; member in struct:vmw_svga_winsys_context::__anon25335 77 uint32_t used; member in struct:vmw_svga_winsys_context::__anon25336 85 uint32_t used; member in struct:vmw_svga_winsys_context::__anon25337 142 for(i = 0; i < vswc->region.used; ++i) { 154 if (vswc->command.used || pfence != NULL) 159 vswc->command.used, 165 vswc->command.used = 0; 168 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) { 175 vswc->surface.used = 0; 178 for(i = 0; i < vswc->region.used + vswc->region.staged; ++i) [all...] |
| /frameworks/base/core/java/android/provider/ |
| SyncConstValue.java | 27 * The account that was used to sync the entry to the device. 33 * The type of the account that was used to sync the entry to the device. 57 * Used in temporary provider while syncing, always NULL for rows in persistent providers. 63 * Used only in persistent providers, and only during merging. 69 * Used to indicate that local, unsynced, changes are present. 75 * Used to indicate that this account is not synced 80 * Used to indicate that this account is not synced
|
| /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
| mlsl.h | 55 * inv_serial_open() - used to open the serial port. 59 * This port is used to send and receive data to the device. 71 * inv_serial_close() - used to close the serial port. 72 * @sl_handle a file handle to the serial device used for the communication. 74 * This port is used to send and receive data to the device. 86 * inv_serial_reset() - used to reset any buffering the driver may be doing 93 * inv_serial_single_write() - used to write a single byte of data. 94 * @sl_handle pointer to the serial device used for the communication. 110 * inv_serial_write() - used to write multiple bytes of data to registers. 111 * @sl_handle a file handle to the serial device used for the communication [all...] |
| /hardware/invensense/60xx/mlsdk/platform/include/ |
| mlsl.h | 70 * inv_serial_open() - used to open the serial port. 74 * This port is used to send and receive data to the device. 86 * inv_serial_close() - used to close the serial port. 87 * @sl_handle a file handle to the serial device used for the communication. 89 * This port is used to send and receive data to the device. 101 * inv_serial_reset() - used to reset any buffering the driver may be doing 108 * inv_serial_single_write() - used to write a single byte of data. 109 * @sl_handle pointer to the serial device used for the communication. 125 * inv_serial_write() - used to write multiple bytes of data to registers. 126 * @sl_handle a file handle to the serial device used for the communication [all...] |
| /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
| mlsl.h | 55 * inv_serial_open() - used to open the serial port. 59 * This port is used to send and receive data to the device. 71 * inv_serial_close() - used to close the serial port. 72 * @sl_handle a file handle to the serial device used for the communication. 74 * This port is used to send and receive data to the device. 86 * inv_serial_reset() - used to reset any buffering the driver may be doing 93 * inv_serial_single_write() - used to write a single byte of data. 94 * @sl_handle pointer to the serial device used for the communication. 110 * inv_serial_write() - used to write multiple bytes of data to registers. 111 * @sl_handle a file handle to the serial device used for the communication [all...] |
| /external/dropbear/libtommath/ |
| bn_mp_montgomery_reduce.c | 25 /* can the fast reduction [comba] method be used? 31 digs = n->used * 2 + 1; 33 n->used < 44 x->used = digs; 46 for (ix = 0; ix < n->used; ix++) { 73 for (iy = 0; iy < n->used; iy++) { 96 /* at this point the n.used'th least 99 * right by n.used digits and the 103 /* x = x/b**n.used */ 105 mp_rshd (x, n->used); [all...] |
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| ElemExtensionScript.java | 41 /** Language used in extension. 46 * Set language used by extension 49 * @param v Language used by extension 57 * Get language used by extension 60 * @return Language used by extension
|
| /external/chromium_org/cc/trees/ |
| damage_tracker.h | 28 // RenderSurfaceImpl. This region is used to scissor what is actually drawn to 60 // These helper functions are used only in TrackDamageFromActiveLayers(). 66 // The "current" map is used to compute exposed regions of the current frame, 67 // while the "next" map is used to collect layer rects that are used in the
|
| /external/chromium_org/components/autofill/core/common/ |
| autofill_switches.cc | 10 // Flag used to tell Chrome the Autochecout whitelist url. 13 // Flag used to tell Chrome the base url of the Autofill service. 36 // Secure service URL for Online Wallet service. Used as the base url to escrow 40 // Service URL for Online Wallet service. Used as the base url for Online Wallet 45 // service will be used.
|
| /external/chromium_org/content/browser/android/ |
| media_resource_getter_impl.h | 36 // |file_system_context| are used to get the platform path. 68 // FileSystemContext to be used on FILE thread. 71 // Used to post tasks. 74 // Render process id, used to check whether the process can access cookies. 77 // Routing id for the render view, used to check tab specific cookie policy.
|
| /external/chromium_org/remoting/protocol/ |
| auth_util.h | 23 // Fake hostname used for SSL connections. 26 // Size of the HMAC-SHA-256 hash used as shared secret in SPAKE2. 29 // Size of the HMAC-SHA-256 digest used for channel authentication. 32 // TODO(sergeyu): The following two methods are used for V1 45 // Returns authentication bytes that must be used for the given
|
| me2me_host_authenticator_factory.h | 42 // Create a factory that dispenses rejecting authenticators (used when the 56 // Used for all host authenticators. 60 // Used only for shared secret host authenticators. 63 // Used only for third party host authenticators. 67 // Used only for pairing host authenticators.
|
| /external/chromium_org/third_party/freetype/include/freetype/ |
| fttypes.h | 10 /* This file is part of the FreeType project, and may only be used, */ 101 /* A typedef of unsigned char, used for simple booleans. As usual, */ 113 /* A signed 16-bit integer used to store a distance in original font */ 125 /* An unsigned 16-bit integer used to store a distance in original */ 170 /* A typedef for 32-bit tags (as used in the SFNT format). */ 181 /* A simple typedef for the char type, usually used for strings. */ 258 /* A signed 2.14 fixed float type used for unit vectors. */ 269 /* A signed 26.6 fixed float type used for vectorial pixel */ 281 /* This type is used to store 16.16 fixed float values, like scaling */ 317 /* _unsigned_ integer type used to express a file size or position, * [all...] |
| /external/chromium_org/tools/perf/measurements/ |
| page_cycler.js | 15 // This is the timeout used in setTimeout inside the DHTML tests. Chrome has 34 // The function |__onload| is used by the DHTML tests. 36 // window.storeCreated is used by the Indexed DB tests. 46 // The function |testComplete| is used by the Indexed DB tests. 51 // The function |__eval_later| now is only used by the DHTML tests.
|
| /external/chromium_org/ui/gfx/ |
| font_render_params_linux.h | 24 // Different subpixel orders to be used for subpixel rendering. 38 // used? 41 // Should FreeType's autohinter be used (as opposed to Freetype's bytecode 45 // Should embedded bitmaps in fonts should be used? 51 // Whether subpixel rendering should be used or not, and if so, the display's
|
| /external/chromium_org/ui/views/focus/ |
| view_storage.h | 17 // used for example in the FocusManager to store/restore focused views when the 22 // To use it, you first need to create a view storage id that can then be used 34 // Returns a unique storage id that can be used to store/retrieve views. 64 // The association id to View used for the view storage. 67 // Association View to id, used to speed up view notification removal.
|
| /external/clang/test/Sema/ |
| pragma-unused.c | 19 #pragma unused(x) // expected-warning{{undeclared variable 'x' used as an argument for '#pragma unused'}} 36 #pragma unused(undeclared, undefined, y) // expected-warning{{undeclared variable 'undeclared' used as an argument for '#pragma unused'}} expected-warning{{undeclared variable 'undefined' used as an argument for '#pragma unused'}} 54 return x; // expected-warning{{'x' was marked unused but was used}} 59 #pragma unused(x) // expected-warning{{'x' was marked unused but was used}}
|