HomeSort by relevance Sort by last modified time
    Searched refs:CASE_SENSITIVE (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/common/
automation_constants.h 109 enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
  /external/chromium_org/sandbox/win/src/
policy_opcodes_unittest.cc 162 CASE_SENSITIVE,
170 CASE_SENSITIVE,
241 CASE_SENSITIVE,
257 CASE_SENSITIVE,
266 CASE_SENSITIVE,
273 CASE_SENSITIVE,
281 CASE_SENSITIVE, kPolNone);
287 CASE_SENSITIVE,
294 CASE_SENSITIVE, kPolNone);
300 CASE_SENSITIVE, kPolNone)
    [all...]
policy_low_level_unittest.cc 22 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\adobe\\ver??\\", CASE_SENSITIVE));
23 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"*.tmp", CASE_SENSITIVE));
24 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\*.doc", CASE_SENSITIVE));
25 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\windows\\*", CASE_SENSITIVE));
27 CASE_SENSITIVE));
34 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"one**two", CASE_SENSITIVE));
35 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"**three", CASE_SENSITIVE));
36 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"five?six*?seven", CASE_SENSITIVE));
37 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"eight?*nine", CASE_SENSITIVE));
89 CASE_SENSITIVE));
    [all...]
policy_engine_opcodes.h 226 CASE_SENSITIVE = 0, // Pay or Not attention to the case as defined by
filesystem_policy.cc 192 CASE_SENSITIVE);
195 rv &= short_name.AddStringMatch(IF, FileName::NAME, L"*~*", CASE_SENSITIVE);
  /external/chromium_org/chrome_frame/
find_dialog.cc 30 automation_client_->FindInPage(ASCIIToWide(guid), FWD, CASE_SENSITIVE, false);
51 match_case ? CASE_SENSITIVE : IGNORE_CASE,
chrome_frame_automation.cc 781 params.match_case = (match_case == CASE_SENSITIVE);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
z80.php 80 'CASE_SENSITIVE' => array(
ruby.php 132 'CASE_SENSITIVE' => array(
rails.php 310 'CASE_SENSITIVE' => array(
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 318 report_error(TYPE_ERROR, "Language file contains a \$language_data['CASE_SENSITIVE']['$kw_value'] structure which is not an array!");
329 if(!isset($language_data['CASE_SENSITIVE'])) {
330 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'CASE_SENSITIVE\'] structure to check!');
331 } else if (!is_array($language_data['CASE_SENSITIVE'])) {
332 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_SENSITIVE\'] structure which is not an array!');
334 foreach($language_data['CASE_SENSITIVE'] as $cs_key => $cs_value) {
336 report_error(TYPE_WARNING, "Language file contains an key '$cs_key' in \$language_data['CASE_SENSITIVE'] that is not integer!");
338 report_error(TYPE_ERROR, "Language file contains a Case Sensitivity specification for \$language_data['CASE_SENSITIVE']['$cs_value'] which is not a boolean!");
449 if(!isset($language_data['CASE_SENSITIVE'][$key])) {
450 report_error(TYPE_ERROR, "Language file contains no \$language_data['CASE_SENSITIVE'] specification for keyword group $key!")
    [all...]
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 25 static final int CASE_SENSITIVE = 1;
  /external/chromium/chrome/browser/
session_history_uitest.cc 505 int num = tab_->FindInPage(L"<img", FWD, CASE_SENSITIVE, false, NULL);
  /external/chromium_org/chrome/test/automation/
tab_proxy.cc 65 params.match_case = (match_case == CASE_SENSITIVE);
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2303 milliseconds