HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 201 - 225 of 7297) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/smack/src/org/xbill/DNS/
NSIDOption.java 6 * The Name Server Identifier Option, define in RFC 5001.
  /external/webkit/Source/JavaScriptCore/runtime/
StringObject.h 36 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
38 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
40 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue, PutPropertySlot&);
41 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-003-n.js 6 * RelationalExpression instanceof Identifier
83 // Identifier is not a function
88 // Identifier is a function, prototype of Identifier is not an object
instanceof-004-n.js 6 * RelationalExpression instanceof Identifier
83 // Identifier is not a function
87 // Identifier is a function, prototype of Identifier is not an object
  /external/webkit/Source/WebCore/bindings/js/
JSPluginElementFunctions.h 41 JSC::JSValue runtimeObjectPropertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
42 bool runtimeObjectCustomGetOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&, JSHTMLElement*);
43 bool runtimeObjectCustomGetOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElement*);
44 bool runtimeObjectCustomPut(JSC::ExecState*, const JSC::Identifier&, JSC::JSValue, JSHTMLElement*, JSC::PutPropertySlot&);
JSDeviceMotionEventCustom.cpp 46 JSValue xValue = object->get(exec, Identifier(exec, "x"));
54 JSValue yValue = object->get(exec, Identifier(exec, "y"));
62 JSValue zValue = object->get(exec, Identifier(exec, "z"));
84 JSValue alphaValue = object->get(exec, Identifier(exec, "alpha"));
92 JSValue betaValue = object->get(exec, Identifier(exec, "beta"));
100 JSValue gammaValue = object->get(exec, Identifier(exec, "gamma"));
117 object->putDirect(exec->globalData(), Identifier(exec, "x"), acceleration->canProvideX() ? jsNumber(acceleration->x()) : jsNull());
118 object->putDirect(exec->globalData(), Identifier(exec, "y"), acceleration->canProvideY() ? jsNumber(acceleration->y()) : jsNull());
119 object->putDirect(exec->globalData(), Identifier(exec, "z"), acceleration->canProvideZ() ? jsNumber(acceleration->z()) : jsNull());
126 object->putDirect(exec->globalData(), Identifier(exec, "alpha"), rotationRate->canProvideAlpha() ? jsNumber(rotationRate->alpha()) : jsNull())
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 587 kern_return_t WKPCGetStringIdentifier(mach_port_t clientPort, data_t name, mach_msg_type_number_t nameCnt, uint64_t* identifier)
591 COMPILE_ASSERT(sizeof(*identifier) == sizeof(IdentifierRep*), identifier_sizes);
593 *identifier = reinterpret_cast<uint64_t>(IdentifierRep::get(name));
597 kern_return_t WKPCGetIntIdentifier(mach_port_t clientPort, int32_t value, uint64_t* identifier)
599 COMPILE_ASSERT(sizeof(*identifier) == sizeof(NPIdentifier), identifier_sizes);
601 *identifier = reinterpret_cast<uint64_t>(IdentifierRep::get(value));
605 static Identifier identifierFromIdentifierRep(IdentifierRep* identifier)
607 ASSERT(IdentifierRep::isValid(identifier));
608 ASSERT(identifier->isString())
    [all...]
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleTest.h 54 static InjectedBundleTest* create(const std::string& identifier)
56 return new TestClassTy(identifier);
61 InjectedBundleTest(const std::string& identifier)
62 : m_identifier(identifier)
  /frameworks/compile/slang/tests/F_bad_pragmas/
stderr.txt.expect 5 bad_pragmas.rs:10:18: error: expected identifier or '('
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion49.txt 7 android:id : Identifier of the layer. [reference]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 48 * @param uniqueId Unique identifier for a session
62 * @param uniqueId Unique identifier for a session
74 * @param uniqueId Unique identifier for a session
84 * @param uniqueId Unique identifier for a session
94 * @param uniqueId Unique identifier for a session
103 * @param uniqueId Unique identifier for a session
114 * @param uniqueId Unique identifier for a session
125 * @param uniqueId Unique identifier for a session
141 * @param uniqueId Unique identifier for a session
152 * @param uniqueId Unique identifier for a sessio
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
T.g 16 /* With this true, enum is seen as a keyword. False, it's an identifier */
24 stat: identifier {NSLog(@"enum is an ID");}
28 identifier
  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 27 public Object forward(Object[] args, int identifier) {
28 return importer.call(objectId, identifier, args);
31 public static Object forwardStatic(Object[] args, int identifier)
  /external/webkit/LayoutTests/fast/events/touch/
document-create-touch-expected.txt 9 PASS touch.identifier is 1
16 PASS emptyTouch.identifier is 0
23 PASS badParamsTouch.identifier is 0
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 15 shouldBe("touch.identifier", "1");
24 shouldBe("emptyTouch.identifier", "0");
34 shouldBe("badParamsTouch.identifier", "0");
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.h 44 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
45 virtual Field* fieldNamed(const Identifier&, Instance*) const;
47 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&);
  /external/webkit/Source/WebCore/inspector/
