HomeSort by relevance Sort by last modified time
    Searched refs:GetType (Results 201 - 225 of 578) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/tools/grit/grit/format/
chrome_messages_json_unittest.py 105 def GetType(self):
  /external/chromium_org/tools/grit/grit/node/
io.py 79 def GetType(self):
  /external/chromium_org/v8/src/
elements.h 90 MUST_USE_RESULT virtual PropertyType GetType(
  /external/llvm/lib/MC/
MCELF.cpp 46 unsigned MCELF::GetType(const MCSymbolData &SD) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 99 FieldDescriptor::Type GetType(const FieldDescriptor* field);
  /external/skia/src/animator/
SkDisplayType.h 200 static SkDisplayTypes GetType(SkAnimateMaker* , const char[] , size_t len);
  /external/v8/test/cctest/
test-heap-profiler.cc 72 if (prop->GetType() == type && strcmp(name, *prop_name) == 0)
83 if (node->GetType() == v8::HeapGraphNode::kString) {
178 CHECK_EQ(v8::HeapGraphNode::kArray, bindings->GetType());
184 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType());
189 CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType());
194 CHECK_EQ(v8::HeapGraphNode::kObject, bound_argument->GetType());
238 CHECK_EQ(v8::HeapGraphNode::kClosure, compiled->GetType());
242 CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType());
246 CHECK_EQ(v8::HeapGraphNode::kClosure, anonymous->GetType());
265 if (node->GetType() == v8::HeapGraphNode::kArray)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 110 if (prop->GetType() == type && strcmp(name, *prop_name) == 0)
121 if (node->GetType() == v8::HeapGraphNode::kString) {
255 CHECK_EQ(v8::HeapGraphNode::kArray, bindings->GetType());
261 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType());
266 CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType());
271 CHECK_EQ(v8::HeapGraphNode::kObject, bound_argument->GetType());
319 CHECK_EQ(v8::HeapGraphNode::kClosure, compiled->GetType());
323 CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType());
327 CHECK_EQ(v8::HeapGraphNode::kClosure, anonymous->GetType());
346 if (node->GetType() == v8::HeapGraphNode::kArray)
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 157 const Type* new_type = tiv.GetType();
174 const Type* new_type = tiv.GetType();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 187 return adaptor.GetType(_node);
323 int type = adaptor.GetType(this._node);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 164 public virtual int GetType(object t) {
165 return adaptor.GetType(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 213 return adaptor.GetType( _node );
397 int type = adaptor.GetType(this._node);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 31 ASSERT_EQ(Value::TYPE_DICTIONARY, value->GetType());
98 ASSERT_EQ(Value::TYPE_DICTIONARY, value->GetType());
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 192 if (language_value->GetType() == base::Value::TYPE_STRING) {
196 } else if (language_value->GetType() == base::Value::TYPE_LIST) {
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 96 EXPECT_EQ(base::Value::TYPE_DICTIONARY, val->GetType());
102 EXPECT_EQ(base::Value::TYPE_LIST, val->GetType());
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 45 virtual Type GetType() const OVERRIDE;
122 Resource::Type ChildProcessResource::GetType() const {
extension_process_resource_provider.cc 50 virtual Type GetType() const OVERRIDE;
130 Resource::Type ExtensionProcessResource::GetType() const {
panel_resource_provider.cc 38 virtual Type GetType() const OVERRIDE;
71 Resource::Type PanelResource::GetType() const {
tab_contents_resource_provider.cc 76 virtual Type GetType() const OVERRIDE;
117 Resource::Type TabContentsResource::GetType() const {
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 119 if (language_value->GetType() == base::Value::TYPE_STRING) {
123 } else if (language_value->GetType() == base::Value::TYPE_LIST) {
  /external/chromium_org/chrome/common/extensions/
manifest_handler.cc 113 handler->AlwaysParseForType(extension->GetType())) {
135 handler->AlwaysValidateForType(extension->GetType())) {
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 26 << "Unexpected value type: " << value->GetType();
88 switch (it.value().GetType()) {
198 switch (value->GetType()) {
286 switch (value->GetType()) {
310 NOTREACHED() << "Unexpected value type: " << value->GetType();
482 switch (choice->GetType()) {
500 NOTREACHED() << "Unexpected type in enum: " << choice->GetType();
609 if (item_value && item_value->GetType() != base::Value::TYPE_NULL) {
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 66 if (current.GetType() == InstallationType.SYSTEM and
208 def GetType(self):
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_node_test.cc 82 EXPECT_EQ(S_IFREG, file->GetType());
136 EXPECT_EQ(S_IFDIR, root->GetType());
  /external/chromium_org/net/dns/
mdns_client_impl.h 213 virtual uint16 GetType() const OVERRIDE;
249 virtual uint16 GetType() const OVERRIDE;

Completed in 685 milliseconds

1 2 3 4 5 6 7 891011>>