Searched refs:def (Results 101 - 125 of 664) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp43 * Sets up the use[] and def[] arrays.
70 if (!bd[b].def[reg])
77 * variable, and thus qualify for being in def[].
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
169 int *def = ralloc_array(mem_ctx, int, num_vars); local
173 this->virtual_grf_def = def;
177 def[i] = MAX_INSTRUCTION;
199 def[re
[all...]
H A Dbrw_fs_live_variables.h39 bool *def; member in struct:brw::block_data
/external/lldb/scripts/Python/interface/
H A DSBData.i139 def __init__(self, sbdata, readerfunc, item_size):
143 def __getitem__(self,key):
158 def __len__(self):
160 def all(self):
164 def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None):
203 def _make_helper(self, sbdata, getfunc, itemsize):
206 def _make_helper_uint8(self):
209 def _make_helper_uint16(self):
212 def _make_helper_uint32(self):
215 def _make_helper_uint6
[all...]
H A DSBTypeCategory.i122 def __init__(self, sbcategory, get_count_function, get_at_index_function, get_by_name_function):
130 def __len__(self):
135 def __getitem__(self, key):
148 def get_formats_access_object(self):
152 def get_formats_array(self):
159 def get_summaries_access_object(self):
163 def get_summaries_array(self):
170 def get_synthetics_access_object(self):
174 def get_synthetics_array(self):
181 def get_filters_access_objec
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp43 * Sets up the use[] and def[] arrays.
70 if (!bd[b].def[reg])
77 * variable, and thus qualify for being in def[].
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
169 int *def = ralloc_array(mem_ctx, int, num_vars); local
173 this->virtual_grf_def = def;
177 def[i] = MAX_INSTRUCTION;
199 def[re
[all...]
/external/clang/utils/
H A DFindSpecRefs598 def findClosestTOCEntry(data, target):
631 def findClosestLineReference(clangRoot, doxyName, target):
652 def scanFile(path, filename):
679 def fromstring(str):
700 def __init__(self, indices, paragraph=None):
705 def __str__(self):
711 def __repr__(self):
714 def __cmp__(self, b):
718 def __hash__(self):
721 def __sub_
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dhetero-nodes.rb17 def to_s
36 def to_s
55 def to_s
74 def to_s
93 def to_s
113 def to_s
133 def to_s
153 def to_s
173 def to_s
193 def initializ
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb22 def test_init
33 def test_unpack
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-blink-deps33 def show_help():
36 def main():
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.cc57 const std::string& def) {
59 return val.empty() ? def : val;
64 const char* def) {
65 return GetXmlAttr(elem, name, std::string(def));
69 const buzz::QName& name, bool def) {
73 return val.empty() ? def : (val == kTrue || val == kOne);
77 const buzz::QName& name, int def) {
79 return val.empty() ? def : atoi(val.c_str());
55 GetXmlAttr(const buzz::XmlElement* elem, const buzz::QName& name, const std::string& def) argument
62 GetXmlAttr(const buzz::XmlElement* elem, const buzz::QName& name, const char* def) argument
68 GetXmlAttr(const buzz::XmlElement* elem, const buzz::QName& name, bool def) argument
76 GetXmlAttr(const buzz::XmlElement* elem, const buzz::QName& name, int def) argument
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.h25 const struct arg_def *def; member in struct:arg
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
/external/chromium_org/third_party/ots/
H A Dgyp_ots14 def _fetch_gyp():
23 def main():
/external/chromium_org/tools/gn/
H A Dtemplate.h31 Template(const Scope* scope, const FunctionCallNode* def);
34 Template(scoped_ptr<Scope> closure, const FunctionCallNode* def);
H A Dtemplate.cc14 Template::Template(const Scope* scope, const FunctionCallNode* def) argument
16 definition_(def) {
19 Template::Template(scoped_ptr<Scope> scope, const FunctionCallNode* def) argument
21 definition_(def) {
/external/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.in9 def push_ld_library_path(config, new_path):
/external/libvpx/libvpx/
H A Dargs.h25 const struct arg_def *def; member in struct:arg
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
/external/llvm/test/MC/COFF/
H A Dseh.s125 .def func; .scl 2; .type 32; .endef
155 .def smallFunc; .scl 2; .type 32; .endef
/external/robolectric/
H A Dupdate-downloads.rb5 def need_pages_submodule
11 def fill_index_downloads
/external/skia/tools/
H A Dgit-sync-deps45 def usage(deps_file_path = None):
58 def git_repository_sync_is_disabled(git, directory):
67 def is_git_toplevel(git, directory):
84 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
127 def parse_file_to_dict(path):
139 def git_sync_deps(deps_file_path, deps_os_list, verbose):
180 def multithread(function, list_of_arg_lists):
193 def main(argv):
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading acc+def byte
[all...]
/external/bison/doc/
H A Drefcard.tex19 \def\finalout{\overfullrule=0pt}
67 \def\bisonversion{1.31} % the bison version
69 \def\refcardversion{0.5} % reference card version
70 \def\month{November} % month
71 \def\year{2001} % year
72 \def\version{\month\ \year, Bison Refcard Version \refcardversion}
75 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
76 \def\medium{\mediumfont\textfont2=\mediumsy\baselineskip=.8\baselineskip}
78 \def\copyrightnotice{
103 \def\smallcopyrightnotic
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb397 def initialize( data, options = {} ) # for 1.9
411 def look( k = 1 ) # for 1.9
430 def initialize( data, options = {} ) # for 1.8
446 def look( k = 1 ) # for 1.8
458 def size
467 def reset
478 def consume
497 def peek( k = 1 )
510 def through( k )
521 def <<(
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb8 def self.parse( call_string )
22 def self.convert_backtrace( trace )
26 def irb?
30 def e_switch?
34 def to_s
40 def inspect
46 def call_stack( depth = 1 )
52 def backtrace!
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DASTDbg.stg35 def setTreeAdaptor(self, adaptor):
43 def getTreeAdaptor(self):
/external/chromium_org/tools/auto_bisect/
H A Drun_tests13 def main():

Completed in 1032 milliseconds

1234567891011>>