/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
DeviceSelectorView.java | 34 import org.eclipse.ui.part.ViewPart;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange1.s | 10 ! each contents part. 118 ! keep different sizes of each part.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/ |
relax-7a.s | 44 # part of MOV.L @(d:24,ERs),ERd opcode
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
DatabaseMessages.java | 404 * Add a loaded MMS part 406 * @param part 408 public void addPart(final MmsPart part) { 409 mParts.add(part); 432 // Remember the width and height of the first media part 435 for (final MmsPart part : mParts) { 436 sizeOfParts += part.mSize; 552 for (final MmsPart part : mParts) { 553 out.writeParcelable(part, 0); 559 * Part of an MMS messag 800 final MmsPart part = new MmsPart(); local [all...] |
/system/update_engine/payload_generator/ |
delta_diff_utils_unittest.cc | 69 // holding it in the PartitionConfig |part|. 70 void CreatePartition(PartitionConfig* part, const string& pattern, 73 ASSERT_TRUE(utils::MakeTempFile(pattern.c_str(), &part->path, &fd)); 76 part->fs_interface.reset(new FakeFilesystem(block_size, size / block_size)); 77 part->size = size; 85 bool InitializePartitionWithUniqueBlocks(const PartitionConfig& part, 88 TEST_AND_RETURN_FALSE(part.size % block_size == 0); 89 size_t num_blocks = part.size / block_size; 90 brillo::Blob file_data(part.size); 100 return test_utils::WriteFileVector(part.path, file_data) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 21 # is NOT part of the NDK and is not for use with the NDK build
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 219 part=8706
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
stored_object.py | 116 part = PartEntity(id=i + 1, parent=self.key, value=serialized_parts[i]) 117 part_list.append(part) 129 """Holds a part of serialized data for MultipartEntity. 192 """Returns either head cache key or cache key part."""
|
/external/chromium-trace/catapult/devil/devil/utils/ |
cmd_helper.py | 90 return ' '.join(shrink(part) for part in cmd_parts)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
writer.py | 38 """Convert variable-size writes into part-sized writes 44 except for the final part which may be shorter than part_size. Make sure to 45 call flush() to ensure that a short final part results in a final send_fn 65 # Put back any data remaining over the part size into the 73 # The part we will send 74 part = data[:self.part_size] 75 self.send_fn(part) 85 Call upload_part for each part (in any order) and then close to complete 108 """Upload a part to Glacier. 110 :param part_index: part number where 0 is the first par [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
ref.tex | 2 % documentation is available in ``Documenting Python'', which is part
|
/external/eigen/blas/fortran/ |
ctbmv.f | 71 * by n part of the array A must contain the upper triangular 72 * band part of the matrix of coefficients, supplied column by 89 * by n part of the array A must contain the lower triangular 90 * band part of the matrix of coefficients, supplied column by
|
dtbmv.f | 71 * by n part of the array A must contain the upper triangular 72 * band part of the matrix of coefficients, supplied column by 89 * by n part of the array A must contain the lower triangular 90 * band part of the matrix of coefficients, supplied column by
|
stbmv.f | 71 * by n part of the array A must contain the upper triangular 72 * band part of the matrix of coefficients, supplied column by 89 * by n part of the array A must contain the lower triangular 90 * band part of the matrix of coefficients, supplied column by
|
ztbmv.f | 71 * by n part of the array A must contain the upper triangular 72 * band part of the matrix of coefficients, supplied column by 89 * by n part of the array A must contain the lower triangular 90 * band part of the matrix of coefficients, supplied column by
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
UnicodePropertySymbolTable.java | 139 for (String part : parts) { 140 prop.getSet(part, result);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
UnicodePropertySymbolTable.java | 138 for (String part : parts) { 139 prop.getSet(part, result);
|
/external/llvm/test/MC/ARM/ |
vmov-vmvn-byte-replicate.s | 1 @ PR18921, "vmov" part.
|
/external/llvm/test/MC/AsmParser/ |
floating-literals.s | 80 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
SmsFacade.java | 962 final PduPart part = new PduPart(); local [all...] |
/external/v8/src/js/ |
proxy.js | 31 // Implements part of ES6 9.5.11 Proxy.[[Enumerate]]:
|
/external/v8/test/webkit/ |
dfg-intrinsic-side-effect-assignment-osr-exit.js | 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting intrinsic."
|
dfg-side-effect-assignment-osr-exit.js | 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting bytecode instruction."
|