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

<<11121314151617181920

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 640 * Assume: sources are all satisfied.
642 Planner.prototype.makePlan = function (sources) {
645 var todo = sources;
662 var sources = new OrderedCollection();
667 sources.add(c);
669 return this.makePlan(sources);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 640 * Assume: sources are all satisfied.
642 Planner.prototype.makePlan = function (sources) {
645 var todo = sources;
662 var sources = new OrderedCollection();
667 sources.add(c);
669 return this.makePlan(sources);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 640 * Assume: sources are all satisfied.
642 Planner.prototype.makePlan = function (sources) {
645 var todo = sources;
662 var sources = new OrderedCollection();
667 sources.add(c);
669 return this.makePlan(sources);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 140 # Some of the generation below can add extra output, sources, or
181 # List files this target depends on so that actions/rules/copies/sources
210 # Sources.
211 if spec.get('sources', []) or extra_sources:
498 """Write Makefile code for any 'sources' from the gyp input.
502 treating them as a genereated sources. Otherwise the Android build
507 extra_sources: Sources generated from Actions or Rules.
509 sources = filter(make.Compilable, spec.get('sources', []))
513 # Determine and output the C++ extension used by these sources
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 646 * Assume: sources are all satisfied.
648 Planner.prototype.makePlan = function (sources) {
651 var todo = sources;
668 var sources = new OrderedCollection();
673 sources.add(c);
675 return this.makePlan(sources);
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 516 RegisterSpecList sources = RegisterSpecList.make(a.spec(), b.spec()); local
519 addInstruction(new PlainInsn(rop, sourcePosition, target.spec(), sources));
521 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches));
    [all...]
  /build/core/
definitions.mk 455 ## The generated sources directory. Placing generated
466 # $(4): if non-empty, force the generated sources to be COMMON
467 define generated-sources-dir-for
471 $(error $(LOCAL_PATH): Class not defined in call to generated-sources-dir-for)) \
474 $(error $(LOCAL_PATH): Name not defined in call to generated-sources-dir-for)) \
486 # to determine the generated sources directory.
489 define local-generated-sources-dir
492 $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-generated-sources-dir)) \
494 $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-generated-sources-dir)) \
495 $(call generated-sources-dir-for,$(LOCAL_MODULE_CLASS),$(LOCAL_MODULE),$(LOCAL_IS_HOST_MODULE),$(1))
    [all...]
base_rules.mk 160 generated_sources_dir := $(call local-generated-sources-dir)
  /art/compiler/
Android.mk 202 GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 343 int worldID, const WebScriptSource* sources, unsigned numSources,
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 199 sources = [pyx_file], variable
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.py 440 self.sources = {}
457 if not srcdescr in self.sources:
458 self.sources[srcdescr] = list(srcdescr.get_lines())
459 lines = self.sources[srcdescr]
    [all...]
  /external/chromium_org/url/
url_util.cc 292 CanonicalizeScheme(replacements.sources().scheme,
url_canon.h 730 const URLComponentSource<CHAR>& sources() const { return sources_; } function in class:url::Replacements
    [all...]
  /device/generic/goldfish/opengl/
common.mk 203 # <dst-dir> is the destination directory where the generated sources are stored
  /external/ceres-solver/
Android.mk 42 # Eigen sources when building. For example:
  /external/ceres-solver/jni/
Android.mk 42 # Eigen sources when building. For example:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 191 dataTransfer.setData('fs/sources', sourceURLs.join('\n'));
339 var sourceURLs = dataTransfer.getData('fs/sources') ?
340 dataTransfer.getData('fs/sources').split('\n') : [];
917 // Copying between different sources requires all files to be available.
    [all...]
  /art/runtime/
Android.mk 374 GENERATED_SRC_DIR := $$(call local-generated-sources-dir)
  /external/chromium_org/chrome/browser/history/
history_backend.h 424 bool GetVisitsSource(const VisitVector& visits, VisitSourceMap* sources);
    [all...]
history_backend_unittest.cc 1153 int sources = 0; local
    [all...]
  /external/clang/
clang-tblgen-rules.mk 10 intermediates := $(call local-generated-sources-dir)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
ScriptFormatterEditorAction.js 231 this._button = new WebInspector.StatusBarButton(WebInspector.UIString("Pretty print"), "sources-toggle-pretty-print-status-bar-item");
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py     [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 225 const glu::ProgramSources sources = genShaderSources(uniformList); local
226 const glu::ShaderProgram program (m_renderCtx, sources);
    [all...]

Completed in 942 milliseconds

<<11121314151617181920