Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 85) sorted by relevance

1234

/external/srec/doc/logs/uapi/
Drun_voicetags1.log116 Load Path:/system/usr/srec/Jen Parker.vtg
120 Load Path:/system/usr/srec/Pete Gonzalez.vtg
124 Load Path:/system/usr/srec/Andrew Evans.vtg
194 Load Path:/system/usr/srec/Jen Parker.vtg
198 Load Path:/system/usr/srec/Pete Gonzalez.vtg
202 Load Path:/system/usr/srec/Andrew Evans.vtg
272 Load Path:/system/usr/srec/Jen Parker.vtg
276 Load Path:/system/usr/srec/Pete Gonzalez.vtg
280 Load Path:/system/usr/srec/Andrew Evans.vtg
350 Load Path:/system/usr/srec/Jen Parker.vtg
[all …]
Drun_ERT.log4 Load a grammar
11 Load the second grammar (pre-populated slot)
/external/libffi/src/x86/
Dwin32.S69 # 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 value
[all …]
/external/libffi/src/s390/
Dsysv.S58 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/webkit/V8Binding/v8/src/ia32/
Dcodegen-ia32.cc457 Load(expression, typeof_state); in LoadAndSpill()
463 void CodeGenerator::Load(Expression* x, TypeofState typeof_state) { in Load() function in v8::internal::CodeGenerator
560 Load(&property); in LoadTypeofExpression()
562 Load(x, INSIDE_TYPEOF); in LoadTypeofExpression()
658 Load(property->obj()); in LoadReference()
670 Load(property->key()); in LoadReference()
685 Load(e); in LoadReference()
2028 Load(args->at(i)); in CallWithArguments()
2062 Load(receiver); in CallApplyLazy()
2331 Load(node->fun()); in VisitDeclaration()
[all …]
/external/webkit/V8Binding/v8/src/x64/
Dcodegen-x64.cc689 Load(receiver); in CallApplyLazy()
942 Load(node->fun()); in VisitDeclaration()
965 Load(val); in VisitDeclaration()
982 Load(expression); in VisitExpressionStatement()
1114 Load(node->expression()); in VisitReturnStatement()
1136 Load(node->expression()); in VisitWithEnterStatement()
1175 Load(node->tag()); in VisitSwitchStatement()
1208 Load(clause->label()); in VisitSwitchStatement()
2204 Load(node->else_expression(), typeof_state()); in VisitConditional()
2209 Load(node->then_expression(), typeof_state()); in VisitConditional()
[all …]
/external/webkit/V8Binding/v8/samples/
Dshell.cc42 v8::Handle<v8::Value> Load(const v8::Arguments& args);
59 global->Set(v8::String::New("load"), v8::FunctionTemplate::New(Load)); in RunMain()
163 v8::Handle<v8::Value> Load(const v8::Arguments& args) { in Load() function
/external/webkit/WebKitTools/DumpRenderTree/mac/
DNavigationController.h34 enum { None, Load, GoBack, ExecuteScript } pendingAction; enumerator
DNavigationController.m77 pendingAction = Load;
84 case Load:
/external/libffi/src/m68k/
Dsysv.S81 | Load the pointer to storage for the return value
84 | Load the return type code
/external/webkit/V8Binding/v8/src/arm/
Dcodegen-arm-inl.h49 Load(expression, typeof_state); in LoadAndSpill()
/external/libpcap/
Dwlan_filtering.patch43 + * Load a value relative to the beginning of the link-layer header after the 802.11
90 + * Load the Frame Control field
114 + /* Load 0 into X */
176 * Load a value relative to the beginning of the specified header.
/external/libffi/src/arm/
Dsysv.S180 @ Load r2 with the pointer to storage for the return value
183 @ Load r3 with the return type code
/external/dropbear/libtomcrypt/
Dcrypt.lof3 \contentsline {figure}{\numberline {2.1}{\ignorespaces Load And Store Macros}}{9}{figure.2.1}
/external/libffi/src/alpha/
Dosf.S62 # Load up all of the (potential) argument registers.
168 # Load up the return value in the proper type.
/external/libffi/src/mips/
Do32.S135 # Load the function pointer
257 # Load ABI enum to s0
276 # Load the return value into the appropriate register.
Dn32.S94 # Load the number of bytes
211 # Load the function pointer
/external/clearsilver/java-jni/
Djavatest.gold168 CSTestLoader::Load testdata/test1.hdf
182 CSTestLoader::Load testdata/test.cs
/external/webkit/V8Binding/v8/src/
Dic.h209 Object* Load(State state, Handle<Object> object, Handle<String> name);
264 Object* Load(State state, Handle<Object> object, Handle<Object> key);
Dd8.cc194 Handle<Value> Shell::Load(const Arguments& args) { in Load() function in v8::Shell
418 global_template->Set(String::New("load"), FunctionTemplate::New(Load)); in Initialize()
445 i::Debug::Load(); in Initialize()
613 FunctionTemplate::New(Shell::Load)); in Run()
Dd8.h147 static Handle<Value> Load(const Arguments& args);
Dic.cc518 Object* LoadIC::Load(State state, Handle<Object> object, Handle<String> name) { in Load() function in v8::internal::LoadIC
728 Object* KeyedLoadIC::Load(State state, in Load() function in v8::internal::KeyedLoadIC
1245 return ic.Load(state, args.at<Object>(0), args.at<String>(1)); in LoadIC_Miss()
1265 return ic.Load(state, args.at<Object>(0), args.at<Object>(1)); in KeyedLoadIC_Miss()
Ddebug.h218 static bool Load();
721 load_failed_ = !Debug::Load(); in EnterDebugger()
/external/webkit/WebKit/mac/Plugins/
DWebPluginPackage.m89 // Load the bundle
/external/webkit/WebKit/gtk/po/
Den_GB.po359 msgid "Auto Load Images"
360 msgstr "Auto Load Images"
363 msgid "Load images automatically."
364 msgstr "Load images automatically."

1234