Searched refs:raw (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPrimitiveArrayFormat.java16 import com.sleepycat.persist.raw.RawObject;
H A DRecordOutput.java12 import com.sleepycat.persist.raw.RawObject;
67 * need to check the fieldFormat (and it will be null) for non-raw
127 /* Expect primitive wrapper class in raw mode. */
H A DCompositeKeyFormat.java20 import com.sleepycat.persist.raw.RawField;
21 import com.sleepycat.persist.raw.RawObject;
155 * Lazily create the raw type information. Synchronization is not
/macosx-10.10/Chess-310.6/sjeng/
H A Dnewbook.c451 int raw; local
475 raw = 0;
513 raw++;
534 printf("Book moves: raw: %d cut : %d\n", raw, num_bookmoves);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c1038 const char * DADiskGetBSDLink( DADiskRef disk, Boolean raw )
1040 return disk->_deviceLink[ raw ? 1 : 0 ];
1048 const char * DADiskGetBSDPath( DADiskRef disk, Boolean raw )
1050 return disk->_devicePath[ raw ? 1 : 0 ];
1208 void DADiskSetBSDLink( DADiskRef disk, Boolean raw, const char * link ) argument
1210 if ( disk->_deviceLink[ raw ? 1 : 0 ] )
1212 free( disk->_deviceLink[ raw ? 1 : 0 ] );
1214 disk->_deviceLink[ raw ? 1 : 0 ] = NULL;
1219 disk->_deviceLink[ raw ? 1 : 0 ] = strdup( link );
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cfgable.h182 bool raw; member in struct:OperationConfig
/macosx-10.10/ncurses-44/ncurses/test/
H A Dredraw.c164 raw();
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dtest_case.rb129 def raw *contents method in class:RDoc
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Delement.rb55 # * <tt>:raw</tt> can be :+all+, or an array of strings being the names of
56 # the elements to process in raw mode. In raw mode, special
172 # Evaluates to +true+ if raw mode is set for this element. This
173 # is the case if the context has :+raw+ set to :+all+ or
178 def raw method in class:REXML.Element
179 @raw = (@context and @context[:raw] and
180 (@context[:raw] == :all or
181 @context[:raw]
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A DMakefile56 rm -f expect devtty exho dumb test.raw test.results test.tmp
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c1199 unsigned char *raw; /* RDATASLAB */ local
1208 raw = (unsigned char *)header + sizeof(*header);
1209 count = raw[0] * 256 + raw[1];
2065 unsigned char *raw; /* RDATASLAB */ local
2093 raw = (unsigned char *)header + sizeof(*header);
2094 count = raw[0] * 256 + raw[1]; /* count */
2096 raw += count * 4 + 2;
2098 raw
2756 unsigned char *raw; /* RDATASLAB */ local
2880 unsigned char *raw; /* RDATASLAB */ local
3269 unsigned char *raw; /* RDATASLAB */ local
7859 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
7895 unsigned char *raw; /* RDATASLAB */ local
7924 unsigned char *raw = rdataset->private5; /* RDATASLAB */ local
7982 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/
H A DMakefile.PL33 - single_value_select() no longer takes raw SQL fragments
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecfmtst.cpp90 static void initUnicodeSet(const UChar32 *raw, int32_t len, UnicodeSet *s) { argument
92 s->add(raw[i]);
/macosx-10.10/ntp-92/scripts/
H A Dcvo.sh144 # keys['raw'] = "cvo.CVO['CVO_raw']"
145 TS=`echo $TS | sed -e s/@raw@/$CVO_raw/g`
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_rdoc.rb210 # Adds +raw+ to the output
212 def accept_raw raw
213 @res << raw.parts.join("\n")
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttputils.rb136 # Parses an HTTP header +raw+ into a hash of header fields with an Array
139 def parse_header(raw)
142 raw.each_line{|line|
/macosx-10.10/ruby-106/ruby/test/io/console/
H A Dtest_io_console.rb17 s.raw {
73 s.raw {
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddocumentation.exp13 the raw documentation and the web in sync.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu268 term::ansi::ctrl::unix::raw
/macosx-10.10/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Ddocumentation.exp13 the raw documentation and the web in sync.
/macosx-10.10/vim-55/runtime/ftplugin/
H A Ddebcontrol.vim6 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/ftplugin/debcontrol.vim
/macosx-10.10/vim-55/runtime/syntax/
H A Dcheetah.vim23 syn keyword cheetahKeyword contained set del attr def global include raw echo
H A Dtidy.vim36 " NOTE: use match rather than keyword here so that tidyEncoding 'raw' does not
37 " always have precedence over tidyOption 'raw'
38 syn match tidyEncoding "\<\(ascii\|latin0\|latin1\|raw\|utf8\|iso2022\|mac\|utf16le\|utf16be\|utf16\|win1252\|ibm858\|big5\|shiftjis\)\>" contained
104 syn match tidyOption "^raw" contained
/macosx-10.10/xnu-2782.1.97/osfmk/console/i386/
H A Dserial_console.c324 int _serial_getc(__unused int a, __unused int b, boolean_t wait, __unused boolean_t raw) argument
358 __unused boolean_t raw)
355 vcgetc(__unused int l, __unused int u, __unused boolean_t wait, __unused boolean_t raw) argument
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dunzip.h348 int raw));
350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
351 if raw==1
361 int raw,
364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
365 if raw==1

Completed in 233 milliseconds

1234567891011>>