Searched refs:NORMAL (Results 1 - 25 of 259) sorted by relevance

1234567891011

/external/chromium_org/tools/git/
H A Dgit-utils.sh9 NORMAL="$($TPUT op)"
12 NORMAL=
16 echo "${RED}WARNING:${NORMAL} $@"
/external/chromium_org/components/bookmarks/common/android/
H A Dbookmark_type_list.h12 DEFINE_BOOKMARK_TYPE(NORMAL, 0)
/external/chromium_org/content/common/
H A Dframe_message_enums.h33 NORMAL, enumerator in enum:FrameMsg_Navigate_Type::Value
36 NAVIGATE_TYPE_LAST = NORMAL,
/external/glide/library/src/main/java/com/bumptech/glide/
H A DPriority.java11 NORMAL, enum constant in enum:Priority
H A DMemoryCategory.java5 NORMAL(1f), enum constant in enum:MemoryCategory
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DEdge.java42 static final int NORMAL = 0; field in class:Edge
60 * this field is the kind of this control flow graph edge (i.e. NORMAL or
/external/chromium_org/chrome/browser/ui/webui/
H A Dfileicon_source_unittest.cc54 { "foo?bar", FILE_PATH_LITERAL("foo"), 1.0f, IconLoader::NORMAL },
55 { "foo?bar&scale=2x", FILE_PATH_LITERAL("foo"), 2.0f, IconLoader::NORMAL },
57 { "foo?iconsize=normal", FILE_PATH_LITERAL("foo"), 1.0f, IconLoader::NORMAL },
59 { "foo?iconsize=asdf", FILE_PATH_LITERAL("foo"), 1.0f, IconLoader::NORMAL },
69 FILE_PATH_LITERAL("o@#$%&*() +=?,:;\".jpg"), 1.0f, IconLoader::NORMAL },
72 IconLoader::NORMAL },
74 IconLoader::NORMAL },
77 IconLoader::NORMAL },
79 FILE_PATH_LITERAL("c:\\users\\\xa9 2000.pdf"), 1.0f, IconLoader::NORMAL },
82 IconLoader::NORMAL },
[all...]
/external/chromium_org/net/base/
H A Descape_unittest.cc154 {"", UnescapeRule::NORMAL, ""},
155 {"%2", UnescapeRule::NORMAL, "%2"},
156 {"%%%%%%", UnescapeRule::NORMAL, "%%%%%%"},
157 {"Don't escape anything", UnescapeRule::NORMAL, "Don't escape anything"},
158 {"Invalid %escape %2", UnescapeRule::NORMAL, "Invalid %escape %2"},
161 {"Some%20random text %25%2dOK", UnescapeRule::NORMAL,
170 {"%A0%B1%C2%D3%E4%F5", UnescapeRule::NORMAL, "\xA0\xB1\xC2\xD3\xE4\xF5"},
171 {"%Aa%Bb%Cc%Dd%Ee%Ff", UnescapeRule::NORMAL, "\xAa\xBb\xCc\xDd\xEe\xFf"},
181 {"me@my%40example", UnescapeRule::NORMAL, "me@my%40example"},
214 EXPECT_EQ(expected, UnescapeURLComponent(input, UnescapeRule::NORMAL));
[all...]
H A Dnet_util_icu_unittest.cc525 {"Empty URL", "", "", default_format_type, UnescapeRule::NORMAL, L"", 0},
528 "http://www.google.com/", "", default_format_type, UnescapeRule::NORMAL,
533 UnescapeRule::NORMAL,
539 UnescapeRule::NORMAL, L"http://\x671d\x65e5\x3042\x3055\x3072.jp/", 7},
543 UnescapeRule::NORMAL, L"http://xn--l8jvb1ey91xtjb.jp/", 7},
547 UnescapeRule::NORMAL,
553 UnescapeRule::NORMAL,
559 UnescapeRule::NORMAL,
564 UnescapeRule::NORMAL,
570 kFormatUrlOmitNothing, UnescapeRule::NORMAL,
961 UnescapeRule::NORMAL, NULL); member in class:net::UnescapeRule
[all...]
/external/smack/src/org/xbill/DNS/
H A DCredibility.java7 * the data's source. The constants NORMAL and ANY should be used by most
45 public static final int NORMAL = 3; field in class:Credibility
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DPriority.java58 /** constant NORMAL field
60 public static final String NORMAL = ParameterNames.NORMAL; field in class:Priority
/external/chromium_org/sync/internal_api/public/
H A Dsync_manager_factory.h21 NORMAL, // Normal sync manager enumerator in enum:syncer::SyncManagerFactory::MANAGER_TYPE
/external/chromium_org/sync/internal_api/test/
H A Dsync_manager_factory_for_profile_sync_test.cc13 : SyncManagerFactory(SyncManagerFactory::NORMAL),
/external/nist-sip/java/javax/sip/header/
H A DPriorityHeader.java9 String NORMAL = "Normal"; field in interface:PriorityHeader
/external/chromium_org/net/tools/dump_cache/
H A Durl_utilities.cc65 NORMAL, // We are not in the middle of parsing an escape. enumerator in enum:net::__anon9754::UnescapeState
75 UnescapeState state = NORMAL;
80 case NORMAL:
97 state = NORMAL;
106 state = NORMAL;
112 state = NORMAL;
/external/chromium_org/sync/internal_api/
H A Dsync_manager_factory.cc23 case NORMAL:
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
H A Dmathjax_external_util.js297 AA: ['00C5', {mathvariant: MML.VARIANT.NORMAL}],
298 alef: ['2135', {mathvariant: MML.VARIANT.NORMAL}],
299 alefsym: ['2135', {mathvariant: MML.VARIANT.NORMAL}],
300 weierp: ['2118', {mathvariant: MML.VARIANT.NORMAL}],
301 real: ['211C', {mathvariant: MML.VARIANT.NORMAL}],
302 part: ['2202', {mathvariant: MML.VARIANT.NORMAL}],
303 infin: ['221E', {mathvariant: MML.VARIANT.NORMAL}],
304 empty: ['2205', {mathvariant: MML.VARIANT.NORMAL}],
305 O: ['2205', {mathvariant: MML.VARIANT.NORMAL}],
306 ang: ['2220', {mathvariant: MML.VARIANT.NORMAL}],
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c51 #define NORMAL (1) macro
54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE) macro
715 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
718 if (NORMAL) {
727 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
740 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
743 if (NORMAL) {
759 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
998 if (NORMAL) {
1059 if (NORMAL)
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c51 #define NORMAL (1) macro
54 #define NORMAL (R200_DEBUG & RADEON_VERBOSE) macro
715 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
718 if (NORMAL) {
727 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
740 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
743 if (NORMAL) {
759 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
998 if (NORMAL) {
1059 if (NORMAL)
[all...]
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.cc47 if (parent->type() != MenuItem::NORMAL) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl40 float3 normal : NORMAL;
46 float3 normal : NORMAL;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl40 float3 normal : NORMAL;
46 float3 normal : NORMAL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c47 #define NORMAL (1) macro
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE) macro
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
440 if (NORMAL) {
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
465 if (NORMAL) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
664 if (NORMAL) {
719 if (NORMAL)
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c47 #define NORMAL (1) macro
50 #define NORMAL (RADEON_DEBUG & RADEON_VERBOSE) macro
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
440 if (NORMAL) {
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
465 if (NORMAL) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
664 if (NORMAL) {
719 if (NORMAL)
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dlabel_tray_view.cc49 child->AddIconAndLabel(*icon, message, gfx::Font::NORMAL);
55 child->AddLabel(message, gfx::ALIGN_LEFT, gfx::Font::NORMAL);

Completed in 2716 milliseconds

1234567891011