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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/components/webdata/encryptor/
encryptor_password_mac.h 23 // in the Keychain then one is generated, stored in the Mac keychain, and
  /external/chromium_org/content/common/
gamepad_hardware_buffer.h 15 This structure is stored in shared memory that's shared between the browser
pepper_renderer_instance_data.h 15 // instance is created and is stored in the BrowserPpapiHost.
shared_memory_seqlock_buffer.h 12 // This structure is stored in shared memory that's shared between the browser
  /external/chromium_org/content/public/browser/
plugin_data_remover.h 27 // Starts removing plug-in data stored since |begin_time|.
  /external/chromium_org/net/base/
cache_type.h 13 MEMORY_CACHE, // Data is stored only in memory.
  /external/chromium_org/net/disk_cache/
file_block.h 13 // stored on a file-block, regardless of the real type or size of the block.
  /external/chromium_org/ppapi/tests/
test_char_set.h 32 // stored in the given vector.
  /external/chromium_org/rlz/lib/
rlz_value_store.h 58 // Removes the stored event |event_rlz| for |product| if it exists.
60 // Removes all stored product events for |product|.
66 // Checks if |event_rlz| has been stored as stateful event for |product|.
68 // Removes all stored stateful events for |product|.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 53 /* stored in the container. */
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.h 8 * DataDrivenCalendarTest is a test class that uses data stored in resource
dadrfmt.h 8 * DataDrivenFormatTest is a test class that uses data stored in resource
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.c 125 setup->fs.stored = NULL;
778 boolean new_scene = (setup->fs.stored == NULL);
784 uint8_t *stored; local
787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16);
788 if (!stored) {
797 stored[i*16 + j] = c;
800 setup->blend_color.stored = stored;
801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored;
819 void *stored; local
850 struct lp_rast_state *stored; local
    [all...]
lp_setup_context.h 63 * Note: "stored" below indicates data which is stored in the bins,
124 const struct lp_rast_state *stored; /**< what's in the scene */ member in struct:lp_setup_context::__anon12648
138 uint8_t *stored; member in struct:lp_setup_context::__anon12650
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions_private.h 24 // stored in the shared memory buffer for the device.
  /external/chromium_org/tools/clang/scripts/
plugin_flags.sh 7 # clang_use_chrome_plugins. The flags are stored in a script so that they can
  /external/chromium_org/tools/gyp/test/win/linker-flags/
library-directories.gyp 29 # libraries that are stored as binaries at a known location.
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
sample.py 14 All time units are stored in milliseconds.
  /external/chromium_org/ui/base/
ui_base_paths.h 19 DIR_LOCALES, // Directory where locale resources are stored.
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
55 int stored; member in struct:std::basic_istream
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
61 float stored; member in struct:std::basic_ostream
  /external/clang/test/PCH/
floating-literal.c 4 // Make sure the semantics of FloatingLiterals are stored correctly in
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 38 unsigned long stored, left, x, y; local
68 stored = 0;
105 out[stored++] = buf[1][y];
109 *outlen = stored;
  /external/e2fsprogs/misc/
fsck.h 55 * Structure to allow exit codes to be stored
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt 9 will clear the stored sessions, in this case simply run the
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 49 intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) {}
50 bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); }
51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); }
52 Object2 stored; member in struct:Eigen::internal::intersector_helper1
61 intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) {}
62 bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); }
63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); }
64 Object1 stored; member in struct:Eigen::internal::intersector_helper2
186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {}
187 Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); }
189 Object2 stored; member in struct:Eigen::internal::minimizer_helper1
202 Object1 stored; member in struct:Eigen::internal::minimizer_helper2
    [all...]

Completed in 1126 milliseconds

1 2 3 45 6 7 8 91011>>