| /bionic/libc/arch-mips/bionic/ |
| memcmp16.S | 33 .type __memcmp16, @function
|
| pipe.S | 41 .type pipe,@function
|
| vfork.S | 35 .type vfork, @function
|
| /build/tools/droiddoc/templates-pdk/assets/ |
| search_autocomplete.js | 9 function set_row_selected(row, selected) 22 function set_row_values(toroot, row, match) 30 function sync_selection_table(toroot) 37 filtered.onmouseover = function() { 53 c1.onmousedown = function() { 56 c1.onmouseover = function() { 59 c1.onmouseout = function() { 104 function search_changed(e, kd, toroot) 161 function rank_autocomplete_results(query) { 166 // helper function that gets the last occurence index of the given rege [all...] |
| /dalvik/vm/compiler/template/out/ |
| CompilerTemplateAsm-ia32.S | 49 .type dvmCompilerTemplateStart, %function
|
| /device/samsung/tuna/audio/ |
| ril_interface.h | 63 /* Function prototypes */ 69 void ril_register_set_wb_amr_callback(void *function, void *data);
|
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Collections.pas | 69 function Pop: T; 75 function Peek: T; 89 function GetCurrent: TPair<TKey, TValue>; 91 function DoGetCurrent: TPair<TKey, TValue>; override; 92 function DoMoveNext: Boolean; override; 95 function MoveNext: Boolean; 104 function GetItem(const Key: TKey): TValue; 106 function GetCount: Integer; 112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; 114 function ContainsKey(const Key: TKey): Boolean [all...] |
| /external/arduino/libraries/Wire/ |
| Wire.cpp | 206 // behind the scenes function that is called when data is received 231 // behind the scenes function that is called when data is requested 246 // sets function called on slave write 247 void TwoWire::onReceive( void (*function)(int) ) 249 user_onReceive = function; 252 // sets function called on slave read 253 void TwoWire::onRequest( void (*function)(void) ) 255 user_onRequest = function;
|
| /external/chromium/chrome/browser/resources/file_manager/js/ |
| file_manager.js | 34 function FileManager(dialogDom, rootEntries, params) { 98 (function() { 144 * Wrapper function to make dealing with translated strings more concise. 150 function str(id) { 157 * Wrapper function to make dealing with translated strings more concise. 164 function strf(id, var_args) { 174 function isParentPath(parent_path, child_path) { 193 function getParentPath(path) { 207 function getIconType(entry) { 224 } else if (typeof value == 'function') { [all...] |
| /external/chromium/chrome/browser/resources/net_internals/ |
| hstsview.js | 13 function HSTSView(mainBoxId, queryInputId, formId, queryOutputDivId, 37 HSTSView.prototype.onSubmitQuery_ = function(event) { 42 HSTSView.prototype.onSubmitAdd_ = function(event) { 54 HSTSView.prototype.onSubmitDelete_ = function(event) { 60 function hstsModeToString(m) { 72 function yellowFade(element) { 76 setTimeout(function() { 82 HSTSView.prototype.onHSTSQueryResult = function(result) {
|
| httpcacheview.js | 9 function HttpCacheView(mainBoxId, statsDivId) { 20 HttpCacheView.prototype.onHttpCacheInfoChanged = function(info) {
|
| proxyview.js | 16 function ProxyView(mainBoxId, 50 ProxyView.prototype.onProxySettingsChanged = function(proxySettings) { 62 ProxyView.prototype.onBadProxiesChanged = function(badProxies) { 80 ProxyView.prototype.onLogEntryAdded = function(logEntry) { 100 ProxyView.prototype.clearLog_ = function() { 109 ProxyView.prototype.onLogEntriesDeleted = function(sourceIds) { 114 ProxyView.prototype.onAllLogEntriesDeleted = function() { 118 ProxyView.prototype.onSetIsViewingLogFile = function(isViewingLogFile) {
|
| /external/chromium/chrome/browser/resources/ |
| network_menu.js | 15 (function() { 34 function sendConnect(index, passphrase, identity, auto_connect) { 43 var networkMenuItemProto = (function() { 56 var NetworkMenuItem = cr.ui.define(function() { 104 setStatus_: function(message) { 118 setIcon_: function(icon) { 131 handleConnect_ : function(e) { 158 handleSsidEditKeydown_: function(e) { 169 handlePassEditKeydown_: function(e) { 180 isActionVisible_: function() { [all...] |
| /external/chromium/net/socket/ |
| nss_ssl_util.cc | 76 // be called before any other NSS SSL functions. This function is 128 // The default error mapping function. 214 // to a call to an NSS function. Used instead of SSLErrorParams with 219 SSLFailedNSSFunctionParams(const std::string& function, 221 : function_(function), param_(param), ssl_lib_error_(PR_GetError()) { 226 dict->SetString("function", function_); 240 const char* function, 244 make_scoped_refptr(new SSLFailedNSSFunctionParams(function, param)));
|
| /external/clang/test/Sema/ |
| implicit-builtin-decl.c | 3 int *ptr = malloc(sizeof(int) * 10); // expected-warning{{implicitly declaring library function 'malloc' with type}} \ 10 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \ 19 int malloc(int); // expected-warning{{incompatible redeclaration of library function 'malloc'}} 20 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \ 25 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \ 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} 36 return __builtin_object_size(&a); // expected-error {{too few arguments to function}} 39 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \ 45 void snprintf(); // expected-warning{{incompatible redeclaration of library function 'snprintf'}} \ 57 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>} [all...] |
| implicit-decl.c | 13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} 16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \ 30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
|
| /external/doclava/res/assets/templates/assets/ |
| search_autocomplete.js | 9 function set_row_selected(row, selected) 22 function set_row_values(toroot, row, match) 30 function sync_selection_table(toroot) 37 filtered.onmouseover = function() { 53 c1.onmousedown = function() { 56 c1.onmouseover = function() { 59 c1.onmouseout = function() { 104 function search_changed(e, kd, toroot) 161 function rank_autocomplete_results(query) { 166 // helper function that gets the last occurence index of the given rege [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
| Fingerprints.js | 0 function toggleFingerprints() { 12 function setFingerprintsType() {
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
| toplevel.ml | 20 print_endline "parsed a function definition."; 25 (* Evaluate a top-level expression into an anonymous function. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
| codegen.ml | 15 let rec codegen_expr = function 39 | None -> raise (Error "unknown function referenced") 49 let codegen_proto = function 51 (* Make the function type: double(double,double) etc. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 79 let codegen_func = function 80 | Ast.Function (proto, body) -> 91 (* Finish off the function. *)
|
| toplevel.ml | 22 print_endline "parsed a function definition."; 29 (* Evaluate a top-level expression into an anonymous function. *)
|
| /external/llvm/test/MC/ARM/ |
| elf-eflags-eabi.s | 7 .type barf,%function
|
| /external/quake/quake/src/WinQuake/ |
| cmd.h | 54 // Do not call inside a command function! 83 void Cmd_AddCommand (const char *cmd_name, xcommand_t function);
|
| /external/skia/legacy/src/animator/ |
| SkAnimatorScript.h | 41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 52 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 56 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
|
| /external/skia/src/animator/ |
| SkAnimatorScript.h | 41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 52 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 56 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params, 58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
|