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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedRangeException.h 39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
40 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
ANTLRMismatchedSetException.h 37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
ANTLRMismatchedTreeNodeException.h 38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRStreamEnumerator.h 38 id eof;
42 -(id) initWithNodes:(AMutableArray *) n andEOF:(id) obj;
46 @property (retain) id eof;
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/beancontext/mock/
MockPropertyChangeListenerS.java 33 public String id; field in class:MockPropertyChangeListenerS
35 public MockPropertyChangeListenerS(String id) {
36 this.id = id;
  /external/bison/src/
named-ref.c 26 named_ref_new (uniqstr id, location loc)
30 res->id = id;
39 return named_ref_new (r->id, r->loc);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h 24 id<BookmarkButtonControllerProtocol> controller_; // weak
27 - (id)initWithController:(id<BookmarkButtonControllerProtocol>)controller;
30 - (IBAction)openBookmarkFolderFromButton:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.h 31 - (id)init;
36 - (void)setContentObject:(id)content;
49 - (IBAction)setCookieDoesntHaveExplicitExpiration:(id)sender;
53 - (IBAction)setCookieHasExplicitExpiration:(id)sender;
  /external/chromium_org/cc/output/
software_frame_data.cc 10 : id(0),
  /external/chromium_org/cc/resources/
transferable_resource.cc 11 : id(0),
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h 23 id<BookmarkButtonControllerProtocol> controller_; // weak
26 - (id)initWithController:(id<BookmarkButtonControllerProtocol>)controller;
29 - (IBAction)openBookmarkFolderFromButton:(id)sender;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.h 30 - (id)init;
35 - (void)setContentObject:(id)content;
48 - (IBAction)setCookieDoesntHaveExplicitExpiration:(id)sender;
52 - (IBAction)setCookieHasExplicitExpiration:(id)sender;
  /external/chromium_org/net/quic/test_tools/
quic_session_peer.cc 14 void QuicSessionPeer::SetNextStreamId(QuicSession* session, QuicStreamId id) {
15 session->next_stream_id_ = id;
26 QuicSession* session, QuicStreamId id) {
27 return session->CreateIncomingReliableStream(id);
  /external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller_app.h 10 - (IBAction)uninstall:(id)sender;
11 - (IBAction)cancel:(id)sender;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_constbuf.h 38 unsigned id);
  /external/clang/test/Index/
getcursor-preamble.h 7 -(id)foo;
  /external/clang/test/SemaObjC/
foreach.m 7 id keys;
9 for ((id)2 in a); /* expected-error{{selector element is not a valid lvalue}} */
16 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
17 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
30 id *itemsPtr;
37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(unsigned long)len;
44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
51 @property (assign) id prop;
  /external/kernel-headers/original/linux/netfilter/
xt_realm.h 5 u_int32_t id; member in struct:xt_realm_info
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.h 38 unsigned id);
  /external/protobuf/gtest/test/
gtest_stress_test.cc 55 String IdToKey(int id, const char* suffix) {
57 key << "key_" << id << "_" << suffix;
61 String IdToString(int id) {
63 id_message << id; local
68 int id,
70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
73 << "expecting " << suffix << " value for id " << id; local
74 EXPECT_STREQ(IdToString(id).c_str(), property->value());
79 void ManyAsserts(int id) {
80 ::std::cout << "Thread #" << id << " running...\\n"; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
RetractItem.java 26 private String id; field in class:RetractItem
29 * Construct a <tt>RetractItem</tt> with the specified id.
31 * @param itemId The id if the item deleted
37 id = itemId;
42 return id;
57 return "<retract id='" + id + "'/>";
  /frameworks/base/core/java/android/content/
ContentUris.java 29 * <code>content://<em>authority</em>/<em>path</em>/<em>id</em></code>
59 * <em>id</em>
63 * preceding path part. Most providers recognize content URIs that contain an id part
65 * often expects the id part to be a particular value for that column.
75 * <p>This supports a common convention for content URIs where an ID is
90 * Appends the given ID to the end of the path.
92 * @param builder to append the ID to
93 * @param id to append
97 public static Uri.Builder appendId(Uri.Builder builder, long id) {
98 return builder.appendEncodedPath(String.valueOf(id));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
has_facet.pass.cpp 20 static std::locale::id id; member in struct:my_facet
23 std::locale::id my_facet::id; member in class:my_facet
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_realm.h 5 u_int32_t id; member in struct:xt_realm_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_realm.h 5 u_int32_t id; member in struct:xt_realm_info

Completed in 1090 milliseconds

<<11121314151617181920>>