HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 876 - 900 of 1941) sorted by null

<<31323334353637383940>>

  /ndk/toolchains/llvm-3.2/
setup-common.mk 44 # reset backend flags
  /ndk/toolchains/llvm-3.3/
setup-common.mk 44 # reset backend flags
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/
SOURCES 5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.7/configure --prefix=/tmp/toolchain-build-linux/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-linux/temp-install --with-mpfr=/tmp/toolchain-build-linux/temp-install --with-mpc=/tmp/toolchain-build-linux/temp-install --with-cloog=/tmp/toolchain-build-linux/temp-install --with-ppl=/tmp/toolchain-build-linux/temp-install --disable-ppl-version-check --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/toolchain-build-linux/prefix --with-sysroot=/tmp/toolchain-build-linux/prefix/sysroot --with-binutils-version=2.22 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.7 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/toolchain-build-linux/prefix/include/c++/4.7 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --enable-plugins --enable-libgomp --enable-gold --enable-graphite=yes --with-cloog-version=0.17.0 --with-ppl-version=1.0 --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 641 // HistoryService will join with HistoryService's backend thread so that
1091 scoped_ptr<PasswordStoreX::NativeBackend> backend; local
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 318 // and because the history backend strips auth creds, we'll get a bogus exact
457 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend,
467 DoAutocomplete(backend, db, params);
480 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend,
526 (backend == NULL),
555 (!backend || !params->dont_suggest_exact_input) &&
573 if (!backend)
590 CullRedirects(backend, &history_matches, kMaxMatches + exact_suggestion);
733 // someone unloads the history backend, we'll get inconsistent inline
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.h 62 // Sets the in-memory history backend. The in-memory backend is created by
63 // the main backend. For non-unit tests, this happens on the background
70 // Ownership of the backend pointer is transferred to this function.
71 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) = 0;
81 // Invoked when the backend has finished loading the db.
178 // Backend for QueryRedirectsFrom.
200 // Backend implementation of GetPageThumbnail. Unlike
  /external/chromium/chrome/browser/ssl/
ssl_policy.cc 39 SSLPolicy::SSLPolicy(SSLPolicyBackend* backend)
40 : backend_(backend) {
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 31 // Provides a way for the sync backend to use Chromium directly for HTTP
40 // A request context used for HTTP requests bridged from the sync backend.
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 160 SyncBackendHost* backend,
162 return new DataTypeManagerImpl(backend, controllers);
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 115 // SendResponse invokes this on the IO thread. Notifies the backend to
135 // between the backend and data source.
  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 182 TrimTask(disk_cache::BackendImpl* backend, bool deleted, bool empty)
183 : backend_(backend),
  /external/chromium_org/chrome/browser/history/
shortcuts_backend_unittest.cc 97 ShortcutsBackend* backend = local
99 ASSERT_TRUE(backend);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.h 72 // Returns true if the sync backend is initialized.
95 // Can not be called if the sync backend is not initialized.
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_auth_test.cc 200 // Verify that ProfileSyncService fails initial sync setup during backend
216 // Verify that ProfileSyncService fails initial sync setup during backend
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 121 // Creates an initialized RemoteFileSyncService for backend |version|
128 // RemoteFileSyncService for backend |version| depends on.
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 184 // Forwards notifications received when pref values change in the backend.
521 // change to be committed to the C++ backend.
532 // change to be committed to the C++ backend.
546 // notifications fire and a commit to the C++ backend occurs in the latter step
560 // notifications fire and no commit to the C++ backend occurs.
583 // correct notifications fire and a commit to the C++ backend occurs in the
600 // correct notifications fire and no commit to the C++ backend occurs.
614 // Verifies that when preference values change in the C++ backend, the correct
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
sync_file_system.idl 185 // Returns the current sync backend status.
191 // sync backend (for example, when the sync is temporarily disabled due to
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.cc 167 // Try getting auth and printers info from the backend.
171 // If no backend avaialble, disable connector immidiately.
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.cc 80 const base::WeakPtr<ExternalPolicyDataFetcherBackend>& backend)
83 backend_(backend),
  /external/chromium_org/content/browser/fileapi/
copy_or_move_file_validator_unittest.cc 94 TestFileSystemBackend* backend = static_cast<TestFileSystemBackend*>( local
96 backend->InitializeCopyOrMoveFileValidatorFactory(factory.Pass());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc 178 "Internal error creating database backend for "
302 "Internal error creating database backend for indexedDB.open.")));
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 38 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
210 int unreported_size_[kNumStreams]; // Bytes not reported yet to the backend.
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 44 // Provides a way for the sync backend to use Chromium directly for HTTP
54 // A request context used for HTTP requests bridged from the sync backend.
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 157 // In local filesystem cases the backend may simply return the metadata of the file itself (as well as readMetadata does), while in
158 // remote filesystem case the backend may download the file into a temporary snapshot file and return the metadata of the temporary file.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c 135 * Backend functions for st_framebuffer interface and swap_buffers.
282 * Backend function for init_screen.

Completed in 1249 milliseconds

<<31323334353637383940>>