HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 1151 - 1175 of 5406) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgentClient.h 46 // Returns the identifier of the entity hosting this agent.
WebSharedWorkerRepository.h 44 // Unique identifier for the parent document of a worker (unique within a given process).
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
char_test.cpp 63 expectedType = pp::Token::IDENTIFIER;
  /external/chromium_org/third_party/icu/source/i18n/
unesctrn.h 59 * @param ID the string identifier for this transliterator
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCICECandidate.h 33 // If present, this contains the identifier of the "media stream
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 70 // The gpu identifier
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_winsys.h 56 * Locally unique identifier (LUID) of the graphics adapter.
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 98 typedef bool (*NPN_IdentifierIsStringProcPtr)(NPIdentifier identifier);
99 typedef NPUTF8* (*NPN_UTF8FromIdentifierProcPtr)(NPIdentifier identifier);
100 typedef int32_t (*NPN_IntFromIdentifierProcPtr)(NPIdentifier identifier);
116 typedef bool (*NPN_EnumerateProcPtr)(NPP npp, NPObject *obj, NPIdentifier **identifier, uint32_t *count);
  /external/chromium_org/third_party/skia/include/gpu/
GrBackendEffectFactory.h 19 is used as a type identifier. Thus a GrEffect subclass must return a singleton from
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_win.cpp 57 &winData->fThreadId); // returns the thread identifier
  /external/chromium_org/tools/idl_parser/test_parser/
interface_web.idl 49 /* ERROR Unexpected ":" after identifier "MyIFaceInherit". */
  /external/chromium_org/ui/webui/
web_ui_util.h 44 UI_EXPORT bool ParseScaleFactor(const base::StringPiece&identifier,
  /external/chromium_org/v8/tools/
jsmin.py 73 identifier = m.group(1)
74 self.seen_identifiers[identifier] = True
245 # Strip single spaces unless they have an identifier character both before
246 # and after the space. % and $ are counted as identifier characters.
  /external/clang/include/clang/AST/
ASTTypeTraits.h 10 // Provides a dynamic type identifier and a dynamically typed node container
31 /// \brief Kind identifier.
38 /// \brief Empty identifier. It matches nothing.
41 /// \brief Construct an identifier for T.
  /external/clang/include/clang/Basic/
TemplateKinds.h 19 /// \brief Specifies the kind of template name that an identifier refers to.
  /external/clang/include/clang/Sema/
Weak.h 28 bool used; // identifier later declared?
  /external/clang/include/clang/Serialization/
ASTDeserializationListener.h 38 /// \brief An identifier was deserialized from the AST file.
  /external/clang/lib/AST/
ASTTypeTraits.cpp 10 // Provides a dynamic type identifier and a dynamically typed node container
  /external/clang/test/CXX/class/class.mem/
p1.cpp 19 S::EnumT Evar2 = EnumT(); //expected-error{{use of undeclared identifier 'EnumT'}}
  /external/clang/test/FixIt/
typo.c 42 unsinged *ptr = 0; // expected-error{{use of undeclared identifier 'unsinged'; did you mean 'unsigned'?}}
  /external/clang/test/Parser/
cxx0x-decl.cpp 36 static_assert(something, ""); // expected-error {{undeclared identifier}}
  /external/clang/test/Sema/
address_spaces.c 68 typedef int PR4997 __attribute__((address_space(Foobar))); // expected-error {{use of undeclared identifier 'Foobar'}}
statements.c 40 switch (env->fpscr) // expected-error {{use of undeclared identifier 'env'}}
var-redecl.c 56 int *p=&g19; // expected-error{{use of undeclared identifier 'g19'}} \
  /external/clang/test/SemaCXX/
copy-assignment.cpp 102 template<typename T> class A : public unknown::X { // expected-error {{undeclared identifier 'unknown'}} expected-error {{expected class name}}

Completed in 1230 milliseconds

<<41424344454647484950>>