HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 201 - 225 of 1016) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 123 words = re.split("(\s+)", lines[i])
124 for j in range(0, len(words), 2):
125 word = words[j]
133 if j+1 < len(words) and words[j+1] != " ":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 123 words = re.split("(\s+)", lines[i])
124 for j in range(0, len(words), 2):
125 word = words[j]
133 if j+1 < len(words) and words[j+1] != " ":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 123 words = re.split("(\s+)", lines[i])
124 for j in range(0, len(words), 2):
125 word = words[j]
133 if j+1 < len(words) and words[j+1] != " ":
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
SearchFragment.java 64 private void queryByWords(String words) {
66 if (!TextUtils.isEmpty(words)) {
67 mDelayedLoad.setSearchQuery(words);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 41 words = []
50 words.append(word)
51 return "".join(words)
  /external/autotest/tko/
machine_aggr.cgi 53 words = line.rstrip().split('\t')
54 if words[0] == machine.hostname:
55 title = '%s (%s)' % (words[-1], machine.hostname)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfLenientScannerTest.java 209 String words = testData[i][0]; local
211 String actualNumber = decFmt.format(formatter.parse(words));
215 + words + ", expected " + expectedNumber
  /external/python/cpython2/Demo/cgi/
wiki.py 41 words = []
50 words.append(word)
51 return "".join(words)
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 25 // The first, third and fifth words are 0. The second word is 3.
31 words := []int{0, 3, 0, int(periodMs), 0, 0, 1, 0}
32 n := int(unsafe.Sizeof(0)) * len(words)
33 data := ((*[1 << 29]byte)(unsafe.Pointer(&words[0])))[:n:n]
46 words := []uintptr{0, 3, 0, uintptr(periodMs), 0, uintptr(count1), 2,
50 for _, n := range words {
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 25 // The first, third and fifth words are 0. The second word is 3.
31 words := []int{0, 3, 0, int(periodMs), 0, 0, 1, 0}
32 n := int(unsafe.Sizeof(0)) * len(words)
33 data := ((*[1 << 29]byte)(unsafe.Pointer(&words[0])))[:n:n]
46 words := []uintptr{0, 3, 0, uintptr(periodMs), 0, uintptr(count1), 2,
50 for _, n := range words {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
BaseHTTPServer.py 252 words = requestline.split()
253 if len(words) == 3:
254 [command, path, version] = words
279 elif len(words) == 2:
280 [command, path] = words
286 elif not words:
  /external/python/cpython2/Lib/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 186 auto words = Serialize<Module>(m); local
188 auto m1 = Deserialize<Module>(words);
193 EXPECT_TRUE(words == words1);
224 auto words = Serialize<Module>(m); local
226 auto m1 = Deserialize<Module>(words);
231 EXPECT_TRUE(words == words1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 249 words = requestline.split()
250 if len(words) == 3:
251 command, path, version = words
276 elif len(words) == 2:
277 command, path = words
283 elif not words:
  /build/kati/
func.go 60 "words": func() mkFunc { return &funcWords{} },
219 for _, word := range wb.words {
249 for _, word := range wb.words {
300 for _, text := range textBuffer.words {
301 for _, pat := range patternsBuffer.words {
333 for _, text := range textBuffer.words {
334 for _, pat := range patternsBuffer.words {
362 for _, tok := range wb.words {
368 // Remove duplicate words.
409 if index-1 < len(wb.words) {
    [all...]
  /development/ndk/platforms/android-21/include/linux/
tcp.h 70 __be32 words[5]; member in union:tcp_word_hdr
72 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /development/ndk/platforms/android-9/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 396 public void setDialogue(String words) {
397 mDialogue.setText(words);
  /external/curl/tests/
manpage-scan.pl 65 my ($file, @words) = @_;
71 foreach my $m (@words) {
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
FusionDictionaryTest.java 70 private static void checkDictionary(final FusionDictionary dict, final ArrayList<String> words,
74 for (final String word : words) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tcp.h 66 __be32 words[5]; member in union:tcp_word_hdr
69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])

Completed in 629 milliseconds

1 2 3 4 5 6 7 891011>>