/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 __anon099e47360111::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/boringssl/src/util/ |
D | make_errors.go | 168 func outputAssignments(w io.Writer, assignments map[string]int) { 171 for key, value := range assignments { 249 func outputStrings(w io.Writer, lib string, assignments map[string]int) { 253 keys := make([]string, 0, len(assignments)) 254 for key := range assignments { 260 fmt.Fprintf(w, "%s,%d,%s\n", lib, assignments[key], key[prefixLen:]) 264 func assignNewValues(assignments map[string]int, reserved int) { 269 for _, value := range assignments { 281 keys := make([]string, 0, len(assignments)) 282 for key, value := range assignments { [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | mturk | 240 …tion, keywords, reward, question_url, question_frame_height, duration, assignments, approval_delay… argument 252 max_assignments = assignments, 288 assignments = [] 296 assignments += map(digest_assignment, rs) 297 if len(assignments) >= int(rs.TotalNumResults): 301 print json.dumps(assignments, sort_keys = True, indent = 4) 302 print ' '.join([a['AssignmentId'] for a in assignments]) 303 print ' '.join([a['WorkerId'] + ',' + a['AssignmentId'] for a in assignments]) 305 return assignments 312 def approve_assignments(message, assignments): argument [all …]
|
/external/bison/examples/calc++/ |
D | calc++-parser.yy | 50 unit: assignments exp { driver.result = $2; }; 52 assignments: 54 | assignments assignment {};
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | setup.py | 37 assignments = filter(lambda x: isinstance(x, ast.Assign), t.body) variable 38 for a in assignments:
|
/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-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
D | reviewable_hits.doctest | 74 # check that we can retrieve the assignments for a HIT 97 # should have returned assignments for the requested HIT id
|
D | create_hit_from_hit_type.doctest | 59 # with the correct number of maximum assignments
|
/external/opencv3/3rdparty/jinja2/ |
D | ext.py | 419 assignments = [] 422 if assignments: 427 assignments.append(nodes.Assign(target, expr, lineno=lineno)) 428 node.body = assignments + \
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 20 http://www.iana.org/assignments/character-sets/character-sets.xhtml 33 - http://www.iana.org/assignments/character-sets/character-sets.xhtml provides
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 32 + Negative tests for invalid assignments
|
/external/v8/test/webkit/ |
D | rehash-assign-expected.txt | 24 Tests that assignments to global variables behave properly when the property table is rehashed.
|
D | resize-array-assign-expected.txt | 24 Tests that assignments into arrays behave properly after the array is resized.
|
/external/clang/test/Analysis/ |
D | dead-stores.m | 64 // Don't flag dead stores to assignments to self within a nested assignment.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | langtagRegex.txt | 43 # http://www.iana.org/assignments/language-subtag-registry
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | langtagRegex.txt | 43 # http://www.iana.org/assignments/language-subtag-registry
|
/external/libcxx/include/experimental/ |
D | any | 42 // 6.3.2 any assignments 198 // 6.3.2 any assignments
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 191 // a use to prevent stack-pointer assignments that appear immediately 272 // 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/libusb-compat/ |
D | ChangeLog | 13 The sed applied to this file only affects to assignments that happen
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 525 HelpText<"Check for direct assignments to instance variables">, 529 …HelpText<"Check for direct assignments to instance variables in the methods annotated with objc_no…
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 15 * space conversions used in initialisations, assignments, casts, comparisons
|