HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 251 - 275 of 1475) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/autofill/
IAutoFillManagerClient.aidl 44 void autofill(int sessionId, in List<AutofillId> ids, in List<AutofillValue> values);
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 45 private Set<String> ids = new HashSet<>();
69 println(ids)
94 ids.add(key)
120 ids.each {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DatabaseCallbackTest.java 113 List<Integer> ids = db.getUserDao().loadIds(); local
114 assertThat(ids, is(empty()));
  /frameworks/wilhelm/tests/listening/
seekTorture.c 73 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
76 1, ids, flags);
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java 172 "found %d existing annotated call log ids",
457 ArraySet<Long> ids = new ArraySet<>(); local
471 return ids;
477 ids.add(cursor.getLong(idColumn));
481 return ids;
487 ArraySet<Long> ids = new ArraySet<>(); local
514 return ids;
520 ids.add(cursor.getLong(idColumn));
525 return ids;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ItemInfoMatcher.java 149 final LongArrayMap<Boolean> ids, final Boolean matchDefault) {
153 return ids.get(info.id, matchDefault);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
SimpleSampleBuffer.java 51 @NonNull List<String> ids, @NonNull List<MediaFormat> mediaFormats) {
52 int trackCount = ids.size();
  /system/media/camera/docs/
metadata_helpers_test.py 83 labeled_enum = Enum(parent=None, values=['A', 'B', 'C'], ids={
95 ids={
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.cpp 106 0 /* ids */, 0 /* severities */, 0 /* lengths */, 0 /* messageLog */);
324 static const GLuint ids[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 }; local
325 static const GLsizei n_ids = (GLsizei)(sizeof(ids) / sizeof(ids[0]));
328 GL_DEBUG_SEVERITY_LOW /* severity */, 0 /* count */, 0 /* ids */,
333 GL_DEBUG_SEVERITY_LOW /* severity */, 0 /* count */, 0 /* ids */,
338 GL_ARRAY_BUFFER /* severity */, 0 /* count */, 0 /* ids */, GL_TRUE /* enabled */);
342 GL_DEBUG_SEVERITY_LOW /* severity */, -1 /* count */, ids /* ids */,
347 GL_DONT_CARE /* severity */, n_ids /* count */, ids /* ids */, GL_TRUE /* enabled */)
369 GLenum ids[count]; local
1333 GLuint ids[read_messages]; local
1598 std::vector<GLuint> ids; local
1900 GLuint ids[read_messages]; local
    [all...]
  /external/clang/test/CodeGen/
init.c 58 long ids[] = { (long) &x }; local
  /external/libmojo/mojo/public/cpp/bindings/lib/
message.cc 199 uint32_t* ids = header_v2()->payload_interface_ids.Get()->storage(); local
202 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]);
203 if (IsValidInterfaceId(ids[i]) && !handle.is_valid()) {
204 // |ids[i]| itself is valid but handle creation failed. In that case, mark
211 ids[i] = kInvalidInterfaceId;
  /external/tensorflow/tensorflow/core/kernels/
candidate_sampler_ops.cc 222 std::vector<int64> ids; variable
231 ids.push_back(look->second);
245 1, TensorShape({static_cast<int>(ids.size())}), &out_ids));
254 out_ids->vec<int64>()(i) = ids[i];
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 61 sudo rsync -v -a -H -A -x --force --inplace --numeric-ids --delete \
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 2 void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
5 GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
  /frameworks/rs/
rs.h 53 void rsaElementGetSubElements(RsContext, RsElement, uintptr_t *ids, const char **names,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 221 ArrayList<Integer> ids = new ArrayList<Integer>(); local
223 ids.add(startId);
232 ids.add(curId);
236 mApplication, isImage, ids);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
fold_spec_constant_op_and_composite_pass.h 105 // composite type constants, the vector should contain the component ids, and
106 // those component ids should have been recorded before as Normal Constants.
139 // ids. If can not find the Constant instance for any one of the ids, returns
142 const std::vector<uint32_t>& ids);
159 // A mapping from the result ids of Normal Constants to their
mem_pass.cpp 264 std::vector<uint32_t> ids; local
265 di->ForEachInId([&ids](uint32_t* iid) {
266 ids.push_back(*iid);
276 for (auto id : ids)
  /cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferOutgoingTest.java 197 Set<String> ids = Collections.singleton(id); local
198 dpm.setAffiliationIds(admin, ids);
199 assertEquals(ids, dpm.getAffiliationIds(admin));
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
BasicService.java 104 Collection<AutofillId> ids = fields.values(); local
105 AutofillId[] requiredIds = new AutofillId[ids.size()];
106 ids.toArray(requiredIds);
124 * map of autofillable fields (represented by their autofill ids) mapped by the hint associate
  /external/guice/core/src/com/google/inject/internal/
CycleDetectingLock.java 30 * for the purposes of Garbage Collection you should not use heavy IDs.
271 List<ID> ids = Lists.newArrayList(); local
281 ids.add(ownedLock.userLockId);
286 return ids;
  /external/pdfium/core/fxcodec/jbig2/
JBig2_SddProc.cpp 172 JBig2IntDecoderState ids; local
173 ids.IADT = IADT.get();
174 ids.IAFS = IAFS.get();
175 ids.IADS = IADS.get();
176 ids.IAIT = IAIT.get();
177 ids.IARI = IARI.get();
178 ids.IARDW = IARDW.get();
179 ids.IARDH = IARDH.get();
180 ids.IARDX = IARDX.get();
181 ids.IARDY = IARDY.get()
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 106 int ids[] = new int[idList.size()]; local
108 ids[i] = idList.get(i);
110 return ids;
142 * @return the IDs of the new widgets
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAppWidgetManager.java 107 int ids[] = new int[idList.size()]; local
109 ids[i] = idList.get(i);
111 return ids;
191 * @return the IDs of the new widgets
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 98 int[] ids = new int[sizes.length]; local
100 ids[i] = DynamicLayout.INVALID_BLOCK_INDEX;
102 assertState(sizes, ids);

Completed in 926 milliseconds

<<11121314151617181920>>