HomeSort by relevance Sort by last modified time
    Searched refs:default (Results 401 - 425 of 673) sorted by null

<<11121314151617181920>>

  /bootable/diskinstaller/
config.mk 108 $(hide) chmod ug+rw $(TARGET_INSTALLER_ROOT_OUT)/default.prop
109 cat $(installer_build_prop) >> $(TARGET_INSTALLER_ROOT_OUT)/default.prop
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 167 1, 3, 1, :default
239 parser.a.should == "- 34, channel=:default"
  /external/chromium/chrome/common/extensions/docs/build/
build.py 178 default=True)
  /external/grub/util/
grub-install 33 grub_set_default=${sbindir}/grub-set-default
288 # Use /boot/grub by default.
418 # Make a default file.
419 ${grub_set_default} --root-directory=${rootdir} default
  /external/llvm/autoconf/m4/
ltdl.m4 37 # If the user did not specify an installable libltdl, then default
227 AC_CACHE_CHECK([for the default library search path],
240 [Define to the system default library search path.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 37 # If the user did not specify an installable libltdl, then default
227 AC_CACHE_CHECK([for the default library search path],
240 [Define to the system default library search path.])
  /external/v8/test/mjsunit/
string-charat.js 238 delete String.prototype.charAt; // Restore the default.
253 delete String.prototype.charCodeAt; // Restore the default.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 77 $ignoreCase = 1; # Ignore case by default
78 $optionStart = "-"; # Dash is the default option starter
606 The default is $REQUIRE_ORDER if the environment variable
623 Ignore case when matching options. Default is 1 unless the option
628 A string of characters that can start options. Default is "-".
646 The default is a function that prints an error message and exits the
662 The default is a function that prints an error message and exits the
664 also adjust the behavior of the default function by changing
669 A regular expression that matches an integer. Default is
677 A regular expression that matches a floating point number. Default i
    [all...]
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
44 echo WinDebug\default.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
110 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c default.c
111 echo WinRel\default.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
173 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c default.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /build/core/
Makefile 58 # default.prop
59 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
95 # non-default dev keys (usually private keys from a vendor directory).
133 # Whether there is default locale set in PRODUCT_PROPERTY_OVERRIDES
144 define default-locale
151 define default-locale-language
152 $(if $(product_property_override_locale_language),,$(word 1, $(call default-locale, $(1))))
154 define default-locale-region
155 $(if $(product_property_overrides_locale_region),,$(word 2, $(call default-locale, $(1))))
173 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))"
    [all...]
config.mk 117 # Default shell is mksh. Other possible value is ash.
127 # be used, and if that doesn't work, then the default is an
267 $(info *** - Look at buildspec.mk.default to see what has changed)
279 # The default PKGDATADIR built in the prebuilt bison is a relative path
368 # The default key if not set as LOCAL_CERTIFICATE
  /external/blktrace/doc/
blktrace.tex 123 debug /sys/kernel/debug debugfs default 0 0
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
360 \emph{local} directory. The format of the file names is (by default)
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
440 \item By default, blkparse expects to run in a post-processing mode
454 \emph{-b} option, the default is to handle events in batches of 512.
463 By default, blkparse sends formatted data to standard output. This may
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
653 \subsubsection{\label{sec:default-output}Default output
    [all...]
  /external/clang/tools/scan-build/
scan-build 82 # Print default checker names
933 # Default to old behavior where we insert a bogus compiler.
1036 Also analyze functions in #included files. By default, such functions
1061 Specify the title used on generated HTML pages. If not specified, a default
1066 By default the output of scan-build is a set of HTML files. This option
1071 By default the output of scan-build is a set of HTML files. This option
1076 By default, the exit status of scan-build is the same as the executed build
1087 the CC environment variable, and guesses your default compiler.
1122 Default is 4. Increase for more comprehensive coverage at a cost of speed.
1141 A default group of checkers are always run unless explicitly disabled
    [all...]
  /external/llvm/
configure 501 # In both cases, we have to default to `cp -p'.
569 # Factoring default headers for most tests.
853 # by default will actually change.
    [all...]
  /external/icu4c/
configure 488 # In both cases, we have to default to `cp -p'.
569 # Factoring default headers for most tests.
798 # by default will actually change.
    [all...]
  /external/v8/src/
d8.js 242 default:
517 default:
710 default:
721 // Default is step of the specified type.
734 // Default is to show top 10 frames.
856 // Default is ten lines starting five lines before the current location.
893 // Default is ten lines starting five lines before the current location.
948 default:
    [all...]
  /dalvik/vm/
Android.mk 46 # Overwrite default settings
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 50 * This is only used if rule memoization is on (which it is by default).
  /external/ceres-solver/docs/
helloworld.tex 71 Starting from a $x=5$, the solver in two iterations goes to 10~\footnote{Actually the solver ran for three iterations, and it was by looking at the value returned by the linear solver in the third iteration, it observed that the update to the parameter block was too small and declared convergence. Ceres only prints out the display at the end of an iteration, and terminates as soon as it detects convergence, which is why you only see two iterations here and not three.}. The careful reader will note that this is a linear problem and one linear solve should be enough to get the optimal value. The default configuration of the solver is aimed at non-linear problems, and for reasons of simplicity we did not change it in this example. It is indeed possible to obtain the solution to this problem using Ceres in one iteration. Also note that the solver did get very close to the optimal function value of 0 in the very first iteration. We will discuss these issues in greater detail when we talk about convergence and parameter settings for Ceres.
  /external/icu4c/data/mappings/
ucmfiles.mk 27 # * To REPLACE the default list and only build with a few
  /external/libffi/testsuite/
Makefile.am 18 EXTRA_DIST = config/default.exp lib/libffi-dg.exp \
  /external/libvorbis/doc/
Vorbis_I_spec.tex 41 % we use the underscore package to change this default behavior.
  /external/llvm/utils/vim/
llvm.vim 42 syn keyword llvmKeyword constant datalayout declare default define deplibs
  /external/oprofile/utils/
opcontrol 156 "default" or "name:count:unitmask:kernel:user", where :
179 default location (/var/lib/oprofile)
180 -i/--image=name[,names] list of binaries to profile (default is "all")
187 zero sets this parameter back to default value
322 # for these three buffer size == 0 means use the default value
358 DEFAULT_EVENT=`$OPHELP --get-default-event`
622 # setup any needed default value in chosen events
669 # note: default settings have already been loaded
813 if test "$val" = "default"; then
943 vecho "BUF_SIZE default value
    [all...]
  /external/protobuf/editors/
proto.vim 59 syn keyword pbDefault default

Completed in 1587 milliseconds

<<11121314151617181920>>