HomeSort by relevance Sort by last modified time
    Searched full:used (Results 2576 - 2600 of 64207) sorted by null

<<101102103104105106107108109110>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sysexits.h 14 * may be used to endorse or promote products derived from this software
47 * EX_USAGE -- The command was used incorrectly, e.g., with
51 * This should only be used for user's data & not
58 * be used for mail addresses or remote logins.
59 * EX_NOHOST -- The host specified did not exist. This is used
63 * can also be used as a catchall message when something
70 * This is intended to be used for such things as "cannot
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 176 // not used
179 // not used
182 // not used
185 // not used
188 // not used
191 // not used
194 // not used
  /system/extras/tests/sdcard/
testcase.cpp 50 // FULL_WAKE_LOCK was used by java apps and don't do
103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left);
104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left);
106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left);
107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left);
108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left);
testcase.h 158 StopWatch *mTestTimer; // Used to time the test overall.
159 StopWatch *mOpenTimer; // Used to time the open calls.
160 StopWatch *mReadTimer; // Used to time the read calls.
161 StopWatch *mWriteTimer; // Used to time the write calls.
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
163 StopWatch *mTruncateTimer; // Used to time the ftruncate calls.
164 StopWatch *mTraverseTimer; // Used to time each traversal.
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 19 \brief A header file to define data structures used by register allocator & const folding
102 VRDELAY_NONE = 0, // used when VR can be freed from using physical register if needed
103 VRDELAY_NULLCHECK = 1 << 0, // used when VR is used for null check and freeing must be delayed
104 VRDELAY_BOUNDCHECK = 1 << 1 // used when VR is used for bound check and freeing must be delayed
125 //!it is used for GPR VR only
289 RegAllocConstraint allocConstraints[8]; //# of times a hardcoded register is used in this basic block
290 //a physical register that is used many times has a lower priority to get picked in getFreeReg
  /docs/source.android.com/src/source/
building-kernels.jd 134 of the kernel sources that were used to build the binary in question.
135 The first entry in the log is the most recent, i.e. the one used to
152 and can be used as a starting point for work on Qualcomm MSM chipsets.</li>
153 <li>The <code>omap</code> project is used for PandaBoard and Galaxy Nexus,
154 and can be used as a starting point for work on TI OMAP chipsets.</li>
155 <li>The <code>samsung</code> project is used for Nexus S,
156 and can be used as a starting point for work on Samsung Hummingbird chipsets.</li>
158 and can be used as a starting point for work on NVIDIA Tegra chipsets.</li>
160 and can be used as a starting point for work on Samsung Exynos chipsets.</li>
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 75 // detaching. Used by the Frame to determine if dragging on the Tab
95 // Used to set/check whether this Tab is being animated closed.
99 // Used to set/check whether this Tab is being dragged.
149 // Creates the drag widget used to track a drag operation.
176 // The windowless widget used to collect input events for the tab. We can't
184 // A copy of the last button press event, used to initiate a drag.
187 // A GtkInivisible used to track the drag event. GtkInvisibles are of the
189 // reference, so we can't used an OwnedWidgetGtk here.
199 // Used to destroy the drag widget after a return to the message loop.
  /external/chromium/chrome/common/extensions/
user_script.h 29 // The bitmask for valid user script injectable schemes used by URLPattern.
139 // These are only used with "standalone" Greasemonkey-like user scripts.
189 // The namespace of the script. This is used by Greasemonkey in the same way
190 // as XML namespaces. Only used when parsing Greasemonkey-style scripts.
193 // The script's name. Only used when parsing Greasemonkey-style scripts.
196 // A longer description. Only used when parsing Greasemonkey-style scripts.
199 // A version number of the script. Only used when parsing Greasemonkey-style
204 // These are only used with standalone scripts.
209 // only used with scripts that are part of extensions.
  /external/chromium/net/http/
