OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_a
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvrotcalipers.cpp
49
float
base_a
;
member in struct:__anon25777
109
float
base_a
;
local
170
base_a
= orientation;
189
float dp0 =
base_a
* vect[seq[0]].x + base_b * vect[seq[0]].y;
190
float dp1 = -base_b * vect[seq[1]].x +
base_a
* vect[seq[1]].y;
191
float dp2 = -
base_a
* vect[seq[2]].x - base_b * vect[seq[2]].y;
192
float dp3 = base_b * vect[seq[3]].x -
base_a
* vect[seq[3]].y;
217
base_a
= lead_x;
221
base_a
= lead_y;
225
base_a
= -lead_x
[
all
...]
/external/clang/test/SemaTemplate/
dependent-base-classes.cpp
115
template <typename T> class
Base_A
{ };
121
: public virtual
Base_A
<T>
/external/chromium/base/
file_util_unittest.cc
426
// |->
base_a
433
// |-> to_sub_a (reparse point to temp_dir\
base_a
\sub_a)
437
FilePath
base_a
= temp_dir_.path().Append(FPL("
base_a
"));
local
438
ASSERT_TRUE(file_util::CreateDirectory(
base_a
));
440
FilePath sub_a =
base_a
.Append(FPL("sub_a"));
514
// Normalize a junction free path:
base_a
\sub_a\file.txt .
[
all
...]
/external/chromium_org/base/
file_util_unittest.cc
383
// |->
base_a
390
// |-> to_sub_a (reparse point to temp_dir\
base_a
\sub_a)
394
FilePath
base_a
= temp_dir_.path().Append(FPL("
base_a
"));
local
395
ASSERT_TRUE(file_util::CreateDirectory(
base_a
));
397
FilePath sub_a =
base_a
.Append(FPL("sub_a"));
471
// Normalize a junction free path:
base_a
\sub_a\file.txt .
[
all
...]
Completed in 1224 milliseconds