OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPart
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java
128
MimePart
newPart
= new MimePart();
129
parts.add(
newPart
);
130
return
newPart
;
506
MimePart
newPart
= addMimePart();
522
newPart
.contentType = headerValue;
523
Log.d(TAG, "*** CONTENT-TYPE: " +
newPart
.contentType);
527
newPart
.contentLocation = headerValue;
528
newPart
.partName = headerValue;
535
newPart
.contentId = headerValue;
539
newPart
.contentDisposition = headerValue
[
all
...]
/libcore/luni/src/main/java/java/util/
ArrayList.java
188
Object[]
newPart
= collection.toArray();
189
int newPartSize =
newPart
.length;
202
System.arraycopy(
newPart
, 0, a, s, newPartSize);
228
Object[]
newPart
= collection.toArray();
229
int newPartSize =
newPart
.length;
244
System.arraycopy(
newPart
, 0, a, index, newPartSize);
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 1231 milliseconds