OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:east
(Results
1 - 20
of
20
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
PovDirection.java
21
center, north, south,
east
, west, northEast, southEast, northWest, southWest
enum constant in enum:PovDirection
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_connection.py
25
"Endpoint": "search-demo.us-
east
-1.cloudsearch.amazonaws.com"
30
"Endpoint": "doc-demo.us-
east
-1.cloudsearch.amazonaws.com"
32
"ARN": "arn:aws:cs:us-
east
-1:1234567890:domain/demo",
65
"doc-demo.us-
east
-1.cloudsearch.amazonaws.com")
67
"arn:aws:cs:us-
east
-1:1234567890:domain/demo")
70
"search-demo.us-
east
-1.cloudsearch.amazonaws.com")
107
"doc-demo.us-
east
-1.cloudsearch.amazonaws.com")
120
"search-demo.us-
east
-1.cloudsearch.amazonaws.com")
146
"ARN": "arn:aws:cs:us-
east
-1:1234567890:domain/demo",
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearchdomain/
test_cloudsearchdomain.py
21
"Endpoint": "search-demo.us-
east
-1.cloudsearch.amazonaws.com"
26
"Endpoint": "doc-demo.us-
east
-1.cloudsearch.amazonaws.com"
28
"ARN": "arn:aws:cs:us-
east
-1:1234567890:domain/demo",
34
kwargs['host'] = 'search-demo.us-
east
-1.cloudsearch.amazonaws.com'
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py
106
"Name": "us-
east
-1c"
113
"Name": "us-
east
-1b"
120
"Name": "us-
east
-1d"
/frameworks/native/libs/ui/tests/
vec_test.cpp
240
vec3
east
(1, 0, 0);
242
vec3 up( cross(
east
, north) );
244
EXPECT_EQ(dot(
east
, north), 0);
245
EXPECT_EQ(length(
east
), 1);
246
EXPECT_EQ(distance(
east
, north), sqrtf(2));
253
tvec3<double> vd(
east
);
/frameworks/native/services/sensorservice/
Fusion.cpp
295
vec3_t
east
;
local
298
east
= normalize(cross_product(mData[1], up));
300
east
= getOrthogonal(up);
303
vec3_t north(cross_product(up,
east
));
304
R <<
east
<< north << up;
371
const vec3_t
east
( cross_product(m, up) );
377
if (length_squared(
east
) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) {
383
vec3_t north( cross_product(up,
east
) );
/device/google/contexthub/firmware/src/algos/
fusion.c
203
struct Vec3
east
;
local
205
vec3Cross(&
east
, &fusion->mData[1], &up);
206
vec3Normalize(&
east
);
208
findOrthogonalVector(up.x, up.y, up.z, &
east
.x, &
east
.y, &
east
.z);
212
vec3Cross(&north, &up, &
east
);
215
initMatrixColumns(&R, &
east
, &north, &up);
611
struct Vec3
east
;
local
612
vec3Cross(&
east
, m, &up)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_vault.py
128
"SNSTopic": "arn:aws:sns:us-
east
-1:012345678901:mytopic",
131
"VaultARN": "arn:aws:glacier:us-
east
-1:012345678901:vaults/examplevault"
/prebuilts/go/darwin-x86/src/time/
zoneinfo.go
37
offset int // seconds
east
of UTC
88
// the given zone name and offset (seconds
east
of UTC).
106
// the offset in seconds
east
of UTC (such as -5*60*60), and whether
time_test.go
40
ZoneOffset int // seconds
east
of UTC, e.g. -7*60*60 for -0700
938
// The tzdata name Etc/GMT+1 uses "
east
is negative",
939
// but Go and most other systems use "
east
is positive".
time.go
819
// name of the zone (such as "CET") and its offset in seconds
east
of UTC.
843
var offsetMin int16 // minutes
east
of UTC. -1 is UTC.
[
all
...]
/prebuilts/go/linux-x86/src/time/
zoneinfo.go
37
offset int // seconds
east
of UTC
88
// the given zone name and offset (seconds
east
of UTC).
106
// the offset in seconds
east
of UTC (such as -5*60*60), and whether
time_test.go
40
ZoneOffset int // seconds
east
of UTC, e.g. -7*60*60 for -0700
938
// The tzdata name Etc/GMT+1 uses "
east
is negative",
939
// but Go and most other systems use "
east
is positive".
time.go
819
// name of the zone (such as "CET") and its offset in seconds
east
of UTC.
843
var offsetMin int16 // minutes
east
of UTC. -1 is UTC.
[
all
...]
/build/kati/
parser.go
584
east
:= &exportAST{
589
east
.srcpos = p.srcpos()
590
glog.V(1).Infof("export %v",
east
)
591
p.addStatement(
east
)
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/
OisControllers.java
164
case
East
:
165
return PovDirection.
east
;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py
61
DefaultRegionName = "us-
east
-1"
62
DefaultRegionEndpoint = "redshift.us-
east
-1.amazonaws.com"
447
Example: `us-
east
-1d`
463
+ **US-
East
(Northern Virginia) Region:** 03:00-11:00 UTC
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py
62
DefaultRegionName = "us-
east
-1"
63
DefaultRegionEndpoint = "rds.us-
east
-1.amazonaws.com"
487
Example: `us-
east
-1d`
757
Example: `us-
east
-1d`
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py
64
east
-1.amazonaws.com (HTTPS), so you must connect to that
82
DefaultRegionName = "us-
east
-1"
83
DefaultRegionEndpoint = "opsworks.us-
east
-1.amazonaws.com"
251
:param region: The cloned stack AWS region, such as "us-
east
-1". For
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 332 milliseconds