/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...] |