/external/chromium_org/v8/src/ |
unique.h | 47 // Creating a Unique<T> requires first dereferencing the handle to obtain 55 class Unique V8_FINAL { 58 explicit Unique(Handle<T> handle) { 62 // This is a best-effort check to prevent comparing Unique<T>'s created 66 // assurance is required for creating a Unique<Map>. 75 // TODO(titzer): this is a hack to migrate to Unique<T> incrementally. 76 Unique(Address raw_address, Handle<T> handle) 80 // Eg. Unique<JSFunction> can be passed when Unique<Object> is expected. 81 template <class S> Unique(Unique<S> uniq) [all...] |
hydrogen-check-elimination.cc | 229 Unique<Map> map = maps->at(0); 241 Unique<Map> map = MapConstant(instr->map()); 402 void Insert(HValue* object, Unique<Map> map) { 422 Unique<Map> MapConstant(HValue* value) { 423 return Unique<Map>::cast(HConstant::cast(value)->GetUnique());
|
hydrogen-instructions.h | 39 #include "unique.h" 613 // Declare a unique enum value for each hydrogen instruction. 859 // Compute unique ids upfront that is safe wrt GC and concurrent compilation. [all...] |
hydrogen-instructions.cc | [all...] |
hydrogen.cc | 690 Unique<Object>::CreateImmovable(isolate()->factory()->name##_value()), \ [all...] |
/external/chromium_org/v8/test/cctest/ |
test-unique.cc | 34 #include "unique.h" 55 Unique<String> A(handles[0]); \ 56 Unique<String> B(handles[1]); \ 57 Unique<String> C(handles[2]) 60 Unique<String> A(handles[0]); \ 61 Unique<String> B(handles[1]); \ 62 Unique<String> C(handles[2]); \ 63 Unique<String> D(handles[3]); \ 64 Unique<String> E(handles[4]); \ 65 Unique<String> F(handles[5]); [all...] |
/external/chromium/chrome/browser/ |
browsing_data_appcache_helper_unittest.cc | 68 TEST_F(CannedBrowsingDataAppCacheHelperTest, Unique) {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
metrics.js | 22 * @param {string} name Unique interval name. 83 * @param {string} name Unique interval name.
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_appcache_helper_unittest.cc | 72 TEST_F(CannedBrowsingDataAppCacheHelperTest, Unique) {
|
/external/libvpx/libvpx/build/make/ |
rtcd.sh | 15 --sym=SYMBOL Unique symbol to use for RTCD initialization function
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
worker.js | 82 * @param {string} requestId Unique ID of the request.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_cache.js | 608 * @return {string} Unique provider id. 661 * @return {string} Unique provider id. 731 * @return {string} Unique provider id. 908 * @return {string} Unique provider id.
|
/external/llvm/unittests/Support/ |
Path.cpp | 146 /// Unique temporary directory in which all created filesystem entities must 164 TEST_F(FileSystemTest, Unique) { 171 // The same file should return an identical unique id. 177 // Different files should return different unique ids. 191 // same unique id. We can test this by making a hard link.
|
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 236 * callbacks. This is a map from unique callback id to the stack at the moment 244 * Unique ID of the next callback.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | |
/bionic/libc/ |
Android.mk | 465 ## the first source file for each unique $(1). 466 ## $(1): Unique identifier to identify the cpu variant
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | 363 llvm::SmallPtrSet<NamedDecl*, 16> Unique; 385 // no ambiguity if they all refer to the same type, so unique based on the 391 // The type is not unique; pull something off the back and continue 399 if (!Unique.insert(D)) { 400 // If it's not unique, pull something off the back (and [all...] |
/external/chromium_org/chrome/browser/resources/ntp_android/ |
ntp_android.js | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
slide_mode.js | 44 // Unique numeric key, incremented per each load attempt used to discard [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | [all...] |
/external/libxml2/ |
parser.c | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |