Searched defs:TRUE (Results 201 - 225 of 249) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc194 gtk_tree_view_column_pack_start(column, text_renderer, TRUE);
196 gtk_tree_view_column_set_resizable(column, TRUE);
198 gtk_tree_view_column_set_expand(column, TRUE);
214 gtk_tree_view_column_set_resizable(column, TRUE);
233 column->use_resized_width = TRUE;
473 gtk_button_box_set_child_secondary(GTK_BUTTON_BOX(action_area), link, TRUE); local
498 gtk_tree_view_set_headers_clickable(GTK_TREE_VIEW(treeview_), TRUE); local
927 return TRUE;
943 return TRUE;
H A Dbrowser_window_gtk.cc1397 return TRUE;
1602 gtk_widget_set_app_paintable(window_container_, TRUE);
1604 gtk_widget_set_redraw_on_allocate(window_container_, TRUE);
1648 gtk_widget_set_no_show_all(toolbar_border_, TRUE);
1669 TRUE, TRUE); local
1671 gtk_paned_pack1(GTK_PANED(contents_vsplit_), contents_hsplit_, TRUE, TRUE); local
1674 contents_vsplit_, TRUE, TRUE, local
1686 TRUE, TRUE, 0); local
[all...]
H A Dlocation_bar_view_gtk.cc387 gtk_widget_set_app_paintable(hbox_.get(), TRUE);
390 gtk_widget_set_redraw_on_allocate(hbox_.get(), TRUE);
408 gtk_box_pack_start(GTK_BOX(hbox_.get()), entry_box_, TRUE, TRUE, 0); local
459 TRUE, TRUE, 0); local
1200 TRUE); local
1382 return TRUE;
1399 return TRUE;
1463 return TRUE;
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/
H A DMakefile225 NOOP = $(TRUE)
236 TRUE = true macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp32 return *p?TRUE:FALSE;
217 return TRUE;
324 // return tag == YES ? TRUE : FALSE;
349 bslash_escape = TRUE; quote_escape = FALSE; break;
351 bslash_escape = FALSE;quote_escape = TRUE; break;
353 bslash_escape = TRUE; quote_escape = TRUE; break;
369 is_quoting = TRUE;
411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
952 return TRUE;
1278 DumpScanner(Scanner & s, UBool dump = TRUE) argument
1302 parseBNF(UBool debug = TRUE) argument
1589 operator ()(const char *const str, const int exp_error_offset = -1, const UBool dump = TRUE) argument
[all...]
H A Dusettest.cpp110 test.toPattern(ustrPat, TRUE);
230 testSet.toPattern(pat0, TRUE);
246 return TRUE;
258 return TRUE;
390 doAssert(set.isEmpty() == TRUE, "set should be empty");
419 doAssert(set.isEmpty() == TRUE, "set should be empty");
434 doAssert(set.isEmpty() == TRUE, "set should be empty");
449 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
461 doAssert(set.containsAll(set3) == TRUE, "se
3237 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode); local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c74 # define TRUE (!FALSE) macro
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h211 #ifndef TRUE
212 #define TRUE (1) macro
488 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
489 NPBool printOne; /* TRUE if plugin should print one copy to default printer */
/external/icu4c/i18n/
H A Ddtfmtsym.cpp204 initializeData(Locale::getDefault(), NULL, status, TRUE); local
219 initializeData(Locale::getDefault(), type, status, TRUE); local
273 failed = TRUE;
424 if (array1 == array2) return TRUE;
430 return TRUE;
438 return TRUE;
495 return TRUE;
500 UBool cmpres = TRUE;
1262 (*(field)+i)->setTo(TRUE, resStr, strLen);
1281 (*(field)+i)->setTo(TRUE, dat
[all...]
/external/icu4c/test/intltest/
H A Dwbnf.cpp32 return *p?TRUE:FALSE;
217 return TRUE;
324 // return tag == YES ? TRUE : FALSE;
349 bslash_escape = TRUE; quote_escape = FALSE; break;
351 bslash_escape = FALSE;quote_escape = TRUE; break;
353 bslash_escape = TRUE; quote_escape = TRUE; break;
369 is_quoting = TRUE;
411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
952 return TRUE;
1278 DumpScanner(Scanner & s, UBool dump = TRUE) argument
1302 parseBNF(UBool debug = TRUE) argument
1589 operator ()(const char *const str, const int exp_error_offset = -1, const UBool dump = TRUE) argument
[all...]
H A Dusettest.cpp110 test.toPattern(ustrPat, TRUE);
230 testSet.toPattern(pat0, TRUE);
246 return TRUE;
258 return TRUE;
390 doAssert(set.isEmpty() == TRUE, "set should be empty");
419 doAssert(set.isEmpty() == TRUE, "set should be empty");
434 doAssert(set.isEmpty() == TRUE, "set should be empty");
449 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
461 doAssert(set.containsAll(set3) == TRUE, "se
3219 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode); local
[all...]
/external/iptables/iptables/
H A Dip6tables.c48 #ifndef TRUE
49 #define TRUE 1 macro
1711 cs.invert = TRUE;
H A Diptables.c45 #ifndef TRUE
46 #define TRUE 1 macro
1738 cs.invert = TRUE;
/external/libxslt/libxslt/
H A Dtransform.c74 # define TRUE (!FALSE) macro
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc364 gtk_widget_set_no_show_all(instant_view_, TRUE);
365 gtk_label_set_selectable(GTK_LABEL(instant_view_), TRUE); local
1117 // return TRUE. We need to prevent |text_view_| from performing this default
1191 result = TRUE;
1320 return TRUE; // Don't continue, we called the default handler already.
1588 gtk_drag_finish(context, TRUE, TRUE, time);
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc368 gtk_widget_set_no_show_all(gray_text_view_, TRUE);
369 gtk_label_set_selectable(GTK_LABEL(gray_text_view_), TRUE); local
905 // return TRUE. We need to prevent |text_view_| from performing this default
981 result = TRUE;
1091 return TRUE; // Don't continue, we called the default handler already.
1379 gtk_drag_finish(context, TRUE, FALSE, time);
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c264 #ifndef TRUE
265 #define TRUE 1 macro
766 ras.fresh = TRUE;
1345 ras.joint = TRUE;
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc144 int value = TRUE;
168 return TRUE;
204 return TRUE;
217 return TRUE;
245 return TRUE;
550 SetWindowRgn(hwnd(), region, TRUE); local
742 int dwm_value = enabled ? FALSE : TRUE;
973 ::EnableWindow(start, TRUE);
1107 SetWindowRgn(hwnd(), NULL, TRUE); local
1136 SetWindowRgn(hwnd(), new_region, TRUE); local
[all...]
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java39 public static final int TRUE=11; field in class:JavaLexer
2708 // $ANTLR start "TRUE"
2711 int _type = TRUE;
2727 // $ANTLR end "TRUE"
10531 // src/com/google/doclava/parser/Java.g:1:8: ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER )
10949 // src/com/google/doclava/parser/Java.g:1:449: TRUE
16736 return "1:1: Tokens : ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER );";
/external/freetype/src/raster/
H A Dftraster.c272 #ifndef TRUE
273 #define TRUE 1 macro
784 ras.fresh = TRUE;
1369 ras.joint = TRUE;
/external/libnfc-nxp/inc/
H A DphNfcTypes.h103 #ifndef TRUE
104 #define TRUE (0x01) /**< \ingroup grp_nfc_common macro
/external/pixman/pixman/
H A Dpixman-private.h861 #ifndef TRUE
862 # define TRUE 1 macro
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc711 gtk_window_set_urgency_hint(window_, TRUE);
960 &GTK_WIDGET(window_)->allocation, TRUE);
1213 &GTK_WIDGET(window_)->allocation, TRUE);
1399 return TRUE;
1604 gtk_widget_set_app_paintable(window_container_, TRUE);
1606 gtk_widget_set_redraw_on_allocate(window_container_, TRUE);
1649 gtk_widget_set_no_show_all(toolbar_border_, TRUE);
1668 TRUE, TRUE); local
1670 FALSE, TRUE); local
1671 gtk_box_pack_end(GTK_BOX(render_area_vbox_), contents_split_, TRUE, TRUE, 0); local
1694 TRUE, TRUE, 0); local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c173 #define TRUE (!FALSE) macro
4666 { (yyval.negate) = TRUE; }
5545 * \c TRUE if the combination of inputs used is valid, \c FALSE otherwise.
/external/v8/src/
H A Djsregexp.h1186 UNKNOWN = -1, FALSE = 0, TRUE = 1 enumerator in enum:v8::internal::Trace::TriBool
1282 void set_at_start(bool at_start) { at_start_ = at_start ? TRUE : FALSE; }

Completed in 1027 milliseconds

12345678910