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

<<11121314151617181920>>

  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.h 25 /* common binary tree functions */
43 /* avl-tree functions */
47 /* rb-tree functions */
ctrees.pxd 30 # binary-tree functions
33 # avl-tree functions
36 # rb-tree functions
  /external/chromium_org/third_party/libxslt/libxslt/
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
38 * Interfaces for the functions implementations.
  /external/chromium_org/tools/json_schema_compiler/dart_test/
functions.idl 5 // A comment for the functions namespace.
6 namespace functions {
21 interface Functions {
  /external/clang/test/Sema/
array-constraint.c 27 int foo[](void); // expected-error {{'foo' declared as array of functions}}
28 int foo2[1](void); // expected-error {{'foo2' declared as array of functions}}
32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}}
  /external/clang/test/SemaCXX/
convert-to-bool.cpp 11 explicit operator bool(); // expected-warning{{explicit conversion functions are a C++11 extension}}
42 explicit operator int&(); // expected-warning{{explicit conversion functions are a C++11 extension}}
59 explicit operator A&(); // expected-warning{{explicit conversion functions are a C++11 extension}}
  /external/clang/test/SemaObjC/
format-arg-attribute.m 12 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}}
13 union u1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}}
14 enum e1 { E1V0 } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}}
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTransformValuesAsMapTest.java 20 import com.google.common.base.Functions;
41 Functions.<Integer> identity()).asMap();
48 .transformValues(delegate, Functions.<Integer> identity()).asMap();
  /external/libxslt/libxslt/
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
38 * Interfaces for the functions implementations.
  /external/lzma/C/
