/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebtables.h | 137 char in[IFNAMSIZ]; member in struct:ebt_entry
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebtables.h | 137 char in[IFNAMSIZ]; member in struct:ebt_entry
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 4 different mechanisms involved in loading modules independently. 6 While the built-in module imp exports interfaces to the built-in 8 the built-in function __import__ in order to change the semantics of 22 module in a search path and to load it. It defines a method which 23 searches for a module in a single directory; by overriding this method 25 built-in and frozen modules are searched instead. 28 strategy used by the built-in __import__ function: ModuleLoader uses 39 module loader instance passed in (by default HookableModuleLoader i 421 raise ValueError, 'Attempted relative import in non-package' namespace 434 raise ValueError, ('Attempted relative import in ' namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 4 different mechanisms involved in loading modules independently. 6 While the built-in module imp exports interfaces to the built-in 8 the built-in function __import__ in order to change the semantics of 22 module in a search path and to load it. It defines a method which 23 searches for a module in a single directory; by overriding this method 25 built-in and frozen modules are searched instead. 28 strategy used by the built-in __import__ function: ModuleLoader uses 39 module loader instance passed in (by default HookableModuleLoader i 421 raise ValueError, 'Attempted relative import in non-package' namespace 434 raise ValueError, ('Attempted relative import in ' namespace [all...] |
/prebuilts/tools/common/m2/repository/jline/jline/0.9.94/ |
jline-0.9.94.jar | |
/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 140 SLOGD("entry %d in journal entries is for segment %d",i, le32_to_cpu(segno_in_journal(info->sit_sums, i))); 219 /* Read the 1st cp block in this CP pack */ 232 /* Read the 2nd cp block in this CP pack */ 440 SLOGE("Error getting SIT entries in summary area"); 500 /* check the SIT entries in the journal */ 584 char *in = argv[1]; local 588 if ((infd = open(in, O_RDONLY)) < 0) {
|
/system/security/keystore/ |
IKeystoreService.cpp | 6 ** you may not use this file except in compliance with the License. 11 ** Unless required by applicable law or agreed to in writing, software 94 ALOGE("out of memory allocating output array in get"); 345 virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out, 353 memcpy(buf, in, inLength); 369 ALOGE("out of memory allocating output array in sign"); 382 virtual int32_t verify(const String16& name, const uint8_t* in, size_t inLength, 392 memcpy(buf, in, inLength); 430 ALOGE("out of memory allocating output array in get_pubkey"); 679 const void* in; local 792 const void* in; local 810 const void* in; local 836 const void* in; local [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
ResponseCacheTest.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 81 * {@link com.squareup.okhttp.OkResponseCache} found in HttpResponseCacheTest provide 159 InputStream in = urlConnection.getInputStream(); local 161 reliableSkip(in, "puppies but hate ".length()); 163 assertEquals(-1, in.read()); 164 in.close(); 167 in = urlConnection.getInputStream(); 173 assertEquals(-1, in.read()); 174 in.close() 415 InputStream in = connection.getInputStream(); local [all...] |
HttpResponseCacheTest.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 143 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 320 InputStream in = urlConnection.getInputStream(); local 322 reliableSkip(in, "puppies but hate ".length()); 324 assertEquals(-1, in.read()); 325 in.close(); 330 in = urlConnection.getInputStream(); 336 assertEquals(-1, in.read()); 337 in.close() 570 InputStream in = connection.getInputStream(); local [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.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 60 * List of settings that are backed up are stored in the Settings.java file 75 // Slots in the checksum array. Never insert new items in the middle 86 // Number of entries in the checksum array at various version numbers 123 // stored in the full-backup tarfile as well, so should not be changed. 126 // Delay in milliseconds between the restore operation and when we will bounce 127 // wifi in order to rewrite the supplicant config etc. 143 public static Network readFromStream(BufferedReader in) { 491 DataInputStream in = new DataInputStream(instream); local 888 BufferedReader in = new BufferedReader(new FileReader(FILE_WIFI_SUPPLICANT)); local 899 BufferedReader in = new BufferedReader(new CharArrayReader(restoredAsBytes)); local [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
BatteryStatsService.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 750 pw.println(" full-history: include additional detailed events in battery history:"); 875 // By default, if the caller is only interested in a specific package, then 894 Parcel in = Parcel.obtain(); local 895 in.unmarshall(raw, 0, raw.length); 896 in.setDataPosition(0); 899 checkinStats.readSummaryFromParcel(in); 900 in.recycle();
|
/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...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
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 59 * Visual indicator of progress in some operation. Displays a bar to the user 68 * A progress bar can also be made indeterminate. In indeterminate mode, the 94 * // Start lengthy operation in a background thread 333 StateListDrawable in = (StateListDrawable) drawable; local 335 int numStates = in.getStateCount(); 337 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); 367 * Each frame of the animation is wrapped in a ClipDrawable an [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 | |
/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 193 * 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. 299 * sorting in memory. 333 Dex.Section in = source.open(section.off); local 335 int offset = in.getPosition(); 336 T value = read(in, indexMap, 0); 343 abstract T read(Dex.Section in, IndexMap indexMap, int index); 384 @Override String read(Dex.Section in, IndexMap indexMap, int index) 540 Dex in = type.getDex(); local [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 66 * Visual indicator of progress in some operation. Displays a bar to the user 75 * A progress bar can also be made indeterminate. In indeterminate mode, the 101 * // Start lengthy operation in a background thread 425 StateListDrawable in = (StateListDrawable) drawable; local 427 int numStates = in.getStateCount(); 429 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); 445 // Ensure the tint and filter are propagated in the correct order [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 | 165 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/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 143 * Check to ensure the private file created in testCreatePrivateData does not exist. 231 InputStream in = socket.getInputStream(); local 235 int n = in.read(buf);
|
/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 144 * Get the amount of data currently in the buffer. 196 static int ebReadString(ExpandBuf* pBuf, FILE* in) 203 ic = getc(in); 204 if (feof(in) || ferror(in)) { 221 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) 228 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in); 230 if (eofExpected && feof(in) && !ferror(in)) 676 FILE* in = stdin; 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...] |