/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp775.py | 190 u'\n' # 0x000a -> LINE FEED 192 u'\x0c' # 0x000c -> FORM FEED 451 0x000a: 0x000a, # LINE FEED 453 0x000c: 0x000c, # FORM FEED [all...] |
cp850.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp852.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp855.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp857.py | 190 u'\n' # 0x000a -> LINE FEED 192 u'\x0c' # 0x000c -> FORM FEED 451 0x000a: 0x000a, # LINE FEED 453 0x000c: 0x000c, # FORM FEED [all...] |
cp858.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp860.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp861.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp862.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp863.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp864.py | 189 u'\n' # 0x000a -> LINE FEED 191 u'\x0c' # 0x000c -> FORM FEED 450 0x000a: 0x000a, # LINE FEED 452 0x000c: 0x000c, # FORM FEED [all...] |
cp865.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp866.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
cp869.py | 191 u'\n' # 0x000a -> LINE FEED 193 u'\x0c' # 0x000c -> FORM FEED 452 0x000a: 0x000a, # LINE FEED 454 0x000c: 0x000c, # FORM FEED [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
queues.py | 231 debug('starting thread to feed data to pipe')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 240 # Feed data. Smaller than PIPEBUF. These writes will not block.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 243 // if it's an android project, then we get its resources, and feed them
|
/external/aac/libSBRenc/src/ |
resampler.cpp | 408 /* Store new feed forward merge state */ 410 /* Store new feed backward state */
|
/external/chromium/crypto/ |
signature_verifier_unittest.cc | 206 // Test 1: feed all of the data to the verifier at once (a single 217 // Test 2: feed the data to the verifier in three parts (three VerifyUpdate
|
/external/chromium/net/tools/testserver/ |
device_management.py | 384 # Iterate over fields of the message and feed them from the 412 # Iterate over fields of the message and feed them from the
|
/external/chromium_org/chrome/common/extensions/api/ |
file_browser_private.json | 950 "description": "ID of the search feed that should be fetched next. Value passed here should be gotten from previous searchDrive call. It can be empty for the initial search request." 970 "description": "ID of the feed that contains next chunk of the search result. Should be sent to the next searchDrive request to perform incremental search." [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_win.c | 681 /* feed timing information to the PRNG */ 720 /* feed screen contents to PRNG */
|
/external/clang/lib/AST/ |
CommentSema.cpp | 272 // Parser will not feed us more arguments than needed. 314 // Parser will not feed us more arguments than needed. [all...] |
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 388 if (c == 0x0a || // Line Feed 389 c == 0x0c || // Form Feed
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCopyToCombine.cpp | 356 /// findPotentialNewifiableTFRs - Finds tranfers that feed stores that could be 363 // Mark TFRs that feed a potential new value store as such.
|