Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/external/chromium_org/tools/gyp/test/restat/src/
Drestat.gyp28 '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/
Dtask_graph_runner.h67 Edge(const Task* task, Task* dependent) in Edge()
68 : task(task), dependent(dependent) {} in Edge()
71 Task* dependent; member
Dtask_graph_runner.cc55 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/
Dcxx-templates-b.h27 typename Identity<DefinedInBImpl, T>::type dependent;
28 FoundByADL(dependent);
30 dependent.f();
/external/chromium_org/tools/gyp/pylib/gyp/
Dinput_test.py20 def _create_dependency(self, dependent, dependency): argument
21 dependent.dependencies.append(dependency)
22 dependency.dependents.append(dependent)
/external/clang/include/clang/AST/
DTypeNodes.def17 // 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/
Dnative_app_dependencies.gypi6 # 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/
DBUILD.gn24 # 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/
Devents14 …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/
DREADME.android1 …ecode.com/files/hamcrest-integration-1.1.jar, with the easymock and jmock dependent classes removed
/external/llvm/docs/
DHowToUseAttributes.rst23 ``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/
DDEPS1 # ppapi/c should not be dependent on other parts of chromium; it should stay
/external/llvm/test/Linker/
Dcomdat3.ll5 ; CHECK: Linking COMDATs named 'foo': can't do size dependent selection without DataLayout!
Dcomdat7.ll9 ; CHECK: GlobalVariable required for data dependent selection!
/external/libpcap/packaging/
Dpcap.spec.in22 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/
DDEPS1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
/external/chromium_org/ui/chromeos/
DREADME.chromium3 outside of (and not dependent on) Ash (i.e. can't be in ash/).
/external/chromium_org/ppapi/utility/
DDEPS1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
/external/chromium_org/components/user_prefs/
DREADME3 a) The UserPrefs class, where components dependent on looking up
/external/clang/test/CodeGenObjCXX/
Dproperty-reference.mm60 // The fact that these are all non-dependent is critical.
79 // Same as the previous test, but instantiation-dependent.
/external/llvm/test/CodeGen/ARM/
Dfnmul.ll3 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math %s -o - \
/external/chromium_org/google_update/
Dgoogle_update.gyp15 # This target exports a hard dependency because dependent targets may
/external/clang/test/SemaTemplate/
Dinstantiate-call.cpp28 …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/
DBUILD.gn21 # # Make it a run-path dependent library.
/external/eigen/doc/
DTemplateKeyword.dox84 - 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&lt;Derived1&gt;</tt> whic…
88dependent 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 …

12345678910>>...18