HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 201 - 225 of 2872) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
ParametersWithID.java 13 private byte[] id; field in class:ParametersWithID
17 byte[] id)
20 this.id = id;
25 return id;
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java 37 private UUID id; field in class:Run
42 this.id = Defaults.UUID;
48 this.id = builder.id;
53 public UUID id() { method in class:Run
54 return id;
70 return this.id.equals(that.id)
79 return Objects.hashCode(id, label, startTime);
84 .add("id", id
91 private UUID id; field in class:Run.Builder
    [all...]
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 50 int id; local
64 id = XCore_reg_id(p);
65 if (id) {
69 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].reg = id;
86 id = XCore_reg_id(p2);
87 if (id) {
91 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.base = (uint8_t)id;
105 id = XCore_reg_id(p2);
106 if (id) {
109 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.index = (uint8_t)id;
    [all...]
  /external/capstone/
utils.h 20 unsigned short id; member in struct:insn_map
31 // look for @id in @m, given its size in @max. first time call will update @cache.
33 unsigned short insn_find(insn_map *m, unsigned int max, unsigned int id, unsigned short **cache);
35 // map id to string
37 unsigned int id; member in struct:name_map
41 // map a name to its ID
  /external/catch2/include/internal/
catch_fatal_condition.cpp 34 struct SignalDefs { DWORD id; const char* name; }; member in struct:Catch::SignalDefs
48 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) {
94 int id;
115 if (sig == def.id) {
137 sigaction(signalDefs[i].id, &sa, &oldSigActions[i]);
150 sigaction(signalDefs[i].id, &oldSigActions[i], nullptr);
  /external/clang/test/CodeGenCXX/
eh-aggregated-inits-unwind.cpp 10 int id; member in struct:ImplicitCopy
11 ImplicitCopy() { id = 10; }
12 ~ImplicitCopy() { id = 20; }
16 int id; member in struct:ThrowCopy
17 ThrowCopy() { id = 15; }
19 id = 25;
22 ~ThrowCopy() { id = 35; }
26 int id; member in struct:Container
30 Container() { id = 1000; }
31 ~Container() { id = 2000;
    [all...]
eh-aggregated-inits.cpp 10 int id; member in struct:ImplicitCopy
12 ImplicitCopy() { id = 10; }
13 ~ImplicitCopy() { id = 20; }
17 int id; member in struct:ExplicitCopy
19 ExplicitCopy() { id = 15; }
20 ExplicitCopy(const ExplicitCopy &x) { id = 25; }
21 ~ExplicitCopy() { id = 35; }
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
NumberingSystemsTest.java 28 String id = parts.getAttributeValue(2, "id"); local
44 "script", id);
46 if (id.equals("latn")
48 || id.equals("arab")
53 errln("Script doesn't match digits: " + id + ", "
58 logln(id + " not a script");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 30 u32 id();
40 // Retrieves a stored stack trace by the id.
41 StackTrace StackDepotGet(u32 id);
53 StackTrace Get(u32 id);
57 u32 id; member in struct:__sanitizer::StackDepotReverseMap::IdDescPair
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
FileClientSessionCacheTest.java 38 final int id = i; local
43 cache.putSessionData(new FakeSSLSession(id + "" + i), new byte[10]);
MockSessionBuilder.java 29 private byte[] id; field in class:MockSessionBuilder
37 MockSessionBuilder id(byte[] id) { method in class:MockSessionBuilder
38 this.id = id;
74 byte[] id = this.id == null ? host.getBytes(UTF_8) : this.id;
75 when(session.getId()).thenReturn(id);
  /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
MockSessionBuilder.java 30 private byte[] id; field in class:MockSessionBuilder
38 MockSessionBuilder id(byte[] id) { method in class:MockSessionBuilder
39 this.id = id;
75 byte[] id = this.id == null ? host.getBytes(UTF_8) : this.id;
76 when(session.getId()).thenReturn(id);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_memory_semantics.cpp 30 const auto id = inst->GetOperandAs<const uint32_t>(operand_index); local
33 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id);
  /external/deqp-deps/SPIRV-Tools/test/
name_mapper_test.cpp 39 uint32_t id; member in struct:spvtools::__anon20383::NameIdCase
52 EXPECT_THAT(mapper(GetParam().id), Eq(GetParam().expected_name))
54 << " for id " << GetParam().id;
  /external/drm_hwcomposer/
drmcrtc.cpp 54 uint32_t DrmCrtc::id() const { function in class:android::DrmCrtc
drmproperty.cpp 65 uint32_t DrmProperty::id() const { function in class:android::DrmProperty
  /external/e2fsprogs/debugfs/
quota.c 125 quota_type[type], "id",
141 qid_t id; local
147 com_err(0, 0, "Usage: get_quota <quota_type> <id>\n");
155 id = parse_ulong(argv[2], argv[0], "id", &err);
160 quota_type[type], "id",
165 dq = qh->qh_ops->read_dquot(qh, id);
  /external/fdlibm/
s_atan.c 93 int ix,hx,id; local
107 id = -1;
112 id = 0; x = (2.0*x-one)/(2.0+x);
114 id = 1; x = (x-one)/(x+one);
118 id = 2; x = (x-1.5)/(one+1.5*x);
120 id = 3; x = -1.0/x;
129 if (id<0) return x - x*(s1+s2);
131 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /external/flatbuffers/tests/MyGame/Example/
Ability.java 15 public long id() { return (long)bb.getInt(bb_pos + 0) & 0xFFFFFFFFL; } method in class:Ability
16 public void mutateId(long id) { bb.putInt(bb_pos + 0, (int)id); }
20 public static int createAbility(FlatBufferBuilder builder, long id, long distance) {
23 builder.putInt((int)id);
  /external/glide/library/src/main/java/com/bumptech/glide/load/
MultiTransformation.java 15 private String id; field in class:MultiTransformation
48 if (id == null) {
53 id = sb.toString();
55 return id;
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
ByteArrayFetcher.java 9 * A simple resource fetcher to convert byte arrays into input stream. Requires an id to be passed in to identify the
10 * data in the byte array because there is no cheap/simple way to obtain a useful id from the data itself.
14 private final String id; field in class:ByteArrayFetcher
16 public ByteArrayFetcher(byte[] bytes, String id) {
18 this.id = id;
33 return id;
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ImageVideoWrapperEncoder.java 18 private String id; field in class:ImageVideoWrapperEncoder
37 if (id == null) {
38 id = streamEncoder.getId() + fileDescriptorEncoder.getId();
40 return id;
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamByteArrayLoader.java 15 * no simple/quick way to generate an id from the bytes themselves, so subclass must include an id.
18 private final String id; field in class:StreamByteArrayLoader
29 public StreamByteArrayLoader(String id) {
30 this.id = id;
35 return new ByteArrayFetcher(model, id);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
StreamBitmapDecoder.java 20 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
24 private String id; field in class:StreamBitmapDecoder
56 if (id == null) {
57 id = new StringBuilder()
58 .append(ID)
63 return id;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceEncoder.java 18 private String id; field in class:GifBitmapWrapperResourceEncoder
40 if (id == null) {
41 id = bitmapEncoder.getId() + gifEncoder.getId();
43 return id;

Completed in 782 milliseconds

1 2 3 4 5 6 7 891011>>