HomeSort by relevance Sort by last modified time
    Searched refs:Unique (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/v8/src/
unique.h 24 // Creating a Unique<T> requires first dereferencing the handle to obtain
32 class Unique V8_FINAL {
35 explicit Unique(Handle<T> handle) {
39 // This is a best-effort check to prevent comparing Unique<T>'s created
43 // assurance is required for creating a Unique<Map>.
52 // TODO(titzer): this is a hack to migrate to Unique<T> incrementally.
53 Unique(Address raw_address, Handle<T> handle)
57 // Eg. Unique<JSFunction> can be passed when Unique<Object> is expected.
58 template <class S> Unique(Unique<S> uniq)
    [all...]
hydrogen-gvn.h 71 bool ComputeGlobalVar(Unique<Cell> cell, int* index);
87 Unique<Cell> global_vars_[kNumberOfGlobalVars];
hydrogen-check-elimination.h 23 string_maps_.Add(Unique<Map>::CreateImmovable( \
hydrogen-instructions.h 18 #include "src/unique.h"
526 // Declare a unique enum value for each hydrogen instruction.
761 // Compute unique ids upfront that is safe wrt GC and concurrent compilation.
    [all...]
hydrogen-check-elimination.cc 461 Unique<Map> map = entry->maps_->at(i);
509 Unique<Map> map = entry->maps_->at(0);
766 Unique<Map> map,
hydrogen-instructions.cc 1321 Unique<Object> unique = constant->GetUnique(); local
    [all...]
hydrogen-gvn.cc 443 bool SideEffectsTracker::ComputeGlobalVar(Unique<Cell> cell, int* index) {
  /external/chromium_org/v8/test/cctest/
test-unique.cc 34 #include "src/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_org/ui/file_manager/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 76 TEST_F(CannedBrowsingDataAppCacheHelperTest, Unique) {
  /external/chromium_org/ui/file_manager/image_loader/
worker.js 82 * @param {string} requestId Unique ID of the request.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 419 --sym=SYMBOL Unique symbol to use for RTCD initialization function
  /external/libvpx/libvpx/build/make/
rtcd.pl 413 --sym=SYMBOL Unique symbol to use for RTCD initialization function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 413 --sym=SYMBOL Unique symbol to use for RTCD initialization function
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 660 * @return {string} Unique provider id.
713 * @return {string} Unique provider id.
791 * @return {string} Unique provider id.
976 * @return {string} Unique provider id.
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 270 ScopedDir(const Twine &Name, bool Unique=false) {
272 if (Unique) {
291 ScopedDir TestDirectory("virtual-file-system-test", /*Unique*/true);
318 ScopedDir TestDirectory("virtual-file-system-test", /*Unique*/true);
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 13 // cell: a number; unique index of a cell in a group.
58 // Unique postfix for ids for generated nodes for a given cell.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 567 SQLRETURN SQL_API SQLStatistics(SQLHSTMT StatementHandle,SQLCHAR *CatalogName,SQLSMALLINT NameLength1,SQLCHAR *SchemaName,SQLSMALLINT NameLength2,SQLCHAR *TableName,SQLSMALLINT NameLength3,SQLUSMALLINT Unique,SQLUSMALLINT Reserved);
  /external/llvm/unittests/Support/
Path.cpp 263 /// Unique temporary directory in which all created filesystem entities must
280 TEST_F(FileSystemTest, Unique) {
287 // The same file should return an identical unique id.
293 // Different files should return different unique ids.
307 // same unique id. We can test this by making a hard link.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 266 * callbacks. This is a map from unique callback id to the stack at the moment
274 * Unique ID of the next callback.
    [all...]
  /external/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js 93 'u': 'Unique (u)',
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 377 llvm::SmallPtrSet<NamedDecl*, 16> Unique;
399 // no ambiguity if they all refer to the same type, so unique based on the
405 // The type is not unique; pull something off the back and continue
413 if (!Unique.insert(D)) {
414 // If it's not unique, pull something off the back (and
    [all...]

Completed in 474 milliseconds

1 2