| /external/mesa3d/src/gallium/winsys/i915/sw/ |
| i915_sw_batchbuffer.c | 106 unsigned used = 0; local 110 used = batch->base.ptr - batch->base.map; 111 assert((used & 3) == 0); 116 used += 4; 119 if ((used & 4) == 0) { 126 used = batch->base.ptr - batch->base.map; 127 assert((used & 4) == 0);
|
| /external/proguard/src/proguard/obfuscate/ |
| NameAndTypeUsageMarker.java | 33 * being used in the program classes it visits. 45 // A visitor info flag to indicate the NameAndType constant pool entry is being used. 46 private static final Object USED = new Object(); 118 * Marks the given VisitorAccepter as being used. 123 visitorAccepter.setVisitorInfo(USED); 128 * Returns whether the given VisitorAccepter has been marked as being used. 133 return visitorAccepter.getVisitorInfo() == USED;
|
| /external/valgrind/main/memcheck/tests/ |
| mallinfo.c | 15 size_t used; local 36 used = mi.uordblks + mi.hblkhd; 37 if (used < min) 40 if (used > max) 43 // used should be reasonably close to min 45 if (used/5*4 > min) 71 return used;
|
| /external/webrtc/src/common_audio/vad/ |
| vad_filterbank.h | 46 * This function is used when before splitting a speech file into 71 * This function is used when before splitting a speech file into 97 * This function is used to get the logarithm of the power of each of the 98 * 6 frequency bands used by the VAD: 115 * is only used in a comparison. 125 * This function is used to get the logarithm of the power of one frequency band. 135 * is not exact since it is only used in a comparison.
|
| /frameworks/av/libvideoeditor/vss/common/inc/ |
| M4_BitStreamParser.h | 20 * @note This file contains utility functions used to parse MPEG specific 34 * @param pContext : A pointer to the context internally used by the package - ALLOCATED BY THE 75 * @param pContext : A pointer to the context internally used by the package 85 * @param pContext : A pointer to the context internally used by the package 94 * @note It should be used carefully as the pointer is in the bitstream itself 103 * @param pContext : A pointer to the context internally used by the package 114 * @param pContext : A pointer to the context internally used by the package
|
| /frameworks/base/core/java/android/webkit/ |
| PluginList.java | 29 * @deprecated This interface was intended to be used by Gears. Since Gears was 40 * @deprecated This interface was intended to be used by Gears. Since Gears was 52 * @deprecated This interface was intended to be used by Gears. Since Gears was 64 * @deprecated This interface was intended to be used by Gears. Since Gears was 78 * @deprecated This interface was intended to be used by Gears. Since Gears was 93 * @deprecated This interface was intended to be used by Gears. Since Gears was 105 * @deprecated This interface was intended to be used by Gears. Since Gears was
|
| /packages/apps/Stk/res/values/ |
| strings.xml | 18 <!-- Default Application label used on home screen with an icon --> 30 <!-- OK button used to confirm a message dialog --> 32 <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session--> 34 <!-- Yes button, used on a Yes/No confirmation screen --> 36 <!-- No button, used on a Yes/No confirmation screen --> 49 <!-- Title text used for system dialog from STK app --> 59 <!-- Button texts used in STK dialog -->
|
| /external/chromium_org/chrome/browser/chromeos/net/ |
| network_portal_detector_impl.h | 82 // Basic unit used in detection timeout computation. 140 // Used by unit tests. 144 // Used by unit tests. 150 // network. Used by unit tests. 156 // network in portal state. Used by unit tests. 161 // Sets portal detection timeout. Used by unit tests. 167 // Returns delay before next portal check. Used by unit tests. 172 // Sets current test time ticks. Used by unit tests. 177 // Advances current test time ticks. Used by unit tests. 187 // The following rules are used for timeout computation [all...] |
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| Constants.java | 25 * Contains the internal constants that are used in the download manager. 30 /** Tag used for debugging/logging */ 33 /** The column that used to be used for the HTTP method of the request */ 36 /** The column that used to be used for the magic OTA update filename */ 39 /** The column that used to be used to reject system filetypes */ 42 /** The column that is used for the downloads's ETag */ 45 /** The column that is used for the initiating app's UID * [all...] |
| /frameworks/wilhelm/tools/permute/ |
| permute.c | 105 unsigned used; local 107 used = split(s, leftStart, leftLength, segmentBudget / 2); 108 used += split(s, rightStart, rightLength, segmentBudget - used); 110 used = split(s, rightStart, rightLength, segmentBudget / 2); 111 used += split(s, leftStart, leftLength, segmentBudget - used); 113 assert(used >= 2); 114 assert(used <= segmentBudget); 115 return used; 223 unsigned used; local [all...] |
| /system/core/adb/ |
| SERVICES.TXT | 15 Ask the ADB server to quit immediately. This is used when the 49 (Used to implement the -s option) 54 devices. (Used to implement the -d convenience option) 59 running. (Used to implement the -e convenience option) 65 (Used when neither -s, -d or -e are provided) 69 prefix can be used to indicate that the client is asking the ADB server 74 A variant of host-serial used to target the single USB device connected 78 A variant of host-serial used to target the single emulator instance 124 Used to implement 'adb forward --no-rebind <local> <remote>' 128 This is used to implement 'adb forward --remove <local> [all...] |
| /frameworks/native/include/media/openmax/ |
| OMX_Types.h | 42 * The OMX_Types header file contains the primitive type definitions used by 44 * modified to be used on systems that do not have "char" set to 8 bits, 55 /** The OMX_API and OMX_APIENTRY are platform specific definitions used 89 /** OMX_IN is used to identify inputs to an OMX function. This designation 90 will also be used in the case of a pointer that points to a parameter 91 that is used as an output. */ 96 /** OMX_OUT is used to identify outputs from an OMX function. This 97 designation will also be used in the case of a pointer that points 98 to a parameter that is used as an input. */ 104 /** OMX_INOUT is used to identify parameters that may be either inputs o [all...] |
| /external/chromium_org/third_party/mesa/src/doxygen/ |
| common.doxy | 3 # This file describes the settings to be used by the documentation system 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 31 # where doxygen was started. If left blank the current directory will be used. 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 81 # that is used to form the text in various listings. Each string 83 # stripped from the text and the result after processing the whole list, is used [all...] |
| /external/dropbear/libtomcrypt/ |
| Doxyfile | 3 # This file describes the settings to be used by the documentation system 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 31 # where doxygen was started. If left blank the current directory will be used. 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 81 # that is used to form the text in various listings. Each string 83 # stripped from the text and the result after processing the whole list, is used [all...] |
| /external/mesa3d/doxygen/ |
| common.doxy | 3 # This file describes the settings to be used by the documentation system 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 31 # where doxygen was started. If left blank the current directory will be used. 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 81 # that is used to form the text in various listings. Each string 83 # stripped from the text and the result after processing the whole list, is used [all...] |
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| sync_test.h | 60 LOCAL_LIVE_SERVER, // Some other server (maybe the real binary used by 98 // Used to get the number of sync clients used by a test. 119 // Returns a pointer to the sync profile that is used to verify changes to 123 // Used to determine whether the verifier profile should be updated or not. 153 // Returns true if the server being used supports controlling 170 // Returns true if the server being used supports injecting errors. 228 // |index|. Used by SetupClients(). 236 // GAIA account used by the test case. 239 // GAIA password used by the test case [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
| readme.html | 15 used to run tests used three keys config, build and jvm <ul> <li>for example, 24 prefixes are derived from all the scenarios in the database and are used to group 26 will be used to refer to a bar graph which represents the performance summary 29 be used to refer to a table of scenarios with green checks and red x indicators 33 used to refer to a web page comparing current performance measurements to the 57 <blockquote> <p>-baseline <baseline build id. A previous value used in the 59 property. > <br> -current <current build id. The value used in the "build" 61 list of names of configurations for which to produce results. The values used 63 system property.><br> -jvm <jvm description. The value used in the "jvm" [all...] |
| /external/llvm/include/llvm/Support/ |
| Format.h | 10 // This file implements the format() function, which can be used with other 12 // and risk of printf. This can be used like this (with raw_ostreams as an 39 /// format_object_base - This is a helper class used for handling formatted 75 /// format_object1 - This is a templated helper class used by the format 92 /// format_object2 - This is a templated helper class used by the format 110 /// format_object3 - This is a templated helper class used by the format 129 /// format_object4 - This is a templated helper class used by the format 150 /// format_object5 - This is a templated helper class used by the format 173 /// This is a helper function that is used to produce formatted output. 175 /// This is typically used like [all...] |
| /libcore/luni/src/main/java/java/util/logging/ |
| Handler.java | 35 // the character encoding used by this handler 41 // the formatter used to export messages 44 // the filter used to filter undesired messages 47 // class name, used for property reading 171 * Gets the character encoding used by this handler, {@code null} for 174 * @return the character encoding used by this handler. 181 * Gets the error manager used by this handler to report errors during 184 * @return the error manager used by this handler. 192 * Gets the filter used by this handler. 194 * @return the filter used by this handler (possibly {@code null}) [all...] |
| /external/libvorbis/doc/ |
| Doxyfile.in | 3 # This file describes the settings to be used by the documentation system 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 31 # where doxygen was started. If left blank the current directory will be used. 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 55 # This tag can be used to specify the encoding used in the generated output. 80 # that is used to form the text in various listings. Each string 82 # stripped from the text and the result after processing the whole list, is used [all...] |
| /external/ceres-solver/internal/ceres/ |
| cxsparse.h | 14 // used to endorse or promote products derived from this software without 75 // The returned matrix should be deallocated with Free when not used 81 // The returned matrix should be deallocated with Free when not used 85 // Computes a symbolic factorization of A that can be used in SolveCholesky. 87 // The returned matrix should be deallocated with Free when not used anymore. 90 // Computes a symbolic factorization of A that can be used in 93 // The returned matrix should be deallocated with Free when not used anymore. 96 // Computes a symbolic factorization of A that can be used in 101 // then used to find a symbolic factorization. This can result in a 105 // The returned matrix should be deallocated with Free when not used [all...] |
| /external/chromium/chrome/browser/ui/gtk/ |
| custom_button.h | 26 // used on the toolbar and the bookmarks bar. 29 // It handles managing the pixbufs containing all the static images used to draw 43 // Flip the image horizontally. Not to be used for RTL/LTR reasons. (In RTL 86 // Whether the button is flipped horizontally. Not used for RTL (we get 87 // flipped versions from the theme provider). Used for the flipped window 91 // Used to listen for theme change notifications. 139 // |stock_size| are used for GTK+ theme mode. 161 // Flip the image horizontally. Not to be used for RTL/LTR reasons. (In RTL 204 // Callback for custom button expose, used to draw the custom graphics. 221 // Used to listen for theme change notifications [all...] |
| /external/chromium_org/native_client_sdk/src/ |
| README.Makefiles | 15 This document describes some of the variables and macros used by in the 40 This variable can be used to control which toolchains are supported by 47 environment variable will by used. It is an error if this variable is 53 The following macros can be used in the Makefiles to generate the rules 55 be used via the 'call' macro. e.g. $(call COMPILE_RULE,$(SOURCES)) 58 This rule is used to build object files from a list of sources. 61 Used to build shared objects from a list of sources. 64 Used to build static libraries from a list of sources. 67 Used to build nmf metadata file from a native client executable (or 72 Used to build both html and nmf files from a native client executabl [all...] |
| /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
| gl_API.dtd | 96 output - this parameter is used to store the output of the function. 97 variable_param - name of parameter used to determine the number of 103 (or hardcoded integer) used for the dimensions of pixel data. 104 img_xoff / img_yoff / img_zoff / img_woff - name of parameters used 106 img_format - name of parameter used as the pixel data format. 107 img_type - name of parameter used as the pixel data type. 108 img_target - name of parameter used as a texture target. Non-texture 111 be sent when a NULL pointer is passed. This is only used by 113 img_null_flag - boolean flag to determine if an extra flag is used to 114 determine if a NULL pixel pointer was passed. This is used b [all...] |
| /external/libgsm/man/ |
| gsm_option.3 | 25 The gsm_option() function can be used to set and query various 44 with debugging turned on, and may be used by developers of 66 will be used, if not, the faster version will be used. 68 The availability of this option depends on the hardware used; 111 can be used in the body of a WAV #49 frame. 123 framing algorithm will be used, if nonzero, WAV-type packing is in effect. 125 This option should be used before any frames are encoded. 171 Used in combination with the 173 option, it can be used to position on arbitrary GSM frame [all...] |