HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1176 - 1200 of 3217) sorted by null

<<41424344454647484950>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStreamTest.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
170 private void readObject(java.io.ObjectInputStream in)
173 in.readObject();
192 public void readObject(java.io.ObjectInputStream in)
195 in.readObject();
222 private void readObject(java.io.ObjectInputStream in)
225 in.defaultReadObject();
318 private void readObject(java.io.ObjectInputStream in)
320 in.defaultReadObject()
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
123 SocketChannel in = ssc.accept(); local
125 in.socket().setTcpNoDelay(false);
128 InetSocketAddress listenAddress = (InetSocketAddress) in.socket().getLocalSocketAddress();
131 InetSocketAddress inLocalAddress = (InetSocketAddress) in.socket().getLocalSocketAddress();
132 InetSocketAddress inRemoteAddress = (InetSocketAddress) in.socket().getRemoteSocketAddress();
150 assertTrue(in.isConnected());
151 assertTrue(in.socket().isConnected());
155 in.close()
260 InputStream in = socket.getInputStream(); local
323 InputStream in = socket.getInputStream(); local
476 InputStream in = socket.getInputStream(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
159 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
213 public ProcessStats(Parcel in) {
215 readFromParcel(in);
323 public ProcessStats createFromParcel(Parcel in) {
324 return new ProcessStats(in);
460 // Finally prune out any common processes that are no longer in use.
467 // be back down to one package. In that case, we want to revert back
642 private void readCompactedLongArray(Parcel in, int version, long[] array, int num)
876 Parcel in = Parcel.obtain(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
192 * result in too many bytes wasted, compact the result. To compact,
224 * merged dex file. Populates maps from old to new indices in the process.
251 // Fill in values with the first value of each dex.
273 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap,
275 int offset = in != null ? in.getPosition() : -1;
277 T v = read(in, indexMap, index);
290 * sorting in memory
325 Dex.Section in = source.open(section.off); local
533 Dex in = type.getDex(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 51 * The arguments can occur in any order, which is necessary for translation
55 * with arguments in {curly braces} which will be replaced by formatted values.
58 * classes in that you create a <code>MessageFormat</code> object with one
69 * <p>An argument might not specify any format type. In this case,
85 * a typeless argument in the pattern string
133 * <li>Quotable syntax characters are the {curly braces} in all messageText parts,
134 * plus the '#' sign in a messageText immediately inside a pluralStyle,
135 * and the '|' symbol in a messageText immediately inside a choiceStyle.
137 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text,
138 * and unquoted {curly braces} must occur in matched pairs
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 50 * The arguments can occur in any order, which is necessary for translation
54 * with arguments in {curly braces} which will be replaced by formatted values.
57 * classes in that you create a <code>MessageFormat</code> object with one
68 * <p>An argument might not specify any format type. In this case,
84 * a typeless argument in the pattern string
132 * <li>Quotable syntax characters are the {curly braces} in all messageText parts,
133 * plus the '#' sign in a messageText immediately inside a pluralStyle,
134 * and the '|' symbol in a messageText immediately inside a choiceStyle.
136 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text,
137 * and unquoted {curly braces} must occur in matched pairs
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
103 // Test each documented HTTP/1.1 code, plus the first unused value in each range.
207 * Skipping bytes in the input stream caused ResponseCache corruption.
258 BufferedSource in = response1.body().source(); local
259 assertEquals("ABC", in.readUtf8());
375 * in practice redirects mean that each can do either.
526 BufferedSource in = response1.body().source(); local
527 assertEquals("ABCDE", in.readUtf8(5));
528 in.close()
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
69 * Visual indicator of progress in some operation. Displays a bar to the user
78 * A progress bar can also be made indeterminate. In indeterminate mode, the
104 * // Start lengthy operation in a background thread
245 /** Value used to track progress animation, in the range [0...1]. */
442 final StateListDrawable in = (StateListDrawable) dr; local
443 final int N = in.getStateCount();
445 if (needsTileify(in.getStateDrawable(i))) {
498 final StateListDrawable in = (StateListDrawable) drawable local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
155 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */
166 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
181 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */
227 * which must be enclosed in double quotation marks
229 * hex digits,which are not enclosed in quotes
236 * a string in the format of an Ethernet MAC address, e.g.,
279 * Up to four WEP keys. Either an ASCII string enclosed in double
463 * the network we need to be before autojoin kicks in
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 52 __u16 in; member in struct:ib_ucm_cmd_hdr
  /bionic/libc/kernel/uapi/sound/
hdspm.h 166 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /build/kati/
func.cc 4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
56 const char* in = cmd->c_str(); local
57 for (; *in && !done; in++) {
58 switch (*in) {
61 while (in[1] && *in != '\n')
62 in++;
70 if (quote == *in)
140 const string&& in = args[1]->Eval(ev); local
    [all...]
ninja.cc 4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str());
233 // A hack to exclude out phony target in Android. If this exists,
257 StringPiece TranslateCommand(const char* in, string* cmd_buf) {
264 for (; *in; in++) {
265 switch (*in) {
268 while (in[1] && *in != '\n'
418 const char* in = c->cmd.c_str(); local
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
139 * Check to ensure the private file created in testCreatePrivateData does not exist.
227 InputStream in = socket.getInputStream(); local
231 int n = in.read(buf);
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
91 BufferedReader in = new BufferedReader(new InputStreamReader(is, "UTF-8")); local
96 while ((str = in.readLine()) != null) {
274 // Release mediacodec in failure or exception cases.
ExifInterfaceTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
333 InputStream in = null; local
335 in = getContext().getAssets().open(imageFile.getName());
336 exifInterface = new ExifInterface(in);
339 IoUtils.closeQuietly(in);
343 in = null;
345 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath()));
346 exifInterface = new ExifInterface(in);
349 IoUtils.closeQuietly(in);
422 InputStream in = null; local
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
39 // We can't assume a mobile network is even present in this test, so
161 InputStream in = socket.getInputStream(); local
164 int n = in.read(buf);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
65 Allocation in = Allocation.createTyped(mRS, t); local
68 fe_all.forEach_test_i8(in, out);
71 fe_all.forEach_test_i8(in, badOut);
79 in = Allocation.createTyped(mRS, t);
82 fe_all.forEach_test_i8_2(in, out);
85 fe_all.forEach_test_i8_2(in, badOut);
93 in = Allocation.createTyped(mRS, t);
96 fe_all.forEach_test_i8_3(in, out)
    [all...]
KernelTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
65 Allocation in = Allocation.createTyped(mRS, t); local
68 kernel_all.forEach_test_i8(in, out);
71 kernel_all.forEach_test_i8(in, badOut);
79 in = Allocation.createTyped(mRS, t);
82 kernel_all.forEach_test_i8_2(in, out);
85 kernel_all.forEach_test_i8_2(in, badOut);
93 in = Allocation.createTyped(mRS, t);
96 kernel_all.forEach_test_i8_3(in, out)
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
153 * Get the amount of data currently in the buffer.
205 static int ebReadString(ExpandBuf* pBuf, FILE* in)
212 ic = getc(in);
213 if (feof(in) || ferror(in)) {
230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected)
237 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in);
239 if (eofExpected && feof(in) && !ferror(in))
706 FILE* in = NULL; local
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
51 * rss data in the background and post the results to a ListView in the UI.
52 * It also shows how to display custom data in a ListView
60 * <li>Override of getView() in the adapter provides the display view
64 * RssItem in the browser.
103 // Keys used for data in the onSaveInstanceState() Map.
114 * here, not in a constructor.
132 // Get pointers to the UI elements in the rss_layou
313 InputStream in = connection.getInputStream(); local
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
260 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
273 in->device,
274 in->dev);
281 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
296 in->device = (int)val;
309 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device);
338 struct generic_stream_in *in = (struct generic_stream_in *)stream local
533 struct generic_stream_in *in; local
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 3 * found in the LICENSE file.
15 /* We have a static representation of the dsp graph in a "struct ini",
16 * and here we will construct a dynamic representation of it in a
19 * graph actually needed in the dynamic one (so those plugins that are
41 * now disabled, in the pipeline we construct there will only be two
50 int original_index; /* the port index in the plugin */
51 int buf_index; /* the buffer index in the pipeline */
58 int original_index; /* the port index in the plugin */
74 * between this and the port array in a struct plugin is that
93 * in number of frames. *
510 int in = ARRAY_COUNT(&instance->input_audio_ports); local
    [all...]

Completed in 1705 milliseconds

<<41424344454647484950>>