Searched refs:def (Results 1 - 25 of 987) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dt_options.h55 #define DRI_CONF_NO_RAST(def) \
56 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
60 #define DRI_CONF_PERFORMANCE_BOXES(def) \
61 DRI_CONF_OPT_BEGIN(performance_boxes,bool,def) \
71 #define DRI_CONF_EXCESS_MIPMAP(def) \
72 DRI_CONF_OPT_BEGIN(excess_mipmap,bool,def) \
80 #define DRI_CONF_TEXTURE_DEPTH(def) \
81 DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \
90 #define DRI_CONF_DEF_MAX_ANISOTROPY(def,range) \
91 DRI_CONF_OPT_BEGIN_V(def_max_anisotropy,float,def,rang
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlpool.h60 #define DRI_CONF_OPT_BEGIN(name,type,def) \
61 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\">\n"
64 #define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
65 "<option name=\""#name"\" type=\""#type"\" default="#def">\n"
68 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \
69 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb26 def release
35 def base
39 def git_push
45 def perform_git_push(options = '')
51 def guard_already_tagged
57 def guard_clean
61 def clean?
65 def tag_version
75 def version
79 def version_ta
[all...]
/external/zlib/src/examples/
H A Dfitblk.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) argument
113 def
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/external/llvm/test/MC/COFF/
H A Dinvalid-def.s3 .def first
4 .def second
H A Deh-frame.s3 .def _main;
H A Dseh-align1.s61 .def smallFunc; .scl 2; .type 32; .endef
H A Dseh-stackalloc-zero.s6 .def smallFunc; .scl 2; .type 32; .endef
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
40 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
41 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
42 def expected = "$lastModifiedFormatted $sizeStr $NAME"
43 def result = formatter.format(fileEntry)
49 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
50 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
51 def expected = "$lastModifiedFormatted $dirStr $NAME"
52 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
40 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
41 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
42 def expected = "$lastModifiedFormatted $sizeStr $NAME"
43 def result = formatter.format(fileEntry)
49 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
50 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
51 def expected = "$lastModifiedFormatted $dirStr $NAME"
52 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
40 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
41 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
42 def expected = "$lastModifiedFormatted $sizeStr $NAME"
43 def result = formatter.format(fileEntry)
49 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
50 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
51 def expected = "$lastModifiedFormatted $dirStr $NAME"
52 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
40 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
41 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
42 def expected = "$lastModifiedFormatted $sizeStr $NAME"
43 def result = formatter.format(fileEntry)
49 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
50 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
51 def expected = "$lastModifiedFormatted $dirStr $NAME"
52 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
40 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
41 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
42 def expected = "$lastModifiedFormatted $sizeStr $NAME"
43 def result = formatter.format(fileEntry)
49 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
50 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
51 def expected = "$lastModifiedFormatted $dirStr $NAME"
52 def result = formatter.format(fileEntry)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb17 def test_group
21 def test_directory
25 def local_path( *parts )
29 def output_directory( name = test_group )
43 def import( ruby_file )
49 def import_grammar_targets( grammar )
62 def add_default_compile_option( name, value )
80 def const_missing( name )
101 def grammars
105 def grammar_coun
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb9 def snake_case( str )
17 def parse_version( version_string )
23 def tidy( here_doc, flow = false )
32 def silence_warnings
45 def shared_attribute( name, *additional_members )
54 def #{ name }= value
66 def abstract( name, message = nil )
70 def #{ name }( * )
76 def deprecate( name, extra_message = nil )
87 def #{ nam
[all...]
/external/harfbuzz_ng/src/
H A Dcheck-defs.sh17 defs="harfbuzz.def"
20 for def in $defs; do
21 lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
28 echo "Checking that $so has the same symbol list as $def"
32 # cheat: copy the last line from the def file!
33 tail -n1 "$def"
34 } | diff "$def" - >&2 || stat=1
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dast-builder.rb10 def self.included( klass )
11 def klass.return_scope_members
16 def initialize( input, options = {} )
28 def subtree_stream( desc, element = nil )
32 def token_stream( desc, element = nil )
36 def node_stream( desc, element = nil )
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntr
[all...]
/external/doclava/res/assets/templates/components/
H A Dmasthead.cs1 <?cs def:custom_masthead() ?>
12 <?cs /def ?

Completed in 684 milliseconds

1234567891011>>