HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 501 - 525 of 20383) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 80 - (id) init;
81 - (id) initWithLen:(NSInteger)aLen;
82 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
100 * into the label for the associated token ref; e.g., x=ID. Token
108 - (id) getInput;
113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
115 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow
    [all...]
ANTLRTree.h 29 //+ (id<ANTLRTree>) invalidNode;
31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
36 - (id<ANTLRTree>)getParent;
38 - (void) setParent:(id<ANTLRTree>)t;
44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
62 - (void) addChild:(id<ANTLRTree>) t;
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
67 - (id) deleteChild:(NSInteger) i;
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
101 - (id<ANTLRTree>) dupNode
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 80 - (id) init;
81 - (id) initWithLen:(NSInteger)aLen;
82 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
100 * into the label for the associated token ref; e.g., x=ID. Token
108 - (id) getInput;
113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
115 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow
    [all...]
ANTLRTree.h 29 //+ (id<ANTLRTree>) invalidNode;
31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
36 - (id<ANTLRTree>)getParent;
38 - (void) setParent:(id<ANTLRTree>)t;
44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
62 - (void) addChild:(id<ANTLRTree>) t;
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
67 - (id) deleteChild:(NSInteger) i;
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
101 - (id<ANTLRTree>) dupNode
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 80 - (id) init;
81 - (id) initWithLen:(NSInteger)aLen;
82 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
100 * into the label for the associated token ref; e.g., x=ID. Token
108 - (id) getInput;
113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
115 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow
    [all...]
ANTLRTree.h 29 //+ (id<ANTLRTree>) invalidNode;
31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
36 - (id<ANTLRTree>)getParent;
38 - (void) setParent:(id<ANTLRTree>)t;
44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
62 - (void) addChild:(id<ANTLRTree>) t;
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
67 - (id) deleteChild:(NSInteger) i;
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
101 - (id<ANTLRTree>) dupNode
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 72 - (id) init;
73 - (id) initWithLen:(NSInteger)aLen;
74 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
92 * into the label for the associated token ref; e.g., x=ID. Token
100 - (id) input;
105 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
107 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
108 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow
    [all...]
ArrayIterator.h 40 id *itemsPtr;
48 __strong id peekObj;
62 - (id) initWithArray:(NSArray *)array;
63 - (id) initWithDictKey:(NSDictionary *)dict;
64 - (id) initWithDictObj:(NSDictionary *)dict;
67 - (id) nextObject;
74 @property (retain) id peekObj;
  /external/libchrome/base/message_loop/
