HomeSort by relevance Sort by last modified time
    Searched refs:SEPARATOR (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/lib/builtins/arm/
aeabi_dcmp.S 22 .syntax unified SEPARATOR \
23 .p2align 2 SEPARATOR \
25 push { r4, lr } SEPARATOR \
26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
27 cmp r0, #0 SEPARATOR \
28 b ## cond 1f SEPARATOR \
29 mov r0, #0 SEPARATOR \
30 pop { r4, pc } SEPARATOR \
31 1: SEPARATOR \
32 mov r0, #1 SEPARATOR \
    [all...]
aeabi_fcmp.S 22 .syntax unified SEPARATOR \
23 .p2align 2 SEPARATOR \
25 push { r4, lr } SEPARATOR \
26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
27 cmp r0, #0 SEPARATOR \
28 b ## cond 1f SEPARATOR \
29 mov r0, #0 SEPARATOR \
30 pop { r4, pc } SEPARATOR \
31 1: SEPARATOR \
32 mov r0, #1 SEPARATOR \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
assembly.h 20 #define SEPARATOR @
22 #define SEPARATOR %%
24 #define SEPARATOR ;
38 .globl SYMBOL_NAME(name) SEPARATOR \
42 .globl SYMBOL_NAME(name) SEPARATOR \
43 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
  /external/libcxxabi/src/Unwind/
assembly.h 20 #define SEPARATOR @
22 #define SEPARATOR %%
24 #define SEPARATOR ;
47 .def name SEPARATOR \
48 .scl 2 SEPARATOR \
49 .type 32 SEPARATOR \
54 .globl SYMBOL_NAME(name) SEPARATOR \
55 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
59 .globl SYMBOL_NAME(name) SEPARATOR \
60 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
    [all...]
  /external/compiler-rt/lib/builtins/
assembly.h 20 #define SEPARATOR @
22 #define SEPARATOR ;
51 .def name SEPARATOR \
52 .scl 2 SEPARATOR \
53 .type 32 SEPARATOR \
97 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
103 FILE_LEVEL_DIRECTIVE SEPARATOR \
104 .globl SYMBOL_NAME(name) SEPARATOR \
105 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
110 FILE_LEVEL_DIRECTIVE SEPARATOR \
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixFakeFileSystem.java 36 public static final char SEPARATOR = '/';
50 return SEPARATOR;
71 * Return true if the specified char is a separator character ('\' or '/')
74 * @return true if the specified char is a separator character ('\' or '/')
77 return c == SEPARATOR;
WindowsFakeFileSystem.java 38 public static final char SEPARATOR = '\\';
66 return SEPARATOR;
86 * Return true if the specified char is a separator character ('\' or '/')
89 * @return true if the specified char is a separator character ('\' or '/')
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 39 private static final char SEPARATOR = ',';
235 sb.append(SEPARATOR);
237 sb.append(SEPARATOR);
239 sb.append(SEPARATOR);
242 sb.append(SEPARATOR);
245 sb.append(SEPARATOR);
247 sb.append(SEPARATOR);
249 sb.append(SEPARATOR);
251 sb.append(SEPARATOR);
253 sb.append(SEPARATOR);
    [all...]
  /external/icu/icu4c/source/common/
ucat.c 16 /* Separator between set_num and msg_num */
17 static const char SEPARATOR = '%';
32 buffer[i++] = SEPARATOR;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 58 * Separator used for in-memory structure.
60 private static final String SEPARATOR = "\u0001";
61 private static final Pattern SEPARATOR_PATTERN = Pattern.compile(SEPARATOR);
64 * Separator used for serializing values for preferences.
83 * We store those strings joined with {@link #SAVE_SEPARATOR} as the separator when saving
126 appendIfNotNull(sb, SEPARATOR);
128 appendIfNotNull(sb, SEPARATOR);
130 appendIfNotNull(sb, SEPARATOR);
135 appendIfNotNull(sb, SEPARATOR);
148 appendIfNotNull(sb, SEPARATOR);
    [all...]
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 101 private static final char SEPARATOR = '-';
115 * Make sure we don't put a separator at the beginning. Since we're
121 encoded[--index] = SEPARATOR;
154 } else if (group == SEPARATOR) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorCache.java 33 private static final String SEPARATOR = "::";
98 .append(SEPARATOR)
105 .append(SEPARATOR)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 81 SEPARATOR='separator'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 81 SEPARATOR='separator'
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 36 private static final String SEPARATOR = "::";
107 return mStringBuffer.append(accountName).append(SEPARATOR).append(accountType).toString();
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 57 private static final String SEPARATOR = "|";
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
174 + SEPARATOR + shortcut;
221 StringTokenizer st = new StringTokenizer(line, SEPARATOR);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 41 /** Comma separator. */
42 private static final String SEPARATOR = ", ";
133 utterance.append(SEPARATOR);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java 48 private static final String SEPARATOR = "|";
103 sb.append(SEPARATOR);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 103 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
110 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
DeviceMenuListener.java 99 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
172 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
187 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 55 // separator
57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); local
58 GridDataFactory.create(separator).spanH(2).grabH().fillH();
  /external/v8/test/mjsunit/
whitespaces.js 17 0x2028, // Line Separator LS
18 0x2029, // Paragraph Separator PS
22 0x180E, // Mongolian Vowel Separator
34 0x2028, // LINE SEPARATOR
35 0x2029, // PARAGRAPH SEPARATOR
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 256 private static final String SEPARATOR = ": ";
    [all...]
  /external/v8/test/webkit/
string-trim.js 57 {s : '\u2028', t : 'LINE SEPARATOR'},
58 {s : '\u2029', t : 'PARAGRAPH SEPARATOR'},
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 27 private static final String SEPARATOR = "separator";
433 * @return locale display separator as a char.
440 String localeSeparator = locDispBundle.getStringWithFallback(SEPARATOR);

Completed in 1248 milliseconds

1 2 3 4 5 6 7 8