HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /external/libedit/src/
hist.h 53 hist_fun_t fun; /* Event access */ member in struct:el_history_t
58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
terminal.c 1009 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1014 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1019 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1024 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR;
1029 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1034 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END;
1039 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR;
1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1066 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type)
    [all...]
hist.c 57 el->el_history.fun = NULL;
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr)
88 el->el_history.fun = fun;
218 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
terminal.h 48 keymacro_value_t fun; /* Function bound to it */ member in struct:__anon12306
  /external/okhttp/website/static/
app-theme.css 51 .fun { color: #f00; }
  /external/v8/test/mjsunit/regress/
regress-phi-truncation.js 30 function test(fun, expectation) {
31 assertEquals(1, fun(1));
32 %OptimizeFunctionOnNextCall(fun);
33 assertEquals(expectation, fun(0));
regress-crbug-3184.js 72 map : function(fun) {
73 if (typeof fun != "function") throw new TypeError();
77 for (var i = 0; i < len; i++) { if (i in this) res[i] = fun.call(thisp, this[i], i, this); }
  /external/v8/src/
apinatives.js 74 var fun = %CreateApiFunction(data, prototype);
75 if (IS_STRING(name)) %FunctionSetName(fun, name);
77 if (!doNotCache) cache[serialNumber] = fun;
78 ConfigureTemplateInstance(fun, data);
79 if (doNotCache) return fun;
string-stream.cc 449 JSFunction* fun = JSFunction::cast(f); local
450 Object* perhaps_context = fun->context();
454 Context* context = fun->context();
489 JSFunction* fun = JSFunction::cast(f); local
491 PrintPrototype(fun, receiver);
492 *code = fun->code();
508 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) {
509 Object* name = fun->shared()->name();
511 Isolate* isolate = fun->GetIsolate();
516 Object* key = JSObject::cast(iter.GetCurrent())->SlowReverseLookup(fun);
    [all...]
  /external/v8/test/mjsunit/
simple-constructor.js 97 function testArgs(fun) {
98 obj = new fun();
103 obj = new fun("x");
108 obj = new fun("x", "y");
113 obj = new fun("x", "y", "z");
mjsunit.js 386 var OptimizationStatus = function(fun, sync_opt) {
390 "fun", "sync", "return %GetOptimizationStatus(fun, sync);");
395 return OptimizationStatusImpl(fun, sync_opt);
398 assertUnoptimized = function assertUnoptimized(fun, sync_opt, name_opt) {
400 assertTrue(OptimizationStatus(fun, sync_opt) != 1, name_opt);
403 assertOptimized = function assertOptimized(fun, sync_opt, name_opt) {
405 assertTrue(OptimizationStatus(fun, sync_opt) != 2, name_opt);
  /external/clang/test/SemaCXX/
member-expr.cpp 126 S fun(); // expected-note{{possible target for call}}
127 int fun(int i); // expected-note{{possible target for call}}
129 return fun.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
conversion.cpp 154 bool fun() { function in namespace:test7
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 33 function fun(x) { function
34 if (x == 0) return fun.caller;
40 A.prototype.f = fun;
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 64 void fun() { function
mangle-ms-templates.cpp 262 void fun(UUIDType1<uuid> a) {} function
263 // CHECK: "\01?fun@@YAXU?$UUIDType1@Uuuid@@$1?_GUID_12345678_1234_1234_1234_1234567890ab@@3U__s_GUID@@B@@@Z"
264 void fun(UUIDType2<uuid> b) {} function
265 // CHECK: "\01?fun@@YAXU?$UUIDType2@Uuuid@@$E?_GUID_12345678_1234_1234_1234_1234567890ab@@3U__s_GUID@@B@@@Z"
  /external/ltrace/
read_config_file.c 1127 struct prototype fun; local
1128 prototype_init(&fun);
1133 fun.return_info = parse_lens(plib, loc, &str, NULL, 0, &own, NULL);
1134 if (fun.return_info == NULL) {
1143 prototype_destroy(&fun);
1147 fun.own_return_info = own;
1148 debug(4, " return_type = %d", fun.return_info->type);
1180 if (prototype_push_param(&fun, &param) < 0)
1188 size_t param_num = prototype_num_params(&fun) - have_stop;
1200 if (prototype_push_param(&fun, &param) < 0
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 33 extern void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...);
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 126 void fun (T it) { function in namespace:PR16903
134 fun(in);
  /external/fonttools/
README.md 32 Have fun!
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DataBinderWriter.kt 20 fun write(brWriter : BRWriter) = kcode("") {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 97 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames
98 #define SSANAMES(fun) (fun)->gimple_df->ssa_names
99 #define MODIFIED_NORETURN_CALLS(fun) (fun)->gimple_df->modified_noreturn_calls
100 #define DEFAULT_DEFS(fun) (fun)->gimple_df->default_defs
  /external/mesa3d/src/glx/apple/
appledri.h 97 void *XAppleDRISetSurfaceNotifyHandler(void (*fun) (Display * dpy,
  /external/skia/tests/
PathOpsExtendedTest.h 25 void (*fun)(skiatest::Reporter*, const char* filename); member in struct:TestDesc
  /external/v8/include/
v8-debug.h 189 * \param fun the function to call
205 static Local<Value> Call(v8::Handle<v8::Function> fun,

Completed in 705 milliseconds

1 23 4 5 6 7 8 9