Searched refs:detect (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/test/-ext-/exception/
H A Dtest_ensured.rb21 [1].detect {|i| true}
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsdetect.h40 const CharsetMatch *detect(UErrorCode& status);
H A Ducsdet.cpp97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
H A Dcsdetect.cpp235 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) function in class:CharsetDetector
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep035script.tcl12 # apicall: detect, checkpoint, or trickle.
57 detect {
H A Drep035.tcl128 $clientdir2 detect &]
H A Drep040.tcl196 detect [is_substr $contents "Waiting for op_cnt"] 1
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dfile2lastrev.rb42 vcs = VCS.detect(srcdir)
H A Dvcs.rb22 def self.detect(path) singleton method in class:VCS
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_quilt23 function VCS_INFO_quilt-standalone-detect() {
100 VCS_INFO_quilt-standalone-detect || return 1
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_method.c159 *lk_detectp = ((DB_LOCKREGION *)lt->reginfo.primary)->detect;
222 if (region->detect != DB_LOCK_NORUN &&
224 region->detect != lk_detect) {
229 if (region->detect == DB_LOCK_NORUN)
230 region->detect = lk_detect;
H A Dlock_region.c126 if (region->detect != DB_LOCK_NORUN &&
128 region->detect != dbenv->lk_detect) {
134 if (region->detect == DB_LOCK_NORUN)
135 region->detect = dbenv->lk_detect;
212 region->detect = DB_LOCK_NORUN;
H A Dlock.c351 if (ret == 0 && region->detect != DB_LOCK_NORUN &&
357 (void)__lock_detect(env, region->detect, &did_abort);
935 if (region->detect != DB_LOCK_NORUN && !no_dd)
936 (void)__lock_detect(env, region->detect, &did_abort);
1083 * in auto-detect mode. If we are not running in auto-detect, then
1089 ((DB_LOCKREGION *)lt->reginfo.primary)->detect, NULL);
1127 if (ret == 0 && region->detect != DB_LOCK_NORUN &&
/macosx-10.9.5/Heimdal-323.92.1/packages/windows/installer/
H A DNTMakefile99 !if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16
101 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==15
103 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==14
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Dtest-icu-config.sh48 icu-config --detect-prefix --ldflags --ldflags-layout
H A Dicu-config-bottom36 echo " --detect-prefix Attempt to detect prefix based on PATH"
101 echo "### or --detect-prefix" 1>&2
115 # For certain options (e.g. --detect-prefix) don't check for icuuc library file.
286 --detect-prefix)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Oracle/
H A DWhereJoins.pm30 DBIx::Class should automagically detect Oracle and use this module with no
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DUTF8Columns.pm33 (which is provided by L<DBIx::Class::Core>). DBIx::Class will detect such
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dspec_fetcher.rb117 def detect(type=:complete) method in class:Gem
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dquery_command.rb138 spec_tuples = fetcher.detect(type) { true }
140 spec_tuples = fetcher.detect(type) do |name_tuple|
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm301 The watcher can also be used to detect files that have moved. It will
302 not only detect if a watched file has disappeared, but also if it has
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dlock.h62 u_int32_t detect; /* run dd on every conflict */ member in struct:__db_lockregion
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dtask_manager.rb109 caller.detect { |c| c !~ /\blib\/rake\b/ })
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dcal.rb56 d = (1..31).detect{|x| Date.valid_date?(y, m, x, @start)}
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db_pkg.c561 u_int32_t detect; local
773 detect = DB_LOCK_DEFAULT;
775 detect = DB_LOCK_EXPIRE;
777 detect = DB_LOCK_MAXLOCKS;
779 detect = DB_LOCK_MAXWRITE;
781 detect = DB_LOCK_MINLOCKS;
783 detect = DB_LOCK_MINWRITE;
785 detect = DB_LOCK_OLDEST;
787 detect = DB_LOCK_YOUNGEST;
789 detect
[all...]

Completed in 145 milliseconds

12345