/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 129 int32_t tmp; local 130 if (msg->findInt32("bitrate-mode", &tmp)) { 133 switch (tmp) { 3353 int32_t tmp; local 3354 if (msg->findInt32("color-format", &tmp)) { 3356 static_cast<OMX_COLOR_FORMATTYPE>(tmp); 3372 // Set the component input buffer number to be |tmp|. If succeed, 3373 // component will set input port buffer number to be |tmp|. If fail, 3375 if (msg->findInt32("android._num-input-buffers", &tmp)) { 3376 err = setPortBufferNum(kPortIndexInput, tmp); 3753 int32_t tmp; local 3817 int32_t tmp; local 4058 int32_t tmp; local 4140 int32_t tmp; local 4270 int32_t tmp; local 4519 int32_t tmp; local 4568 int32_t tmp; local 5802 int32_t tmp; local [all...] |
H A D | MPEG4Writer.cpp | 2584 const uint8_t *tmp = data; local 2589 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) { 2590 getNalUnitType(*(tmp + 4), &type); 2599 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, ¶mSetLen); 2608 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, ¶mSetLen); 2619 bytesLeft -= nextStartCode - tmp; 2620 tmp = nextStartCode; 2750 const uint8_t *tmp = data; local 2753 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) { 2754 nextStartCode = findNextNalStartCode(tmp [all...] |
/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 4595 public void handleRelaunchActivity(ActivityClientRecord tmp, argument 4610 IBinder token = tmp.token; 4611 tmp = null; 4615 tmp = r; 4616 configChanges |= tmp.pendingConfigChanges; 4623 if (tmp == null) { 4629 + tmp.token + " with configChanges=0x" 4638 if (tmp.createdConfig != null) { 4643 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration) 4644 && mConfiguration.diff(tmp [all...] |
/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 5941 String16 tmp; local 5976 tmp.append(String16(s, p-s)); 5988 tmp.append(String16(" ")); 5998 tmp.append(String16("\t")); 6001 tmp.append(String16("\n")); 6004 tmp.append(String16("#")); 6007 tmp.append(String16("@")); 6010 tmp.append(String16("?")); 6013 tmp.append(String16("\"")); 6016 tmp [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 2835 //delete tmp files 7934 String[] permissions, boolean[] tmp, int flags, int userId) { 7940 tmp[i] = true; 7943 tmp[i] = false; 7961 if (tmp[i]) { 11994 File tmp; 11995 while ((tmp = parent.getParentFile()) != null) { 11997 parent = tmp; 16209 } else if (name.endsWith(".apk") || name.endsWith(".tmp")) { 17811 return name.startsWith("vmdl") && name.endsWith(".tmp"); 7933 addPackageHoldingPermissions(ArrayList<PackageInfo> list, PackageSetting ps, String[] permissions, boolean[] tmp, int flags, int userId) argument [all...] |
/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ... |
H A D | jsilver.jar | META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ... |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |