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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle_dx11/src/compiler/
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/chromium_org/third_party/openssl/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/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/chromium/chrome/browser/
preferences_mock_mac.cc 3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
  /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/policy/
preferences_mock_mac.cc 3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
  /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/content/browser/geolocation/
wifi_data_provider_common_win.cc 3 // found in the LICENSE file.
33 int found = 0; local
48 ++found;
53 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/harfbuzz-ng/src/
hb-ot-shape-complex-default.cc 121 bool found = c->unicode->compose (a, b, ab); local
123 if (!found && (b & ~0x7F) == 0x0580) {
130 found = true;
136 found = true;
139 found = true;
145 found = true;
151 found = true;
157 found = (*ab != 0);
160 found = true;
163 found = true
    [all...]
  /external/chromium_org/tools/gn/
import_manager.cc 3 // found in the LICENSE file.
54 ImportMap::const_iterator found = imports_.find(file); local
55 if (found != imports_.end())
56 imported_scope = found->second;
71 ImportMap::const_iterator found = imports_.find(file); local
72 if (found != imports_.end()) {
74 imported_scope = found->second;
  /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/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 127 bool found = c->unicode->compose (a, b, ab); local
129 if (!found && (b & ~0x7F) == 0x0580) {
136 found = true;
142 found = true;
145 found = true;
151 found = true;
157 found = true;
163 found = (*ab != 0);
166 found = true;
169 found = true
    [all...]
  /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...]
test-linker-roles.c 59 int found = 0; local
63 found++;
67 CU_ASSERT(found == 1);
  /external/open-vcdiff/gtest/src/
gtest-typed-test.cc 58 bool found = false; local
63 found = true;
68 if (found) {
72 << " can be found in this test case.\n";
  /external/openssh/
groupaccess.c 102 int i, found = 0; local
113 found = 1;
116 return found;
  /external/oprofile/libpp/
populate.cpp 39 bool found = false; local
48 found = true;
52 return found;
79 bool found = false; local
95 found = true;
100 if (found == true && ip.error == image_ok) {
  /external/protobuf/gtest/src/
gtest-typed-test.cc 58 bool found = false; local
63 found = true;
68 if (found) {
72 << " can be found in this test case.\n";
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 36 size_t found = fread((char*) buffer, 1, wanted, _file); local
40 return found;

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>