HomeSort by relevance Sort by last modified time
    Searched refs:storage1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 312 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
315 storage1->Set(DEFAULTS, "foo", value1);
342 storage1->Set(DEFAULTS, "foo", value1);
345 storage1->Set(DEFAULTS, "foo", value2);
362 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
365 storage1->Set(DEFAULTS, "foo", value1);
399 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
400 storage1->Set(DEFAULTS, "overwriteMe", value1);
420 EXPECT_PRED_FORMAT2(SettingsEq, expected1, storage1->Get());
438 // Make storage1 initialised from local data, storage2 initialised from sync
439 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
509 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
647 ValueStore* storage1 = AddExtensionAndGetStorage( local
1361 ValueStore* storage1 = AddExtensionAndGetStorage("s1", type); local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
storage.hpp 40 template<class A1> struct storage1 struct in namespace:boost::_bi
42 explicit storage1( A1 a1 ): a1_( a1 ) {} function in struct:boost::_bi::storage1
54 template<int I> struct storage1< boost::arg<I> > struct in namespace:boost::_bi
56 explicit storage1( boost::arg<I> ) {} function in struct:boost::_bi::storage1
63 template<int I> struct storage1< boost::arg<I> (*) () > struct in namespace:boost::_bi
65 explicit storage1( boost::arg<I> (*) () ) {} function in struct:boost::_bi::storage1
76 template<class A1, class A2> struct storage2: public storage1<A1>
78 typedef storage1<A1> inherited;
80 storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {}
93 template<class A1, int I> struct storage2< A1, boost::arg<I> >: public storage1<A1
    [all...]
bind.hpp 217 template< class A1 > class list1: private storage1< A1 >
221 typedef storage1< A1 > base_type;
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 147 CvMemStorage *storage1; /* contains fetched contours */ member in struct:_CvContourScanner
149 (!=storage1 if approx_method2 != approx_method1) */
232 scanner->storage1 = scanner->storage2 = storage;
298 scanner->storage1 = cvCreateChildMemStorage( scanner->storage2 );
961 scanner->elem_size1, scanner->storage1 );
1019 cvClearMemStorage( scanner->storage1 );
1027 if( scanner->storage1 == scanner->storage2 )
1029 cvRestoreMemStoragePos( scanner->storage1, &(scanner->backup_pos) );
1033 cvClearMemStorage( scanner->storage1 );
    [all...]

Completed in 1061 milliseconds