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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.h 22 // Base class for bluetooth extension functions. This class initializes
24 // extension functions.
38 // Implemented by individual bluetooth extension functions, called
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
expected_tester.json 2 "functions": [
8 "functions": [],
14 "functions": [],
23 "functions": [],
29 "functions": [],
63 "functions": [],
76 "functions": [],
144 "functions": [],
151 "functions": [],
169 "functions": []
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
type.html 31 {{?functions}}
34 items:functions
36 {{/functions}}
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.h 14 // A utility functions for windows to send key or mouse events and
15 // run the task. These functions are internal, but exported so that
16 // aura implementation can use these utility functions.
  /external/chromium_org/v8/test/mjsunit/
function-names.js 36 // Array.prototype functions.
45 // Boolean prototype functions.
51 // Date functions.
57 // Date.prototype functions.
74 // Function.prototype functions.
79 // Math functions.
87 // Number.prototype functions.
94 // Object.prototype functions.
102 // RegExp.prototype functions.
107 // String functions
    [all...]
  /external/clang/test/Parser/
cxx-default-delete.cpp 3 int i = delete; // expected-error{{only functions}}
4 int j = default; // expected-error{{special member functions}}
9 int q() = default, r; // expected-error{{only special member functions}} \
  /external/v8/test/mjsunit/
function-names.js 36 // Array.prototype functions.
45 // Boolean prototype functions.
51 // Date functions.
57 // Date.prototype functions.
74 // Function.prototype functions.
79 // Math functions.
87 // Number.prototype functions.
94 // Object.prototype functions.
102 // RegExp.prototype functions.
107 // String functions
    [all...]
  /external/chromium/crypto/
cssm_init.h 16 // any other CSSM functions. This function is thread-safe, and CSSM will only
20 // Returns the shared CSP handle used by CSSM functions.
23 // Returns the shared CL handle used by CSSM functions.
26 // Returns the shared TP handle used by CSSM functions.
35 // Utility functions to allocate and release CSSM memory.
41 // supposed to be guaranteed) that our memory management functions will be used.
  /external/chromium_org/crypto/
cssm_init.h 16 // any other CSSM functions. This function is thread-safe, and CSSM will only
20 // Returns the shared CSP handle used by CSSM functions.
23 // Returns the shared CL handle used by CSSM functions.
26 // Returns the shared TP handle used by CSSM functions.
35 // Utility functions to allocate and release CSSM memory.
41 // supposed to be guaranteed) that our memory management functions will be used.
  /external/chromium_org/ppapi/thunk/
ppb_url_util_thunk.cc 22 return enter.functions()->ResolveRelativeToDocument(instance, relative,
30 return enter.functions()->DocumentCanRequest(instance, url);
37 return enter.functions()->DocumentCanAccessDocument(active, target);
45 return enter.functions()->GetDocumentURL(instance, components);
53 return enter.functions()->GetPluginInstanceURL(instance, components);
61 return enter.functions()->GetPluginReferrerURL(instance, components);
ppb_text_input_thunk.cc 42 enter.functions()->SetTextInputType(instance, type);
48 enter.functions()->SetTextInputType(instance,
57 enter.functions()->UpdateCaretPosition(instance, *caret, *bounding_box);
64 enter.functions()->UpdateCaretPosition(instance, *caret, PP_Rect());
70 enter.functions()->CancelCompositionText(instance);
77 enter.functions()->UpdateSurroundingText(instance, text, caret, anchor);
85 enter.functions()->UpdateSurroundingText(instance,
94 enter.functions()->SelectionChanged(instance);
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-2758.js 30 var functions = [
40 for (var j in functions) {
41 print(functions[i])
42 assertThrows(functions[j], TypeError)
46 for (var j in functions)
47 %OptimizeFunctionOnNextCall(functions[j]);
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 16 // Functions with inline specifier are not key functions (PR5705)
20 // Functions with inline specifier are not key functions (PR5705)
24 // Key functions with namespace (PR5711)
30 // Key functions with namespace (PR5711)
  /external/chromium_org/chrome/browser/extensions/
PRESUBMIT_test_new_file_1.txt 10 namespace functions {
30 } // namespace functions
PRESUBMIT_test_new_file_3.txt 10 namespace functions {
29 } // namespace functions
PRESUBMIT_test_new_file_7.txt 10 namespace functions {
35 } // namespace functions
PRESUBMIT_test_new_file_8.txt 10 namespace functions {
30 } // namespace functions
PRESUBMIT_test_new_file_9.txt 10 namespace functions {
33 } // namespace functions
PRESUBMIT_test_old_file.txt 10 namespace functions {
29 } // namespace functions
  /external/chromium_org/ppapi/cpp/
pass_ref.h 9 /// This file defines an annotation for constructors and other functions that
13 /// An annotation for constructors and other functions that take ownership of
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.h 24 * Tests basic functionality of various API functions for DecimalFormat
31 /*Helper functions */
dtptngts.h 17 * Test basic functionality of various API functions
24 * Performs tests on many API functions, see detailed comments in source code
nmfmapts.h 18 * This test executes basic functionality checks of various API functions
25 * executes tests of API functions, see detailed comments in source code
selfmts.h 20 * Test basic functionality of various API functions
27 * Performs tests on many API functions, see detailed comments in source code
  /external/chromium_org/third_party/mesa/src/src/egl/main/
README.txt 9 calls into driver-specific functions.
11 2. Fallbacks for EGL API functions. A driver _could_ implement all the
28 can be used to plug in default/fallback functions. Some functions like
40 Special Functions:
42 Certain EGL functions _must_ be implemented by the driver. This includes:
51 Most of the EGLConfig-related functions can be implemented with the
52 defaults/fallbacks. Same thing for the eglGet/Query functions.

Completed in 4543 milliseconds

1 2 3 4 56 7 8 91011>>