OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:val_type
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/build/android/pylib/instrumentation/
json_perf_parser.py
85
val_type
= None
87
if not
val_type
:
89
val_type
= 'mem'
96
val_type
= 'ts'
105
if not
val_type
in entry:
107
'information: %s' % (
val_type
, entry))
/external/qemu/tcg/
tcg.c
1002
ts->
val_type
= TEMP_VAL_REG;
1004
ts->
val_type
= TEMP_VAL_MEM;
1010
ts->
val_type
= TEMP_VAL_MEM;
1012
ts->
val_type
= TEMP_VAL_DEAD;
[
all
...]
tcg.h
427
int
val_type
;
member in struct:TCGTemp
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
api_utils.py
170
def _check(cls, name, val, can_be_zero=False,
val_type
=float):
177
val_type
: Python type of the value.
186
valid_types = [
val_type
]
187
if
val_type
is float:
192
'Expect type %s for parameter %s' % (
val_type
.__name__, name))
/external/stlport/test/unit/
hash_test.cpp
315
typedef hmap::value_type
val_type
;
typedef
319
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
320
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
321
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );
336
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
337
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
338
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );
/ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp
315
typedef hmap::value_type
val_type
;
typedef
319
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
320
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
321
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );
336
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
337
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
338
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );