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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/
RuntimeCryptLib.inf 9 # Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions,
10 # HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external
11 # functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and
12 # authenticode signature verification functions are not supported in this instance.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 24 import org.apache.xpath.functions.Function;
150 * The function table contains customized functions
155 * Table of function name to function ID associations for customized functions
160 * Number of built in functions. Be sure to update this as
161 * built-in functions are added.
166 * Number of built-in functions that may be added.
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse.h 59 ///////////////////////////// Init functions
76 ///////////////////////////// bsd functions
86 ///////////////////////////// parse functions
104 ////// SEI functions
117 ///////////////////////////// utils functions
121 ///// Math functions
124 ///// Mem functions
141 ///////////////////////////// workload functions
154 ///////////////////////////// utils functions outside h264
166 ///////////////////////////// Second level parse functions
    [all...]
  /external/clang/test/Analysis/
virtualcall.cpp 11 foo(); // expected-warning{{Call pure virtual functions during construction or destruction may leads undefined behaviour}}
18 foo(); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
23 virtual void bar() { foo(); } // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
33 this->foo(); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
46 f(foo()); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
  /external/clang/test/SemaCUDA/
vararg.cu 6 // RUN: -fcuda-allow-variadic-functions -verify -DEXPECT_VA_ARG_ERR %s
35 // expected-error@-2 {{CUDA device code does not support variadic functions}}
41 // expected-error@-2 {{CUDA device code does not support variadic functions}}
49 // expected-error@-2 {{CUDA device code does not support variadic functions}}
55 // expected-error@-2 {{CUDA device code does not support variadic functions}}
  /external/clang/test/SemaCXX/
