HomeSort by relevance Sort by last modified time
    Searched refs:Head (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 676 typedef typename Types::Head Type;
718 typedef typename Tests::Head Head;
721 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
116 typedef T1 Head;
121 typedef T1 Head;
127 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
146 typedef T1 Head;
153 typedef T1 Head;
160 typedef T1 Head;
167 typedef T1 Head;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
116 typedef T1 Head;
121 typedef T1 Head;
127 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
146 typedef T1 Head;
153 typedef T1 Head;
160 typedef T1 Head;
167 typedef T1 Head;
    [all...]
  /external/openfst/src/include/fst/
visit.h 113 StateId s = queue->Head();
shortest-distance.h 166 StateId s = state_queue_->Head();
minimize.h 277 ClassId C = L_.Head();
shortest-path.h 138 StateId s = state_queue->Head();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 131 StateId s = state_queue_->Head();
shortest-path.h 108 StateId s = state_queue->Head();
minimize.h 264 ClassId C = L_.Head();
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 130 TBI->Head = MBB->getNumber();
140 TBI->Head = PredTBI->Head;
199 // trace, except as the trace head. Below the center block, loop exiting edges
693 // implies Head->HasValidInstrDepths, so we only need to start from the first
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/v8/tools/
profile_view.js 49 var head;
56 if (viewParent === head) {
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
66 head = viewNode;
70 var view = this.createView(head);
78 * @param {ProfileView.Node} head View head node.
81 ViewBuilder.prototype.createView = function(head) {
82 return new ProfileView(head);
95 * @param {ProfileView.Node} head Profile view head
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/skia/gm/
gmmain.cpp 125 fReg = GMRegistry::Head();
138 const GMRegistry* reg = GMRegistry::Head();
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 538 StateId state = state_queue_->Head();
expand.h 884 StateId s = queue_.Head();
    [all...]
  /external/skia/bench/
benchmain.cpp 76 fBench = BenchRegistry::Head();
  /external/mdnsresponder/mDNSShared/
dnsextd.c 275 for ( source = ( EventSource* ) self->eventSources.Head; source; source = source->next )
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 568 // Do a request using the HEAD method. Verify that we don't try to read the
569 // message body (since HEAD has none).
570 TEST_F(HttpNetworkTransactionTest, Head) {
572 request.method = "HEAD";
581 MockWrite("HEAD / HTTP/1.1\r\n"
    [all...]

Completed in 765 milliseconds

1 2 34