Searched refs:definition (Results 26 - 50 of 182) sorted by relevance

12345678

/external/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp56 if (Phi* Ph = dyn_cast<Phi>(V->definition())) {
67 if (Phi* Ph = dyn_cast<Phi>(V->definition())) {
93 // Phi nodes to find the canonical definition.
100 D = V->definition();
127 // canonical definition. If so, mark the Phi node as redundant.
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dbrowser_action_custom_bindings.js18 sendRequest(this.name, [args, callback], this.definition.parameters);
H A Ddownloads_custom_bindings.js24 ') doesn\'t match definition suggest({filename: string, ' +
H A Dtts_custom_bindings.js52 sendRequest(this.name, args, this.definition.parameters);
H A Dfile_system_custom_bindings.js44 this.definition.parameters, {});
59 this.name, [id, callback], this.definition.parameters, {});
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
/external/lldb/include/lldb/Interpreter/
H A DProperty.h42 Property (const PropertyDefinition &definition);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
H A Dast.ml24 (* func - This type represents a function definition itself. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_synchronizer.h68 explicit TextureGroup(const TextureDefinition& definition);
71 TextureDefinition definition; member in struct:gpu::gles2::MailboxSynchronizer::TextureGroup
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dcommon.py197 def _parse_extension_param(state, definition, allow_quoted_string):
206 definition.add_parameter(param_name, None)
221 definition.add_parameter(param_name, param_value)
H A Dheaderparserhandler.py137 def _parse_option(name, value, definition):
141 meaning = definition.get(value.lower())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dcommon.py197 def _parse_extension_param(state, definition):
206 definition.add_parameter(param_name, None)
218 definition.add_parameter(param_name, param_value)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementConstructorBuilder.cpp171 bool CustomElementConstructorBuilder::createConstructor(Document* document, CustomElementDefinition* definition, ExceptionState& exceptionState) argument
179 if (!prototypeIsValid(definition->descriptor().type(), exceptionState))
186 CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefinition, definition->descriptor().type(), exceptionState);
190 const CustomElementDescriptor& descriptor = definition->descriptor();
238 bool CustomElementConstructorBuilder::didRegisterDefinition(CustomElementDefinition* definition) const
242 return m_callbacks->setBinding(definition, CustomElementBinding::create(m_scriptState->isolate(), m_prototype));
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params_test_utils.cc144 const std::string& definition) const {
145 return ((has_definitions_ & has_def) ? definition : std::string());
H A Ddata_reduction_proxy_params_test_utils.h68 const std::string& definition) const;
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp137 struct definition { struct in struct:test10::X
143 typename X<T>::template definition<U> f(T, U) { }
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml24 (* func - This type represents a function definition itself. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml24 (* func - This type represents a function definition itself. *)
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp336 const char *definition = string; local
345 parseError->offset = (int32_t)(string - definition);
428 ucol_prepareShortStringOpen( const char *definition, argument
453 ucol_sit_readSpecs(&s, definition, parseError, status);
488 ucol_openFromShortString( const char *definition, argument
494 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
514 const char *string = definition;
517 string = ucol_sit_readSpecs(&s, definition, parseError, status);
534 parseError->offset = (int32_t)(string - definition);
576 ucol_normalizeShortDefinitionString(const char *definition, argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_def.sh21 This script generates a MSVC module definition file containing a list of symbols
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh21 This script generates a MSVC module definition file containing a list of symbols

Completed in 3259 milliseconds

12345678