Searched
full:backend (Results
401 -
425 of
1044) sorted by null
<<11121314151617181920>>
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.cpp | 52 // Initialize the "backend"
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetObjectFile.cpp | 45 // sdata/sbss support taken largely from the MIPS Backend.
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCTargetDesc.cpp | 130 // Register the asm backend
|
/external/llvm/lib/Target/X86/ |
README-MMX.txt | 2 // Random ideas for the X86 backend: MMX-specific stuff.
|
/external/qemu/target-mips/ |
TODO | 1 Unsolved issues/bugs in the mips/mipsel backend
|
/external/skia/gm/ |
texdata.cpp | 9 // This test only works with the GPU backend.
|
/external/skia/src/image/ |
SkSurface_Raster.cpp | 135 // this as its backend, so we can't modify the image's pixels anymore.
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
VertexDataManager.h | 117 VertexDataManager(Context *context, IDirect3DDevice9 *backend);
|
/external/webkit/Source/WebKit/chromium/src/ |
AudioDestinationChromium.cpp | 45 // For Mac OS X the chromium audio backend uses a low-latency CoreAudio API, so a low buffer size is possible.
|
WebIDBDatabaseImpl.cpp | 102 // Use the callbacks that ::open gave us so that the backend in
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 92 /* Backend Authentication state machine */
|
/frameworks/base/docs/html/google/play-services/ |
gcm.jd | 63 <h4>4. Integrate GCM with your backend servers</h4>
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Stub.h | 123 /// doClone - when adding a backend stub, we should implement this function
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFReaderIf.h | 60 /// target - the target backend
|
/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/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/libselinux/src/ |
label_android_property.c | 2 * Property Service contexts backend for labeling Android 223 * Backend interface routines
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 12 // in the backend. 75 /// MachineMemOperand - A description of a memory reference used in the backend.
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 78 /// @name Assembler Backend Data 592 /// @name Assembler Backend Data 835 MCAsmBackend &Backend; 847 /// The map of sections to their associated assembler backend data. 852 /// The map of symbols to their associated assembler backend data. 989 MCAsmBackend &getBackend() const { return Backend; } 999 /// if not specified it is automatically created from backend. [all...] |
Completed in 2311 milliseconds
<<11121314151617181920>>