Searched refs:entry_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/testserver/
H A Ddevice_management.py289 entry_value = dm.GenericValue()
291 entry_value.value_type = dm.GenericValue.VALUE_TYPE_BOOL
292 entry_value.bool_value = value
294 entry_value.value_type = dm.GenericValue.VALUE_TYPE_INT64
295 entry_value.int64_value = value
297 entry_value.value_type = dm.GenericValue.VALUE_TYPE_STRING
298 entry_value.string_value = value
300 entry_value.value_type = dm.GenericValue.VALUE_TYPE_STRING_ARRAY
302 entry_value.string_array.append(str(list_entry))
303 entry.value.CopyFrom(entry_value)
[all...]
/external/v8/src/
H A Djsregexp.cc331 int entry_value = Smi::cast(entry)->value(); local
332 ASSERT(entry_value == JSRegExp::kUninitializedValue ||
333 entry_value == JSRegExp::kCompilationErrorValue ||
334 (entry_value < JSRegExp::kCodeAgeMask && entry_value >= 0));
336 if (entry_value == JSRegExp::kCompilationErrorValue) {

Completed in 86 milliseconds