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

<<21222324252627282930>>

  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
Processor.java 72 * @param id The work id to execute.
75 public synchronized boolean startWork(String id) {
76 return startWork(id, null);
82 * @param id The work id to execute.
86 public synchronized boolean startWork(String id, Extras.RuntimeExtras runtimeExtras) {
89 if (mEnqueuedWorkMap.containsKey(id)) {
90 Log.d(TAG, String.format("Work %s is already enqueued for processing", id));
95 new WorkerWrapper.Builder(mAppContext, mConfiguration, mWorkDatabase, id)
    [all...]
  /bionic/libc/bionic/
sys_sem.cpp 35 int semctl(int id, int num, int cmd, ...) {
46 return syscall(SYS_semctl, id, num, cmd, arg);
48 return syscall(SYS_ipc, SEMCTL, id, num, cmd, &arg, 0);
60 int semop(int id, sembuf* ops, size_t op_count) {
61 return semtimedop(id, ops, op_count, nullptr);
64 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) {
66 return syscall(SYS_semtimedop, id, ops, op_count, ts);
68 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
ftok.c 33 ftok(const char *path, int id)
41 ((id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
  /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/ANTLR.framework/Versions/A/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/ANTLR.framework/Versions/Current/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>"
  /external/boringssl/src/crypto/x509v3/
pcy_data.c 80 * Create a data based on an existing policy. If 'id' is NULL use the oid in
81 * the policy, otherwise use 'id'. This behaviour covers the two types of
83 * additional data with just the qualifiers of anyPolicy and ID from another
91 ASN1_OBJECT *id; local
95 id = OBJ_dup(cid);
96 if (!id)
99 id = NULL;
106 if (id)
107 ASN1_OBJECT_free(id);
116 if (id)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyQualifierId.java 11 * id-qt OBJECT IDENTIFIER ::= { id-pkix 2 }
12 * id-qt-cps OBJECT IDENTIFIER ::= { id-qt 1 }
13 * id-qt-unotice OBJECT IDENTIFIER ::= { id-qt 2 }
15 * OBJECT IDENTIFIER (id-qt-cps | id-qt-unotice)
22 private PolicyQualifierId(String id)
24 super(id);
    [all...]
  /external/clang/test/Index/
complete-protocols.m 9 void f(id<Protocol1,Protocol2>);
  /external/clang/test/Modules/Inputs/
category_right_sub.h 2 @property id right_sub_prop;
13 @property (retain) id p4_prop;
  /external/clang/test/PCH/Inputs/
arc.h 14 id CreateSomething();
23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())];
  /external/iproute2/ip/
iplink_team.c 20 .id = "team",
23 .id = "team_slave",
  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 70 int id = operatorId; local
71 if (id < 128)
72 return String.valueOf((char)id);
73 else if (NEQ <= id && id <= ARSHIFT_E)
74 return opNames[id - NEQ];
75 else if (id == INSTANCEOF)
78 return String.valueOf(id);
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
arrow.pass.cpp 29 assert(ap->id() == 1);
31 assert(ap->id() == 3);

Completed in 3283 milliseconds

<<21222324252627282930>>