HomeSort by relevance Sort by last modified time
    Searched refs:dependent (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
cxx-templates-b.h 24 typename Identity<DefinedInBImpl, T>::type dependent; local
25 FoundByADL(dependent);
27 dependent.f();
  /external/chromium_org/cc/resources/
worker_pool.h 59 void add_dependent(GraphNode* dependent) {
60 DCHECK(dependent);
61 dependents_.push_back(dependent);
worker_pool_unittest.cc 48 const base::Closure& dependent,
52 dependent(dependent),
59 base::Closure dependent; member in struct:cc::__anon6636::FakeWorkerPool::Task
93 new FakeWorkerPoolTaskImpl(it->dependent, base::Closure()));
265 // Check if task ran before dependent.
350 1u, // 1 dependent
374 1u, // 1 dependent
  /sdk/build/
windows_sdk_tools.mk 6 # Define the list of tool-dependent modules to build for the Windows SDK.
30 # Define the list of tool-dependent modules requisites needed
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
  /external/chromium_org/v8/test/webkit/
math.js 84 ? Ify>0andxis+0, theresult isanimplementation-dependent approximationto +?/2.
85 ? Ify>0andxis?0, theresult isanimplementation-dependent approximationto +?/2.
88 ? Ifyis+0andxis?0, theresult isanimplementation-dependent approximationto +?.
89 ? Ifyis+0andx<0, theresult isanimplementation-dependent approximationto +?.
92 ? Ifyis?0andxis?0, theresult isanimplementation-dependent approximationto ??.
93 ? Ifyis?0andx<0, theresult isanimplementation-dependent approximationto ??.
94 ? Ify<0andxis+0, theresult isanimplementation-dependent approximationto ??/2.
95 ? Ify<0andxis?0, theresult isanimplementation-dependent approximationto ??/2.
97 ? Ify>0andyisfiniteandxis??, theresult ifanimplementation-dependent approximationto +?.
99 ? Ify<0andyisfiniteandxis??, theresult isanimplementation-dependent approximationto??
    [all...]
date-constructor.js 70 // In Firefox, the results of the following tests are timezone-dependent, which likely implies that the implementation is not quite correct.
  /external/chromium_org/tools/gyp/pylib/gyp/
input_test.py 20 def _create_dependency(self, dependent, dependency):
21 dependent.dependencies.append(dependency)
22 dependency.dependents.append(dependent)
  /external/oprofile/events/mips/20K/
events 14 event:0x8 counters:0 um:zero minimum:500 name:REPLAY_DUE_TO_LOAD_DEPENDENT_SPEC_DISPATCH : Replays due to load-dependent speculative dispatch
17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
  /development/build/tools/
windows_sdk.mk 27 # that are tools-dependent and not platform-dependent.
32 # the topdir/development directory and are somehow platform-dependent.
  /external/chromium_org/tools/checkdeps/
rules.py 34 """Returns a tuple (allow, dependent dir, dependee dir) for this rule,
35 which is fully self-sufficient to answer the question whether the dependent
114 """Returns a list of tuples (allow, dependent dir, dependee dir) for the
119 (allow, dependent, dependee) = rule.AsDependencyTuple()
120 tup = (allow, dependent + extra_dependent_suffix, dependee)
  /external/junit/
Android.mk 38 # TODO: remove extensions once core-tests is no longer dependent on it
55 # TODO: remove extensions once apache-harmony/luni/ is no longer dependent
  /external/elfutils/libdwfl/
Android.mk 66 # to fix machine-dependent issues
  /external/mockito/
Android.mk 30 # Main target for dependent projects. Bundles all the run-time dependencies
  /external/oprofile/events/mips/25K/
events 71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
73 event:0x23 counters:0,1 um:zero minimum:500 name:REPLAYS_LOAD_DEP_DISPATCH : replays due to load-dependent speculative dispatch
  /external/elfutils/libdw/
Android.mk 137 # to fix machine-dependent issues
  /external/elfutils/libelf/
Android.mk 158 # to fix machine-dependent issues
  /frameworks/base/core/java/android/preference/
Preference.java 725 // Enabled state can change dependent preferences' states, so notify
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
  /external/mesa3d/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
MESA_ycbcr_texture.spec 129 texture sampling using an implementation dependent conversion.
  /external/clang/test/FixIt/
fixit.cpp 147 typename F1<T>:: /*template*/ Iterator<0> Mypos; // expected-error {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
152 typename F1<T>:: /*template*/ Iterator<0> Mypos; // expected-error {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
200 expected-error {{missing 'typename' prior to dependent}}

Completed in 292 milliseconds

1 2 3 4 5