/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/ |
xt_LED.h | 24 char id[27]; member in struct:xt_led_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
keychord.h | 26 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/ |
xt_LED.h | 24 char id[27]; member in struct:xt_led_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
keychord.h | 26 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/ |
xt_LED.h | 24 char id[27]; member in struct:xt_led_info
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
keychord.h | 23 __u16 id; member in struct:input_keychord
|
/system/connectivity/shill/ |
mock_service.cc | 46 const string& id = unique_name(); local 47 EXPECT_CALL(*this, GetRpcIdentifier()).WillRepeatedly(Return(id)); 48 EXPECT_CALL(*this, GetStorageIdentifier()).WillRepeatedly(Return(id));
|
/system/core/adf/libadf/include/adf/ |
adf.h | 29 adf_id_t id; member in struct:adf_device 50 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev); 128 int adf_interface_open(struct adf_device *dev, adf_id_t id, int flags); 198 int adf_overlay_engine_open(struct adf_device *dev, adf_id_t id, int flags);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
OriginalKey.java | 13 private final String id; field in class:OriginalKey 16 public OriginalKey(String id, Key signature) { 17 this.id = id; 32 if (!id.equals(that.id)) { 44 int result = id.hashCode(); 51 messageDigest.update(id.getBytes(STRING_CHARSET_NAME));
|
/art/compiler/optimizing/ |
side_effects_analysis.cc | 87 uint32_t id = info->GetHeader()->GetBlockId(); local 88 loop_effects_[id] = loop_effects_[id].Union(effects);
|
/cts/suite/audio_quality/lib/src/task/ |
TaskDownload.cpp | 25 static const android::String8 STR_ID("id"); 41 android::String8 id; local 42 if (!findStringAttribute(STR_ID, id)) { 47 android::sp<Buffer> buffer = getTestCase()->findBuffer(id); 49 LOGE("TaskDownload::run cannot find buffer %s", id.string()); 53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { 56 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AdapterView_AdapterContextMenuInfoTest.java | 29 long id = 0xffL; local 30 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id); 33 assertEquals(id, menuInfo.id);
|
/external/avahi/avahi-compat-howl/samples/ |
publish.c | 66 sw_discovery_publish_id id; local 98 if ((result = sw_discovery_publish(discovery, 0, argv[1], argv[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record), my_service_reply, NULL, &id)) != SW_OKAY)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
SignerIdentifier.java | 30 private ASN1Encodable id; field in class:SignerIdentifier 33 IssuerAndSerialNumber id) 35 this.id = id; 39 ASN1OctetString id) 41 this.id = new DERTaggedObject(false, 0, id); 45 ASN1Primitive id) 47 this.id = id; [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
file_handle.py | 34 def id(self): member in class:FileHandle
|
/external/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.h | 10 } *id; typedef in typeref:struct:objc_object 11 @protocol NSObject - (BOOL)isEqual:(id)object; @end 13 +(id)alloc; 14 +(id)new; 15 -(id)init; 16 -(id)autorelease; 17 -(id)copy; 19 -(id)retain;
|
/external/clang/test/SemaCXX/ |
generic-selection.cpp | 6 id = _Generic(T(), // expected-error {{controlling expression type 'char' not compatible with any generic association type}} enumerator in enum:A::__anon8953 13 static_assert(A<int>::id == 1, "fail"); 14 static_assert(A<float>::id == 2, "fail"); 15 static_assert(A<double, double>::id == 3, "fail"); 23 id = _Generic(T(), enumerator in enum:B::__anon8954
|
/external/drm_hwcomposer/ |
drmproperty.cpp | 65 uint32_t DrmProperty::id() const { function in class:android::DrmProperty
|
/external/eigen/doc/special_examples/ |
Tutorial_sparse_example_details.cpp | 8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, 14 if(i==-1 || i==n) b(id) -= w * boundary(j); // constrained coefficient 15 else if(j==-1 || j==n) b(id) -= w * boundary(i); // constrained coefficient 16 else coeffs.push_back(T(id,id1,w)); // unknown coefficient 27 int id = i+j*n; local 28 insertCoefficient(id, i-1,j, -1, coefficients, b, boundary); 29 insertCoefficient(id, i+1,j, -1, coefficients, b, boundary); 30 insertCoefficient(id, i,j-1, -1, coefficients, b, boundary); 31 insertCoefficient(id, i,j+1, -1, coefficients, b, boundary); 32 insertCoefficient(id, i,j, 4, coefficients, b, boundary) [all...] |