/external/proguard/src/proguard/evaluation/value/ |
IdentifiedFloatValue.java | 24 * This FloatValue represents a float value that is identified by a unique ID. 31 private final int id; field in class:IdentifiedFloatValue 35 * Creates a new float value with the given ID. 37 public IdentifiedFloatValue(ValueFactory valuefactory, int id) 40 this.id = id; 51 this.id == ((IdentifiedFloatValue)object).id; 59 id; 65 return "f"+id; [all...] |
IdentifiedIntegerValue.java | 24 * This IntegerValue represents a integer value that is identified by a unique ID. 31 private final int id; field in class:IdentifiedIntegerValue 35 * Creates a new integer value with the given ID. 37 public IdentifiedIntegerValue(ValueFactory valuefactory, int id) 40 this.id = id; 51 this.id == ((IdentifiedIntegerValue)object).id; 59 id; 65 return "i"+id; [all...] |
IdentifiedLongValue.java | 24 * This LongValue represents a long value that is identified by a unique ID. 31 private final int id; field in class:IdentifiedLongValue 35 * Creates a new long value with the given ID. 37 public IdentifiedLongValue(ValueFactory valuefactory, int id) 40 this.id = id; 51 this.id == ((IdentifiedLongValue)object).id; 59 id; 65 return "l"+id; [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsic.java | 28 ScriptIntrinsic(int id, RenderScript rs) { 29 super(id, rs);
|
/external/apache-http/src/org/apache/http/protocol/ |
SyncBasicHttpContext.java | 49 public synchronized Object getAttribute(final String id) { 50 return super.getAttribute(id); 53 public synchronized void setAttribute(final String id, final Object obj) { 54 super.setAttribute(id, obj); 57 public synchronized Object removeAttribute(final String id) { 58 return super.removeAttribute(id);
|
/external/chromium_org/chrome/common/media_galleries/ |
itunes_library.cc | 11 : id(0) { 14 Track::Track(uint64 id, const base::FilePath& location) 15 : id(id), 20 return id < other.id;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
ChromaFormat.java | 34 private int id; field in class:ChromaFormat 38 public ChromaFormat(int id, int subWidth, int subHeight) { 39 this.id = id; 44 public static ChromaFormat fromId(int id) { 45 if (id == MONOCHROME.id) { 47 } else if (id == YUV_420.id) { 49 } else if (id == YUV_422.id) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id) init; 40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t; 43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text; 44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken; 45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t; 46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t [all...] |
ANTLRDebugParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream; 37 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 40 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRDebugTreeParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream; 37 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 40 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRRuleReturnScope.h | 40 - (id<ANTLRToken>) getStart; 43 - (id<ANTLRToken>) getStop; 46 - (id) getNode; 51 - (id) getTemplate; 53 - (id) copyWithZone:(NSZone *)theZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id) init; 40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t; 43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text; 44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken; 45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t; 46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t [all...] |
ANTLRDebugParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream; 37 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 40 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRDebugTreeParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream; 37 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 40 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRRuleReturnScope.h | 40 - (id<ANTLRToken>) getStart; 43 - (id<ANTLRToken>) getStop; 46 - (id) getNode; 51 - (id) getTemplate; 53 - (id) copyWithZone:(NSZone *)theZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id) init; 40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t; 43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text; 44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken; 45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t; 46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t [all...] |
ANTLRDebugParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream; 37 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 40 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRDebugTreeParser.h | 33 id<ANTLRDebugEventListener> debugListener; 36 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream; 37 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 40 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream 41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener 44 - (id<ANTLRDebugEventListener>) debugListener; 45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener [all...] |
ANTLRRuleReturnScope.h | 40 - (id<ANTLRToken>) getStart; 43 - (id<ANTLRToken>) getStop; 46 - (id) getNode; 51 - (id) getTemplate; 53 - (id) copyWithZone:(NSZone *)theZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDoubleKeyMap.h | 17 - (id) init; 18 - (id) setObject:(id)v forKey1:(id)k1 forKey2:(NSString *)k2; 19 - (id) objectForKey1:(id)k1 forKey2:(id)k2; 20 - (AMutableDictionary *) objectForKey:(id)k1; 21 - (NSArray *) valuesForKey:(id)k1; 23 - (AMutableArray *) allKeys2:(id)k1 [all...] |
ANTLRMissingTokenException.h | 37 id<ANTLRToken> inserted; 40 + (id) newException; 41 + (id) newException:(NSInteger)expected 42 Stream:(id<ANTLRIntStream>)anInput 43 With:(id<ANTLRToken>)insertedToken; 44 - (id) init; 45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken; 51 @property (retain) id<ANTLRToken> inserted [all...] |
ANTLRRuleReturnScope.h | 40 - (id<ANTLRToken>) getStart; 43 - (id<ANTLRToken>) getStop; 46 - (id) getTree; 51 - (id) getTemplate; 53 - (id) copyWithZone:(NSZone *)theZone;
|
ANTLRBaseTreeAdaptor.h | 37 - (id) init; 39 - (id) copyWithZone:(NSZone *)aZone; 41 - (id) emptyNode; 43 - (id) createNil; 56 - (id) errorNode:(id<ANTLRTokenStream>)anInput 57 From:(id<ANTLRToken>)startToken 58 To:(id<ANTLRToken>)stopToken 61 - (BOOL) isNil:(id<ANTLRBaseTree>) aTree; 63 - (id<ANTLRBaseTree>)dupTree:(id<ANTLRBaseTree>)aTree [all...] |
/external/chromium_org/third_party/ocmock/ |
ocmock_extensions.h | 14 // - (id)andReturnValue:OCMOCK_VALUE(blah) 17 - (id)andReturnChar:(char)value; 18 - (id)andReturnUnsignedChar:(unsigned char)value; 19 - (id)andReturnShort:(short)value; 20 - (id)andReturnUnsignedShort:(unsigned short)value; 21 - (id)andReturnInt:(int)value; 22 - (id)andReturnUnsignedInt:(unsigned int)value; 23 - (id)andReturnLong:(long)value; 24 - (id)andReturnUnsignedLong:(unsigned long)value; 25 - (id)andReturnLongLong:(long long)value [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/ |
id.pass.cpp | 12 // class locale::id 15 // id(); 16 // void operator=(const id&) = delete; 17 // id(const id&) = delete; 25 std::locale::id id0; 26 std::locale::id id2; 27 std::locale::id id1; 31 long id = id0.__get(); local 32 assert(id0.__get() == id+0) [all...] |