HomeSort by relevance Sort by last modified time
    Searched full:stored (Results 51 - 75 of 8246) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/attestation/
attestation_constants.h 44 // A key name for the Enterprise Machine Key. This key should always be stored
48 // A key name for the Enterprise User Key. This key should always be stored as
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 52 * stored. On UTF16 systems (Windows), this will be encoded as UTF-8. It will
79 * plugin settings are stored.
91 * plugin settings are stored.
109 * plugin settings are stored.
129 * plugin settings are stored.
146 * Returns a list of sites that have stored data, for use with the
150 * plugin data is stored.
151 * @param[out] sites A NULL-terminated array of sites that have stored data.
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 93 * stored. On UTF16 systems (Windows), this will be encoded as UTF-8. It will
119 * plugin settings are stored.
129 * plugin settings are stored.
145 * plugin settings are stored.
163 * plugin settings are stored.
178 * Returns a list of sites that have stored data, for use with the
182 * plugin data is stored.
183 * @param[out] sites A NULL-terminated array of sites that have stored data.
  /external/chromium_org/sync/protocol/
favicon_image_specifics.proto 28 // Favicons images should be stored into the field that best corresponds to
30 // that doesn't violate the maximum should be stored.
  /external/chromium_org/third_party/WebKit/ManualTests/
localstorage-empty-database.html 7 Since no data has been stored, no database file should have been created.</p>
9 <p>If you click <a href="javascript:localStorage.setItem('bar', 'baz');">here</a>, data will be stored, and a database file should be created.</p>
  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.h 29 // contains embedded CRCs. Therefore we recommend that CRCs stored
30 // somewhere (e.g., in files) should be masked before being stored.
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_mac.h 22 // The corresponding unicode character will be stored in |character|, and the
23 // corresponding unicode character ignoring the modifiers will be stored in
  /external/ppp/pppd/plugins/radius/
pppd-radattr.8 21 the RADIUS server at authentication time to be stored in the file
25 is the name of the PPP interface. The RADIUS attributes are stored
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_MouseButtonEvent.3 32 When a mouse button press or release is detected then number of the button pressed (from 1 to 255, with 1 usually being the left button and 2 the right) is placed into \fBbutton\fR, the position of the mouse when this event occured is stored in the \fBx\fR and the \fBy\fR fields\&. Like \fI\fBSDL_KeyboardEvent\fR\fR, information on whether the event was a press or a release event is stored in both the \fBtype\fR and \fBstate\fR fields, but this should be obvious\&.
  /external/qemu/
softmmu_outside_jit.c 16 * assumes that pointer to CPU environment is stored in ebp register, which
19 * enforces ldx/stx routines to use CPU environment stored in cpu_single_env
  /external/chromium_org/ui/base/l10n/
l10n_util_win.h 46 // If the default UI font stored in |logfont| is not suitable, its family
47 // and size are replaced with those stored in the per-locale resource. The
52 // If the default UI font stored in |logfont| is not suitable, its family
53 // and size are replaced with those stored in the per-locale resource. The
62 // stored in the per-locale resource.
  /external/proguard/src/proguard/optimize/evaluation/
LoadingInvocationUnit.java 30 * previously stored with the methods that are invoked.
81 // Retrieve the stored field class value.
107 // Retrieve the stored field value.
131 // Retrieve the stored method parameter value.
160 // Retrieve the stored method return value.
  /external/clang/test/Analysis/
dead-stores.c 169 // value stored to 'x' is used...".
173 x = 10; // expected-warning{{Value stored to 'x' is never read}}
175 x = 10; // expected-warning{{Value stored to 'x' is never read}}
191 x = 10; // expected-warning{{Value stored to 'x' is never read}}
197 x = 10; // expected-warning{{Value stored to 'x' is never read}}
203 x = 10; // expected-warning{{Value stored to 'x' is never read}}
403 int shouldLog = (argc > 1); // expected-warning{{Value stored to 'shouldLog' during its initialization is never read}} expected-warning{{unused variable 'shouldLog'}}
413 int z = x + y; // expected-warning{{Value stored to 'z' during its initialization is never read}} expected-warning{{unused variable 'z'}}
471 k = 1; // expected-warning{{Value stored to 'k' is never read}}
484 // Note that the next value stored to 'i' is never execute
    [all...]
  /external/chromium_org/net/disk_cache/