http_auth.h 48 AUTHORIZATION_RESULT_STALE, // (Digest) The nonce used in the
64 // Describes where the identity used for authentication came from.
85 // The identity used the default credentials for the computer,
99 // Helper structure used by HttpNetworkTransaction to track
100 // the current identity being used for authorization.
118 // Returns a string representation of a Target value that can be used in log
132 // |origin| is used by the NTLM and Negotiation authentication scheme to
160 // |challenge_used| is the text of the authentication challenge used in
161 // support of the returned AuthorizationResult. If no headers were used for
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.h 79 // detaching. Used by the Frame to determine if dragging on the Tab
104 // Used to set/check whether this Tab is being animated closed.
108 // Used to set/check whether this Tab is being dragged.
162 // Creates the drag widget used to track a drag operation.
189 // The windowless widget used to collect input events for the tab. We can't
197 // A copy of the last button press event, used to initiate a drag.
200 // A GtkInivisible used to track the drag event. GtkInvisibles are of the
202 // reference, so we can't used an OwnedWidgetGtk here.
212 // Used to destroy the drag widget after a return to the message loop.
  /external/chromium_org/content/browser/geolocation/
device_data_provider.h 5 // A device data provider provides data from the device that is used by a
8 // instance of the device data provider, which is used by multiple
14 // to be used for testing.
19 // This file also declares the data structures used to represent cell radio data
51 // This is to allow AccessPointData to be used in std::set. We order
189 // Sets the factory function which will be used by Register to create the
190 // implementation used by the singleton instance. This factory approach is
191 // used to abastract accross both platform-specific implementation and to
292 // The factory function used to create the singleton instance.
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.h 5 // MediaStreamManager is used to open/enumerate media capture devices (video
55 // MediaStreamManager is used to generate and close new media devices, not to
73 // Used to access VideoCaptureManager.
76 // Used to access AudioInputDeviceManager.
83 // used to send the selected device to the clients. An empty list of device
149 // Used by unit test to make sure fake devices are used instead of a real
154 // Called by the tests to specify a fake UI that should be used for next
167 // Used for testing.
  /external/chromium_org/net/http/
http_auth_handler.h 44 // attempt used a stale nonce (and nonce-count) and that a new attempt should
56 // logged in user are used. |AllowsDefaultCredentials()| MUST be true in this
69 // invoked, but |credentials| is only used during the initial call.
94 // numbers are better. Used by HttpAuth::ChooseBestChallenge().
127 // sequence used by a connection-based authentication scheme.
130 // Returns whether the default credentials may be used for the |origin| passed
137 // Returns whether explicit credentials can be used with this handler. If
167 // The realm, encoded as UTF-8. Used by "basic" and "digest".
173 // The {scheme, host, port} for the authentication target. Used by "ntlm"
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 10 /* This file is part of the FreeType project, and may only be used, */
94 * character classification functions -- since these are used to parse
273 /* The maximal number of points used to store the vectorial outline */
279 /* The maximal number of contours used to store the vectorial */
285 /* A 2x2 matrix of 16.16 coefficients used to transform glyph */
286 /* outlines after they are loaded from the font. Only used by the */
290 /* A translation vector used to transform glyph outlines after they */
291 /* are loaded from the font. Only used by the convenience */
295 /* Some flags used to classify the transform. Only used by the *
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinit.h 22 * Alternatively, the contents of this file may be used under the
56 ** NSPR's version is used to determine the likelihood that the version you
57 ** used to build your component is anywhere close to being compatible with
159 ** Disables timer signals used for pre-emptive scheduling.
165 ** Enables timer signals used for pre-emptive scheduling.
171 ** Blocks the timer signal used for pre-emptive scheduling
177 ** Unblocks the timer signal used for pre-emptive scheduling
182 ** Create extra virtual processor threads. Generally used with MP systems.
188 ** cache used by the runtime. Setting 'high' to zero is for performance,
  /external/chromium_org/third_party/sqlite/src/test/
pragma.test 31 # pragma-5.*: Test that pragma synchronous may not be used inside of a
338 Page 4 is never used
339 Page 5 is never used
340 Page 6 is never used} {rowid 1 missing from index i2} {rowid 2 missing from index i2} {wrong # of entries in index i2}}
346 Page 4 is never used}}
352 Page 4 is never used
353 Page 5 is never used
354 Page 6 is never used} {rowid 1 missing from index i2} {rowid 2 missing from index i2}}
360 Page 4 is never used
361 Page 5 is never used
    [all...]
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 32 * Represents encryption parameters used to read a container.
51 /** The encryption algorithm used. */
54 /** The parameter spec to be used for encryption. */
57 /** Secret key to be used for decryption. */
60 /** Algorithm name for the MAC to be used. */
63 /** The parameter spec to be used for the MAC tag authentication. */
66 /** Secret key to be used for MAC tag authentication. */
98 * @param encryptionKey key used for decryption
101 * @param macKey key used for authentication (i.e., for the MAC tag)
  /frameworks/base/core/java/android/webkit/
