Home
last modified time | relevance | path

Searched refs:raw_name (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dhelpers_ios.mm92 std::string raw_name(machine.get());
93 if (!raw_name.compare("iPhone1,1"))
95 if (!raw_name.compare("iPhone1,2"))
97 if (!raw_name.compare("iPhone2,1"))
99 if (!raw_name.compare("iPhone3,1"))
101 if (!raw_name.compare("iPhone3,3"))
103 if (!raw_name.compare("iPhone4,1"))
105 if (!raw_name.compare("iPhone5,1"))
107 if (!raw_name.compare("iPhone5,2"))
109 if (!raw_name.compare("iPhone5,3"))
[all …]
/external/v8/src/ast/
Dscopes.cc86 const AstRawString* name = var->raw_name(); in Remove()
91 const AstRawString* name = var->raw_name(); in Add()
1113 DCHECK_NOT_NULL(proxy->raw_name()); in DeclareVariable()
1114 const AstRawString* name = proxy->raw_name(); in DeclareVariable()
1333 current->variables_.Lookup(decl->proxy()->raw_name()); in CheckConflictingVarDeclarations()
1354 if (decl->proxy()->raw_name() == name) return decl; in CheckLexDeclarationsConflictingWith()
1645 if (var->raw_name()->IsEmpty()) in PrintVar()
1648 PrintName(var->raw_name()); in PrintVar()
1698 const AstRawString* name = params_[i]->raw_name(); in PrintParameters()
1737 PrintName(function->raw_name()); in Print()
[all …]
Dprettyprinter.cc777 PrintLiteralIndented("NAME", program->raw_name(), true); in PrintProgram()
811 scope->parameter(i)->raw_name()); in PrintParameters()
841 node->proxy()->raw_name()); in VisitVariableDeclaration()
848 PrintLiteral(node->proxy()->raw_name(), true); in VisitFunctionDeclaration()
850 PrintLiteral(node->fun()->raw_name(), false); in VisitFunctionDeclaration()
1001 node->scope()->catch_variable()->raw_name()); in VisitTryCatchStatement()
1019 PrintLiteralIndented("NAME", node->raw_name(), false); in VisitFunctionLiteral()
1031 PrintLiteralIndented("NAME", node->constructor()->raw_name(), false); in VisitClassLiteral()
1086 PrintLiteralIndented("NAME", node->raw_name(), false); in VisitNativeFunctionLiteral()
1185 PrintLiteralWithModeIndented(buf.start(), nullptr, node->raw_name()); in VisitVariableProxy()
[all …]
Dast.cc133 var_proxy->raw_name()->IsOneByteEqualTo("undefined"); in IsUndefinedLiteral()
190 raw_name_(var->raw_name()), in VariableProxy()
208 DCHECK((is_this() && var->is_this()) || raw_name() == var->raw_name()); in BindTo()
Dvariables.h56 const AstRawString* raw_name() const { return name_; } in raw_name() function
Dast.h1526 Handle<String> name() const { return raw_name()->string(); } in name()
1527 const AstRawString* raw_name() const { in raw_name() function
1528 return is_resolved() ? var_->raw_name() : raw_name_; in raw_name()
2233 const AstConsString* raw_name() const { return raw_name_; } in raw_name() function
2550 const AstRawString* raw_name() const { return name_; } in raw_name() function
2612 DCHECK(new_target_var->raw_name()->IsOneByteEqualTo(".new.target")); in SuperCallReference()
2613 DCHECK(this_function_var->raw_name()->IsOneByteEqualTo(".this_function")); in SuperCallReference()
/external/v8/src/builtins/
Dbuiltins-console.cc66 const char* raw_name = "default"; in LogTimerEvent() local
70 raw_name = name.get(); in LogTimerEvent()
72 LOG(isolate, TimerEvent(se, raw_name)); in LogTimerEvent()
/external/v8/src/parsing/
Dpreparser.cc438 variable->raw_name(), declaration_descriptor->mode); in DeclareAndInitializeVariables()
447 names->Add(variable->raw_name(), zone()); in DeclareAndInitializeVariables()
Dparser.cc745 const AstRawString* raw_name) { in DoParseFunction() argument
747 DCHECK_NOT_NULL(raw_name); in DoParseFunction()
753 fni_->PushEnclosingName(raw_name); in DoParseFunction()
865 result = DefaultConstructor(raw_name, IsDerivedConstructor(kind), in DoParseFunction()
873 raw_name, Scanner::Location::invalid(), kSkipFunctionNameCheck, kind, in DoParseFunction()
1393 declaration->proxy()->raw_name()); in Declare()
1474 const AstRawString* label = var->raw_name(); in DeclareLabel()
1637 const AstRawString* name = decl->proxy()->raw_name(); in ValidateCatchBlock()
1881 const AstRawString* name = decl.pattern->AsVariableProxy()->raw_name(); in RewriteForVarInLegacy()
1947 auto name = catch_scope->catch_variable()->raw_name(); in DesugarBindingInForEachStatement()
[all …]
Dpreparsed-scope-data.cc399 const AstRawString* name = var->raw_name(); in SaveDataForVariable()
618 const AstRawString* name = var->raw_name(); in RestoreDataForVariable()
Dparser.h220 const AstRawString* raw_name);
603 return expression->AsVariableProxy()->raw_name();
626 expr->AsVariableProxy()->raw_name() ==
914 ? pattern->AsVariableProxy()->raw_name()
Dpreparser.h1113 scope()->DeclareVariableName(variable->raw_name(),
1689 scope->DeclareParameterName(variable->raw_name(),
1717 parameters->scope->DeclareVariableName(variable->raw_name(),
Dpattern-rewriter.cc194 const AstRawString* name = pattern->raw_name(); in VisitVariableProxy()
/external/v8/src/debug/
Ddebug-scopes.cc571 String* raw_name; in VisitModuleScope() local
572 scope_info->ModuleVariable(i, &raw_name, &index); in VisitModuleScope()
573 CHECK(!ScopeInfo::VariableIsSynthetic(raw_name)); in VisitModuleScope()
574 name = handle(raw_name, isolate_); in VisitModuleScope()
/external/v8/src/torque/
Ddeclarations.cc321 Label* Declarations::DeclarePrivateLabel(const std::string& raw_name) { in DeclarePrivateLabel() argument
323 raw_name + "_" + std::to_string(GetNextUniqueDeclarationNumber()); in DeclarePrivateLabel()
/external/v8/src/interpreter/
Dbytecode-generator.cc1191 globals_builder()->AddUndefinedDeclaration(variable->raw_name(), slot); in VisitVariableDeclaration()
1220 ->LoadLiteral(variable->raw_name()) in VisitVariableDeclaration()
1244 globals_builder()->AddFunctionDeclaration(variable->raw_name(), slot, in VisitFunctionDeclaration()
1265 ->LoadLiteral(variable->raw_name()) in VisitFunctionDeclaration()
2569 if (variable->raw_name() == ast_string_constants()->undefined_string()) { in BuildVariableLoad()
2573 builder()->LoadGlobal(variable->raw_name(), feedback_index(slot), in BuildVariableLoad()
2607 builder()->LoadLookupContextSlot(variable->raw_name(), typeof_mode, in BuildVariableLoad()
2618 builder()->LoadLookupGlobalSlot(variable->raw_name(), typeof_mode, in BuildVariableLoad()
2623 builder()->LoadLookupSlot(variable->raw_name(), typeof_mode); in BuildVariableLoad()
2696 builder()->ThrowReferenceErrorIfHole(variable->raw_name()); in BuildThrowIfHole()
[all …]
/external/elfutils/libelf/
DlibelfP.h401 char raw_name[17]; /* This is a buffer for the NUL terminated member
Delf_begin.c66 elf->state.ar.elf_ar_hdr.ar_rawname = elf->state.ar.raw_name; in file_read_ar()
869 *((char *) mempcpy (elf->state.ar.raw_name, ar_hdr->ar_name, 16)) = '\0'; in __libelf_next_arhdr_wrlock()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py215 self.raw_name = f.read(8)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py215 self.raw_name = f.read(8)
/external/google-breakpad/src/processor/testdata/
Dmodule0.out8187 FUNC 4e8f 4 0 type_info::raw_name()
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym8187 FUNC 4e8f 4 0 type_info::raw_name()