HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 1 - 25 of 22576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/tests/
asan_test.ignore 1 # blacklisted functions for instrumented ASan unit test
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
series 4 static-functions
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
test_file_data_source.json 6 "functions": [
  /external/chromium_org/chrome/renderer/media/
DEPS 2 "+media/base", # For basic media functions.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
todo 3 split up the _exp_ functions
  /external/openssl/crypto/bn/
todo 3 split up the _exp_ functions
  /external/qemu-pc-bios/vgabios/
BUGS 1 Not all the functions have been implemented yet.
  /frameworks/compile/slang/tests/F_invoke_return/
stderr.txt.expect 1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
  /external/chromium-libpac/
README 5 functions and classes. To make this library accessible on Android, the string
6 utilities have been modified to use stl and the network functions have been
7 modified to use UNIX functions.
  /external/clang/test/SemaObjC/
attr-malloc.m 4 - (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
13 __attribute((malloc)) id (*f)(); // expected-warning {{functions returning a pointer type}}
14 __attribute((malloc)) bptr (*g)(); // expected-warning {{functions returning a pointer type}}
15 __attribute((malloc)) void *(^h)(); // expected-warning {{functions returning a pointer type}}
  /external/zlib/src/win32/
zlib.def 3 ; basic functions
9 ; advanced functions
31 ; utility functions
61 ; large file functions
68 ; checksum functions
  /external/clang/test/Driver/
noinline.c 1 // Make sure the driver is correctly passing -fno-inline-functions
5 // RUN: -fno-inline -fno-inline-functions -### -fsyntax-only %s 2> %t
10 // CHECK: "-fno-inline-functions"
  /external/compiler-rt/make/platform/
multi_arch.mk 14 FUNCTIONS := moddi3 floatundixf udivdi3
15 FUNCTIONS.m64 := $(FUNCTIONS) lshrdi3
  /libnativehelper/
README 1 Support functions for Android's class libraries
4 These are VM-agnostic native functions that implement methods for system
11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
  /external/clang/test/SemaCXX/
warn-missing-prototypes.cpp 10 // Don't warn about functions in anonymous namespaces.
15 // Don't warn about member functions.
19 // Don't warn about inline functions.
28 // PR9519: don't warn about friend functions.
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.escape.*;
20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction;
21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction;
22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction;
23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction;
24 import com.google.clearsilver.jsilver.functions.numeric.AbsFunction;
25 import com.google.clearsilver.jsilver.functions.numeric.MaxFunction;
26 import com.google.clearsilver.jsilver.functions.numeric.MinFunction;
27 import com.google.clearsilver.jsilver.functions.string.CrcFunction
    [all...]
CoreOperators.java 17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.FunctionRegistry;
20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
exslt.h 22 * Namespace for EXSLT common functions
28 * Namespace for EXSLT crypto functions
34 * Namespace for EXSLT math functions
40 * Namespace for EXSLT set functions
46 * Namespace for EXSLT functions extension functions
48 #define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions")
52 * Namespace for EXSLT strings functions
58 * Namespace for EXSLT date functions
64 * Namespace for EXSLT dynamic functions
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /external/clang/test/Parser/
c11-noreturn.c 7 int f() _Noreturn; // expected-error {{expected ';'}} expected-warning {{does not declare anything}} expected-error {{'_Noreturn' can only appear on functions}}
9 _Noreturn char c1; // expected-error {{'_Noreturn' can only appear on functions}}
10 char _Noreturn c2; // expected-error {{'_Noreturn' can only appear on functions}}
12 typedef _Noreturn int g(); // expected-error {{'_Noreturn' can only appear on functions}}
14 _Noreturn int; // expected-error {{'_Noreturn' can only appear on functions}} expected-warning {{does not declare anything}}
15 _Noreturn struct S; // expected-error {{'_Noreturn' can only appear on functions}}
16 _Noreturn enum E { e }; // expected-error {{'_Noreturn' can only appear on functions}}
18 // CHECK-EXT: _Noreturn functions are a C11-specific feature
  /external/clang/test/Sema/
attr-returns-twice.c 3 int a __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>