HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 126 - 150 of 18697) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeVisitor.h 37 id<ANTLRTreeAdaptor> adaptor;
39 + (ANTLRTreeVisitor *)newANTLRTreeVisitor:(id<ANTLRTreeAdaptor>) anAdaptor;
41 - (id)init;
42 - (id)initWithAdaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
43 - (ANTLRTreeVisitor *)visit:(id<ANTLRTree>)t Action:(ANTLRTreeVisitorAction *)action;
ANTLRTreePatternParser.h 42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
53 - (id<ANTLRTree>) pattern;
54 - (id<ANTLRTree>) parseTree;
55 - (id<ANTLRTree>) parseNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeVisitor.h 37 id<ANTLRTreeAdaptor> adaptor;
39 + (ANTLRTreeVisitor *)newANTLRTreeVisitor:(id<ANTLRTreeAdaptor>) anAdaptor;
41 - (id)init;
42 - (id)initWithAdaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
43 - (ANTLRTreeVisitor *)visit:(id<ANTLRTree>)t Action:(ANTLRTreeVisitorAction *)action;
ANTLRTreePatternParser.h 42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
53 - (id<ANTLRTree>) pattern;
54 - (id<ANTLRTree>) parseTree;
55 - (id<ANTLRTree>) parseNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 35 id singleElement;
39 __strong id<ANTLRTreeAdaptor> treeAdaptor;
45 @property (assign) id singleElement;
48 @property (retain) id<ANTLRTreeAdaptor> treeAdaptor;
50 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
52 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
54 element:(id)anElement;
55 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
59 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription
    [all...]
ANTLRPtrStack.h 29 - (id)init;
30 - (id)initWithLen:(NSInteger)aLen;
34 - (id) copyWithZone:(NSZone *)aZone;
41 - (id)lookup:(NSString *)s;
43 - (id)install:(id)sym;
47 - (id)getTType:(NSString *)name;
48 - (id)getName:(NSInteger)ttype;
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_factory.cc 18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
20 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8);
23 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
25 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture);
29 const int32_t id) {
30 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id);
  /external/chromium_org/ui/base/
default_theme_provider.cc 20 gfx::ImageSkia* DefaultThemeProvider::GetImageSkiaNamed(int id) const {
21 return ResourceBundle::GetSharedInstance().GetImageSkiaNamed(id);
24 SkColor DefaultThemeProvider::GetColor(int id) const {
29 int DefaultThemeProvider::GetDisplayProperty(int id) const {
37 bool DefaultThemeProvider::HasCustomImage(int id) const {
42 int id,
  /external/kernel-headers/original/uapi/linux/
adb.h 9 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
  /external/lzma/CPP/7zip/Common/
MethodId.cpp 13 UString ConvertMethodIdToString(UInt64 id)
20 s[--len] = GetHex((Byte)id & 0xF);
21 id >>= 4;
22 s[--len] = GetHex((Byte)id & 0xF);
23 id >>= 4;
25 while (id != 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
adb.h 9 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
adb.h 9 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
adb.h 22 #define ADB_FLUSH(id) (0x01 | ((id) << 4))
24 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4))
25 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4))
  /dalvik/hit/src/com/android/hit/
ThreadObj.java 23 public ThreadObj(long id, int stackTrace) {
24 mId = id;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternParser.h 42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
53 - (id<ANTLRTree>) pattern;
54 - (id<ANTLRTree>) parseTree;
55 - (id<ANTLRTree>) parseNode;
  /external/chromium_org/chrome/browser/
command_updater.h 30 // Returns true if the specified command ID is supported.
31 bool SupportsCommand(int id) const;
33 // Returns true if the specified command ID is enabled. The command ID must be
35 bool IsCommandEnabled(int id) const;
37 // Performs the action associated with this command ID using CURRENT_TAB
41 bool ExecuteCommand(int id);
43 // Performs the action associated with this command ID using the given
47 bool ExecuteCommandWithDisposition(int id, WindowOpenDisposition disposition);
51 void AddCommandObserver(int id, CommandObserver* observer)
    [all...]
  /external/chromium_org/remoting/host/
desktop_session.cc 15 DesktopSession::DesktopSession(DaemonProcess* daemon_process, int id)
17 id_(id) {
  /external/chromium_org/third_party/skia/experimental/SimpleCocoaApp/
SimpleApp.h 15 - (id)initWithDefaults;
  /external/chromium_org/third_party/skia/src/views/mac/
SkSampleNSView.h 11 - (id)initWithDefaults;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
OriginalEngineKey.java 9 private String id; field in class:OriginalEngineKey
11 public OriginalEngineKey(String id) {
12 this.id = id;
26 if (!id.equals(that.id)) {
35 return id.hashCode();
40 messageDigest.update(id.getBytes("UTF-8"));

Completed in 2110 milliseconds

1 2 3 4 56 7 8 91011>>