HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 201 - 225 of 489) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
UserMetrics.js 63 sources: 4,
  /external/chromium_org/third_party/libxml/src/
genUnicode.py 17 sources = "Blocks-4.0.1.txt UnicodeData-4.0.1.txt" variable
34 (blockfile, catfile) = string.split(sources)
221 * Sources: %s
236 """ % (webpage, date, sources));
248 * Sources: %s
278 """ % (webpage, date, sources));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
Makefile 7 include Makefile.sources
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 59 std::vector<const VideoSource*> sources; local
63 sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
65 // sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
92 for (it = sources.begin() ; it < sources.end(); it++)
  /external/chromium_org/tools/gn/
operators_unittest.cc 40 // Set up "sources" with an empty list.
41 const char sources[] = "sources"; local
42 setup.scope()->SetValue(sources, Value(NULL, Value::LIST), NULL);
50 // Append to the sources variable.
51 Token identifier_token(Location(), Token::IDENTIFIER, sources); local
87 // The sources variable in the scope should now have: [ 5, "good", "good" ]
88 const Value* value = setup.scope()->GetValue(sources);
function_get_target_outputs_unittest.cc 64 action->sources().push_back(SourceFile("//file.txt"));
94 action->sources().push_back(SourceFile("//file.txt"));
ninja_target_writer_unittest.cc 51 target.sources().push_back(SourceFile("//foo/source.txt"));
54 // Dependent action to test that action sources will be treated the same as
61 action.sources().push_back(SourceFile("//foo/action_source.txt"));
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 117 glu::ProgramSources sources; local
121 sources << glu::VertexSource(
134 sources << glu::FragmentSource(string(
143 return sources;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 443 * Handles all insns that want a register range for their sources.
717 * @param insn {@code non-null;} insn whos sources to process
722 RegisterSpecList sources = insn.getSources(); local
723 int szSources = sources.size();
727 RegisterSpec source = sources.get(i);
756 if (-1 != sources.indexOfRegister(similarReg)) {
769 * instruction's sources. First, try to center the range around
770 * sources that have already been mapped to rop registers. If that fails,
773 * @param insn {@code non-null;} the insn whose sources need to
778 RegisterSpecList sources = insn.getSources() local
917 RegisterSpecList sources = insn.getSources(); local
1021 RegisterSpecList sources = insn.getSources(); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 30 ext_sources = [f.strip() for f in file('util/python-ext-sources')
34 sources = ext_sources, variable
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources
37 # generate sources
Makefile 7 include Makefile.sources
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java     [all...]
  /external/chromium_org/extensions/renderer/
script_injection.cc 258 std::vector<blink::WebScriptSource> sources = local
272 DCHECK_EQ(1u, sources.size());
274 const blink::WebScriptSource& source = sources.front();
284 &sources.front(),
285 sources.size(),
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 107 void setShaderSources (glu::Shader& shader, const ShaderSources& sources)
109 std::vector<const char*> cStrings (sources.strings.size(), 0);
111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
112 cStrings[ndx] = sources.strings[ndx].c_str();
114 if (sources.lengths.size() > 0)
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
724 void insertRandomNullTermStrings (ShaderSources& sources)
727 std::vector<int> indices (sources.strings.size(), 0);
729 DE_ASSERT(sources.lengths.size() > 0);
730 DE_ASSERT(sources.lengths.size() == sources.strings.size())
789 ShaderSources sources; local
1236 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
1361 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
    [all...]
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 133 std::vector<SourceDescription> sources; local
149 sources.push_back(SourceDescription(DesktopMediaID(
162 sources.push_back(SourceDescription(
173 media_list_, sources));
178 for (size_t i = 0; i < sources.size(); ++i) {
179 SourceDescription& source = sources[i];
301 // Iterate through the old sources to find the removed sources.
309 // Iterate through the new sources to find the added sources
    [all...]
  /external/gtest/test/
Android.mk 76 sources := \ macro
99 $(call host-test, $(sources))
100 $(call target-test, $(sources))
  /cts/tests/tests/os/jni/
Android.mk 36 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /development/testrunner/test_defs/
native_test.py 124 def _FilterOutMissing(self, path, sources):
125 """Filter out from the sources list missing tests.
133 sources: List of tests source path.
135 A list of relative paths to the test binaries built from the sources.
138 for f in sources:
  /external/chromium_org/third_party/cython/src/Cython/Build/
BuildExecutable.py 85 options, sources = CmdLine.parse_command_line(list(options or ()) + ['--embed', input_file])
87 result = Main.compile(sources, options)
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak 1 # src/mapi/mapi/sources.mak
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
  /external/mesa3d/src/mapi/mapi/
sources.mak 1 # src/mapi/mapi/sources.mak

Completed in 873 milliseconds

1 2 3 4 5 6 7 891011>>