Searched refs:add (Results 151 - 175 of 1479) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRow.java102 * @param action The Action to add.
105 mActions.add(action);
112 * @param action The Action to add.
115 mActions.add(pos, action);
/frameworks/volley/src/com/android/volley/toolbox/
H A DByteArrayPool.java114 mBuffersByLastUse.add(buf);
119 mBuffersBySize.add(pos, buf);
/frameworks/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java63 requests.add(request);
76 queue.add(request);
102 queue.add(req1);
103 queue.add(req2);
123 queue.add(req1); // A
124 queue.add(req2); // B
125 queue.add(req3); // A
127 queue.add(req4); // A
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebBackForwardListChromium.java39 mHistroryItemList.add(
99 list.add(mHistroryItemList.get(i).clone());
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp95 desc->mTagToNameMap.add(tag, String8(tagName));
104 sections.add(sectionString);
105 tagToSectionMap.add(tag, sectionString);
112 desc->mTagToTypeMap.add(tag, tagType);
124 desc->mTagToSectionMap.add(tag, static_cast<uint32_t>(index));
130 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
132 desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.valueFor(tag), tag);
199 allTags.add(tag);
200 desc->mTagToNameMap.add(tag, tagName);
201 desc->mTagToSectionMap.add(ta
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c183 log_en = add(log_en, st->log_en_hist[i]);
201 log_en = add(log_en, 512);
249 log_en_int_e = add(log_en_int_e, 16 - 1);
274 exp = add(exp0, exp);
304 st->hist_ptr = add(st->hist_ptr, 1);
317 log_en = add(log_en, shr(log_en_m, 15 - 7));
328 log_en = sub(log_en, add(1024, en_adjust[codec_mode]));
348 st->decAnaElapsedCount = add(st->decAnaElapsedCount, 1);
364 if (sub(add(st->decAnaElapsedCount, st->dtxHangoverCount),
368 /* if short time since decoder update, do not add extr
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_gcc.s52 add r1,r2
66 add r2,r4,r10
67 add r3,r0,r2,lsl #2
71 add r12,r0,r2,lsl #2
82 add r4,r4,#0x200
146 add r1,r1,#0x40
160 add r4,r4,r2,lsl #1
170 add r2,r11,r2,lsl #1
173 add r10,r10,#1
183 add r
[all...]
H A Dpvmp3_dct_9_gcc.s47 add r1,r2,r3
51 add r2,r3,r12
54 add r12,r4,r5
59 add r6,r5,r7
61 add r7,r1,r12
62 add r8,r9,r2
63 add r7,r7,r6
64 add r10,r7,r8
114 add r12,r11,r6
133 add r
[all...]
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp55 mParameters.add(key, value);
87 status_t AudioParameter::add(const String8& key, const String8& value) function in class:android::AudioParameter
90 mParameters.add(key, value);
103 return add(key, str8);
114 return add(key, str8);
H A DMediaProfiles.cpp344 cameraIds.add(cameraId);
375 mImageEncodingQualityLevels.add(levels);
378 levels->mLevels.add(quality);
447 profiles->mVideoEncoders.add(createVideoEncoderCap(atts));
450 profiles->mAudioEncoders.add(createAudioEncoderCap(atts));
453 profiles->mVideoDecoders.add(createVideoDecoderCap(atts));
456 profiles->mAudioDecoders.add(createAudioDecoderCap(atts));
458 profiles->mEncoderOutputFileFormats.add(createEncoderOutputFileFormat(atts));
463 profiles->mCamcorderProfiles.add(
470 profiles->mVideoEditorExportProfiles.add(createExportVideoProfil
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_5.cpp50 files (add.h, sub.h, etc.)
186 lsf1_q[i] = add (mult (st->past_lsf_q[i], ALPHA),
198 temp = add (mean_lsf[i], mult (st->past_r_q[i],
255 temp = add (mean_lsf[i], mult (st->past_r_q[i],
257 lsf1_q[i] = add (lsf1_r[i], temp);
258 lsf2_q[i] = add (lsf2_r[i], temp);
346 add(
370 add(
484 add(
490 add(
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkScorerAppManagerTest.java72 scorers.add(package1);
73 scorers.add(package2);
74 scorers.add(package3);
75 scorers.add(package4);
97 receivers.add(scorer.first);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayerInvalidationActivity.java60 topLayouts.add(container1);
61 topLayouts.add(container2);
62 topLayouts.add(container3);
143 linearLayouts.add(parent);
151 textViews.add((TextView) view);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java67 mShader.mShaderTextureNames.add(name);
68 mShader.mShaderTextureTypes.add(texType);
73 mShader.mTextureNames.add(name);
74 mShader.mTextureTypes.add(texType);
123 paramList.add(paramRS);
/frameworks/base/tools/aapt/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, function in class:android::ZipFile
83 return add(fileName, fileName, compressionMethod, ppEntry);
85 status_t add(const char* fileName, const char* storageName, function in class:android::ZipFile
111 status_t add(const void* data, size_t size, const char* storageName, function in class:android::ZipFile
126 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
223 /* common handler for all "add" functions */
/frameworks/base/tools/preload/
H A DPrintHtmlDiff.java46 zygote.add(op.loadedClass);
57 added.add(loadedClass);
67 if (!clazz.preloaded) removed.add(clazz);
107 for (Operation op : clazz.loads) procNames.add(op.process.name);
109 procNames.add(op.process.name);
/frameworks/native/opengl/tools/glgen/src/
H A DJFunc.java81 argNames.add(argName);
82 argTypes.add(argType);
83 argCIndices.add(new Integer(cindex));
87 bufferArgNames.add(argName);
91 bufferArgNames.add(argName);
/frameworks/volley/src/com/android/volley/
H A DRequestQueue.java34 * Calling {@link #add(Request)} will enqueue the given Request for dispatch,
216 public <T> Request<T> add(Request<T> request) { method in class:RequestQueue
217 // Tag the request as belonging to this queue and add it to the set of current requests.
220 mCurrentRequests.add(request);
225 request.addMarker("add-to-queue");
229 mNetworkQueue.add(request);
242 stagedRequests.add(request);
251 mCacheQueue.add(request);
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp125 PM.add(createSjLjEHPreparePass(TM));
130 PM.add(createDwarfEHPass(TM));
133 PM.add(createLowerInvokePass());
136 PM.add(createUnreachableBlockEliminationPass());
153 PM.add(PassConfig);
166 PM.add(MMI);
170 PM.add(new MachineFunctionAnalysis(*TM));
317 pPM.add(funcPass);
351 pPM.add(funcPass);
379 pPM.add(funcPas
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_YuvToRGB.S233 add r0, r5, LSL #2
234 add r1, r5
235 add r3, r5, LSR #1
236 add r4, r5, LSR #1
258 add r3, r2, r4
261 add r0, r4, LSL #2
262 add r1, r4
284 add r3, r2, r4
287 add r0, r4, LSL #2
288 add r
[all...]
H A DrsCpuIntrinsics_neon_Blur.S85 1: ifcc add \reg, \reg, pc
93 add r1, r1, #16
177 add pc, pc, r12
248 add pc, pc, r12
380 add pc, pc, r12
578 add pc, pc, r12
629 add pc, pc, r12
643 112: add r12, r9, #0x1a0
650 111: add r12, r9, #0x1a8
659 110: add r1
[all...]
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java419 * @param listener The callback to add
431 mOnWindowAttachListeners.add(listener);
454 * @param listener The callback to add
466 mOnWindowFocusListeners.add(listener);
489 * @param listener The callback to add
500 mOnGlobalFocusListeners.add(listener);
524 * @param listener The callback to add
535 mOnGlobalLayoutListeners.add(listener);
574 * @param listener The callback to add
585 mOnPreDrawListeners.add(listene
1145 void add(T item) { method in class:ViewTreeObserver.CopyOnWriteArray
[all...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java134 row.add(Root.COLUMN_ROOT_ID, MY_ROOT_ID);
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE);
136 row.add(Root.COLUMN_TITLE, "_Test title which is really long");
137 row.add(Root.COLUMN_SUMMARY,
139 row.add(Root.COLUMN_DOCUMENT_ID, MY_DOC_ID);
140 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024);
395 row.add(Document.COLUMN_DOCUMENT_ID, docId);
396 row.add(Document.COLUMN_DISPLAY_NAME, docId);
397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
398 row.add(Documen
[all...]
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java40 * the array. You can add lists or arrays of custom objects. Override the toString() method
172 * @param object The object to add at the end of the array.
174 public void add(T object) { method in class:ArrayAdapter
177 mOriginalValues.add(object);
179 mObjects.add(object);
188 * @param collection The Collection to add at the end of the array.
204 * @param items The items to add at the end of the array.
226 mOriginalValues.add(index, object);
228 mObjects.add(index, object);
291 * Control whether methods that change the list ({@link #add},
[all...]
/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp223 arrayForDirection.add((Vector2){pts[0].x(), pts[0].y()});
226 arrayForDirection.add((Vector2){pts[1].x(), pts[1].y()});
229 arrayForDirection.add((Vector2){pts[1].x(), pts[1].y()});
230 arrayForDirection.add((Vector2){pts[2].x(), pts[2].y()});
233 arrayForDirection.add((Vector2){pts[1].x(), pts[1].y()});
234 arrayForDirection.add((Vector2){pts[2].x(), pts[2].y()});
235 arrayForDirection.add((Vector2){pts[3].x(), pts[3].y()});

Completed in 774 milliseconds

1234567891011>>