HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/webkit/WebKitTools/DumpRenderTree/mac/
NavigationController.h 34 enum { None, Load, GoBack, ExecuteScript } pendingAction;
NavigationController.m 77 pendingAction = Load;
84 case Load:
  /external/chromium/base/
data_pack.h 32 // Load a pack file from |path|, returning false on error.
33 bool Load(const FilePath& path);
data_pack_unittest.cc 14 TEST(DataPackTest, Load) {
21 ASSERT_TRUE(pack.Load(data_path));
60 ASSERT_TRUE(pack.Load(file));
  /external/chromium/net/disk_cache/
mapped_file.h 38 bool Load(const FileBlock* block);
storage_block.h 26 // a.Load();
71 bool Load();
storage_block_unittest.cc 27 EXPECT_TRUE(entry1.Load());
42 EXPECT_TRUE(entry2.Load());
60 EXPECT_TRUE(entry1->Load());
67 EXPECT_TRUE(entry2.Load());
storage_block-inl.h 108 template<typename T> bool StorageBlock<T>::Load() {
113 if (file_->Load(this)) {
118 LOG(WARNING) << "Failed data load.";
119 Trace("Failed data load.");
mapped_file_posix.cc 45 bool MappedFile::Load(const FileBlock* block) {
mapped_file_win.cc 45 bool MappedFile::Load(const FileBlock* block) {
  /external/libffi/src/x86/
win32.S 69 # Load %ecx with the return type code
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
180 # Load %ecx with the return type code
198 # Load %ecx with the pointer to storage for the return valu
    [all...]
  /external/v8/src/arm/
codegen-arm-inl.h 46 Load(expression);
  /external/icu4c/samples/
defs.mk 6 # Load ICU information. You can copy this to other makefiles #######
  /development/simulator/app/
Preferences.h 29 /* load all preferences from a file */
30 bool Load(const char* fileName);
MyApp.cpp 361 * Load and process our configuration file.
392 if (!mPrefs.Load(mConfigFile.ToAscii())) {
413 if (mPrefs.Load(fileName.ToAscii())) {
427 if (mPrefs.Load(homeConfig.ToAscii())) {
442 /* if we couldn't find one to load, create a new one in $HOME */
  /external/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 54 ; Load above row, if it exists
78 ; Load left row, if it exists
171 ; Load 4x yleft_col
230 ; Load yabove_row
234 ; Load ytop_left
250 ; Load 4x yleft_col
337 ; Load above row, if it exists
361 ; Load left row, if it exists
454 ; Load 4x yleft_col
513 ; Load yabove_ro
    [all...]
  /external/libffi/src/s390/
sysv.S 58 ic %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
59 l %r7,96(%r11) # Load function address
68 lm %r2,%r6,0(%r11) # Load arguments
140 ld %f0,96+64(%r15) # Load return registers
259 llgc %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
260 lg %r7,160(%r11) # Load function address
269 lmg %r2,%r6,0(%r11) # Load arguments
343 ld %f0,160+128(%r15) # Load return registers
  /external/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 39 vld1.8 {q0}, [r0], r1 ;Load up source and reference
66 ldr r12, [sp] ;load *sse from stack
92 vld1.8 {q0}, [r0], r1 ;Load up source and reference
142 vld1.8 {d0}, [r0], r1 ;Load up source and reference
variance_neon.asm 36 vld1.8 {q0}, [r0], r1 ;Load up source and reference
70 ldr r12, [sp] ;load *sse from stack
109 vld1.8 {q0}, [r0], r1 ;Load up source and reference
140 ldr r12, [sp] ;load *sse from stack
172 vld1.8 {d0}, [r0], r1 ;Load up source and reference
195 ldr r12, [sp] ;load *sse from stack
225 vld1.8 {d0}, [r0], r1 ;Load up source and reference
260 ldr r12, [sp] ;load *sse from stack
  /external/v8/samples/
shell.cc 42 v8::Handle<v8::Value> Load(const v8::Arguments& args);
58 // Bind the global 'load' function to the C++ Load callback.
59 global->Set(v8::String::New("load"), v8::FunctionTemplate::New(Load));
89 // Use all other arguments as names of files to load and run.
160 // The callback that is invoked by v8 whenever the JavaScript 'load'
163 v8::Handle<v8::Value> Load(const v8::Arguments& args) {
  /external/v8/src/x64/
codegen-x64.cc 685 // Load applicand.apply onto the stack. This will usually
686 // give us a megamorphic load site. Not super, but it works.
687 Load(applicand);
694 // Load the receiver and the existing arguments object onto the
696 Load(receiver);
    [all...]
  /external/libffi/src/arm/
sysv.S 180 @ Load r2 with the pointer to storage for the return value
183 @ Load r3 with the return type code
  /external/libffi/src/m68k/
sysv.S 81 | Load the pointer to storage for the return value
84 | Load the return type code
  /external/v8/tools/
presubmit.py 104 def Load(self):
109 self.sums = pickle.load(sums_file)
196 good_files_cache.Load()
  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 365 void Load();
391 long Load();
404 //long long Load(long long time_nanoseconds);

Completed in 98 milliseconds

1 2 3 4