Home
last modified time | relevance | path

Searched defs:name (Results 6726 - 6750 of 8180) sorted by relevance

1...<<261262263264265266267268269270>>...328

/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h286 char name[32]; /* empty string, then actually TCXR */ member
366 const char *name; member
579 const char *name; member
[all...]
/third_party/libinput/src/
H A Dquirks.c139 char *name; member
162 char *name; /* the [Section Name] */ member
495 section_new(const char *path, const char *name) in section_new() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c155 const char *name; member
161 const char *name; in handle_subopt_val() local
178 const char *name; member
184 const char *name; in apply_mask() local
231 const char *name; global() member
359 const char *name = arg + 1; handle_switch_D() local
792 const char *name = arg + 1; handle_switch_U() local
981 const char *name; global() member
[all...]
H A Dpre-process.c1299 static struct token *parse_expansion(struct token *expansion, struct token *arglist, struct ident *name) in parse_expansion() argument
1345 static int do_define(struct position pos, struct token *token, struct ident *name, in do_define() argument
1407 predefine(const char *name, int weak, const char *fmt, ...) predefine() argument
1438 predefine_nostd(const char *name) predefine_nostd() argument
1474 struct ident *name; do_handle_define() local
2098 const char *name; init_preprocessor() member
2131 const char *name; init_preprocessor() member
2348 struct ident *name; dump_macro_definitions() local
[all...]
H A Dsymbol.c790 struct symbol *create_symbol(int stream, const char *name, int type, int namespace) in create_symbol() argument
H A Dexample.c100 const char *name; member
1158 const struct ident *name; global() member
1370 const char *name = show_ident(sym->ident); generate_one_insn() local
1698 const char *name = show_storage(storage); generate() local
[all...]
/third_party/lwip/src/include/lwip/
H A Dstats.h100 const char *name; member
/third_party/lz4/programs/
H A Dbench.c738 char name[20] = {0}; in BMK_syntheticTest() local
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h400 DefineNamedOwnPropertyParameters(const NameRef& name, in DefineNamedOwnPropertyParameters() argument
404 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final
450 NamedAccess(LanguageMode language_mode, const NameRef& name, in NamedAccess() argument
454 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final
478 LoadGlobalParameters(const NameRef& name, const FeedbackSource& feedback, in LoadGlobalParameters() argument
482 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } in name() function in v8::internal::compiler::final
509 StoreGlobalParameters(LanguageMode language_mode, const FeedbackSource& feedback, const NameRef& name) StoreGlobalParameters() argument
515 NameRef name(JSHeapBroker* broker) const { return name_.AsRef(broker); } name() function in v8::internal::compiler::final
[all...]
H A Djs-operator.cc998 LoadNamed(const NameRef& name, const FeedbackSource& feedback) LoadNamed() argument
1011 LoadNamedFromSuper( const NameRef& name, const FeedbackSource& feedback) LoadNamedFromSuper() argument
1104 SetNamedProperty( LanguageMode language_mode, const NameRef& name, FeedbackSource const& feedback) SetNamedProperty() argument
1139 DefineNamedOwnProperty( const NameRef& name, FeedbackSource const& feedback) DefineNamedOwnProperty() argument
1167 LoadGlobal(const NameRef& name, const FeedbackSource& feedback, TypeofMode typeof_mode) LoadGlobal() argument
1180 StoreGlobal(LanguageMode language_mode, const NameRef& name, const FeedbackSource& feedback) StoreGlobal() argument
[all...]
H A Dsimplified-operator.cc79 Handle<Name> name; in operator <<() local
[all...]
H A Dcode-assembler.h1617 const char* name() const { return name_; } in name() function in v8::internal::compiler::CodeAssemblerState
H A Djs-generic-lowering.cc241 ShouldUseMegamorphicLoadBuiltin(FeedbackSource const& source, base::Optional<NameRef> name, JSHeapBroker* broker) ShouldUseMegamorphicLoadBuiltin() argument
[all...]
H A Djs-heap-broker.cc428 NamedAccessFeedback::NamedAccessFeedback(NameRef const& name, in NamedAccessFeedback() argument
510 base::Optional<NameRef> name = in ReadFeedbackForPropertyAccess() local
880 GetPropertyAccessInfo( MapRef map, NameRef name, AccessMode access_mode, CompilationDependencies* dependencies) GetPropertyAccessInfo() argument
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.h373 DisallowReassignment(const char* name, T value) in DisallowReassignment() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc930 i::Handle<i::String> name = isolate->factory()->empty_string(); in GetBuiltin() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.h195 Variable* LookupLocal(const AstRawString* name) { in LookupLocal() argument
229 NewUnresolved(AstNodeFactory* factory, const AstRawString* name, int start_pos, VariableKind kind = NORMAL_VARIABLE) NewUnresolved() argument
628 LookupInScopeOrScopeInfo(const AstRawString* name, Scope* cache) LookupInScopeOrScopeInfo() argument
634 LookupForTesting(const AstRawString* name) LookupForTesting() argument
650 Declare(Zone* zone, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, bool* was_added) Declare() argument
935 LookupInModule(const AstRawString* name) LookupInModule() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc217 TNode<String> name = HeapConstant(isolate()->factory()->lastIndex_string()); in SlowStoreLastIndex() local
357 TNode<String> name = CAST(LoadFixedArrayElement(names, i)); in ConstructNewResultFromMatchInfo() local
376 Add<PropertyDictionary>(CAST(properties), name, capture, in ConstructNewResultFromMatchInfo() local
1371 Handle<String> name; in SlowFlagGetter() local
H A Dbuiltins-array-gen.cc115 GenerateIteratingTypedArrayBuiltinBody( const char* name, const BuiltinResultGenerator& generator, const CallResultProcessor& processor, ForEachDirection direction) GenerateIteratingTypedArrayBuiltinBody() argument
H A Dbuiltins-object-gen.cc1394 AddToDictionaryIf( TNode<BoolT> condition, TNode<Context> context, TNode<Object> object, TNode<HeapObject> name_dictionary, Handle<Name> name, TNode<Object> value, Label* bailout) AddToDictionaryIf() argument
H A Dbuiltins-internal-gen.cc747 TNode<Name> name = CAST(CallBuiltin(Builtin::kToName, context, key)); in TF_BUILTIN() local
1272 TNode<Object> name = CallBuiltin(Builtin::kToName, context, key); in TF_BUILTIN() local
657 DeleteDictionaryProperty(TNode<JSReceiver> receiver, TNode<Dictionary> properties, TNode<Name> name, TNode<Context> context, Label* dont_delete, Label* notfound) DeleteDictionaryProperty() argument
1337 TNode<Name> name = CAST(CallBuiltin(Builtin::kToName, context, key)); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc225 void AsmJsParser::AddGlobalImport(base::Vector<const char> name, AsmType* type, in AddGlobalImport() argument
550 base::Vector<const char> name = CopyCurrentIdentifierString(); in ValidateModuleVarImport() local
556 base::Vector<const char> name = CopyCurrentIdentifierString(); in ValidateModuleVarImport() local
636 base::Vector<const char> name = CopyCurrentIdentifierString(); ValidateExport() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc675 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name, in open() argument
706 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, in create() argument
1020 static void SetThreadName(const char* name) { in SetThreadName() argument
1022 pthread_set_name_np(pthread_self(), name); in SetThreadName() local
1059 set_name(const char* name) set_name() argument
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc1007 std::unique_ptr<char[]> name = shared.DebugNameCStr(); in DoComputeUnoptimizedFrame() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1024 int Simulator::CodeFromName(const char* name) { in CodeFromName() argument
[all...]

Completed in 58 milliseconds

1...<<261262263264265266267268269270>>...328