internal_linkage.cpp 8 int x __attribute__((internal_linkage)); // expected-warning{{'internal_linkage' attribute only applies to variables, functions and classes}}
19 int z __attribute__((internal_linkage)); // expected-warning{{'internal_linkage' attribute only applies to variables, functions and classes}}
27 namespace Z __attribute__((internal_linkage)) { // expected-warning{{'internal_linkage' attribute only applies to variables, functions and classes}}
34 enum struct __attribute__((internal_linkage)) E { // expected-warning{{'internal_linkage' attribute only applies to variables, functions and classes}}
44 void g(int a [[clang::internal_linkage]]) { // expected-warning{{'internal_linkage' attribute only applies to variables, functions and classes}}
  /external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl 23 constant int foo1 __attribute__((reqd_work_group_size(8,16,32))) = 0; // expected-error {{'reqd_work_group_size' attribute only applies to functions}}
25 constant int foo2 __attribute__((work_group_size_hint(8,16,32))) = 0; // expected-error {{'work_group_size_hint' attribute only applies to functions}}
27 constant int foo3 __attribute__((vec_type_hint(char))) = 0; // expected-error {{'vec_type_hint' attribute only applies to functions}}
29 void f_kernel_image2d_t( kernel image2d_t image ) { // expected-error {{'kernel' attribute only applies to functions}}
30 int __kernel x; // expected-error {{'__kernel' attribute only applies to functions}}
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex.h 33 void intelInitTextureFuncs(struct dd_function_table *functions);
35 void intelInitTextureImageFuncs(struct dd_function_table *functions);
37 void intelInitTextureSubImageFuncs(struct dd_function_table *functions);
39 void intelInitTextureCopyImageFuncs(struct dd_function_table *functions);
41 void intelInitCopyImageFuncs(struct dd_function_table *functions);
  /external/tinyxml/docs/
functions_rela.html 3 <title>TinyXml: Class Members - Related Functions</title>
7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Class&nbsp;Members</a></div>
8 <div class="qindex"><a class="qindex" href="functions.html">All</a> | <a class="qindex" href="functions_func.html">Functions</a> | <a class="qindex" href="functions_vars.html">Variables</a> | <a class="qindex" href="functions_enum.html">Enumerations</a> | <a class="qindexHL" href="functions_rela.html">Related&nbsp;Functions</a></div>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
internal-fn.def 1 /* Internal functions.
20 /* This file specifies a list of internal "functions". These functions
21 differ from built-in functions in that they have no linkage and cannot
25 Internal functions are used instead of tree codes if the operation
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
funcdata.go 20 // This communication is only required in assembly functions that make calls
21 // to other functions that might be preempted or grow the stack.
22 // NOSPLIT functions that make no calls do not need to use these macros.
39 // ArgsSizeUnknown is set in Func.argsize to mark all functions
40 // whose argument size is unknown (C vararg functions, and
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
funcdata.go 20 // This communication is only required in assembly functions that make calls
21 // to other functions that might be preempted or grow the stack.
22 // NOSPLIT functions that make no calls do not need to use these macros.
39 // ArgsSizeUnknown is set in Func.argsize to mark all functions
40 // whose argument size is unknown (C vararg functions, and
  /external/compiler-rt/make/platform/
clang_darwin.mk 1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
79 # Configuration for targeting 10.4. We need a few functions missing from
85 # Configuration for targeting iOS for a couple of functions that didn't
91 # Configuration for targeting OSX. These functions may not be in libSystem
190 FUNCTIONS.eprintf := eprintf
191 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
193 FUNCTIONS.ios := divmodsi4 udivmodsi4 mulosi4 mulodi4 muloti4 \
195 # On x86, the divmod functions reference divsi
    [all...]
  /system/core/rootdir/
init.usb.configfs.rc 12 rmdir /config/usb_gadget/g1/functions/rndis.gs4
23 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
29 symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1
39 symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1
40 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
46 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1
56 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1
57 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
63 symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1
72 symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 50 * Mandatory common functions
59 * Mandatory interrupt management functions
70 * Optional common functions (may be overridden)
79 * Mandatory BL1 functions
94 * Optional BL1 functions (may be overridden)
100 * Mandatory BL2 functions
127 * The next 2 functions allow the platform to change the entrypoint information
141 * Conditionally mandatory BL2 functions: must be implemented if BL3-0 image
154 * Conditionally mandatory BL2 functions: must be implemented if BL3-2 image
164 * Optional BL2 functions (may be overridden
    [all...]
  /device/google/wahoo/
init.hardware.usb.rc 27 mkdir /config/usb_gadget/g1/functions/mass_storage.0
28 mkdir /config/usb_gadget/g1/functions/accessory.gs2
29 mkdir /config/usb_gadget/g1/functions/audio_source.gs3
30 mkdir /config/usb_gadget/g1/functions/midi.gs5
31 mkdir /config/usb_gadget/g1/functions/ffs.adb
32 mkdir /config/usb_gadget/g1/functions/ffs.mtp
33 mkdir /config/usb_gadget/g1/functions/diag.diag
34 mkdir /config/usb_gadget/g1/functions/cser.dun.0
35 mkdir /config/usb_gadget/g1/functions/cser.nmea.1
36 mkdir /config/usb_gadget/g1/functions/gsi.rmne
    [all...]
init.hardware.diag.rc.userdebug 37 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1
54 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1
55 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
73 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1
74 symlink /config/usb_gadget/g1/functions/cser.dun.0 /config/usb_gadget/g1/configs/b.1/f2
75 symlink /config/usb_gadget/g1/functions/gsi.rmnet /config/usb_gadget/g1/configs/b.1/f3
76 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f4
90 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1
91 symlink /config/usb_gadget/g1/functions/cser.dun.0 /config/usb_gadget/g1/configs/b.1/f2
92 symlink /config/usb_gadget/g1/functions/gsi.rmnet /config/usb_gadget/g1/configs/b.1/f
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0-sources.jar 
  /toolchain/binutils/binutils-2.25/libiberty/
libiberty.texi 16 * Libiberty: (libiberty). Library of utility functions which
83 * Functions:: Available functions, macros, and global variables.
88 * Index:: Index of functions and categories.
130 Functions contained in @libib{} can be divided into three general categories.
134 * Supplemental Functions:: Providing functions which don't exist
137 * Replacement Functions:: These functions are sometimes buggy or
140 * Extensions:: Functions which provide useful extension
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 2 This file declares a type and two functions and defines several
60 #define SIGALRM __SigAlrm ///< Added for Posix timer functions
61 #define SIGVTALRM __SigVtAlrm ///< Added for Posix timer functions
62 #define SIGPROF __SigProf ///< Added for Posix timer functions
63 #define SIGUSR1 __SigUsr1 ///< Added for Posix timer functions
64 #define SIGUSR2 __SigUsr2 ///< Added for Posix timer functions
65 #define SIGWINCH __SigWinch ///< Added for Posix timer functions
66 #define SIGPIPE __SigPipe ///< Added for Posix timer functions
67 #define SIGQUIT __SigQuit ///< Added for Posix timer functions
  /external/llvm/test/tools/dsymutil/X86/
odr-member-functions.cpp 3 clang -g -c odr-member-functions.cpp -DFILE$FILE -o odr-member-functions/$FILE.o
7 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/odr-member-functions -y %p/dummy-debug-map.map -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
24 // CHECK: AT_name{{.*}}"odr-member-functions.cpp"
39 // Check that the overloaded member functions are resolved correctly
46 // CHECK: AT_name{{.*}}"odr-member-functions.cpp"
48 // Normal member functions should be desribed by the type in the first
82 // CHECK: AT_name{{.*}}"odr-member-functions.cpp"
88 // Skip 'normal' member functions
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libmemtrack.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libmemtrack.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libmemtrack.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libmemtrack.so.lsdump.gz 

Completed in 1334 milliseconds

<<11121314151617181920>>