HomeSort by relevance Sort by last modified time
    Searched full:opt_f (Results 1 - 16 of 16) sorted by null

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 76 EXPECT_TRUE(AL->hasArg(OPT_F));
86 EXPECT_EQ(AL->getLastArgValue(OPT_F), "42");
  /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))) {
446 if (!(fat = opt_F)) {
447 if (opt_f)
456 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 783 * @param {function(CallTree.Node)} opt_f Visitor function.
786 labels, opt_f) {
789 if (opt_f) {
790 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...]
  /external/openssh/contrib/cygwin/
ssh-host-config 444 [ "${opt_force}" = "yes" ] && opt_f=-f
446 csih_select_privileged_username ${opt_f} ${opt_u} sshd
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp 392 Args.AddAllArgs(CmdArgs, options::OPT_I_Group, options::OPT_F,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 502 milliseconds