/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashMap.h | 55 + (id)newANTLRHashMap; 56 + (id)newANTLRHashMapWithLen:(NSInteger)aBuffSize; 57 - (id)init; 58 - (id)initWithLen:(NSInteger)aBuffSize; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope; 92 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx; 93 - (id) objectAtIndex:(NSInteger)idx; 94 - (void) setObject:(id)aRule atIndex:(NSInteger)idx; 95 - (void)addObject:(id)anObject [all...] |
ANTLRMap.h | 51 + (id)newANTLRMap; 52 + (id)newANTLRMapWithLen:(NSInteger)aHashSize; 54 - (id)init; 55 - (id)initWithLen:(NSInteger)cnt; 66 -(id)lookup:(NSString *)s; 68 -(id)install:(ANTLRMapElement *)sym; 78 - (void)putNode:(NSInteger)aTType Node:(id)aNode; 80 - (void)putName:(NSString *)name Node:(id)aNode;
|
ANTLRTokenSource.h | 35 - (id<ANTLRToken>) nextToken;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashMap.h | 55 + (id)newANTLRHashMap; 56 + (id)newANTLRHashMapWithLen:(NSInteger)aBuffSize; 57 - (id)init; 58 - (id)initWithLen:(NSInteger)aBuffSize; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope; 92 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx; 93 - (id) objectAtIndex:(NSInteger)idx; 94 - (void) setObject:(id)aRule atIndex:(NSInteger)idx; 95 - (void)addObject:(id)anObject [all...] |
ANTLRMap.h | 51 + (id)newANTLRMap; 52 + (id)newANTLRMapWithLen:(NSInteger)aHashSize; 54 - (id)init; 55 - (id)initWithLen:(NSInteger)cnt; 66 -(id)lookup:(NSString *)s; 68 -(id)install:(ANTLRMapElement *)sym; 78 - (void)putNode:(NSInteger)aTType Node:(id)aNode; 80 - (void)putName:(NSString *)name Node:(id)aNode;
|
ANTLRTokenSource.h | 35 - (id<ANTLRToken>) nextToken;
|
/external/chromium/base/debug/ |
trace_event.h | 6 // a type (BEGIN, END or INSTANT), a tracking id and extra string data. 7 // In addition, the current process id, thread id, a timestamp down to the 41 #define TRACE_EVENT_BEGIN(name, id, extra) ((void) 0) 42 #define TRACE_EVENT_END(name, id, extra) ((void) 0) 43 #define TRACE_EVENT_INSTANT(name, id, extra) ((void) 0) 52 // Record that an event (of name, id) has begun. All BEGIN events should have 53 // corresponding END events with a matching (name, id). 54 #define TRACE_EVENT_BEGIN(name, id, extra) \ 58 reinterpret_cast<const void*>(id), \ [all...] |
/external/chromium_org/content/renderer/media/ |
video_capture_impl_manager.cc | 22 media::VideoCaptureSessionId id, 27 Devices::iterator it = devices_.find(id); 30 new VideoCaptureImpl(id, message_loop_proxy_.get(), filter_.get()); 31 devices_[id] = new Device(vc, handler); 36 devices_[id]->clients.push_front(handler); 47 media::VideoCaptureSessionId id, 52 Devices::iterator it = devices_.find(id); 62 devices_[id]->vc->DeInit(base::Bind(&VideoCaptureImplManager::FreeDevice, 63 this, devices_[id]->vc)); 64 delete devices_[id]; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
WebSourceInfo.cpp | 38 static PassRefPtr<WebSourceInfoPrivate> create(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); 41 const WebString& id() const { return m_id; } function in class:WebKit::WebSourceInfoPrivate 47 WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind, const WebString& label, WebSourceInfo::VideoFacingMode); 55 PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) 57 return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing)); 60 WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) 61 : m_id(id) 82 void WebSourceInfo::initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing) 84 m_private = WebSourceInfoPrivate::create(id, kind, label, facing); 87 WebString WebSourceInfo::id() cons function in class:WebKit::WebSourceInfo [all...] |
/external/chromium_org/ui/message_center/ |
fake_message_center.cc | 37 bool FakeMessageCenter::HasNotification(const std::string& id) { 45 bool FakeMessageCenter::HasClickedListener(const std::string& id) { 65 void FakeMessageCenter::RemoveNotification(const std::string& id, 86 void FakeMessageCenter::DisableNotificationsByExtension(const std::string& id) { 89 void FakeMessageCenter::DisableNotificationsByUrl(const std::string& id) { 92 void FakeMessageCenter::ShowNotificationSettings(const std::string& id) { 95 void FakeMessageCenter::ExpandNotification(const std::string& id) { 98 void FakeMessageCenter::ClickOnNotification(const std::string& id) { 101 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id, 105 void FakeMessageCenter::MarkSinglePopupAsShown(const std::string& id, [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { 26 // Look up existing mutex with the same id. 28 if (descs_[i].id == id) { 48 descs_[size_].id = id; 55 void MutexSet::Del(u64 id, bool write) { 57 if (descs_[i].id == id) { 65 void MutexSet::Remove(u64 id) { [all...] |
/external/oprofile/libpp/ |
name_storage.cpp | 26 string const & image_name_storage::basename(image_name_id id) const 28 stored_filename const & n = get(id); 35 string const & image_name_storage::get_name(image_name_id id, 39 stored_filename const & n = get(id); 43 return basename(id); 47 get_name(id, int_real_filename, extra); 58 n.real_filename = extra.find_image_path(name(id), 74 string const & debug_name_storage::basename(debug_name_id id) const 76 stored_name const & n = get(id); 83 string const & symbol_name_storage::demangle(symbol_name_id id) cons [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLEngine.java | 43 throw new IllegalArgumentException("Unknown ENGINE id: " + engine); 61 public PrivateKey getPrivateKeyById(String id) throws InvalidKeyException { 62 if (id == null) { 63 throw new NullPointerException("id == null"); 66 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); 71 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id); 79 public SecretKey getSecretKeyById(String id, String algorithm) throws InvalidKeyException { 80 if (id == null) { 81 throw new NullPointerException("id == null"); 84 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); 127 final String id = NativeCrypto.ENGINE_get_id(ctx); local [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_ETC.c | 178 void Exynos_OSAL_PerfInit(PERF_ID_TYPE id) 180 memset(&perfStart[id], 0, sizeof(perfStart[id])); 181 memset(&perfStop[id], 0, sizeof(perfStop[id])); 182 perfTime[id] = 0; 183 totalPerfTime[id] = 0; 184 perfFrameCount[id] = 0; 185 perfOver30ms[id] = 0; 188 void Exynos_OSAL_PerfStart(PERF_ID_TYPE id) [all...] |
/bionic/libc/bionic/ |
ftok.c | 32 key_t ftok(const char* path, int id) 39 return (key_t)( (st.st_ino & 0xffff) | ((st.st_dev & 0xff) << 16) | ((id & 255) << 24) );
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureViewOverlay.java | 53 spoofLayout(findViewById(R.id.secure_view_overlay_description), 54 mActivity.findViewById(R.id.secure_view_description)); 55 spoofLayout(findViewById(R.id.secure_view_overlay_button1), 56 mActivity.findViewById(R.id.secure_view_unsecure_button)); 57 spoofLayout(findViewById(R.id.secure_view_overlay_button2), 58 mActivity.findViewById(R.id.secure_view_builtin_secure_button)); 59 spoofLayout(findViewById(R.id.secure_view_overlay_button3), 60 mActivity.findViewById(R.id.secure_view_custom_secure_button));
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
AccessoryController.java | 14 protected View findViewById(int id) { 15 return mHostActivity.findViewById(id);
|
OutputController.java | 15 setupServoController(1, R.id.servo1); 16 setupServoController(2, R.id.servo2); 17 setupServoController(3, R.id.servo3); 19 setupLedController(1, R.id.leds1); 20 setupLedController(2, R.id.leds2); 21 setupLedController(3, R.id.leds3); 23 setupRelayController(1, R.id.relay1); 24 setupRelayController(2, R.id.relay2);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRMap.h | 51 + (id)newANTLRMap; 52 + (id)newANTLRMapWithLen:(NSInteger)aHashSize; 54 - (id)init; 55 - (id)initWithLen:(NSInteger)cnt; 66 -(id)lookup:(NSString *)s; 68 -(id)install:(ANTLRMapElement *)sym; 78 - (void)putNode:(NSInteger)aTType Node:(id)aNode; 80 - (void)putName:(NSString *)name Node:(id)aNode;
|
ANTLRTokenSource.h | 35 - (id<ANTLRToken>) nextToken;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRMap.h | 51 + (id)newANTLRMap; 52 + (id)newANTLRMapWithLen:(NSInteger)aHashSize; 54 - (id)init; 55 - (id)initWithLen:(NSInteger)cnt; 66 -(id)lookup:(NSString *)s; 68 -(id)install:(ANTLRMapElement *)sym; 78 - (void)putNode:(NSInteger)aTType Node:(id)aNode; 80 - (void)putName:(NSString *)name Node:(id)aNode;
|
ANTLRTokenSource.h | 35 - (id<ANTLRToken>) nextToken;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/ |
antlr.stg | 38 message(id, text) ::= "(<id>) <text>" 40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
|
gnu.stg | 38 message(id, text) ::= "<text> (<id>)"
|
vs2005.stg | 38 message(id, text) ::= "error <id> : <text>" 40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
|