HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 76 - 100 of 1007) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java 51 public void writeInt(int value);
  /dalvik/dx/src/com/android/dx/util/
Output.java 63 public void writeInt(int value);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 105 output.writeInt(0); // class modifiers
110 output.writeInt(9); // modifiers
114 output.writeInt(9); // modifiers
118 output.writeInt(1); // modifiers
122 output.writeInt(1); // modifiers
126 output.writeInt(1); // modifiers
130 output.writeInt(1); // modifiers
135 output.writeInt(8); // modifiers
140 output.writeInt(0); // modifiers
145 output.writeInt(1); // modifier
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 51 public void writeInt(int value);
  /external/dexmaker/src/dx/java/com/android/dx/util/
Output.java 61 public void writeInt(int value);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DefaultMapStorage.java 83 objectOutput.writeInt(numOfEntries);
85 objectOutput.writeInt(phoneNumberPrefixes[i]);
89 objectOutput.writeInt(sizeOfLengths);
91 objectOutput.writeInt(length);
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 113 writeInt(code, offset, defaultOffset); offset += 4;
114 writeInt(code, offset, cases.length); offset += 4;
119 writeInt(code, offset, cases[index]); offset += 4;
120 writeInt(code, offset, jumpOffsets[index]); offset += 4;
TableSwitchInstruction.java 116 writeInt(code, offset, defaultOffset); offset += 4;
117 writeInt(code, offset, lowCase); offset += 4;
118 writeInt(code, offset, highCase); offset += 4;
124 writeInt(code, offset, jumpOffsets[index]); offset += 4;
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseSettings.java 136 dest.writeInt(mAdvertiseMode);
137 dest.writeInt(mAdvertiseTxPowerLevel);
138 dest.writeInt(mAdvertiseConnectable ? 1 : 0);
139 dest.writeInt(mAdvertiseTimeoutMillis);
ResultStorageDescriptor.java 66 dest.writeInt(mType);
67 dest.writeInt(mOffset);
68 dest.writeInt(mLength);
ScanResult.java 66 dest.writeInt(1);
69 dest.writeInt(0);
72 dest.writeInt(1);
75 dest.writeInt(0);
77 dest.writeInt(mRssi);
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 100 dest.writeInt(mSuggestionsAttributes);
102 dest.writeInt(mCookie);
103 dest.writeInt(mSequence);
104 dest.writeInt(mSuggestionsAvailable ? 1 : 0);
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 95 dest.writeInt(1);
98 dest.writeInt(0);
101 dest.writeInt(sequence);
102 dest.writeInt(userActionNotificationSequenceNumber);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkIdentitySet.java 69 out.writeInt(VERSION_ADD_NETWORK_ID);
70 out.writeInt(size());
72 out.writeInt(ident.getType());
73 out.writeInt(ident.getSubType());
  /frameworks/base/telephony/java/com/android/ims/
ImsStreamMediaProfile.java 115 out.writeInt(mAudioQuality);
116 out.writeInt(mAudioDirection);
117 out.writeInt(mVideoQuality);
118 out.writeInt(mVideoDirection);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 60 dest.writeInt(compRequired ? 1 : 0);
61 dest.writeInt(commandNumber);
62 dest.writeInt(typeOfCommand);
63 dest.writeInt(commandQualifier);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http2Test.java 51 frame.writeInt(expectedStreamId);
52 frame.writeInt(111111111); // custom data
64 frame.writeInt(expectedStreamId & 0x7fffffff);
90 frame.writeInt(expectedStreamId & 0x7fffffff);
91 frame.writeInt(0); // Independent stream.
126 frame.writeInt(expectedStreamId & 0x7fffffff);
133 frame.writeInt(expectedStreamId & 0x7fffffff);
167 frame.writeInt(expectedStreamId & 0x7fffffff);
168 frame.writeInt(expectedPromisedStreamId & 0x7fffffff);
195 frame.writeInt(expectedStreamId & 0x7fffffff)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.java 81 out.writeInt(mSampleRate);
82 out.writeInt(mChannelConfig);
83 out.writeInt(mAudioFormat);
BluetoothMasInstance.java 71 out.writeInt(mId);
73 out.writeInt(mChannel);
74 out.writeInt(mMsgTypes);
  /frameworks/base/core/java/android/content/
ContentProviderResult.java 62 dest.writeInt(1);
63 dest.writeInt(count);
65 dest.writeInt(2);
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 108 dest.writeInt(descriptionRes);
110 dest.writeInt(flags);
111 dest.writeInt(priority);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorEvent.java 105 parcel.writeInt(mMonitoringType);
106 parcel.writeInt(mMonitoringStatus);
107 parcel.writeInt(mSourceTechnologies);
  /frameworks/base/core/java/android/net/
NetworkMisc.java 78 out.writeInt(allowBypass ? 1 : 0);
79 out.writeInt(explicitlySelected ? 1 : 0);
80 out.writeInt(acceptUnvalidated ? 1 : 0);
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 87 dest.writeInt(mCategory);
88 dest.writeInt(mLanguage);
89 dest.writeInt(mCategoryResult);
  /libcore/dex/src/main/java/com/android/dex/
ProtoId.java 54 out.writeInt(shortyIndex);
55 out.writeInt(returnTypeIndex);
56 out.writeInt(parametersOffset);

Completed in 1945 milliseconds

1 2 34 5 6 7 8 91011>>