/prebuilts/go/linux-x86/src/compress/flate/ |
huffman_code.go | 180 // We've run out of both leafs and pairs.
|
/prebuilts/go/linux-x86/src/go/types/ |
predicates.go | 123 // An ifacePair is a node in a stack of interface type pairs compared for identity.
|
/prebuilts/go/linux-x86/src/net/http/ |
cookie.go | 36 Unparsed []string // Raw text of unparsed attribute-value pairs
|
response.go | 140 // pairs included in the response trailer.
|
/prebuilts/go/linux-x86/src/net/rpc/ |
client.go | 57 // and calls ReadResponseHeader and ReadResponseBody in pairs
|
/prebuilts/go/linux-x86/src/regexp/ |
regexp.go | 47 // pairs within the input string: result[2*n:2*n+1] identifies the indexes of 903 // FindSubmatchIndex returns a slice holding the index pairs identifying the 932 // FindStringSubmatchIndex returns a slice holding the index pairs 941 // FindReaderSubmatchIndex returns a slice holding the index pairs [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
letter.go | 54 // pairs. It appears with a fixed Delta of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
pydoc.py | 108 def replace(text, *pairs):
110 while pairs:
111 text = join(split(text, pairs[0]), pairs[1])
112 pairs = pairs[2:]
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
pydoc.py | 123 def replace(text, *pairs):
125 while pairs:
126 text = join(split(text, pairs[0]), pairs[1])
127 pairs = pairs[2:]
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pydoc.py | 108 def replace(text, *pairs):
110 while pairs:
111 text = join(split(text, pairs[0]), pairs[1])
112 pairs = pairs[2:]
[all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/ |
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pydoc.py | 108 def replace(text, *pairs): 110 while pairs: 111 text = join(split(text, pairs[0]), pairs[1]) 112 pairs = pairs[2:] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pydoc.py | 108 def replace(text, *pairs): 110 while pairs: 111 text = join(split(text, pairs[0]), pairs[1]) 112 pairs = pairs[2:] [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/25.4.0-alpha1/ |
lint-25.4.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/25.4.0-alpha3/ |
lint-25.4.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/25.4.0-alpha5/ |
lint-25.4.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/25.4.0-alpha6/ |
lint-25.4.0-alpha6.jar | |
/prebuilts/misc/common/robolectric/lib/ |
robolectric-resources-3.1.1.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 108 def replace(text, *pairs): 110 while pairs: 111 text = join(split(text, pairs[0]), pairs[1]) 112 pairs = pairs[2:] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 108 def replace(text, *pairs): 110 while pairs: 111 text = join(split(text, pairs[0]), pairs[1]) 112 pairs = pairs[2:] [all...] |
/external/vixl/src/aarch64/ |
logic-aarch64.cc | 3459 int pairs = laneCount \/ 2; local 3479 int pairs = laneCount \/ 2; local 3499 int pairs = laneCount \/ 2; local 3519 int pairs = laneCount \/ 2; local [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/ |
kotlin-stdlib-1.0.2.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/ |
kotlin-stdlib-1.0.5.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/ |
kotlin-stdlib-1.0.6.jar | |
/external/zxing/core/ |
core.jar | |