HomeSort by relevance Sort by last modified time
    Searched defs:found (Results 1 - 25 of 782) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hebrew.cc 71 bool found = c->unicode->compose (a, b, ab); local
73 if (!found && !c->plan->has_mark)
81 found = true;
87 found = true;
90 found = true;
96 found = true;
102 found = true;
108 found = (*ab != 0);
111 found = true;
114 found = true
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hebrew.cc 71 bool found = c->unicode->compose (a, b, ab); local
73 if (!found && !c->plan->has_mark)
81 found = true;
87 found = true;
90 found = true;
96 found = true;
102 found = true;
108 found = (*ab != 0);
111 found = true;
114 found = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.cpp 75 bool found = false; local
82 found = true;
86 if (!found) {
  /external/chromium_org/third_party/angle/src/compiler/translator/
QualifierAlive.cpp 4 // found in the LICENSE file.
11 TAliveTraverser(TQualifier q) : TIntermTraverser(true, false, false, true), found(false), qualifier(q)
15 bool wasFound() { return found; }
18 bool found; member in class:TAliveTraverser
49 found = true;
  /external/openssl/crypto/bn/
bn_depr.c 74 int found = 0; local
88 found = 1;
90 if (!found && (ret == NULL) && (rnd != NULL)) BN_free(rnd);
91 return(found ? rnd : NULL);
  /external/bluetooth/bluedroid/bta/mce/
bta_mce_act.c 65 int found = 0; local
94 evt_data.mas[found].scn = pe.params[0];
99 evt_data.mas[found].p_srv_name = (char *) p_attr->attr_value.v.array;
100 evt_data.mas[found].srv_name_len= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
105 evt_data.mas[found].instance_id = p_attr->attr_value.v.u8;
110 evt_data.mas[found].msg_type = p_attr->attr_value.v.u8;
112 found++;
113 } while (p_rec != NULL && found < BTA_MCE_MAX_MAS_INSTANCES);
115 evt_data.num_mas = found;
  /external/chromium_org/base/
supports_user_data.cc 3 // found in the LICENSE file.
16 DataMap::const_iterator found = user_data_.find(key); local
17 if (found != user_data_.end())
18 return found->second.get();
  /external/chromium_org/chrome/browser/prefs/
browser_ui_prefs_migrator.cc 3 // found in the LICENSE file.
61 bool found = browser_dict->Remove(*it, &single_app_placement_dict); local
62 DCHECK(found);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.h 3 // found in the LICENSE file.
67 typename Container::const_iterator found = container.find(key); local
68 if (found == container.end())
70 return found->second;
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder_unittest.cc 3 // found in the LICENSE file.
24 void AssertFound(const base::FilePath& found,
34 ASSERT_EQ(found, exe);
40 base::FilePath found = local
43 existing_paths.push_back(found);
45 rel_paths.push_back(found.BaseName());
47 locations.push_back(found.DirName());
49 AssertFound(found, existing_paths, rel_paths, locations));
87 base::FilePath found = local
91 rel_paths.push_back(found.BaseName())
    [all...]
  /external/chromium_org/components/history/core/browser/
history_types_unittest.cc 3 // found in the LICENSE file.
22 bool found = false; local
25 found = true;
30 EXPECT_TRUE(found) << "The URL had no index referring to it.";
  /external/chromium_org/components/policy/core/common/
preferences_mock_mac.cc 3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc 3 // found in the LICENSE file.
32 int found = 0; local
47 ++found;
52 return found;
  /external/chromium_org/courgette/
disassembler_elf_32_x86_unittest.cc 3 // found in the LICENSE file.
66 bool found = false; local
72 found = true;
76 EXPECT_TRUE(!found);
  /external/chromium_org/sandbox/win/src/
shared_handles.cc 3 // found in the LICENSE file.
50 SharedItem* found = FindByTag(tag); local
51 if (NULL == found) {
54 *handle = found->item;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderingTraversal.h 70 ContainerNode* found = parent(node); local
71 return found && found->isElementNode() ? toElement(found) : 0;
  /external/chromium_org/tools/gn/
import_manager.cc 3 // found in the LICENSE file.
62 ImportMap::const_iterator found = imports_.find(file); local
63 if (found != imports_.end())
64 imported_scope = found->second;
79 ImportMap::const_iterator found = imports_.find(file); local
80 if (found != imports_.end()) {
82 imported_scope = found->second;
  /external/deqp/framework/delibs/depool/
dePoolMultiSet.c 48 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
49 DE_TEST_ASSERT(found == inserted);
60 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
61 DE_TEST_ASSERT(found == inserted);
73 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
74 DE_TEST_ASSERT(found == inserted);
94 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
101 DE_TEST_ASSERT(found == (count > 0));
114 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
120 DE_TEST_ASSERT(found == (count > 0))
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
    [all...]
dePoolSet.c 50 deBool found = deTestSet_exists(set, (deInt16)i); local
51 DE_TEST_ASSERT(found == inserted);
62 deBool found = deTestSet_exists(set, (deInt16)i); local
63 DE_TEST_ASSERT(found == inserted);
75 deBool found = deTestSet_exists(set, (deInt16)i); local
76 DE_TEST_ASSERT(found == inserted);
  /external/e2fsprogs/lib/ext2fs/
lookup.c 25 int found; member in struct:lookup_struct
44 ls->found++;
60 ls.found = 0;
66 return (ls.found) ? 0 : EXT2_ET_FILE_NOT_FOUND;
  /external/ipsec-tools/src/racoon/
throttle.c 98 int found = 0; local
118 found = 1;
128 if (!found) {
  /external/javassist/src/main/javassist/compiler/
KeywordTable.java 22 Object found = get(name); local
23 if (found == null)
26 return ((Integer)found).intValue();
SymbolTable.java 34 Declarator found = (Declarator)get(name); local
35 if (found == null && parent != null)
38 return found;
  /external/libmtp/examples/
emptyfolders.c 32 int found = 0; local
37 found = 1;
43 if(found == 0) { // no files claim this as a parent
100 printf("No folders found\n");
  /external/libsepol/tests/
test-expander-users.c 37 unsigned char *found; /* array of booleans of roles found */ local
38 int extra = 0; /* number of extra roles found */
42 printf("%s not found\n", user_name);
43 CU_FAIL("user not found");
46 found = calloc(num_roles, sizeof(unsigned char));
47 CU_ASSERT_FATAL(found != NULL);
54 found[j] += 1;
61 if (found[j] != 1) {
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j])
    [all...]

Completed in 3489 milliseconds

1 2 3 4 5 6 7 8 91011>>