HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 251 - 275 of 34012) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread.so 2 Use the shared library, but some functions are only in
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/gdb/linux-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb2-bl-undefweak.s 1 @ Test that calls to undefined weak functions resolve to call through
thumb2-bl-undefweak1.s 1 @ Test that calls to undefined weak functions resolve to call through
  /external/lisa/libs/utils/analysis/
functions_analysis.py 18 """ Functions Analysis Module """
27 Support for kernel functions profiling and analysis
36 def plotProfilingStats(self, functions=None, metrics='avg'):
38 Plot functions profiling metrics for the specified kernel functions.
42 By default all the kernel functions are plotted.
44 :param functions: the name of list of name of kernel functions to plot
45 :type functions: str or list(str)
53 self._log.warning('Functions stats data not available'
    [all...]
  /external/clang/test/PCH/
cxx-functions.cpp 2 // RUN: %clang_cc1 -include %S/cxx-functions.h -fsyntax-only -verify %s
4 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-functions.h
  /external/clang/test/Sema/
illegal-types.c 3 void a (void []()); // expected-error{{'type name' declared as array of functions}}
4 void b (void p[]()); // expected-error{{'p' declared as array of functions}}
  /external/harfbuzz_ng/docs/
usermanual-fonts-and-faces.xml 13 <section id="using-your-own-font-functions">
14 <title>Using your own font functions</title>
  /external/minijail/
HACKING 5 -Utility functions with no side-effects should go in util.{h|c}.
7 -Functions with side effects or with dependencies on operating system details,
  /external/spirv-llvm/lib/SPIRV/runtime/
README.txt 1 This directory contains SPIR-V builtin functions used by
4 functions to their runtime library.
  /external/valgrind/memcheck/tests/
wrapmallocstatic.c 16 /* Fake malloc/free functions that just print something. When run
17 under memcheck these functions will be intercepted and not print
  /frameworks/compile/slang/tests/F_kernel_noattr/
stderr.txt.expect 3 kernel_noattr.rs:11:5: error: invokable non-static functions are required to return void
4 kernel_noattr.rs:15:5: error: invokable non-static functions are required to return void
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
issue13742.go 12 // Both F0 and G0 should appear as functions.
16 // Both F1 and G1 should appear as functions.
  /prebuilts/go/darwin-x86/src/internal/race/
doc.go 6 Package race contains helper functions for manually instrumenting code for the race detector.
8 The runtime package intentionally exports these functions only in the race build;
  /prebuilts/go/darwin-x86/src/os/signal/
sig.s 5 // The runtime package uses //go:linkname to push a few functions into this
7 // to the go tool compile so the latter does not complain about Go functions
  /prebuilts/go/linux-x86/src/go/doc/testdata/
issue13742.go 12 // Both F0 and G0 should appear as functions.
16 // Both F1 and G1 should appear as functions.
  /prebuilts/go/linux-x86/src/internal/race/
doc.go 6 Package race contains helper functions for manually instrumenting code for the race detector.
8 The runtime package intentionally exports these functions only in the race build;
  /prebuilts/go/linux-x86/src/os/signal/
sig.s 5 // The runtime package uses //go:linkname to push a few functions into this
7 // to the go tool compile so the latter does not complain about Go functions
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 20 void g() override; // expected-error {{only virtual member functions can be marked 'override'}}
21 int h override; // expected-error {{only virtual member functions can be marked 'override'}}
26 void g() final; // expected-error {{only virtual member functions can be marked 'final'}}
27 int h final; // expected-error {{only virtual member functions can be marked 'final'}}
46 void g() override {} // expected-error {{only virtual member functions can be marked 'override'}}
51 void g() final {} // expected-error {{only virtual member functions can be marked 'final'}}
  /external/clang/test/SemaCXX/
attr-flatten.cpp 3 int i __attribute__((flatten)); // expected-error {{'flatten' attribute only applies to functions}}
11 int f3(int __attribute__((flatten)), int); // expected-error{{'flatten' attribute only applies to functions}}
14 int f __attribute__((flatten)); // expected-error{{'flatten' attribute only applies to functions}}
19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}}
28 int cf3(int c[[gnu::flatten]], int); // expected-error{{'flatten' attribute only applies to functions}}
31 int f [[gnu::flatten]]; // expected-error{{'flatten' attribute only applies to functions}}
attr-no-split-stack.cpp 3 int i __attribute__((no_split_stack)); // expected-error {{'no_split_stack' attribute only applies to functions}}
11 int f3(int __attribute__((no_split_stack)), int); // expected-error{{'no_split_stack' attribute only applies to functions}}
14 int f __attribute__((no_split_stack)); // expected-error{{'no_split_stack' attribute only applies to functions}}
19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to functions}}
28 int cf3(int c[[gnu::no_split_stack]], int); // expected-error{{'no_split_stack' attribute only applies to functions}}
31 int f [[gnu::no_split_stack]]; // expected-error{{'no_split_stack' attribute only applies to functions}}
  /external/libmojo/mojo/public/cpp/system/
functions.h 5 // This file provides a C++ wrapping around the standalone functions of the Mojo
8 // Please see "mojo/public/c/system/functions.h" for complete documentation of
14 #include "mojo/public/c/system/functions.h"
27 // organization of the functions into different header files (since in the C
28 // API, those functions are defined in "functions.h").

Completed in 398 milliseconds

<<11121314151617181920>>