/external/mesa3d/src/gallium/drivers/nouveau/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/r300/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/r600/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/drivers/svga/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
Android.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
SettingsTest.java | 144 @Test public void merge() { method in class:SettingsTest 155 a.merge(b);
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Dependencies.py | 194 def merge(self, other): member in class:DistutilsInfo 543 return (self.transitive_merge(filename, self.distutils_info0, DistutilsInfo.merge) 545 .merge(base)) 547 def transitive_merge(self, node, extract, merge): 549 seen = self._transitive_cache[extract, merge] 551 seen = self._transitive_cache[extract, merge] = {} 553 node, extract, merge, seen, {}, self.cimported_files)[0] 555 def transitive_merge_helper(self, node, extract, merge, seen, stack, outgoing): 565 sub_deps, sub_loop = self.transitive_merge_helper(next, extract, merge, seen, stack, outgoing) 571 deps = merge(deps, sub_deps [all...] |
/external/elfutils/0.153/src/ |
i386_ld.c | 465 size_t pltidx = symbol->merge.value; 769 /* We cannot handle relocations against merge-able sections. */ 801 value = symref[idx]->merge.value; 804 /* MERGE.VALUE contains the PLT index. If this is not for 834 + symref[idx]->merge.value); 957 value = symref[idx]->merge.value - ld_state.tls_tcb; 974 store_4ubyte_unaligned (relloc, (symref[idx]->merge.value 989 value = symref[idx]->merge.value - ld_state.tls_start; 1020 value = ld_state.tls_tcb- symref[idx]->merge.value; [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Frame.java | 1247 boolean merge(final ClassWriter cw, final Frame frame, final int edge) { method in class:Frame 1340 private static boolean merge( method in class:Frame [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 147 // Used to indicate a merge internally triggered a change 279 * the data-flow analyzer to merge the type state from multiple branches. 281 * @param type the type to merge with 284 public Type merge(Type type) { method in class:Type 300 return type.merge(this); 363 Type mergedComponent = thisRoot.merge(typeRoot);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ExecutionStack.java | 299 * this merge results in a change. If no change results, this instance is 303 * @param other {@code non-null;} a stack to merge with 304 * @return {@code non-null;} the result of the merge 306 public ExecutionStack merge(ExecutionStack other) { method in class:ExecutionStack
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 134 grammar.compile( compile_options.merge( options ) )
|
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 188 bool merge(DomainValue *A, DomainValue *B); 321 /// Merge - All instructions and registers in B are moved to A, and B is 323 bool ExeDepsFix::merge(DomainValue *A, DomainValue *B) { function in class:ExeDepsFix 324 assert(!A->isCollapsed() && "Cannot merge into collapsed"); 325 assert(!B->isCollapsed() && "Cannot merge from collapsed"); 415 // Currently open, merge in predecessor. 417 merge(LiveRegs[rx].Value, pdv); 643 // incoming DomainValues that we want to merge. 666 // doms are now sorted in order of appearance. Try to merge them all, giving 682 if (merge(dv, Latest) [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SourceInterpreter.java | 155 public Value merge(final Value v, final Value w) {
method in class:SourceInterpreter
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
focus_util.js | 29 * TODO(dmazzoni): merge this with cvox.DomUtil.isInputTypeText
|