/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/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/mesa3d/src/gallium/drivers/nv50/ |
nv50_stateobj_tex.h | 8 int id; member in struct:nv50_tsc_entry 20 int id; member in struct:nv50_tic_entry
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_chipset.h | 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,
|
/external/openssl/crypto/x509v3/ |
pcy_data.c | 78 /* Create a data based on an existing policy. If 'id' is NULL use the 79 * oid in the policy, otherwise use 'id'. This behaviour covers the two 81 * and additional data with just the qualifiers of anyPolicy and ID from 89 ASN1_OBJECT *id; local 94 id = OBJ_dup(cid); 95 if (!id) 99 id = NULL; 107 if (id) 108 ASN1_OBJECT_free(id); 117 if (id) [all...] |
/external/regex-re2/ |
testinstall.cc | 13 int id; local 14 f.Add("a.*b.*c", RE2::DefaultOptions, &id);
|
/external/wpa_supplicant_8/src/eap_common/ |
chap.c | 15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, 21 addr[0] = &id;
|
eap_wsc_common.c | 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
|
/frameworks/base/core/java/android/app/ |
IThumbnailReceiver.aidl | 27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
|
/frameworks/base/core/java/android/hardware/location/ |
IGeofenceHardware.aidl | 30 boolean addCircularFence(int id, int monitoringType, double lat, double longitude, 33 boolean removeGeofence(int id, int monitoringType); 34 boolean pauseGeofence(int id, int monitoringType); 35 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
|
/frameworks/support/v4/java/android/support/v4/content/ |
WakefulBroadcastReceiver.java | 82 int id = mNextId; local 88 intent.putExtra(EXTRA_WAKE_LOCK_ID, id); 99 mActiveWakeLocks.put(id, wl); 113 final int id = intent.getIntExtra(EXTRA_WAKE_LOCK_ID, 0); local 114 if (id == 0) { 118 PowerManager.WakeLock wl = mActiveWakeLocks.get(id); 121 mActiveWakeLocks.remove(id); 130 Log.w("WakefulBroadcastReceiver", "No active wake lock id #" + id);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Primitive.java | 45 return this.id == identifier; 49 out.encodeTag(id);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/ |
arrow.pass.cpp | 27 assert(ap->id() == 1); 29 assert(ap->id() == 3);
|
deref.pass.cpp | 27 assert((*ap).id() == 1); 29 assert((*ap).id() == 3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/ |
assign.pass.cpp | 12 // class thread::id 14 // id& operator=(const id&) = default; 21 std::thread::id id0; 22 std::thread::id id1;
|
eq.pass.cpp | 12 // class thread::id 14 // bool operator==(thread::id x, thread::id y); 15 // bool operator!=(thread::id x, thread::id y); 22 std::thread::id id0; 23 std::thread::id id1;
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
NotificationMgr.java | 22 public abstract void notify(int id, NotificationWrapper notification); 23 public abstract void cancel(int id);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ParameterBrightness.java | 23 public ParameterBrightness(int id, int value) { 24 super(id, value, 0, 255);
|
ParameterHue.java | 23 public ParameterHue(int id, int value) { 24 super(id, value, 0, 360);
|
ParameterIconStyle.java | 24 public ParameterIconStyle(int id, Bitmap[] styles) { 25 super(id, styles.length);
|
ParameterOpacity.java | 22 public ParameterOpacity(int id, int value) { 23 super(id, value, 0, 255);
|
ParameterSaturation.java | 23 public ParameterSaturation(int id, int value) { 24 super(id, value, 0, 100);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorZoom.java | 22 public static final int ID = R.id.imageZoom; 25 super(ID, R.layout.filtershow_zoom_editor,R.id.imageZoom);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockTextAppearanceFactory.java | 48 public MockStyleSpan(int id) { 49 mId = id;
|