TimelineRecordFactory.cpp 132 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceSendRequestData(unsigned long identifier, const ResourceRequest& request)
135 data->setNumber("identifier", identifier);
141 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceReceiveResponseData(unsigned long identifier, const ResourceResponse& response)
144 data->setNumber("identifier", identifier);
150 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceFinishData(unsigned long identifier, bool didFail, double finishTime)
153 data->setNumber("identifier", identifier);
160 PassRefPtr<InspectorObject> TimelineRecordFactory::createReceiveResourceData(unsigned long identifier)
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.cpp 83 WebString identifier = identifierForNotification(notification); local
90 m_replacements.set(replaceId, WTF::String(identifier.data(), identifier.length()));
107 WTF::String id(identifier.data(), identifier.length());
116 WebString identifier = identifierForNotification(notification); local
117 printf("DESKTOP NOTIFICATION CLOSED: %s\n", identifier.utf8().data());
121 WTF::String id(identifier.data(), identifier.length());
127 WebString identifier = identifierForNotification(notification) local
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 66 static void didInitiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, bool pageLoadIsProvisional, const void*);
67 static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, WKURLResponseRef, const void*);
68 static void didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLResponseRef, const void*);
69 static void didReceiveContentLengthForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, uint64_t length, const void*);
70 static void didFinishLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, const void*);
71 static void didFailLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKErrorRef, const void*);
90 void didInitiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, bool pageLoadIsProvisional);
91 WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, WKURLResponseRef);
92 void didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLResponseRef);
93 void didReceiveContentLengthForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, uint64_t length)
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java 198 * <code>methodPrefix "_m_"</code> and the identifier.
202 static public Object invoke(Object target, int identifier, Object[] args)
207 String head = methodPrefix + identifier;
230 public Object trapMethodcall(int identifier, Object[] args)
235 return m[identifier].invoke(null, args);
287 * the method specified by <code>identifier</code>.
292 * @param identifier the identifier index
297 public final Method getMethod(int identifier) {
298 return getReflectiveMethods()[identifier];
    [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 51 * @param[in] uniqueId Unique identifier for a session
58 * @param[in] uniqueId Unique identifier for a session
66 * @param[in] uniqueId Unique identifier for a session
77 * @param[in] uniqueId Unique identifier for a session
91 * @param[in] uniqueId Unique identifier for a session
103 * @param[in] uniqueId Unique identifier for a session
114 * @param[in] uniqueId Unique identifier for a session
125 * @param[in] uniqueId Unique identifier for a session
136 * @param[in] uniqueId Unique identifier for a session
149 * @param[in] uniqueId Unique identifier for a sessio
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
40 /// \brief A simple pair of identifier info and location.
44 /// One of these records is kept for each identifier that
48 /// set, and all tok::identifier tokens have a pointer to one of these.
50 unsigned TokenID : 9; // Front-end token ID or tok::identifier.
57 bool IsExtension : 1; // True if identifier is a lang extension.
58 bool IsCXX11CompatKeyword : 1; // True if identifier is a keyword in C++11.
59 bool IsPoisoned : 1; // True if identifier is poisoned.
62 bool IsFromAST : 1; // True if identifier was loaded (at least
64 bool ChangedAfterLoad : 1; // True if identifier has changed from th
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 127 -(NSURLRequest *)webView: (WebView *)wv resource:identifier willSendRequest: (NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource
130 NSString *string = [NSString stringWithFormat:@"%@ - willSendRequest %@ redirectResponse %@", identifier, [request _drt_descriptionSuitableForTestResult],
175 - (void)webView:(WebView *)wv resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
178 NSString *string = [NSString stringWithFormat:@"%@ - didReceiveAuthenticationChallenge - Simulating cancelled authentication sheet", identifier];
191 NSString *string = [NSString stringWithFormat:@"%@ - didReceiveAuthenticationChallenge - Responding with %@:%@", identifier, nsUser, nsPassword];
198 - (void)webView:(WebView *)wv resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
202 -(void)webView: (WebView *)wv resource:identifier didReceiveResponse: (NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource
205 NSString *string = [NSString stringWithFormat:@"%@ - didReceiveResponse %@", identifier, [response _drt_descriptionSuitableForTestResult]];
212 -(void)webView: (WebView *)wv resource:identifier didReceiveContentLength: (NSInteger)length fromDataSource:(WebDataSource *)dataSource
216 -(void)webView: (WebView *)wv resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSourc
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
SAXParseException.java 103 * system identifier is a URL (including relative filename), the
108 * @param publicId The public identifier of the entity that generated
110 * @param systemId The system identifier of the entity that generated
134 * system identifier is a URL (including relative filename), the
139 * @param publicId The public identifier of the entity that generated
141 * @param systemId The system identifier of the entity that generated
160 * @param publicId The public identifier of the entity which generated the exception,
162 * @param systemId The system identifier of the entity which generated the exception,
178 * Get the public identifier of the entity where the exception occurred.
180 * @return A string containing the public identifier, or nul
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 49 class Identifier;
109 RegisterID* registerFor(const Identifier&);
112 int argumentNumberFor(const Identifier&);
116 bool willResolveToArguments(const Identifier&);
121 RegisterID* constRegisterFor(const Identifier&);
129 bool findScopedProperty(const Identifier&, int& index, size_t& depth, bool forWriting, bool& includesDynamicScopes, JSObject*& globalObject);
134 bool isLocal(const Identifier&);
135 bool isLocalConstant(const Identifier&);
197 PassRefPtr<LabelScope> newLabelScope(LabelScope::Type, const Identifier* = 0);
279 RegisterID* emitLoad(RegisterID* dst, const Identifier&)
    [all...]

Completed in 1230 milliseconds

1 2 3 4 5 6 7 891011>>