message_loop_test.h 13 // an ID appropriate for your MessagePump, eg
50 #define RUN_MESSAGE_LOOP_TESTS(id, factory) \
51 TEST(MessageLoopTestType##id, PostTask) { \
54 TEST(MessageLoopTestType##id, PostDelayedTask_Basic) { \
57 TEST(MessageLoopTestType##id, PostDelayedTask_InDelayOrder) { \
60 TEST(MessageLoopTestType##id, PostDelayedTask_InPostOrder) { \
63 TEST(MessageLoopTestType##id, PostDelayedTask_InPostOrder_2) { \
66 TEST(MessageLoopTestType##id, PostDelayedTask_InPostOrder_3) { \
69 TEST(MessageLoopTestType##id, PostDelayedTask_SharedTimer) { \
75 TEST(MessageLoopTestType##id, DISABLED_EnsureDeletion) {
    [all...]
  /external/ltp/testcases/network/stress/dns/
dns-stress 27 # Minimum host ID in the zone file.
28 # The ID is used as the host portion of the address
30 # Maximum host ID in the zone file.
105 local id=$MIN_ID
106 while [ $id -le $MAX_ID ]; do
107 printf "node$id\tIN\tA\t$net.$id\n" >> ltp-ns.zone
108 id=$(($id + 1))
124 id=$MIN_I
    [all...]
  /frameworks/base/test-mock/src/android/test/mock/
MockResources.java 56 public CharSequence getText(int id) throws NotFoundException {
61 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
66 public String getString(int id) throws NotFoundException {
71 public String getString(int id, Object... formatArgs) throws NotFoundException {
76 public String getQuantityString(int id, int quantity, Object... formatArgs)
82 public String getQuantityString(int id, int quantity) throws NotFoundException {
87 public CharSequence getText(int id, CharSequence def) {
92 public CharSequence[] getTextArray(int id) throws NotFoundException {
97 public String[] getStringArray(int id) throws NotFoundException {
102 public int[] getIntArray(int id) throws NotFoundException
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 98 public void addIdentity(Identity id) throws KeyManagementException {
99 if (identities.containsKey(id))
102 if (getIdentity(id.getPublicKey()) != null)
105 identities.put(id, id);
108 public void removeIdentity(Identity id) throws KeyManagementException {
109 if (!identities.containsKey(id))
112 identities.remove(id);
185 Identity id = new IdentitySubclass("id1"); local
186 id.setPublicKey(getPubKey())
204 Identity id = new IdentitySubclass(); local
221 Identity id = new IdentitySubclass(); local
233 Identity id = new IdentitySubclass("principal name"); local
267 Identity id = new IdentitySubclass(); local
285 Identity id = new IdentitySubclass("test"); local
298 Identity id = new IdentitySubclass(); local
310 Identity id = new IdentitySubclass(); local
    [all...]
  /frameworks/base/libs/protoutil/src/
ProtoOutputStream.cpp 57 const uint32_t id = (uint32_t)fieldId; local
59 case FIELD_TYPE_DOUBLE: writeDoubleImpl(id, (double)val); break;
60 case FIELD_TYPE_FLOAT: writeFloatImpl(id, (float)val); break;
61 case FIELD_TYPE_INT64: writeInt64Impl(id, (long long)val); break;
62 case FIELD_TYPE_UINT64: writeUint64Impl(id, (uint64_t)val); break;
63 case FIELD_TYPE_INT32: writeInt32Impl(id, (int)val); break;
64 case FIELD_TYPE_FIXED64: writeFixed64Impl(id, (uint64_t)val); break;
65 case FIELD_TYPE_FIXED32: writeFixed32Impl(id, (uint32_t)val); break;
66 case FIELD_TYPE_UINT32: writeUint32Impl(id, (uint32_t)val); break;
67 case FIELD_TYPE_SFIXED32: writeSFixed32Impl(id, (int)val); break
83 const uint32_t id = (uint32_t)fieldId; local
109 const uint32_t id = (uint32_t)fieldId; local
137 const uint32_t id = (uint32_t)fieldId; local
165 const uint32_t id = (uint32_t)fieldId; local
181 const uint32_t id = (uint32_t)fieldId; local
197 const uint32_t id = (uint32_t)fieldId; local
265 uint32_t id = (uint32_t)fieldId; local
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
common_util_unittest.py 47 id = 123456
51 id, api_key, op = common_util.parse_common_args(
52 (id, 'boogity',),
54 self.assertEquals(id, id)
59 id, api_key, op = common_util.parse_common_args((id,), dict(key=key))
60 self.assertEquals(id, id)
65 id, api_key, op = common_util.parse_common_args((id,), dict()
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 386 #define vpx_codec_control(ctx, id, data) vpx_codec_control_(ctx, id, data)
387 #define VPX_CTRL_USE_TYPE(id, typ)
388 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ)
389 #define VPX_CTRL_VOID(id, typ)
399 * function named with the id parameter.
401 #define vpx_codec_control(ctx, id, data) \
402 vpx_codec_control_##id(ctx, id, data) /**<\hideinitializer*/
415 #define VPX_CTRL_USE_TYPE(id, typ)
    [all...]
  /bionic/libc/bionic/
sys_shm.cpp 34 void* shmat(int id, const void* address, int flags) {
36 return reinterpret_cast<void*>(syscall(SYS_shmat, id, address, flags));
40 if (syscall(SYS_ipc, SHMAT, id, flags, &result, address, 0) == -1) {
47 int shmctl(int id, int cmd, struct shmid_ds* buf) {
54 return syscall(SYS_shmctl, id, cmd, buf);
56 return syscall(SYS_ipc, SHMCTL, id, cmd, 0, buf, 0);
  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 24 static const android::String8 STR_ID("id");
40 android::String8 id; local
41 if (!findStringAttribute(STR_ID, id)) {
46 android::sp<Buffer> buffer = getTestCase()->findBuffer(id);
48 LOGE("TaskDownload::run cannot find buffer %s", id.string());
52 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
55 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstCallSiteRef.java 23 * reference. The call site reference becomes a call site id in the DEX file and multiple call
24 * site id's can refer to the same call site data.
32 private final int id; field in class:CstCallSiteRef
38 * @param id a distinguishing integer for instances referring to the same
41 CstCallSiteRef(CstInvokeDynamic invokeDynamic, int id) {
46 this.id = id;
69 return Integer.compare(id, o.id);
  /external/iproute2/lib/
names.c 22 static int read_id_name(FILE *fp, int *id, char *name)
37 *id = (maj << 16) | min;
39 *id = (maj << 16) | min;
40 } else if (sscanf(p, "0x%x %s\n", id, name) != 2 &&
41 sscanf(p, "0x%x %s #", id, name) != 2 &&
42 sscanf(p, "%d %s\n", id, name) != 2 &&
43 sscanf(p, "%d %s #", id, name) != 2) {
71 int id; local
79 while ((ret = read_id_name(fp, &id, &namebuf[0]))) {
87 if (id < 0
    [all...]
  /external/skia/src/sksl/lex/
NFA.cpp 14 for (int id : states) {
15 if (fStates[id].accept(s[i])) {
16 for (int nextId : fStates[id].fNext) {
32 for (int id : states) {
33 if (fStates[id].fKind == NFAState::kAccept_Kind) {
34 int result = fStates[id].fData[0];
  /external/skqp/src/sksl/lex/
NFA.cpp 14 for (int id : states) {
15 if (fStates[id].accept(s[i])) {
16 for (int nextId : fStates[id].fNext) {
32 for (int id : states) {
33 if (fStates[id].fKind == NFAState::kAccept_Kind) {
34 int result = fStates[id].fData[0];
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonRpcResult.java 34 public static JSONObject empty(int id) throws JSONException {
36 json.put("id", id);
42 public static JSONObject result(int id, Object data) throws JSONException {
44 json.put("id", id);
50 public static JSONObject error(int id, Throwable t) throws JSONException {
52 json.put("id", id);
  /external/tensorflow/tensorflow/core/graph/
costmodel.cc 57 const int local_id = cm.Id(n);
58 const int global_id = Id(n);
125 void CostModel::Ensure(int id, int num_outputs) {
126 if (slot_bytes_.size() <= static_cast<size_t>(id)) {
127 slot_bytes_.resize(id + 1);
128 count_.resize(id + 1);
129 time_.resize(id + 1);
130 max_mem_usage_.resize(id + 1);
131 max_exec_time_.resize(id + 1);
132 output_port_alloc_ids_.resize(id + 1)
154 const int id = Id(node); local
168 const int id = Id(node); local
175 const int id = Id(node); local
181 const int id = Id(node); local
195 const int id = Id(node); local
210 const int id = Id(node); local
219 const int id = Id(node); local
    [all...]
  /external/webrtc/talk/media/devices/
win32deviceinfo.cc 36 const size_t vid_location = device.id.find(vid);
38 vid_location + sizeof(vid) - 1 + id_size > device.id.size()) {
42 const size_t pid_location = device.id.find(pid);
44 pid_location + sizeof(pid) - 1 + id_size > device.id.size()) {
47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1,
49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1,
  /external/webrtc/webrtc/base/
x11windowpicker.h 34 bool IsVisible(const WindowId& id) override;
35 bool MoveToFront(const WindowId& id) override;
38 bool GetDesktopDimensions(const DesktopId& id,
41 uint8_t* GetWindowIcon(const WindowId& id, int* width, int* height);
42 uint8_t* GetWindowThumbnail(const WindowId& id, int width, int height);
44 uint8_t* GetDesktopThumbnail(const DesktopId& id, int width, int height);

Completed in 480 milliseconds

<<21222324252627282930>>