/external/mesa3d/src/glsl/ |
D | opt_dead_code_local.cpp | 66 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor() argument 68 this->assignments = assignments; in kill_for_derefs_visitor() 73 foreach_iter(exec_list_iterator, iter, *this->assignments) { in kill_channels() 118 exec_list *assignments; member in __anond53940410111::kill_for_derefs_visitor 150 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments) in process_assignment() argument 154 kill_for_derefs_visitor v(assignments); in process_assignment() 182 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 244 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 260 assignments->push_tail(entry); in process_assignment() 266 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | opt_dead_code_local.cpp | 66 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor() argument 68 this->assignments = assignments; in kill_for_derefs_visitor() 73 foreach_iter(exec_list_iterator, iter, *this->assignments) { in kill_channels() 118 exec_list *assignments; member in __anon770072340111::kill_for_derefs_visitor 150 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments) in process_assignment() argument 154 kill_for_derefs_visitor v(assignments); in process_assignment() 182 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 244 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() 260 assignments->push_tail(entry); in process_assignment() 266 foreach_iter(exec_list_iterator, iter, *assignments) { in process_assignment() [all …]
|
/external/chromium_org/third_party/boringssl/src/util/ |
D | make_errors.go | 192 func outputAssignments(w io.Writer, assignments map[string]int) { 195 for key, value := range assignments { 287 func outputStrings(w io.Writer, lib string, ty int, assignments map[string]int) { 291 keys := make([]string, 0, len(assignments)) 292 for key := range assignments { 309 func assignNewValues(assignments map[string]int, reserved int) { 312 for _, value := range assignments { 323 for key, value := range assignments { 330 assignments[key] = max
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | TypeInference.py | 41 previous_assignment = parallel_node.assignments.get(lhs.entry) 58 parallel_node.assignments[lhs.entry] = (pos, inplace_op) 363 assignments = set([]) 377 assignments.update(entry.cf_assignments) 399 def resolve_assignments(assignments): argument 401 for assmt in assignments: 411 assignments.difference_update(resolved) 427 def resolve_partial(assignments): argument 430 for assmt in assignments: 441 if not resolve_assignments(assignments): [all …]
|
D | FlowControl.py | 528 assignments = set() 546 assignments.add(stat) 621 for assmt in assignments: 660 self.assignments = [] 666 self.assignments.append((node.lhs, node.rhs)) 670 self.assignments.append((lhs, node.rhs)) 819 for lhs, rhs in collector.assignments: 821 for lhs, rhs in collector.assignments: 1044 pos, reduction = node.assignments[private_node.entry]
|
D | FlowControl.pxd | 46 cdef list assignments
|
/external/bison/examples/calc++/ |
D | calc++-parser.yy | 50 unit: assignments exp { driver.result = $2; }; 52 assignments: 54 | assignments assignment {};
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier.m | 31 // assignments to any/all of these fields should generate objc_assign_ivar 43 // assignments to these should generate objc_assign_global
|
D | 2010-03-17-StructRef.m | 33 // We're expecting these three bitfield assignments will generate i8 stores.
|
D | objc-assign-ivar.m | 16 // assignments to any/all of these fields should generate objc_assign_ivar
|
D | objc2-assign-global.m | 14 // assignments to these should generate objc_assign_global
|
/external/chromium_org/third_party/jinja2/ |
D | ext.py | 419 assignments = [] 422 if assignments: 427 assignments.append(nodes.Assign(target, expr, lineno=lineno)) 428 node.body = assignments + \
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 32 + Negative tests for invalid assignments
|
/external/chromium_org/v8/test/webkit/ |
D | resize-array-assign-expected.txt | 24 Tests that assignments into arrays behave properly after the array is resized.
|
D | rehash-assign-expected.txt | 24 Tests that assignments to global variables behave properly when the property table is rehashed.
|
/external/clang/test/Analysis/ |
D | dead-stores.m | 64 // Don't flag dead stores to assignments to self within a nested assignment.
|
/external/chromium_org/third_party/cython/src/ |
D | CHANGES.rst | 65 * In-place assignments to variables with inferred Python builtin/extension 75 assignments within a mix of inferred Python variables and integer 362 * Cascaded assignments of None values to extension type variables failed with 525 …ally coerce from and to the equivalent Python container types on typed assignments and casts. Note… 735 * In parallel assignments, the right side was evaluated in reverse order in 0.13. This could result… 752 … uses the appropriate C/C++ double complex type. A side-effect is that assignments and typed funct… 797 …e by default means that Cython will also infer the type of pointers on assignments. Previously, co… 883 * Many other optimisation, e.g. enumerate() loops, parallel swap assignments (a,b = b,a), and unico…
|
D | ToDo.txt | 34 DONE - Cascaded assignments (a = b = c).
|
/external/chromium_org/third_party/tlslite/patches/ |
D | req_cert_types.patch | 23 + # http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-2
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 181 // a use to prevent stack-pointer assignments that appear immediately 259 // RSP is marked as a use to prevent stack-pointer assignments that appear
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in fr…
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 452 HelpText<"Check for direct assignments to instance variables">, 456 …HelpText<"Check for direct assignments to instance variables in the methods annotated with objc_no…
|
/external/libusb-compat/ |
D | ChangeLog | 13 The sed applied to this file only affects to assignments that happen
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_info_cache.cc | 755 int assignments = sscanf(base::UTF16ToUTF8(name).c_str(), in IsDefaultProfileName() local 759 return assignments == 1; in IsDefaultProfileName()
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_store_mac.cc | 236 int assignments = sscanf(time_string, "%4d%2d%2d%2d%2d%2dZ", in TimeFromKeychainTimeString() local 242 if (assignments == 6) { in TimeFromKeychainTimeString()
|