HomeSort by relevance Sort by last modified time
    Searched full:loads (Results 151 - 175 of 1512) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/drd/
drd_load_store.h 27 * Functions related to instrumentation of loads and stores.
  /external/webkit/LayoutTests/dom/html/level2/html/
AppletsCollection.html 23 <p>Tragically we cannot have any actual Java Applets referenced here because when DRT loads the Java VM it hangs. If that bug is resolved this test should also be amended to add a dummy Applet using both the Applet tag and a few different uses of the Object tag.</p>
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageWin.cpp 32 // This function loads resources from WebKit
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_unittest.py 46 new_result = TestResult.loads(s)
message_broker2.py 141 msg = _Message.loads(s)
156 def loads(str): member in class:_Message
157 obj = cPickle.loads(str)
  /frameworks/compile/libbcc/runtime/lib/i386/
ashldi3.S 9 // 32-bit loads, then immediately storing it back to the stack via a single 64-bit
lshrdi3.S 9 // 32-bit loads, then immediately storing it back to the stack via a single 64-bit
  /frameworks/compile/libbcc/runtime/lib/
trampoline_setup.c 20 * which loads r11 with a pointer to the outer function's locals
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiverApp.java 27 * The application class loads the default preferences at first start,
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 61 * Loads join suggestions into a MatrixCursor.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.h 90 // Loads the default image for |request_id| and returns to the client.
93 // Loads the extension's |icon| for the given |request_id| and returns the
97 // Loads the favicon image for the app associated with the |request_id|. If
  /external/chromium/chrome/common/
logging_chrome_uitest.cc 82 // Initial loads will never complete due to assertion.
117 // Initial loads will never complete due to assertion.
151 // Initial loads will never complete due to crash.
  /external/freetype/src/sfnt/
ttload.c 303 /* Loads the header of a SFNT font file. */
430 /* Loads any font table into client memory. */
446 /* Loads the whole table. Returns an error if */
455 /* Loads the next `length' bytes of table or font, */
520 /* Loads the TrueType table `head' or `bhed'. */
610 /* Loads the maximum profile into a face object. */
727 /* Loads the name records. */
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 45 /// that don't fit the target's parameters for simple loads/stores and can be
55 /// request here, legalize will resort to using simple loads and stores.
69 /// that don't fit the target's parameters for simple loads/stores and can be
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 14 // live in registers, thus hoisting and sinking "invariant" loads and stores.
18 // 1. Moving loop invariant loads and calls out of loops. If we can determine
25 // B. There are no stores or loads in the loop which _may_ alias the
27 // If these conditions are true, we can promote the loads and stores in the
363 // Loads have extra constraints we have to verify before we can hoist them.
366 return false; // Don't hoist volatile/atomic loads!
368 // Loads from constant memory are always safe to move, even if they end up
373 // Don't hoist loads which have may-aliased stores in loop.
665 /// stores out of the loop and moving loads to before the loop. We do this by
672 // volatile loads or stores
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 80 /* Second part of the SFNT face object initialization. This loads */
136 /* Loads the header of a SFNT font file. Supports collections. */
174 /* Loads the table directory into a face object. */
221 /* Loads the whole table. Returns an error if */
230 /* Loads the next `length' bytes of table or font, */
401 /* Loads a given TrueType character map into memory. */
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrLoadStore.td 21 // Pattern Fragments for Loads/Stores
136 // Classes for loads/stores
251 // Instruction definitions for loads/stores
258 // Global/shared/constant loads
263 // Param loads/stores
271 // Local loads/stores
  /external/webkit/Source/WebCore/page/
Chrome.cpp 204 // If loads are blocked, we can't run modal because the contents
271 // Defer loads in case the client method runs a new event loop that would
293 // Defer loads in case the client method runs a new event loop that would
305 // Defer loads in case the client method runs a new event loop that would
317 // Defer loads in case the client method runs a new event loop that would
338 // Defer loads in case the client method runs a new event loop that would
  /external/llvm/test/Transforms/ScalarRepl/
phi-select.ll 115 ; Verify that the loads happen where the loads are, not where the select is.
133 ;; Promote allocs that are PHI'd together by moving the loads.

Completed in 910 milliseconds

1 2 3 4 5 67 8 91011>>