Searched refs:val_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/build/android/pylib/instrumentation/
H A Djson_perf_parser.py85 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/
H A Dtcg.c1002 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;
1720 switch(ts->val_type) {
1759 if (ts->val_type != TEMP_VAL_REG ||
1769 if (ts->val_type == TEMP_VAL_REG &&
1811 assert(ts->val_type == TEMP_VAL_REG);
1829 s->temps[temp].val_type = TEMP_VAL_MEM;
1868 if (ts->val_type
[all...]
H A Dtcg.h427 int val_type; member in struct:TCGTemp
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dapi_utils.py170 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/
H A Dhash_test.cpp315 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 );

Completed in 206 milliseconds