/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 142 function addTreeItem(parent, treeItem, opt_f) { 149 if (opt_f) 150 opt_f();
|
/system/core/toolbox/ |
newfs_msdos.c | 251 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL; local 252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; 294 opt_F = atoi(optarg); 328 opt_f = optarg; 397 if (opt_f) { 398 getstdfmt(opt_f, &bpb); 414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) { 445 if (!(fat = opt_F)) { 446 if (opt_f) 455 if (opt_f && fat == 32 [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 70 * @param {Function=} opt_f A funciton to call when done. 72 updateChildren: function(id, opt_f) { 84 if (opt_f) 85 opt_f(children); 971 * @param {Function=} opt_f Function to call after the state has been 974 function updatePasteCommand(opt_f) { 978 if (opt_f) 979 opt_f(); [all...] |
/external/v8/tools/ |
profile.js | 739 * @param {function(CallTree.Node)} opt_f Visitor function. 742 labels, opt_f) { 745 if (opt_f) { 746 opt_f(child, pos);
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 983 * @param {function=} opt_f Function to call when the user clicks the action 988 function showNotification(message, actionText, opt_f, opt_delay) { 991 var f = opt_f || function() {}; [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
options.h | 634 OPT_F, /* -F */ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
options.h | 645 OPT_F, /* -F */ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
options.h | 660 OPT_F, /* -F */ [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/clang/lib/Driver/ |
Tools.cpp | 364 Args.AddAllArgs(CmdArgs, options::OPT_I_Group, options::OPT_F, [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/ |
c++ | |
g++ | |
gcc | |