HomeSort by relevance Sort by last modified time
    Searched full:nospace (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 18 for (args, wanted) in ((['with space', 'nospace'],
19 ['"with space"', 'nospace']),
20 (['nochange', 'nospace'],
21 ['nochange', 'nospace'])):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 18 for (args, wanted) in ((['with space', 'nospace'],
19 ['"with space"', 'nospace']),
20 (['nochange', 'nospace'],
21 ['nochange', 'nospace'])):
  /external/libedit/doc/
mdoc2man.awk 27 nospace=0
99 if(!nospace)
100 nospace=1
104 if(!nospace)
105 nospace=1
111 if(!nospace)
112 nospace=1
125 if(!nospace&&match(words[w+1],"^[\\.,]"))
126 nospace=1
133 if(!nospace&&match(words[w+1],"^[\\.,]")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 83 self.nospace = 1 # Should leading space be suppressed
98 self.hard_break = self.nospace = self.para_end = 1
105 self.hard_break = self.nospace = 1
112 self.hard_break = self.nospace = 1
124 self.nospace = self.have_label = self.hard_break = self.para_end = 1
182 if self.nospace and not data:
186 if not self.nospace:
190 if not self.nospace:
192 self.hard_break = self.nospace = self.para_end = \
202 self.nospace = self.para_end = self.softspace =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 83 self.nospace = 1 # Should leading space be suppressed
98 self.hard_break = self.nospace = self.para_end = 1
105 self.hard_break = self.nospace = 1
112 self.hard_break = self.nospace = 1
124 self.nospace = self.have_label = self.hard_break = self.para_end = 1
182 if self.nospace and not data:
186 if not self.nospace:
190 if not self.nospace:
192 self.hard_break = self.nospace = self.para_end = \
202 self.nospace = self.para_end = self.softspace =
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/
EmailAddressTest.java 42 EmailAddress noSpace = EmailAddress.getEmailAddress("john doe<coolguy@doe.com>");
43 assertEquals("john doe", noSpace.getName());
  /system/core/libdiskconfig/
config_mbr.c 264 goto nospace;
268 goto nospace;
308 nospace:
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 318 XML.noSpace(tagName);
333 XML.noSpace(k);
403 XML.noSpace(tagName);
414 XML.noSpace(k);
XML.java 106 public static void noSpace(String string) throws JSONException {
  /external/kernel-headers/original/uapi/linux/
scc.h 121 unsigned int nospace; /* "Out of buffers" */ member in struct:scc_stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
scc.h 121 unsigned int nospace; /* "Out of buffers" */ member in struct:scc_stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
scc.h 121 unsigned int nospace; /* "Out of buffers" */ member in struct:scc_stat
  /sdk/bash_completion/
adb.bash 336 compopt -o nospace
395 complete -o nospace -F _adb adb
  /bionic/libc/kernel/uapi/linux/
scc.h 121 unsigned int nospace; member in struct:scc_stat
  /development/ndk/platforms/android-L/include/linux/
scc.h 121 unsigned int nospace; member in struct:scc_stat
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
scc.h 121 unsigned int nospace; member in struct:scc_stat
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
scc.h 121 unsigned int nospace; member in struct:scc_stat
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
scc.h 121 unsigned int nospace; member in struct:scc_stat
  /external/chromium_org/ui/views/layout/
box_layout_unittest.cc 123 TEST_F(BoxLayoutTest, NoSpace) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 1018 goto nospace;
1021 goto nospace;
1045 nospace:
    [all...]
  /external/chromium_org/base/
command_line_unittest.cc 192 static const char kFourthArgName[] = "nospace";
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
json-20090211.jar 
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/chromium_org/ui/gfx/
text_elider_unittest.cc 86 {"widthtootight@nospace.com", kEllipsisStr},
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.c 73 "nospace",
    [all...]

Completed in 952 milliseconds

1 2