HomeSort by relevance Sort by last modified time
    Searched refs:GlobalSize (Results 1 - 15 of 15) sorted by null

  /external/ceres-solver/include/ceres/
local_parameterization.h 127 virtual int GlobalSize() const = 0;
145 virtual int GlobalSize() const { return size_; }
163 virtual int GlobalSize() const { return constancy_mask_.size(); }
183 virtual int GlobalSize() const { return 4; }
  /external/chromium/base/win/
scoped_hglobal.h 29 size_t Size() const { return GlobalSize(glob_); }
  /external/ceres-solver/internal/ceres/
parameter_block_test.cc 107 virtual int GlobalSize() const { return 1; }
157 virtual int GlobalSize() const { return 1;}
parameter_block.h 144 CHECK(new_parameterization->GlobalSize() == size_)
147 << "size of " << new_parameterization->GlobalSize() << ". Did you "
155 new double[local_parameterization_->GlobalSize() *
local_parameterization_test.cc 44 EXPECT_EQ(parameterization.GlobalSize(), 3);
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 272 SIZE_T dataSize = ::GlobalSize(cbData);
  /external/quake/quake/src/QW/client/
keys.c 322 textCopied = malloc(GlobalSize(th)+1);
sys_win.c 460 textCopied = malloc(GlobalSize(th)+1);
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 291 SIZE_T dataSize = ::GlobalSize(cbData);
ClipboardUtilitiesWin.cpp 218 SIZE_T dataSize = ::GlobalSize(store.hGlobal);
642 dataStrings.append(String(static_cast<T*>(GlobalLock(store.hGlobal)), ::GlobalSize(store.hGlobal) / sizeof(T)));
652 dataStrings.append(String(UTF8Encoding().decode(static_cast<char*>(GlobalLock(store.hGlobal)), GlobalSize(store.hGlobal))));
  /external/clang/lib/CodeGen/
CGDecl.cpp 754 uint64_t GlobalSize) {
766 return GlobalSize > SizeLimit &&
    [all...]
  /external/ceres-solver/docs/
modeling.tex 330 virtual int GlobalSize() const = 0;
335 \texttt{GlobalSize} is the dimension of the ambient space in which the parameter block $x$ lives. \texttt{LocalSize} is the size of the tangent space that $\Delta x$ lives in. \texttt{Plus} implements $\boxplus(x,\Delta x)$ and $\texttt{ComputeJacobian}$ computes the Jacobian matrix
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 719 milliseconds