HomeSort by relevance Sort by last modified time
    Searched full:function_name (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/chromium/chrome/browser/debugger/
devtools_window.h 71 void CallClientFunction(const string16& function_name,
extension_ports_remote_service.h 79 const std::string& function_name,
devtools_window.cc 325 void DevToolsWindow::CallClientFunction(const string16& function_name,
329 string16 javascript = function_name + char16('(') + UTF8ToUTF16(json) +
  /external/chromium/base/
process_util_linux.cc 650 #define DIE_ON_OOM_1(function_name) \
651 void* function_name(size_t) __attribute__ ((visibility("default"))); \
653 void* function_name(size_t size) { \
654 void* ret = __libc_##function_name(size); \
660 #define DIE_ON_OOM_2(function_name, arg1_type) \
661 void* function_name(arg1_type, size_t) \
664 void* function_name(arg1_type arg1, size_t size) { \
665 void* ret = __libc_##function_name(arg1, size); \
tracked.h 44 Location(const char* function_name, const char* file_name, int line_number);
63 const char* function_name() const { return function_name_; } function in class:tracked_objects::Location
tracked_objects.cc 780 if (left.location().function_name() != right.location().function_name()) {
781 int comp = strcmp(left.location().function_name(),
782 right.location().function_name());
844 if (left.location().function_name() != right.location().function_name()) {
845 int comp = strcmp(left.location().function_name(),
846 right.location().function_name());
890 if (!strstr(sample.location().function_name(), required_.c_str()))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_defs.h 65 IRExpr* guest_ppc32_spechelper ( HChar* function_name,
71 IRExpr* guest_ppc64_spechelper ( HChar* function_name,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 103 function_name = function_or_file_name.replace(".", "_")
104 if not hasattr(self, function_name):
105 self.send_error(404, "Unknown function %s" % function_name)
107 if function_name[0] == "_":
111 function = getattr(self, function_name)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-gprof.1 652 .IX Item "-e function_name"
662 .IX Item "-E function_name"
670 .IX Item "-f function_name"
678 .IX Item "-F function_name"
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-gprof.1 649 .IX Item "-e function_name"
659 .IX Item "-E function_name"
667 .IX Item "-f function_name"
675 .IX Item "-F function_name"
  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 64 location.function_name(),
  /external/mesa3d/src/glsl/
opt_dead_functions.cpp 93 if (strcmp(ir->function_name(), "main") == 0) {
ir_if_return.cpp 165 if (strcmp(ir->function_name(), "main") == 0)
  /external/chromium/base/win/
pe_image.h 145 FARPROC GetProcAddress(LPCSTR function_name) const;
149 bool GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const;
  /external/kernel-headers/original/linux/
init.h 263 __devexit functions must use __devexit_p(function_name), the wrapper will
264 insert either the function_name or NULL, depending on the config options.
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 135 const std::wstring& function_name) {
136 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
140 const std::wstring& function_name, const Value& arg) {
141 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg);
145 const std::wstring& function_name, const Value& arg1, const Value& arg2) {
146 web_ui_->CallJavascriptFunction(WideToASCII(function_name), arg1, arg2);
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 162 // Executes the javascript function |function_name| in the renderer, passing
164 void CallJavascriptFunction(const std::wstring& function_name,
313 // Helper that executes |function_name| in the attached renderer.
316 void CallJavascriptFunction(const std::wstring& function_name, Value* arg);
596 const std::wstring& function_name,
600 web_ui_->CallJavascriptFunction(WideToASCII(function_name), *value);
602 web_ui_->CallJavascriptFunction(WideToASCII(function_name));
    [all...]
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 78 bookmarks_function->set_name(T::function_name());
  /external/ipsec-tools/src/racoon/
racoon.8 102 .Ar file_name:line_number:function_name
  /external/jpeg/
coderules.doc 47 function_name (int a, char *b)

Completed in 572 milliseconds

12 3 4 5 6