WebStorage.java 22 * This class is used to manage the JavaScript storage APIs provided by the
39 * Encapsulates a callback function which is used to provide a new quota
44 * @deprecated This class is obsolete and no longer used.
58 * currently used by an origin for the JavaScript storage APIs.
111 * Gets the total amount of storage currently being used by this origin,
124 * as we used to do, as this could result in a full deadlock (other WebCore
145 * Gets the amount of storage currently being used by both the Application
179 * Clears the storage currently being used by both the Application Cache and
188 * Clears all storage currently being used by the JavaScript storage APIs.
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 50 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
72 throw new NullPointerException("getType can't be used with a null Bitmap");
91 * All other parameters are identical to those used for glTexImage2D().
109 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
135 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
157 throw new NullPointerException("texImage2D can't be used with a null Bitmap");
174 * All other parameters are identical to those used for glTexSubImage2D().
192 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
217 throw new NullPointerException("texSubImage2D can't be used with a null Bitmap");
  /libcore/luni/src/main/java/java/net/
ProxySelector.java 41 * <tr><td rowspan="2">ftp</td><td>ftp.proxyHost</td><td>Hostname of the HTTP proxy server used for
43 * <tr><td>ftp.proxyPort</td><td>Port number of the HTTP proxy server used for FTP
45 * <tr><td rowspan="2">http</td><td>http.proxyHost</td><td>Hostname of the HTTP proxy server used
47 * <tr><td>http.proxyPort</td><td>Port number of the HTTP proxy server used for HTTP
49 * <tr><td rowspan="2">https</td><td>https.proxyHost</td><td>Hostname of the HTTP proxy server used
51 * <tr><td>https.proxyPort</td><td>Port number of the HTTP proxy server used for HTTPS
54 * server used for FTP, HTTP and HTTPS requests.</td><td></td></tr>
63 * SOCKS proxy server used for FTP, HTTP, HTTPS and raw sockets.<br>Raw socket URLs are of the
113 * will contain {@link Proxy#NO_PROXY} if no proxy server should be used.
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 50 * <p>Zero-argument default constructor. If this constructor is used, and
68 * @param reader An XMLReader to be used for the parse.
82 * (if setXMLReader is not used), sets itself as
94 * Set the XMLReader to be used for the Source.
103 * Get the XMLReader to be used for the Source.
112 * Set the SAX InputSource to be used for the Source.
121 * Get the SAX InputSource to be used for the Source.
168 * The XMLReader to be used for the source tree input. May be null.
173 * <p>The SAX InputSource to be used for the source tree input.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
find_format.hpp 29 Result of finding is then used by a Formatter object to generate the replacement.
46 \param Finder A Finder object used to search for a match to be replaced
47 \param Formatter A Formatter object used to format a match
122 \param Finder A Finder object used to search for a match to be replaced
123 \param Formatter A Formatter object used to format a match
165 \param Finder A Finder object used to search for a match to be replaced
166 \param Formatter A Formatter object used to format a match
244 \param Finder A Finder object used to search for a match to be replaced
245 \param Formatter A Formatter object used to format a match
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 50 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
53 * @param marker the marker object used to track the file, not null
64 * The speified deletion strategy is used.
67 * @param marker the marker object used to track the file, not null
79 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
82 * @param marker the marker object used to track the file, not null
93 * The speified deletion strategy is used.
96 * @param marker the marker object used to track the file, not null
144 * Returns the singleton instance, which is used by the deprecated, static methods.
  /external/chromium_org/third_party/mesa/src/doxygen/
gallium.doxy 3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file that
18 # follow. The default is UTF-8 which is also the encoding used for all text before
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
79 # that is used to form the text in various listings. Each string
82 # used as the annotated text. Otherwise, the brief description is used as-is.
    [all...]
  /external/libusb/doc/
doxygen.cfg.in 3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file that
18 # follow. The default is UTF-8 which is also the encoding used for all text before
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
79 # that is used to form the text in various listings. Each string
82 # used as the annotated text. Otherwise, the brief description is used as-is.
    [all...]

Completed in 2034 milliseconds

<<101102103104105106107108109110>>