Lzma2Enc.h 26 /* Lzma2Enc_* functions can return the following exit codes:
33 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)
53 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)
  /external/valgrind/main/docs/internals/
m_replacemalloc.txt 6 use any functions in the core directly; it can only communicate with the
11 of all the core functions (and variables) that it needs to access. It then
25 - All calls to these functions are done using 'info'.
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.h 13 * This header file contains some internal resampling functions.
24 * Functions for internal use in the other resample functions
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElements.h 44 // DateTimeFieldElement functions.
59 // DateTimeFieldElement functions.
73 // DateTimeFieldElement functions.
87 // DateTimeFieldElement functions.
101 // DateTimeFieldElement functions.
115 // DateTimeFieldElement functions.
129 // DateTimeFieldElement functions.
143 // DateTimeFieldElement functions.
158 // DateTimeFieldElement functions.
173 // DateTimeFieldElement functions
    [all...]
  /external/compiler-rt/make/platform/
clang_linux.mk 120 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
121 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
122 FUNCTIONS.profile-i386 := GCDAProfiling
123 FUNCTIONS.profile-x86_64 := GCDAProfiling
124 FUNCTIONS.san-i386 := $(SanitizerCommonFunctions)
125 FUNCTIONS.san-x86_64 := $(SanitizerCommonFunctions)
126 FUNCTIONS.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \
128 FUNCTIONS.asan-x86_64 := $(AsanFunctions) $(InterceptionFunctions) \
130 FUNCTIONS.asan-arm-android := $(AsanFunctions) $(InterceptionFunctions) \
132 FUNCTIONS.tsan-x86_64 := $(TsanFunctions) $(InterceptionFunctions)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 26 import org.apache.xpath.functions.FuncExtFunction;
27 import org.apache.xpath.functions.FuncExtFunctionAvailable;
28 import org.apache.xpath.functions.Function;
33 * visits the XPath expression. For any extension functions it
37 * This mechanism is required to locate extension functions
  /external/chromium_org/chrome/renderer/resources/extensions/
sync_file_system_custom_bindings.js 16 // Functions which take in an [instanceOf=FileEntry].
26 // Functions which take in a FileEntry array.
39 // Functions which take in an [instanceOf=DOMFileSystem].
49 // Functions which return an [instanceOf=DOMFileSystem].
62 // Functions which return an array of FileStatusInfo object
  /external/chromium_org/ppapi/generators/test_thunk/
simple_thunk.cc 26 return enter.functions()->CreateSimple(instance);
40 enter.functions()->PostMessage(instance, message);
48 return enter.functions()->DoUint32Instance0_5(instance);
56 return enter.functions()->DoUint32Instance(instance, resource);
80 return enter.functions()->OnFailure12(instance);
  /external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc 38 // proxied, but the rest of the functions are implemented in the plugin
39 // process by just calling base functions.
41 // We could have PPB_Instance_API functions for the two charset conversion
42 // functions, and then have the instance impl and proxy call through to the
81 return enter.functions()->GetDefaultCharSet(instance);
ppb_ext_socket_thunk.cc 32 return enter.SetResult(enter.functions()->CallBrowser(
43 enter.functions()->PostBrowser("socket.destroy", args);
62 return enter.SetResult(enter.functions()->CallBrowser(
82 return enter.SetResult(enter.functions()->CallBrowser(
93 enter.functions()->PostBrowser("socket.disconnect", args);
110 return enter.SetResult(enter.functions()->CallBrowser(
128 return enter.SetResult(enter.functions()->CallBrowser(
146 return enter.SetResult(enter.functions()->CallBrowser(
168 return enter.SetResult(enter.functions()->CallBrowser(
190 return enter.SetResult(enter.functions()->CallBrowser
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.h 27 * the rbug extensions. Implementation of the functions is in the same folder
30 * The structs what is returned from the demarshal functions. The functions
32 * the supplied connection, while functions starting with rbug_demarshal_*
35 * Structs and functions ending with _reply are replies to requests.
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
README 4 This module contains utility functions for use with perf script.
8 'used', while Util.pm contains useful but optional utility functions
14 want to add new Perl functions that end up accessing C data in the
15 perf executable, you add desciptions of the new functions here.
18 $context, to all handler functions.
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 27 * the rbug extensions. Implementation of the functions is in the same folder
30 * The structs what is returned from the demarshal functions. The functions
32 * the supplied connection, while functions starting with rbug_demarshal_*
35 * Structs and functions ending with _reply are replies to requests.
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 24 // functions to return the IME data when a windowless plug-in calls IMM32
25 // functions. I would not Flash retrieves pointers to IMM32 functions with
47 // IMM32 functions when it receives IMM32 window messages. We need to update the
66 // changed by a plug-in with IMM32 functions. This function is mainly used for
108 // Returns the pointers to IMM32-emulation functions implemented by this
114 // Allow (or disallow) the patch functions to use this WebPluginIMEWin
115 // instance through our patch functions. Our patch functions need a static
125 // IMM32 patch functions implemented by this class
    [all...]
  /external/chromium_org/ppapi/cpp/documentation/
DoxygenLayout.xml 37 <publicmethods title="Public Functions"/>
38 <publicstaticmethods title="Static Public Member Functions"/>
43 <protectedmethods title="Protected Functions"/>
69 <functions title="Function Details"/>
70 <related title="Friends and Related Functions Details"/>
87 <functions title=""/>
95 <functions title=""/>
114 <functions title=""/>
123 <functions title="Function Details"/>
143 <functions title=""/
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 17 * \brief C UConverter functions to aid the writers of callbacks
21 * These functions are provided here for the convenience of the callback
22 * writer. If you are just looking for callback functions to use, please
23 * see ucnv_err.h. DO NOT call these functions directly when you are
27 * A note about error codes and overflow. Unlike other ICU functions,
28 * these functions do not expect the error status to be U_ZERO_ERROR.
72 * ONLY used by FromU callback functions.
93 * ONLY used by FromU callback functions.
111 * ONLY used by fromU callback functions.
129 * ONLY used by ToU callback functions
    [all...]

Completed in 857 milliseconds

<<11121314151617181920>>