disk_format.h 5 // The cache is stored on disk as a collection of block-files, plus an index
8 // Any data blob bigger than kMaxBlockSize (disk_cache/addr.h) will be stored in
10 // will be stored as a series of blocks on a block-file. In any case, CacheAddr
76 int32 num_entries; // Number of entries currently stored.
77 int32 num_bytes; // Total size of the stored data.
97 // what can be stored on this structure, it will be extended on consecutive
99 // After that point, the whole key will be stored as a data block or external
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 76 * Directory path which plug-ins (dynamic library) are stored
104 * String type Vector in which all plug-in IDs are stored
127 * Load a plug-in stored in the specified path
167 * Unload a plug-in stored in the specified path
195 * Return file path list of plug-ins stored in the specified directory
198 * Directory path in which plug-ins are stored
200 * String type Vector in which file path of plug-ins are stored
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 75 * Sets the type stored at the given local index. If the given type
105 * Gets the type stored at the given local index, or {@code null}
109 * @return {@code null-ok;} the type of value stored in that local
114 * Gets the type stored at the given local index, only succeeding if
119 * @return {@code non-null;} the type of value stored in that local
126 * Gets the type stored at the given local index, which is expected
130 * @return {@code non-null;} the type of value stored in that local
139 * Gets the type stored at the given local index, which is expected
143 * @return {@code non-null;} the type of value stored in that local
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 76 /// Stored value.
84 /// Stored hash.
92 /// Primary template for representation of stored data.
93 /// Two types of data can be stored: value and hash.
99 /// Specialization for representation of stored data of just value type.
111 * is not stored alongside each value.
144 * is stored alongside each value.
178 * is not stored alongside each value.
217 * is stored alongside each value.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 76 /// Stored value.
84 /// Stored hash.
92 /// Primary template for representation of stored data.
93 /// Two types of data can be stored: value and hash.
99 /// Specialization for representation of stored data of just value type.
111 * is not stored alongside each value.
144 * is stored alongside each value.
178 * is not stored alongside each value.
217 * is stored alongside each value.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 76 /// Stored value.
84 /// Stored hash.
92 /// Primary template for representation of stored data.
93 /// Two types of data can be stored: value and hash.
99 /// Specialization for representation of stored data of just value type.
111 * is not stored alongside each value.
144 * is stored alongside each value.
178 * is not stored alongside each value.
217 * is stored alongside each value.
  /dalvik/vm/oo/
Resolve.h 23 * "Direct" and "virtual" methods are stored independently. The type of call
27 * (<clinit>, <init>, and methods declared "private" or "static" are stored
28 * in the "direct" list. All others are stored in the "virtual" list.)
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java 22 * Represents a single voicemail stored in the voicemail content provider.
62 * Returns the application-specific data type stored with the voicemail, or null if this field
92 * Tells us if there is content stored at the Uri.
  /external/chromium_org/third_party/icu/source/common/
uhash.h 25 * Keys and values are stored as void* pointers. These void* pointers
107 * @param key A key stored in a hashtable
114 * @param key1 A key stored in a hashtable
115 * @param key2 A key stored in a hashtable
122 * @param val1 A key stored in a hashtable
123 * @param val2 A key stored in a hashtable
132 * @param obj A key or value stored in a hashtable
323 * Get the number of key-value pairs stored in a UHashtable.
325 * @return The number of key-value pairs stored in hash.
405 * as previously stored by uhash_put()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unesctrn.h 39 * values are stored as a five character header. That is, their
40 * numeric values are cast to 16-bit characters and stored in the
42 * characters, then suffix characters are stored. Each form thus
  /external/icu4c/i18n/
unesctrn.h 39 * values are stored as a five character header. That is, their
40 * numeric values are cast to 16-bit characters and stored in the
42 * characters, then suffix characters are stored. Each form thus
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.h 34 /// The beginning offset where this location list is stored in the debug_loc
37 /// All the locations in which the variable is stored.
44 /// the locations in which the variable is stored.

Completed in 1164 milliseconds

1 23 4 5 6 7 8 91011>>