Searched refs:SEPARATOR (Results 1 - 25 of 55) sorted by relevance

123

/external/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S22 .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...]
H A Daeabi_fcmp.S22 .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...]
/external/libcxxabi/src/Unwind/
H A Dassembly.h20 #define SEPARATOR @ macro
22 #define SEPARATOR %% macro
24 #define SEPARATOR ; macro
38 .globl SYMBOL_NAME(name) SEPARATOR \
42 .globl SYMBOL_NAME(name) SEPARATOR \
43 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
/external/compiler-rt/lib/builtins/
H A Dassembly.h20 #define SEPARATOR @ macro
22 #define SEPARATOR ; macro
44 .def name SEPARATOR \
45 .scl 2 SEPARATOR \
46 .type 32 SEPARATOR \
102 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
108 FILE_LEVEL_DIRECTIVE SEPARATOR \
109 .globl SYMBOL_NAME(name) SEPARATOR \
110 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
115 FILE_LEVEL_DIRECTIVE SEPARATOR \
[all...]
/external/chromium_org/content/public/common/
H A Dmenu_item.h23 SEPARATOR = blink::WebMenuItemInfo::Separator, enumerator in enum:content::MenuItem::Type
/external/chromium_org/third_party/icu/source/common/
H A Ducat.c17 static const char SEPARATOR = '%'; variable
32 buffer[i++] = SEPARATOR;
/external/icu/icu4c/source/common/
H A Ducat.c17 static const char SEPARATOR = '%'; variable
32 buffer[i++] = SEPARATOR;
/external/chromium_org/third_party/webrtc/tools/converter/
H A Dconverter.cc20 #define SEPARATOR '\\' macro
23 #define SEPARATOR '/' macro
153 return dir_name + SEPARATOR + file_name;
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DPlainSaslClient.java42 private static byte SEPARATOR = 0; field in class:PlainSaslClient
75 2 + // SEPARATOR
83 response[size++] = SEPARATOR;
86 response[size++] = SEPARATOR;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL);
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h121 return extensions::MenuItem::SEPARATOR;
178 if (title.empty() && type != MenuItem::SEPARATOR) {
254 if (title.empty() && item->type() != MenuItem::SEPARATOR) {
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c324 # define SEPARATOR(i, last, width) \ macro
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
365 SEPARATOR(i, LENGTH_CODES-1, 20));
371 SEPARATOR(i, D_CODES-1, 10));
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c324 # define SEPARATOR(i, last, width) \ macro
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
365 SEPARATOR(i, LENGTH_CODES-1, 20));
371 SEPARATOR(i, D_CODES-1, 10));
/external/zlib/src/
H A Dtrees.c324 # define SEPARATOR(i, last, width) \ macro
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
365 SEPARATOR(i, LENGTH_CODES-1, 20));
371 SEPARATOR(i, D_CODES-1, 10));
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc64 item.type = content::MenuItem::SEPARATOR;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc88 if (type == SEPARATOR)
H A Dmenu.h117 SEPARATOR enumerator in enum:views::Menu::MenuItemType
H A Dmenu_item_view.cc126 if (GetType() == SEPARATOR)
178 case SEPARATOR:
241 if (type == SEPARATOR) {
309 gfx::ImageSkia(), SEPARATOR, ui::NORMAL_SEPARATOR);
H A Dmenu_item_view.h83 SEPARATOR, enumerator in enum:views::MenuItemView::Type
444 // Type of menu. NOTE: MenuItemView doesn't itself represent SEPARATOR,
H A Dmenu_model_adapter.cc88 type = MenuItemView::SEPARATOR;
/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc244 last_type = MenuItem::SEPARATOR;
289 } else if (item->type() == MenuItem::SEPARATOR) {
H A Dmenu_manager.h107 SEPARATOR enumerator in enum:extensions::MenuItem::Type
/external/chromium_org/third_party/zlib/
H A Dtrees.c329 # define SEPARATOR(i, last, width) \ macro
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
357 SEPARATOR(i, DIST_CODE_LEN-1, 20));
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
370 SEPARATOR(i, LENGTH_CODES-1, 20));
376 SEPARATOR(i, D_CODES-1, 10));
/external/chromium_org/chrome/renderer/plugins/
H A Dchrome_plugin_placeholder.cc332 separator_item.type = content::MenuItem::SEPARATOR;
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.cc108 case content::MenuItem::SEPARATOR:

Completed in 2107 milliseconds

123