HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 251 - 275 of 14488) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/download/
background_theme.h 19 virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const OVERRIDE;
20 virtual SkColor GetColor(int id) const OVERRIDE;
21 virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
23 virtual bool HasCustomImage(int id) const OVERRIDE;
25 int id,
27 virtual NSImage* GetNSImageNamed(int id) const OVERRIDE;
28 virtual NSColor* GetNSImageColorNamed(int id) const OVERRIDE;
29 virtual NSColor* GetNSColor(int id) const OVERRIDE;
30 virtual NSColor* GetNSColorTint(int id) const OVERRIDE;
31 virtual NSGradient* GetNSGradient(int id) const OVERRIDE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSParser.cpp 36 static bool isSystemColor(int id)
38 return (id >= CSSValueActiveborder && id <= CSSValueWindowtext) || id == CSSValueMenu;
47 CSSValueID id = value->id;
59 if (id == CSSValueAuto || id == CSSValueBaseline || id == CSSValueMiddle ||
60 (id >= CSSValueBeforeEdge && id <= CSSValueMathematical)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
41 - (id) init;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
43 - (id<ANTLRToken>)getUnexpectedToken;
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
48 id actor;
49 id object1;
50 id object2;
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2
    [all...]
ANTLRDebugTreeNodeStream.h 33 id<ANTLRDebugEventListener> debugListener;
34 id<ANTLRTreeAdaptor> treeAdaptor;
35 id<ANTLRTreeNodeStream> input;
39 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger;
41 - (id<ANTLRDebugEventListener>) debugListener;
42 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener;
44 - (id<ANTLRTreeNodeStream>) getInput;
45 - (void) setInput: (id<ANTLRTreeNodeStream>) aTreeNodeStream
    [all...]
ANTLRParser.h 34 id<ANTLRTokenStream> input;
36 + (ANTLRParser *)newANTLRParser:(id<ANTLRTokenStream>)anInput;
37 + (ANTLRParser *)newANTLRParser:(id<ANTLRTokenStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
39 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream;
40 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream State:(ANTLRRecognizerSharedState *)aState;
42 - (id<ANTLRTokenStream>) getInput;
43 - (void) setInput: (id<ANTLRTokenStream>) anInput;
47 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
41 - (id) init;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
43 - (id<ANTLRToken>)getUnexpectedToken;
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
48 id actor;
49 id object1;
50 id object2;
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
41 - (id) init;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
43 - (id<ANTLRToken>)getUnexpectedToken;
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
48 id actor;
49 id object1;
50 id object2;
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseMapElement.h 41 + (id) newANTLRBaseMapElement;
42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx;
43 - (id) init;
44 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) copyWithZone:(NSZone *)aZone;
ANTLRDebugTreeAdaptor.h 33 id<ANTLRDebugEventListener> debugListener;
37 - (id) initWithTreeAdaptor:(ANTLRCommonTreeAdaptor *)aTreeAdaptor debugListener:(id<ANTLRDebugEventListener>)aDebugListener;
39 - (id<ANTLRDebugEventListener>)debugListener;
40 - (void) setDebugListener:(id<ANTLRDebugEventListener>)aDebugListener;
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
41 - (id) init;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
43 - (id<ANTLRToken>)getUnexpectedToken;
ANTLRTreePatternParser.h 42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
55 - (id<ANTLRBaseTree>) pattern;
56 - (id<ANTLRBaseTree>) parseTree;
57 - (id<ANTLRBaseTree>) parseNode;
62 @property (retain) id<ANTLRTreeAdaptor> adaptor;
  /external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
ObjCVector.h 18 - (id)init;
20 - (void)addObject:(id)obj;
21 - (void)addObject:(id)obj atIndex:(NSUInteger)index;
23 - (void)removeObject:(id)obj;
26 - (id)objectAtIndex:(NSUInteger)index;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ClientRegistrationMessage.java 39 * Client registration is a message that contains a unique ID. This ID
49 private long id; field in class:ClientRegistrationMessage
54 return id;
57 public void setId(long id) {
58 this.id = id;
  /external/skia/tools/skpdiff/
SkPMetric.h 23 virtual void deleteDiff(int id) SK_OVERRIDE;
24 virtual bool isFinished(int id) SK_OVERRIDE;
25 virtual double getResult(int id) SK_OVERRIDE;
26 virtual int getPointsOfInterestCount(int id) SK_OVERRIDE;
27 virtual SkIPoint* getPointsOfInterest(int id) SK_OVERRIDE;
  /external/svox/pico/lib/
picoknow.c 54 this->id = PICOKNOW_KBID_NULL;
65 picoos_uint8 id; local
67 id = (*this)->id;
68 PICODBG_TRACE(("disposing KnowledgeBase id=%i",id));
  /frameworks/base/core/java/android/net/
LocalSocketAddress.java 45 /** The id matches with a #define in include/cutils/sockets.h */
46 private int id; field in class:LocalSocketAddress.Namespace
47 Namespace (int id) {
48 this.id = id;
55 return id;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerIdentifier.java 15 private ASN1Encodable id; field in class:SignerIdentifier
18 IssuerAndSerialNumber id)
20 this.id = id;
24 ASN1OctetString id)
26 this.id = new DERTaggedObject(false, 0, id);
30 ASN1Primitive id)
32 this.id = id;
    [all...]
  /external/oprofile/libutil++/
unique_storage.h 37 // id 0
45 /// the actual ID type
47 /// id == 0 means "empty" / "undefined"
48 id_value() : id(0) {}
50 /// does this ID map to a non-default value ?
52 return id;
56 return id < rhs.id;
60 return id == rhs.id;
75 size_type id; member in struct:unique_storage::id_value
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 27 JobID id; local
28 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
29 EXPECT_EQ(102, id);
30 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
31 EXPECT_EQ(104, id);
34 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
35 EXPECT_EQ(101, id);
38 EXPECT_FALSE(queue.PopForRun(LOW_PRIORITY, &id));
48 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
49 EXPECT_EQ(103, id);
91 JobID id; local
    [all...]
  /external/chromium_org/content/public/common/
desktop_media_id.h 26 typedef intptr_t Id;
32 id(0) {
34 DesktopMediaID(Type type, Id id)
36 id(id) {
41 return type < other.type || (type == other.type && id < other.id);
44 return type == other.type && id == other.id;
52 Id id; member in struct:content::DesktopMediaID
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
DiagnosticsBase.cpp 18 void Diagnostics::report(ID id,
23 print(id, loc, text);
26 Diagnostics::Severity Diagnostics::severity(ID id)
28 if ((id > ERROR_BEGIN) && (id < ERROR_END))
31 if ((id > WARNING_BEGIN) && (id < WARNING_END))
38 std::string Diagnostics::message(ID id
    [all...]
  /external/libmtp/examples/
getfile.c 44 int id = parse_path (from_path,files,folders); local
45 if (id > 0) {
47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
58 uint32_t id; local
62 // We need file ID and filename
68 // Sanity check song ID
69 id = strtoul(argv[1], &endptr, 10);
73 } else if ( ! id ) {
74 fprintf(stderr, "bad file/track id %u\n", id);
    [all...]

Completed in 149 milliseconds

<<11121314151617181920>>