/external/chromium_org/tools/gyp/test/restat/src/ |
D | restat.gyp | 28 'target_name': 'dependent', 36 'action_name': 'dependent', 41 '<(PRODUCT_DIR)/dependent' 44 'python', 'touch.py', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/side_effect',
|
/external/chromium_org/cc/resources/ |
D | task_graph_runner.h | 67 Edge(const Task* task, Task* dependent) in Edge() 68 : task(task), dependent(dependent) {} in Edge() 71 Task* dependent; member
|
D | task_graph_runner.cc | 55 graph_->edges[current_index_].dependent)); in operator ++() 86 explicit DependentComparator(const Task* dependent) in DependentComparator() argument 87 : dependent_(dependent) {} in DependentComparator() 90 return edge.dependent == dependent_; in operator ()()
|
/external/clang/test/Modules/Inputs/ |
D | cxx-templates-b.h | 27 typename Identity<DefinedInBImpl, T>::type dependent; 28 FoundByADL(dependent); 30 dependent.f();
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | input_test.py | 20 def _create_dependency(self, dependent, dependency): argument 21 dependent.dependencies.append(dependency) 22 dependency.dependents.append(dependent)
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 17 // and might be dependent, canonical, or non-canonical. All clients 31 // type that is always dependent. Clients that do not need to deal 35 // is non-canonical unless it is dependent. Defaults to TYPE because 36 // it is neither reliably dependent nor reliably non-canonical.
|
/external/chromium_org/build/android/ |
D | native_app_dependencies.gypi | 6 # to strip and place dependent shared libraries required by a native binary in a 21 # 'output_dir': 'location to place binary and dependent libraries'
|
/external/chromium_org/mojo/public/platform/native/ |
D | BUILD.gn | 24 # that all dependent targets remove that link flag. Since GN uses a 56 # TODO(GYP): Make it a run-path dependent library.
|
/external/oprofile/events/mips/20K/ |
D | events | 14 …0 name:REPLAY_DUE_TO_LOAD_DEPENDENT_SPEC_DISPATCH : Replays due to load-dependent speculative disp… 17 … minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative disp…
|
/external/hamcrest/integration/ |
D | README.android | 1 …ecode.com/files/hamcrest-integration-1.1.jar, with the easymock and jmock dependent classes removed
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 23 ``Attribute::AttrKind`` enum), a string representing a target-dependent 27 * Target-dependent: ``"no-sse"``, ``"thumb2"`` 30 Note: for an attribute value pair, we expect a target-dependent attribute to
|
/external/chromium_org/ppapi/c/ |
D | DEPS | 1 # ppapi/c should not be dependent on other parts of chromium; it should stay
|
/external/llvm/test/Linker/ |
D | comdat3.ll | 5 ; CHECK: Linking COMDATs named 'foo': can't do size dependent selection without DataLayout!
|
D | comdat7.ll | 9 ; CHECK: GlobalVariable required for data dependent selection!
|
/external/libpcap/packaging/ |
D | pcap.spec.in | 22 alleviate the need for several system-dependent packet capture modules 38 alleviate the need for several system-dependent packet capture modules
|
/external/chromium_org/ppapi/cpp/ |
D | DEPS | 1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
|
/external/chromium_org/ui/chromeos/ |
D | README.chromium | 3 outside of (and not dependent on) Ash (i.e. can't be in ash/).
|
/external/chromium_org/ppapi/utility/ |
D | DEPS | 1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
|
/external/chromium_org/components/user_prefs/ |
D | README | 3 a) The UserPrefs class, where components dependent on looking up
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 60 // The fact that these are all non-dependent is critical. 79 // Same as the previous test, but instantiation-dependent.
|
/external/llvm/test/CodeGen/ARM/ |
D | fnmul.ll | 3 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math %s -o - \
|
/external/chromium_org/google_update/ |
D | google_update.gyp | 15 # This target exports a hard dependency because dependent targets may
|
/external/clang/test/SemaTemplate/ |
D | instantiate-call.cpp | 28 …xpected-error {{neither visible in the template definition nor found by argument-dependent lookup}} in test_f0()
|
/external/chromium_org/mojo/public/c/test_support/ |
D | BUILD.gn | 21 # # Make it a run-path dependent library.
|
/external/eigen/doc/ |
D | TemplateKeyword.dox | 84 - A <em>dependent name</em> is name that depends (directly or indirectly) on a template parameter. … 85 …example, \c dst is a dependent name because it is of type <tt>MatrixBase<Derived1></tt> whic… 88 …dependent name and \c yyy refers to a member template, then the \c template keyword must be used b… 90 - If the code contains the contruction <tt>xxx::yyy</tt> and \c xxx is a dependent name and \c yyy …
|