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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebAudioBus.h 53 // The data stored in the bus will remain undisturbed.
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognitionHandle.h 60 // can be stored in a hash map.
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
CollPerf_r.pl 28 # tests will be done for all the programs. Results will be stored and connected
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
UBrkPerf_r.pl 28 # tests will be done for all the programs. Results will be stored and connected
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
StringPerf.pl 31 # tests will be done for all the programs. Results will be stored and connected
  /external/chromium_org/third_party/jinja2/
optimizer.py 14 The solution would be a second syntax tree that has the scoping rules stored.
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.html 68 to a color (e.g., RGBA) texture. However, the data cannot be stored
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 45 * stored in a fenced buffer list.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
dsa.rst 10 they are all stored in one structure.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.h 35 /// that are stored in the first nine dwords of a Vertex Buffer. These
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 78 * stored in dst.
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 19 * object type that is stored in the bounding box hierarchy.
  /external/chromium_org/third_party/sqlite/src/test/
in2.test 51 # The string of zero-length is stored in a b-tree cell with 3 bytes
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
parser.h 60 * \note Parse errors and warnings are stored into errwarns.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.h 30 /* Types of immediate. All immediates are stored in the LSBs of the insn. */
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 69 # Test templates being stored in database correctly.
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
counter.py 8 # counter sample into an event. During stable operation, the samples are stored
slice.py 14 All time units are stored in milliseconds.
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis-representation.js 32 // have actually been stored in the object.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91013.js 29 // correctly returns stored value as the result.
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 49 // If successfully stored 'success' will be true.
80 // stored in the system. Upon completion the delegate will be called
108 // Schedules a group and its newest complete cache to be initially stored or
110 // will be called back. A group without a newest cache cannot be stored.
  /external/chromium_org/webkit/browser/quota/
quota_client.h 47 // Gets the amount of data stored in the storage specified by
  /external/clang/include/clang/AST/
DeclarationName.h 63 /// StoredNameKind - The kind of name that is actually stored in the
98 /// getStoredNameKind - Return the kind of object that is stored in
112 /// getAsCXXSpecialName - If the stored pointer is actually a
218 /// getAsIdentifierInfo - Retrieve the IdentifierInfo * stored in
261 /// getObjCSelector - Get the Objective-C selector stored in this
389 // The source location for identifier stored elsewhere.
394 // (conversion) are stored elsewhere.
399 // The location (if any) of the operator keyword is stored elsewhere.
405 // The location (if any) of the operator keyword is stored elsewhere.
  /external/clang/include/clang/Serialization/
ASTWriter.h 92 /// stored in the stream, the ID number is shifted by 2 bits to
127 /// offset table where information about that input file is stored.
133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
141 return QualType::getFromOpaquePtr(Stored);
146 return static_cast<Decl *>(Stored);
150 void *Stored;
203 /// stored in the stream, the ID number is shifted by 2 bits to
306 /// headers. The declarations themselves are stored as declaration
  /external/clang/test/CodeGenObjC/
synchronized.m 53 // either that x isn't stored to within the synchronized block or

Completed in 1568 milliseconds

<<41424344454647484950>>