HomeSort by relevance Sort by last modified time
    Searched refs:type_value (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/json_schema_compiler/test/
additional_properties_unittest.cc 16 scoped_ptr<DictionaryValue> type_value(new DictionaryValue());
17 type_value->SetString("string", "value");
18 type_value->SetInteger("other", 9);
19 type_value->Set("another", list_value.release());
21 ASSERT_TRUE(AdditionalPropertiesType::Populate(*type_value, type.get()));
22 EXPECT_TRUE(type->additional_properties.Equals(type_value.get()));
25 scoped_ptr<DictionaryValue> type_value(new DictionaryValue());
26 type_value->SetInteger("string", 3);
28 EXPECT_FALSE(AdditionalPropertiesType::Populate(*type_value, type.get()));
  /external/chromium_org/chrome/browser/extensions/
admin_policy.cc 90 base::FundamentalValue type_value(extension->GetType());
92 allowed_types->Find(type_value) == allowed_types->end())
  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.cc 121 StringValue type_value(device_type);
123 type_value,
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.h 97 explicit UIRequest(RequestType type_value);
speech_recognition_bubble_controller.cc 191 SpeechRecognitionBubbleController::UIRequest::UIRequest(RequestType type_value)
192 : type(type_value),
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 351 UINT8 *type_value[BTA_OPS_NUM_FMTS]; local
395 type_value[j] = (UINT8 *) &bta_ops_obj_fmt[i];
402 (UINT8) j, desc_type, type_len, type_value); local
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 599 type_value = Constants::MIN_TOKEN_TYPE + i
600 register_name( type_value, name )
605 def register_name( type_value, name )
607 if token_names.has_key?( type_value )
608 current_name = token_names[ type_value ]
611 if current_name == "T__#{ type_value }"
613 token_names[ type_value ] = name
614 elsif name == "T__#{ type_value }"
619 "attempted assignment of token type #{ type_value }" <<
625 token_names[ type_value ] = name.to_s.freez
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_manager_client_stub.cc 360 base::StringValue type_value(type);
362 type_value, NULL)) {
367 type_value, NULL)) {
578 base::StringValue type_value(type);
579 if (technologies->Find(type_value) != technologies->end())
  /external/chromium_org/base/debug/
trace_event.h 1115 TraceValueUnion type_value; local
    [all...]
  /external/v8/src/
parser.cc 3898 Smi* type_value = Smi::cast(value->get(kTypeSlot)); local
    [all...]

Completed in 2559 milliseconds