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

1 2

  /development/testrunner/
android_build.py 30 def GetTop():
42 # TODO: does this need to be reimplemented to be like gettop() in envsetup.sh
81 "dumpvar-report_config") % GetTop()
105 root_path = os.path.join(GetTop(), "out")
make_tree.py 63 path = os.path.join(android_build.GetTop(), self._path)
99 mk_path = os.path.join(android_build.GetTop(), path, "Android.mk")
runtest.py 85 self._root_path = android_build.GetTop()
  /external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc 352 virtual const T& GetTop() const = 0;
363 MOCK_CONST_METHOD0_T(GetTop, const T&());
379 EXPECT_CALL(mock, GetTop())
387 EXPECT_EQ(5, mock.GetTop());
405 STDMETHOD_(const T&, GetTop)() const = 0;
416 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, GetTop, const T&());
432 EXPECT_CALL(mock, GetTop())
440 EXPECT_EQ(5, mock.GetTop());
  /external/googletest/googlemock/test/
gmock-generated-function-mockers_test.cc 396 virtual const T& GetTop() const = 0;
407 MOCK_CONST_METHOD0_T(GetTop, const T&());
427 EXPECT_CALL(mock, GetTop())
435 EXPECT_EQ(5, mock.GetTop());
466 STDMETHOD_(const T&, GetTop)() const = 0;
477 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, GetTop, const T&());
493 EXPECT_CALL(mock, GetTop())
501 EXPECT_EQ(5, mock.GetTop());
  /external/v8/testing/gmock/test/
gmock-generated-function-mockers_test.cc 394 virtual const T& GetTop() const = 0;
405 MOCK_CONST_METHOD0_T(GetTop, const T&());
425 EXPECT_CALL(mock, GetTop())
433 EXPECT_EQ(5, mock.GetTop());
464 STDMETHOD_(const T&, GetTop)() const = 0;
475 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, GetTop, const T&());
491 EXPECT_CALL(mock, GetTop())
499 EXPECT_EQ(5, mock.GetTop());
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 32 float GetTop() const { return top_; }
log_helpers.h 58 << (fov.GetTop() * 180.0f / M_PI) << ')';
  /development/testrunner/test_defs/
native_test.py 55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
test_walker.py 76 self._build_top = os.path.realpath(android_build.GetTop())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 218 INT GetTop() const {
343 REAL GetTop() const {
  /development/testrunner/coverage/
coverage.py 60 self._root_path = android_build.GetTop()
  /external/v8/src/debug/
debug.cc 59 auto summary = FrameSummary::GetTop(frame).AsJavaScript();
71 auto summary = FrameSummary::GetTop(frame).AsJavaScript();
534 FrameSummary summary = FrameSummary::GetTop(frame);
580 FrameSummary summary = FrameSummary::GetTop(frame);
    [all...]
  /external/v8/src/
deoptimizer.cc 851 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
    [all...]
deoptimizer.h 786 intptr_t GetTop() const { return top_; }
    [all...]
frames.h     [all...]
frames.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 435 STDMETHOD_(D3DXMATRIX*, GetTop)(THIS) PURE;
459 #define ID3DXMatrixStack_GetTop(p) (p)->lpVtbl->GetTop(p)
msctf.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 1032 milliseconds

1 2