HomeSort by relevance Sort by last modified time
    Searched full:stores (Results 226 - 250 of 4431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
android_system.gyp 1 # This GYP file stores the dependencies necessary to build Skia on the Android
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SimplePayload.java 20 * stores the XML payload as a string.
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.c 54 // stores. Ie. the variable is stored after it's been modified, then
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
armVCCOMM_Average.c 27 * This function calculates the average of two blocks and stores the result.
  /frameworks/base/core/java/android/net/
INetworkScoreCache.aidl 22 * A service which stores a subset of scored networks from the active network scorer.
  /frameworks/base/docs/html/google/gcs/
index.jd 18 stores its data
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
StateChangeResult.java 23 * Stores supplicant state change information passed from WifiMonitor to
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 43 OUTBOX, // Local folders only - not used in remote Stores
64 * time and when close() is called. This is only used for remote stores - should be null
136 * Note: Not typically implemented in remote stores, so not abstract.
174 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 14 * Stores number of selected topics on the options page.
19 * Stores maximum count of custom topics.
24 * Stores temporary added custom topics which are not yet saved.
70 // Stores link to set value of country.
74 // Stores country value
239 // Stores checked topics list.
302 // Stores new entered value in input textbox.
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 125 /// \brief Helper class for promoting a collection of loads and stores into SSA
129 /// and stores in one block.
144 /// Insts is a list of loads and stores to promote, and Name is the basename
145 /// for the PHIs to insert. After this is complete, the loads and stores are
156 /// \brief This hook is invoked after all the stores are found and inserted as
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_completion_callback_with_output.html 38 <p>A <a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a> defines a completion callback that additionally stores a pointer to some output data. </p>
39 <p>Some C++ wrappers take a <a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a> when the browser is returning a bit of data as part of the function call. The "output" parameter stored in the <a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a> will receive the data from the browser.</p>
41 <p>Note that this class doesn't actually do anything with the output data, it just stores a pointer to it. C++ wrapper objects that accept a <a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a> will retrieve this pointer and pass it to the browser as the output parameter. </p>
74 <p>The default constructor will create a blocking <code><a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a></code> that references the given output data. </p>
116 <p>A constructor for creating a <code><a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a></code> that references the given output data. </p>
165 <p>A constructor for creating a <code><a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a></code> that references the given output data. </p>
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 1 //==- DeadStoresChecker.cpp - Check for stores to dead variables -*- C++ -*-==//
11 // stores to variables that are no longer live.
158 // when considering to suppress dead stores. Frequently stores
214 // Reference types confuse the dead stores checker. Skip them
267 // Only cover dead stores from regular assignments. ++/-- dead stores
323 // Reference types confuse the dead stores checker. Skip them
392 // Driver function to invoke the Dead-Stores checker on a CFG.
  /external/chromium_org/chrome/browser/performance_monitor/
database.h 47 // Stores information about the configuration or 'state' of the browser. Things
53 // Stores information about when there is data in the database. When the
66 // Stores all events. A time and type is enough to uniquely identify an event.
74 // Stores the most recent metric statistics to go into the database. There is
86 // Stores the max metric statistics that have been inserted into the database.
94 // Stores the statistics for different metrics. Having the time before the
  /external/libhevc/common/
ihevc_weighted_pred.c 58 * Does uni-weighted prediction on the array pointed by pi2_src and stores
141 * Does chroma uni-weighted prediction on array pointed by pi2_src and stores
233 * pi2_src2 and stores it at location pointed by pi2_dst
334 * pi2_src2 and stores it at location pointed by pi2_dst
445 * pi2_src2 and stores it at location pointed by pi2_dst
528 * pi2_src2 and stores it at location pointed by pi2_dst
  /external/qemu/qobject/
qdict.c 202 * This function assumes that 'key' exists and it stores a
225 * This function assumes that 'key' exists and it stores a
239 * This function assumes that 'key' exists and it stores a
253 * This function assumes that 'key' exists and it stores a
266 * This function assumes that 'key' exists and it stores a
280 * This function assumes that 'key' exists and it stores a
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 160 * Stores an <code>int</code> field into the given object,
180 * Stores a <code>long</code> field into the given object,
200 * Stores an <code>Object</code> field into the given object,
220 * Stores an <code>int</code> field into the given object.
243 * Stores a <code>long</code> field into the given object.
266 * Stores an <code>Object</code> field into the given object.
  /development/samples/WeatherListWidget/
_index.html 14 Our ContentProvider which stores the weather data for this sample. Note that for simplicity,
15 it currently stores the data in memory as opposed to an external and persistent storage such
  /external/chromium_org/base/debug/
proc_maps_linux.h 44 // Reads the data from /proc/self/maps and stores the result in |proc_maps|.
82 // Parses /proc/<pid>/maps input data and stores in |regions|. Returns true
  /external/chromium_org/cc/output/
direct_renderer.h 123 // For use in coordinate conversion, this stores the output rect, viewport
125 // framebuffer. During a draw, this stores the values for the current render
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppData.java 11 * Stores information about a particular app.
114 * Stores all of the data about the given app after it's been retrieved.
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h 50 // Stores a hash of the current |value| of the preference at |path|.
65 // Stores hashes for the |value| of the split preference at |path|.
  /external/chromium_org/chrome/browser/printing/
print_preview_data_service.cc 12 // PrintPreviewDataStore stores data for preview workflow and preview printing
16 // This class stores a list of PDFs. The list |index| is zero-based and can
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 8 // Stores feedback for the spelling service in |Misspelling| objects. Each
23 // Stores user feedback to spellcheck suggestions. Sample usage:
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_interface.h 46 // Stores |metadata| and updates indexes.
50 // Stores |tracker| and updates indexes.
  /external/chromium_org/components/autofill/core/browser/
phone_number.h 20 // A form group that stores phone number information.
90 // Profile which stores the region used as hint when normalizing the number.

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>