/external/mesa3d/src/gallium/winsys/i915/drm/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
Makefile | 8 include Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
Android.mk | 32 include $(LOCAL_PATH)/Makefile.sources
|
/libcore/luni/src/main/java/java/nio/channels/ |
DatagramChannel.java | 365 * @param sources 370 * {@code sources.length}. 374 * {@code sources.length - offset}. 393 public abstract long write(ByteBuffer[] sources, int offset, int length) 405 * @param sources 425 public synchronized final long write(ByteBuffer[] sources) 427 return write(sources, 0, sources.length);
|
SocketChannel.java | 371 * sources[offset]}. The number of bytes actually written is returned. 376 * @param sources 396 * offset + length} is greater than the size of {@code sources}. 404 public abstract long write(ByteBuffer[] sources, int offset, int length) throws IOException; 409 * Calling this method is equivalent to calling {@code write(sources, 0, 410 * sources.length);} 412 * @param sources 430 public synchronized final long write(ByteBuffer[] sources) throws IOException { 431 return write(sources, 0, sources.length) [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
DexTranslationAdvice.java | 38 * instruction that requires its sources to be in order and contiguous. 103 RegisterSpecList sources) { 106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER; 112 * @param sources {@code non-null;} list of SSA registers 115 private int totalRopWidth(RegisterSpecList sources) { 116 int sz = sources.size(); 120 total += sources.get(i).getCategory();
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
DexTranslationAdvice.java | 38 * instruction that requires its sources to be in order and contiguous. 103 RegisterSpecList sources) { 106 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER; 112 * @param sources {@code non-null;} list of SSA registers 115 private int totalRopWidth(RegisterSpecList sources) { 116 int sz = sources.size(); 120 total += sources.get(i).getCategory();
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner_unittest.cc | 29 SourceInfo sources[3]; member in struct:__anon10055::TestDescription 52 // Two sources, equal weight, more than 8 items. 57 // Two sources, equal weight, exactly 8 items. 62 // Two sources, equal weight, exactly 8 items but source A has more. 67 // Two sources, equal weight, exactly 8 items but source B has more. 72 // Two sources, equal weight, exactly 8 items but source A has none. 77 // Two sources, equal weight, exactly 8 items but source B has none. 82 // Two sources, equal weight, less than 8 items. 87 // Two sources, equal weight, less than 8 items but source A has more. 92 // Two sources, equal weight, less than 8 items but source B has more [all...] |
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/ |
depstree.py | 18 Offers a queryable tree of dependencies of a given set of sources. The tree 29 def __init__(self, sources): 30 """Initializes the tree with a set of sources. 33 sources: A set of JavaScript sources. 36 MultipleProvideError: A namespace is provided by muplitple sources. 40 self._sources = sources 44 for source in sources: 53 for source in sources: 91 Follows the dependency tree down and builds a list of sources in dependenc [all...] |
/external/chromium_org/ppapi/ |
generate_ppapi_include_tests.py | 11 - Verifies that all sources in ppapi.gyp really do exist 36 GYP_SOURCES_KEY = 'sources' 43 sources = set([]) 45 # Get a list of sources in the target that are not ignored, and 'normalize' 50 sources |= set(source_list) 51 return sources 122 sources = target[GYP_SOURCES_KEY] 123 sources.sort() 124 return sources
|
/external/chromium_org/tools/gn/ |
ninja_binary_target_writer_unittest.cc | 18 target.sources().push_back(SourceFile("//foo/input1.cc")); 19 target.sources().push_back(SourceFile("//foo/input2.cc")); 22 target.sources().push_back(SourceFile("//foo/input3.o")); 23 target.sources().push_back(SourceFile("//foo/input4.obj")); 124 // There are no sources so there are no params to alink. 144 target.sources().push_back(SourceFile("//foo/input1.cc")); 145 target.sources().push_back(SourceFile("//foo/input2.cc")); 191 target.sources().push_back(SourceFile("//foo/input1.cc")); 192 target.sources().push_back(SourceFile("//foo/input2.cc"));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
sourcesPanel.css | 132 .panel.sources #sources-editor-container-tabbed-pane .tabbed-pane-header-contents { 137 .panel.sources .split-view button.scripts-debugger-show-hide-button.right-sidebar-show-hide-button.toggled-hide { 141 .panel.sources .split-view #scripts-debug-sidebar-resizer-widget.ns-resizer-widget { 150 .panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget { 154 .panel.sources .scripts-debugger-show-hide-button { 158 .panel.sources button.status-bar-item.scripts-navigator-show-hide-button { 164 .panel.sources .navigator-tabbed-pane .tabbed-pane-header { 201 .panel.sources .sidebar-pane-stack { 210 .panel.sources .drag-mask [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
Makefile | 14 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
Makefile | 12 include Makefile.sources
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
Makefile | 7 include Makefile.sources
|
/external/lldb/test/api/multithreaded/ |
TestMultithreaded.py | 57 def build_and_test(self, sources, test_name, args = None): 58 """ Build LLDB test from sources, and run expecting 0 exit code """ 59 self.buildDriver(sources, test_name) 71 def build_program(self, sources, program): 72 return self.buildDriver(sources, program)
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
Makefile | 14 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
Makefile | 12 include Makefile.sources
|
/external/mesa3d/src/gallium/drivers/svga/ |
Makefile | 7 include Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
Android.mk | 33 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
Android.mk | 33 include $(LOCAL_PATH)/Makefile.sources
|
/cts/tools/signature-tools/src/signature/converter/ |
Main.java | 35 Set<String> sources = new HashSet<String>(); local 41 sources.add(args[at]); 75 Visibility.PROTECTED, sources, packages));
|
/cts/tools/signature-tools/test/signature/converter/dex/ |
DexTestConverter.java | 38 Set<JavaSource> sources = new HashSet<JavaSource>(); local 40 sources.add(new JavaSource(unit.getName(), unit.getSource())); 42 DexFile dexFile = toDexUtil.getAllFrom(sources);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 29 * list of actual sources and result registers/values, and additional 42 /** {@code non-null;} specs for all the sources of this instruction */ 43 private final RegisterSpecList sources; field in class:Insn 51 * @param sources {@code non-null;} specs for all the sources 54 RegisterSpecList sources) { 63 if (sources == null) { 64 throw new NullPointerException("sources == null"); 70 this.sources = sources; [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
LiteralOpUpgrader.java | 97 RegisterSpecList sources = insn.getSources(); 102 if (sources.size() != 2 ) { 111 if (isConstIntZeroOrKnownNull(sources.get(0))) { 112 replacePlainInsn(insn, sources.withoutFirst(), 114 } else if (isConstIntZeroOrKnownNull(sources.get(1))) { 115 replacePlainInsn(insn, sources.withoutLast(), 119 opcode, sources.get(0), sources.get(1))) { 123 opcode, sources.get(1), sources.get(0))) [all...] |