HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1126 - 1150 of 6482) sorted by null

<<41424344454647484950>>

  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 68 * 1 - function name
69 * 2 - function name, line number
113 loc->function);
123 loc->function);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
swap.pass.cpp 12 // class function<R(ArgTypes...)>
15 // void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&);
76 std::function<int(int)> f1 = A(1);
77 std::function<int(int)> f2 = A(2);
91 std::function<int(int)> f1 = A(1);
92 std::function<int(int)> f2 = g;
106 std::function<int(int)> f1 = g;
107 std::function<int(int)> f2 = A(1);
121 std::function<int(int)> f1 = g
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp 12 // class function<R(ArgTypes...)>
14 // void swap(function& other);
75 std::function<int(int)> f1 = A(1);
76 std::function<int(int)> f2 = A(2);
90 std::function<int(int)> f1 = A(1);
91 std::function<int(int)> f2 = g;
105 std::function<int(int)> f1 = g;
106 std::function<int(int)> f2 = A(1);
120 std::function<int(int)> f1 = g;
121 std::function<int(int)> f2 = h
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 106 private void updateToggles(String function) {
107 if (UsbManager.USB_FUNCTION_MTP.equals(function)) {
110 } else if (UsbManager.USB_FUNCTION_PTP.equals(function)) {
149 String function = "none"; local
151 function = UsbManager.USB_FUNCTION_MTP;
153 function = UsbManager.USB_FUNCTION_PTP;
156 mUsbManager.setCurrentFunction(function, true);
157 updateToggles(function);
  /system/core/debuggerd/arm/
crashglue.S 2 .type crash1, %function
4 .type crashnostack, %function
  /system/core/libcutils/tests/memset_mips/
android_memset_dumb.S 2 .type android_memset16_dumb, @function
21 .type android_memset32_dumb, @function
  /external/v8/test/mjsunit/compiler/
literals-optimized.js 32 function TestOptimizedLiteral(create, verify) {
41 function create_arr_shallow(a, b, c) {
44 function verify_arr_shallow(array, a, b, c) {
57 function create_arr_nested(a, b, c) {
60 function verify_arr_nested(array, a, b, c) {
77 function create_obj_shallow(a, b, c) {
80 function verify_obj_shallow(object, a, b, c) {
91 function create_obj_nested(a, b, c) {
94 function verify_obj_nested(object, a, b, c) {
107 function create_mixed_nested(a, b, c)
    [all...]
  /external/v8/test/mjsunit/
global-load-from-eval.js 32 function test() {
33 function g() {
35 function h() {
39 function i(x) {
42 function j() {
44 // Shadow with function name.
45 function x() {
66 function testDeep(source, load, test) {
68 function f() {
70 function g()
    [all...]
object-literal-overwrite.js 40 bar: function(a){},
45 bar: function(a){},
46 bar: function(b){},
51 bar: function(b){},
53 bar: function(){return 7},
57 13: function(a){},
62 14.31: function(a){},
81 function fun(x) {
82 var inner = { j: function(x) { return x; }, j: 7 };
100 function fun2()
    [all...]
megamorphic-callbacks.js 28 function load(o) {
32 function store(o) {
36 function call(o) {
41 var o = { x: 42, f: function() { }, z: 100 };
54 o.__defineGetter__("x", function() { return 100; });
55 o.__defineSetter__("y", function(value) { this.y_mirror = value; });
56 o.__defineGetter__("f", function() { return function() { return 300; }});
mjsunit.js 28 function MjsUnitAssertionError(message) {
41 MjsUnitAssertionError.prototype.toString = function () {
72 // for tests that doesn't have their own assertXXX function.
85 // Assert that the passed function or eval code throws an exception.
92 // Assert that the passed function or eval code does not throw an exception.
102 (function () { // Scope for utility functions.
104 function classOf(object) {
112 function PrettyPrint(value) {
121 case "function":
151 function PrettyPrintArrayElement(value, index, array)
    [all...]
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 35 .type _exit_with_stack_teardown, @function
atexit.S 31 .type atexit, @function
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.S 31 .type atexit, @function
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
NoViableAltException.js 1 org.antlr.runtime.NoViableAltException = function(grammarDecisionDescription,
15 toString: function() {
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 15 function ServiceProvidersView(tabId,
35 function(serviceProviders) {
44 function(serviceProvider) {
65 ServiceProvidersView.getNamespaceProviderType = function(namespaceProvider) {
81 ServiceProvidersView.getSocketType = function(layeredServiceProvider) {
96 ServiceProvidersView.getProtocolType = function(layeredServiceProvider) {
105 function(serviceProviders) {
127 function(namespaceProviders) {
sourceentry.js 12 function SourceEntry(parentView, maxPreviousSourceId) {
23 SourceEntry.prototype.isSelected = function() {
27 SourceEntry.prototype.setSelectedStyles = function(isSelected) {
32 SourceEntry.prototype.setMouseoverStyle = function(isMouseOver) {
36 SourceEntry.prototype.setIsMatchedByFilter = function(isMatchedByFilter) {
54 SourceEntry.prototype.isMatchedByFilter = function() {
58 SourceEntry.prototype.setFilterStyles = function(isMatchedByFilter) {
67 SourceEntry.prototype.update = function(logEntry) {
95 SourceEntry.prototype.onCheckboxToggled_ = function() {
99 SourceEntry.prototype.matchesFilter = function(filter)
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 18 function LocalStrings(opt_templateData) {
23 (function() {
32 function replaceArgs(s, args) {
33 return s.replace(/\$[$1-9]/g, function(m) {
43 function trimAccelerators(s) {
44 return s.replace(/&{1,2}/g, function(m) {
61 getString: function(id) {
73 getStringF: function(id, var_args) {
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 5 function FindProxyForURL(url, host) {
23 function expectEq(expected, actual) {
  /external/llvm/test/MC/ELF/
common.s 62 .type foo,@function
  /external/openfst/
Android.mk 8 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.h 60 void SetDirectFBerror (const char *function, DFBResult code);
  /external/v8/test/mjsunit/regress/
regress-109195.js 31 function listener(event, exec_state, event_data, data) {
40 var F = function () {
41 1, function () {
43 (function () { d; });
51 Function.prototype.__defineGetter__("f", function () {
56 var G = function () {
57 1, function () {
59 (function () { d; });
regress-1118.js 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
33 function A() { }
34 A.prototype.f = function() { }
36 function B() { }
40 // This function throws if o does not have an f property, and should not be
42 function g() { try { return o.f(); } finally { }}
47 // This function should be optimized via OSR.
48 function h() {
regress-1560.js 30 function mkCOWArray() {
36 function mkArray() {
42 function mkNumberDictionary() {
49 function write(a, i) { a[i] = "bazinga!"; }
51 function test(factories, w) {
52 factories.forEach(function(f) { w(f(), 0); });
53 factories.forEach(function(f) { w(f(), 0); });
55 factories.forEach(function(f) { w(f(), 0); });

Completed in 1613 milliseconds

<<41424344454647484950>>