HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFunction (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 105 void RegisterFunction() {
121 RegisterFunction<GetWindowFunction>();
122 RegisterFunction<GetCurrentWindowFunction>();
123 RegisterFunction<GetLastFocusedWindowFunction>();
124 RegisterFunction<GetAllWindowsFunction>();
125 RegisterFunction<CreateWindowFunction>();
126 RegisterFunction<UpdateWindowFunction>();
127 RegisterFunction<RemoveWindowFunction>();
130 RegisterFunction<GetTabFunction>();
131 RegisterFunction<GetCurrentTabFunction>()
    [all...]
  /device/samsung/toro/recovery/
recovery_updater.c 52 RegisterFunction("samsung.update_cdma_modem", UpdateCdmaModemFn);
  /device/samsung/tuna/recovery/
recovery_updater.c 61 RegisterFunction("samsung.write_bootloader", WriteBootloaderFn);
  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 74 /// RegisterFunction method. The method will then do whatever is necessary to
95 /// RegisterFunction - Register debug info for the given function with an
99 void RegisterFunction(const Function *F, DebugInfo &I);
JITDebugRegisterer.cpp 132 void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) {
JITEmitter.cpp     [all...]
  /bootable/recovery/updater/
install.c     [all...]
  /bootable/recovery/edify/
expr.c 353 void RegisterFunction(const char* name, Function fn) {
385 RegisterFunction("ifelse", IfElseFn);
386 RegisterFunction("abort", AbortFn);
387 RegisterFunction("assert", AssertFn);
388 RegisterFunction("concat", ConcatFn);
389 RegisterFunction("is_substring", SubstringFn);
390 RegisterFunction("stdout", StdoutFn);
391 RegisterFunction("sleep", SleepFn);
393 RegisterFunction("less_than_int", LessThanIntFn);
394 RegisterFunction("greater_than_int", GreaterThanIntFn)
    [all...]
expr.h 115 void RegisterFunction(const char* name, Function fn);
120 // Call this after all calls to RegisterFunction() but before parsing
  /device/samsung/crespo4g/recovery/
recovery_updater.c 135 RegisterFunction("samsung.update_modem", UpdateModemFn);

Completed in 587 milliseconds