/prebuilt/windows/sdl/host/include/SDL/ |
SDL.h | 67 /* This function loads the SDL dynamically linked library and initializes
|
/prebuilt/windows/sdl/include/SDL/ |
SDL.h | 64 /* This function loads the SDL dynamically linked library and initializes
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 62 /** Loads settings from the given {@link Properties} container and update the page UI. */
|
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 11 // alloca instructions which only have loads and stores as uses. An alloca is 13 // traversing the function in depth-first order to rewrite loads and stores as 78 /// This is true if there are only loads and stores to the alloca. 84 // Only allow direct and non-volatile loads and stores... 89 // Note that atomic loads can be transformed; atomic semantics do 319 // and decide whether all of the loads and stores to the alloca are within 419 // If there is only a single store to this value, replace any loads of 829 /// replace any loads of it that are directly dominated by the definition with [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.h | 135 // loads the welcome tab once the message loop gets going. Returns false 140 // browser loads PersonalDataManager once the main message loop gets going.
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.h | 62 // Loads and drops all currently persisted meta entries into |entry_bucket| 63 // and loads appropriate persisted kernel info into |info_bucket|.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_infobar_controller.mm | 88 return; // The delegate can go away while the image asynchronously loads. 128 // Loads the extensions's icon on the file thread.
|
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.h | 72 // Helper class that loads the icons for the extensions in the management UI. 212 // Loads the extension resources into the json data, then calls OnIconsLoaded.
|
/external/clang/lib/StaticAnalyzer/Core/ |
Environment.cpp | 171 // For recorded locations (used when evaluating loads and stores), we 174 // NOTE: This assumes that loads/stores that evaluated to UnknownVal
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 77 /// to describe lowered loads and stores. Also, the special PseudoSourceValue 78 /// objects can be used to represent loads and stores to memory locations
|
/external/oprofile/events/ppc/e300/ |
events | 39 event:0x6c counters:0,1,2,3 um:zero minimum:500 name:L_S_SPACE : Number of loads and stores to cacheable space in D cache 40 event:0x6d counters:0,1,2,3 um:zero minimum:500 name:L_S_HIT : Number of loads and stores that hit in the D cache
|
/external/webkit/Source/WebCore/html/ |
HTMLFrameElementBase.cpp | 176 // DocumentFragments don't kick of any loads. 180 // Loads may cause synchronous javascript execution (e.g. beforeload or
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.h | 122 @abstract Loads a page to display as a substitute for a URL that could not be reached. 161 @discussion Stop any pending loads on the frame's data source,
|
/frameworks/base/libs/rs/scriptc/ |
rs_quaternion.rsh | 82 * Loads a quaternion that represents a rotation about an arbitrary unit vector 102 * Loads a quaternion that represents a rotation about an arbitrary vector
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventLoader.java | 231 * Loads "numDays" days worth of events, starting at start, into events. 262 * Sends a request for the days with events to be marked. Loads "numDays"
|
/prebuilt/sdk/14/renderscript/include/ |
rs_quaternion.rsh | 95 * Loads a quaternion that represents a rotation about an arbitrary unit vector 115 * Loads a quaternion that represents a rotation about an arbitrary vector
|
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 36 #include "llvm/Analysis/Loads.h" 108 /// hasALoadOrStore - This is true if there are any loads or stores to it. 341 /// large) integer type with extract and insert operations where the loads 419 // Don't break volatile loads. 748 // We do this to support (f.e.) loads off the end of a structure where [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked 32 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:6000 name:LOAD_DISPATCH : Counts number of loads dispatched from the Reservation Station that bypass. 39 event:0x24 counters:0,1,2,3 um:l2_rqsts minimum:500 name:L2_RQSTS : Counts number of L2 data loads 40 event:0x26 counters:0,1,2,3 um:l2_data_rqsts minimum:500 name:L2_DATA_RQSTS : More L2 data loads. 86 event:0xCB counters:0,1,2,3 um:mem_load_retired minimum:6000 name:MEM_LOAD_RETIRED : Counts number of retired loads. 106 event:0xF8 counters:0,1,2,3 um:one minimum:6000 name:SEGMENT_REG_LOADS : Counts number of segment register loads
|
/external/webkit/Source/WebCore/loader/ |
DocumentLoader.cpp | 212 // Cancels the data source's pending loads. Conceptually, a data source only loads 214 // stopLoading will stop all loads initiated by the data source, 215 // but not loads initiated by child frames' data sources -- that's the WebFrame's job. 235 // Appcache uses ResourceHandle directly, DocumentLoader doesn't count these loads. 627 // WebArchiveDebugMode means we fail loads instead of trying to fetch them from the network if they're not in the archive.
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 198 // Don't hack on volatile/atomic loads. 389 // Loads are ok. 683 /// AllUsesOfLoadedValueWillTrapIfNull - Return true if all uses of any loads 780 // Replace all uses of loads with uses of uses of the stored value. 785 // If we were able to delete all uses of the loads 808 DEBUG(dbgs() << "OPTIMIZED LOADS FROM STORED ONCE POINTER: " << *GV); 812 // If we nuked all of the loads, then none of the stores are needed either, [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.h | 277 // Loads the extension from the directory |extension_path|. 280 // Loads any component extensions. 283 // Loads particular component extension. 286 // Loads all known extensions (used by startup and testing code). 518 // Helper method. Loads extension from prefs.
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 52 /// 1. Loads are clobbered by may-alias stores. 53 /// 2. Loads are considered clobbered by partially-aliased loads. The 67 /// 2. For loads and stores, this could be an allocation instruction. In 252 /// but generally does not return loads unless a) they are volatile, or
|
/external/llvm/lib/Target/PowerPC/ |
PPCSchedule440.td | 79 // at the end of the JEXE1 stage. Loads have a 3-cycle latency 82 // The L1 cache hit latency is four cycles for floating point loads 83 // and three cycles for integer loads. 98 // loads take 4 cycles (for L1 hit). 280 [9, 5], // FIXME: should be [9, 5] for loads and
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 16 #include "llvm/Analysis/Loads.h" 166 // None of the following transforms are legal for volatile/atomic loads. 167 // FIXME: Some of it is okay for atomic loads; needs refactoring. 216 // introduced loads cannot trap! Something like this is valid as long as 445 // Don't skip over loads or things that can modify memory.
|
/external/icu4c/common/unicode/ |
udata.h | 388 /** ICU only loads data from packages, not from single files. */ 390 /** ICU loads data from packages first, and only from single files 401 * This function may be called to control how ICU loads data. It must be called
|