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

1 2 3 4

  /external/clang/test/Modules/Inputs/
cxx-templates-b.h 27 typename Identity<DefinedInBImpl, T>::type dependent; local
28 FoundByADL(dependent);
30 dependent.f();
  /external/chromium_org/cc/resources/
task_graph_runner.h 67 Edge(const Task* task, Task* dependent)
68 : task(task), dependent(dependent) {}
71 Task* dependent; member in struct:cc::TaskGraph::Edge
task_graph_runner.cc 50 // Now find the node for the dependent of this edge.
55 graph_->edges[current_index_].dependent));
86 explicit DependentComparator(const Task* dependent)
87 : dependent_(dependent) {}
90 return edge.dependent == dependent_;
  /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...]
  /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/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp 91 namespace dependent { namespace
100 // Use a failing test to ensure the type isn't considered dependent.
  /external/junit/
Android.mk 61 # TODO: remove extensions once core-tests is no longer dependent on it
78 # TODO: remove extensions once apache-harmony/luni/ is no longer dependent
  /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/0.153/libdw/
Android.mk 149 # to fix machine-dependent issues
  /external/elfutils/0.153/libdwfl/
Android.mk 73 # to fix machine-dependent issues
  /external/elfutils/0.153/libelf/
Android.mk 160 # to fix machine-dependent issues
  /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/libunwind/doc/
unw_get_fpreg.tex 23 The register numbering is target-dependent and described in separate
unw_get_reg.tex 23 The register numbering is target-dependent and described in separate
unw_init_remote.tex 32 of \Var{arg} is entirely dependent on the address-space in use;
unw_set_fpreg.tex 23 The register numbering is target-dependent and described in separate
unw_set_reg.tex 23 The register numbering is target-dependent and described in separate
  /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.

Completed in 1053 milliseconds

1 2 3 4