Searched defs:block (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp161 StatementBlock* block = ifs->statements = new StatementBlock; local
183 block->Add(new VariableDeclaration(v));
185 generate_create_from_data(t, block, arg->name.data, v,
189 block->Add(new Assignment(v, new NewExpression(v->type)));
192 generate_new_array(v->type, block, v, this->requestData);
219 block->Add(realCall);
223 block->Add(new VariableDeclaration(_result, realCall));
227 block->Add(new Assignment(this->resultData,
233 generate_write_to_data(returnType, block,
247 block
[all...]
/frameworks/native/cmds/installd/
H A Dutils.c388 // block for it.
393 CACHE_NOISY(ALOGI("Allocated large cache mem block: %p size %d", res, len));
411 CACHE_NOISY(ALOGI("Allocated new cache mem block: %p", newBlock));
418 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %d, block=%p, nextPos=%p",
786 void* block = cache->memBlocks; local
787 while (block != NULL) {
788 void* nextBlock = *(void**)block;
789 CACHE_NOISY(ALOGI("Freeing cache mem block: %p", block));
790 free(block);
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp21 The number of bits that represent a 4x4 texel block is 64 bits if
24 The data for a block is a number of bytes,
29 the highest. The 64 bits specifying the block is then represented
520 etc1_byte block[ETC1_DECODED_BLOCK_SIZE]; local
539 etc1_byte* q = block + (cy * 4) * 3;
553 etc1_encode_block(block, mask, encoded);
574 etc1_byte block[ETC1_DECODED_BLOCK_SIZE]; local
589 etc1_decode_block(pIn, block);
592 const etc1_byte* q = block + (cy * 4) * 3;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h136 typeMBStore block; /* blocks */ /* ACDC */ member in struct:tagMacroBlock
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp171 Void find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy);
1775 /* Purpose : Get the Coded Block Pattern for each block */
1815 dataBlock = MB->block[i];
1906 dataBlock = MB->block[i];
2124 qcoeff = MB->block[comp];
2409 if (direction[comp] == 0) /* Horizontal, left COLUMN of block A */
2425 else /* Vertical, top ROW of block C */
2446 qcoeff = MB->block[comp];
2479 qcoeff = MB->block[0];
2518 qcoeff = MB->block[
2532 find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy) argument
[all...]
H A Dmp4lib_int.h134 Short block[9][64]; /* 4-Y, U and V blocks , and AAN Scale*/ member in struct:tagMacroBlock
245 void (*blockIdct)(Int *block);
342 Int dc_scalar_1; /*dc scalar for Y block */
343 Int dc_scalar_2; /*dc scalar for U, V block*/
371 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
/frameworks/base/core/java/android/app/
H A DInstrumentation.java444 * @param block Controls whether the monitor should block the activity
451 IntentFilter which, ActivityResult result, boolean block) {
455 mBlock = block;
465 * @param block Controls whether the monitor should block the activity
472 String cls, ActivityResult result, boolean block) {
476 mBlock = block;
621 * @param block Controls whether the monitor should block th
450 ActivityMonitor( IntentFilter which, ActivityResult result, boolean block) argument
471 ActivityMonitor( String cls, ActivityResult result, boolean block) argument
630 addMonitor( IntentFilter filter, ActivityResult result, boolean block) argument
653 addMonitor( String cls, ActivityResult result, boolean block) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java152 int block = loadResourceValue(ident, (short) 0, tmpValue, true);
153 if (block >= 0) {
155 return mStringBlocks[block].get(tmpValue.data);
170 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
171 if (block >= 0) {
173 return mStringBlocks[block].get(tmpValue.data);
197 int block = loadResourceValue(ident, (short) density, outValue, resolveRefs);
198 if (block >= 0) {
202 outValue.string = mStringBlocks[block].get(outValue.data);
217 int block;
271 getPooledString(int block, int id) argument
713 getNativeStringBlock(int block) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp82 const Res_value& value, uint32_t ref, ssize_t block,
86 const Res_value& value, uint32_t ref, ssize_t block,
91 (jint)table->getTableCookie(block));
100 return block;
710 ssize_t block = res.getResource(ident, &value, false, density, &typeSpecFlags, &config); local
712 if (block == BAD_INDEX) {
719 block = res.resolveReference(&value, block, &ref, &typeSpecFlags, &config);
721 if (block == BAD_INDEX) {
727 return block >
85 copyValue(JNIEnv* env, jobject outValue, const ResTable* table, const Res_value& value, uint32_t ref, ssize_t block, uint32_t typeSpecFlags, ResTable_config* config) argument
743 ssize_t block = -1; local
786 android_content_AssetManager_getNativeStringBlock(JNIEnv* env, jobject clazz, jint block) argument
854 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags); local
994 ssize_t block = 0; local
1191 ssize_t block = 0; local
1301 ssize_t block; local
1397 ResXMLTree* block = new ResXMLTree(); local
1491 ssize_t block = res.resolveReference(&value, bag->stringBlock, NULL); local
1554 ssize_t block = res.resolveReference(&value, bag->stringBlock, NULL); local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1264 * shorthands to allow/block all or no metadata.
1270 * @param block Is the set of metadata the client is not interested
1277 public int setMetadataFilter(Set<Integer> allow, Set<Integer> block) { argument
1289 int capacity = request.dataSize() + 4 * (1 + allow.size() + 1 + block.size());
1299 request.writeInt(block.size());
1300 for(Integer t: block) {
/frameworks/base/tools/aapt/
H A DResource.cpp209 ResXMLTree block; local
210 status_t err = parseXMLResource(file, &block);
214 //printXMLBlock(&block);
217 while ((code=block.next()) != ResXMLTree::START_TAG
225 file->getPrintableSource().string(), block.getLineNumber());
228 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
230 file->getPrintableSource().string(), block.getLineNumber(),
231 String8(block.getElementName(&len)).string());
235 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
238 file->getPrintableSource().string(), block
1123 ResXMLTree block; local
1242 ResXMLTree block; local
1347 ResXMLTree block; local
[all...]
H A DResourceTable.cpp255 ResXMLTree& block, bool _appendComment)
257 , sourcePos(in->getPrintableSource(), block.getLineNumber())
299 ResXMLTree& block,
305 PendingAttribute attr(myPackage, in, block, inStyleable);
318 ssize_t identIdx = block.indexOfAttribute(NULL, "name");
320 attr.ident = String16(block.getAttributeStringValue(identIdx, &len));
330 block.getComment(&len) ? block.getComment(&len) : nulStr);
332 ssize_t typeIdx = block.indexOfAttribute(NULL, "format");
334 String16 typeStr = String16(block
298 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
568 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
663 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
760 ResXMLTree block; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h56 /* a:block address, b:block width, c:block height, d:total_width, e:x or y coordinate */
614 int16 block[NUM_PIXELS_IN_MB]; /* for transformed residue coefficient */ member in struct:tagCommonObj
615 uint8 *pred_block; /* pointer to prediction block, could point to a frame */
684 uint32 cbp4x4; /* each bit represent nonzero 4x4 block in reverse raster scan order */
785 /* Zigzag scan from 1-D to 2-D output to block[24][16]. */
794 Mapping from coding scan block indx to raster scan block index */
801 Availability of the neighboring top-right block relativ
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp2385 // is now local to this block, but will keep it for now (at least until merge done).
2844 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; local
2998 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
3265 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
3271 sq->push(block);
4743 ALOGE("createRecordTrack_l() no control block");
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java3443 if (doLog) Slog.w(TAG, "Invalid block size in master key");
3710 // the delta from info.size to the end of block.
4150 // Consume a tar file header block [sequence] and accumulate the relevant metadata
4152 byte[] block = new byte[512];
4155 boolean gotHeader = readTarHeader(instream, block);
4160 info.size = extractRadix(block, 124, 12, 8);
4161 info.mtime = extractRadix(block, 136, 12, 8);
4162 info.mode = extractRadix(block, 100, 8, 8);
4164 info.path = extractString(block, 345, 155); // prefix
4165 String path = extractString(block,
4249 HEXLOG(byte[] block) argument
4285 readTarHeader(InputStream instream, byte[] block) argument
[all...]

Completed in 480 milliseconds

12