HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 126 - 150 of 15010) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/interfaces/camera/
README.md 9 More details and versioning information can be found within each particular HAL.
11 More complete information about the Android camera HAL and subsystem can be found at
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 74 QueuedOperation found = null; local
77 found = qo;
81 if (found != null) {
82 found.cancel();
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
future.py 23 self.found = {} # set
35 self.found[name] = 1
45 return self.found.keys()
73 print v.found
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
future.py 23 self.found = {} # set
35 self.found[name] = 1
45 return self.found.keys()
73 print v.found
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug229.go 5 // license that can be found in the LICENSE file.
15 // name is unexported, not just "name not found".
  /prebuilts/go/linux-x86/test/fixedbugs/
bug229.go 5 // license that can be found in the LICENSE file.
15 // name is unexported, not just "name not found".
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
future.py 23 self.found = {} # set
35 self.found[name] = 1
45 return self.found.keys()
73 print v.found
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
future.py 23 self.found = {} # set
35 self.found[name] = 1
45 return self.found.keys()
73 print v.found
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java 18 String found = execParser("T.g", grammar, "TParser", "TLexer", local
21 assertEquals(expecting, found);
33 String found = execParser("T.g", grammar, "TParser", "TLexer", local
36 assertEquals(expecting, found);
376 String found = execRecognizer(); local
377 System.out.print(test+" -> "+found);
378 assertEquals(expecting, found);
TestTreeWizard.java 50 String found = t.toStringTree(); local
52 assertEquals(expecting, found);
58 String found = t.toStringTree(); local
60 assertEquals(expecting, found);
66 String found = t.toStringTree(); local
68 assertEquals(expecting, found);
74 String found = t.toStringTree(); local
76 assertEquals(expecting, found);
82 String found = t.toStringTree(); local
84 assertEquals(expecting, found);
96 String found = t.toStringTree(); local
105 String found = m.toString(); local
114 String found = sortMapToString(m); local
123 String found = sortMapToString(m); local
137 String found = elements.toString(); local
152 String found = elements.toString(); local
167 String found = elements.toString(); local
182 String found = elements.toString(); local
199 String found = elements.toString(); local
216 String found = elements.toString(); local
231 String found = elements.toString(); local
248 String found = elements.toString(); local
265 String found = elements.toString(); local
397 String found = elements.toString(); local
    [all...]
TestTreeNodeStream.java 52 String found = toNodesOnlyString(stream); local
53 assertEquals(expecting, found);
56 found = toTokenTypeString(stream);
57 assertEquals(expecting, found);
69 String found = toNodesOnlyString(stream); local
70 assertEquals(expecting, found);
73 found = toTokenTypeString(stream);
74 assertEquals(expecting, found);
92 String found = toNodesOnlyString(stream); local
93 assertEquals(expecting, found);
109 String found = toNodesOnlyString(stream); local
124 String found = toNodesOnlyString(stream); local
138 String found = toNodesOnlyString(stream); local
356 String found = toTokenTypeString(stream); local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
Collection8Test.java 53 final ArrayList found = new ArrayList(); local
54 Consumer<Object> spy = (o) -> { found.add(o); };
56 assertTrue(found.isEmpty());
60 assertEquals(Collections.singletonList(x), found); local
61 found.clear();
65 assertEquals(2, found.size());
66 assertTrue(found.contains(x));
67 assertTrue(found.contains(y));
68 found.clear();
72 assertTrue(found.isEmpty())
    [all...]
  /external/freetype/builds/wince/
ftdebug.c 193 int level = -1, found = -1; local
209 found = n;
223 if ( found >= 0 && level >= 0 )
225 if ( found == trace_any )
232 ft_trace_levels[found] = level;
  /external/freetype/builds/windows/
ftdebug.c 175 int level = -1, found = -1; local
191 found = n;
205 if ( found >= 0 && level >= 0 )
207 if ( found == trace_any )
214 ft_trace_levels[found] = level;
  /external/freetype/src/base/
ftdebug.c 190 FT_Int level = -1, found = -1; local
206 found = n;
220 if ( found >= 0 && level >= 0 )
222 if ( found == trace_any )
229 ft_trace_levels[found] = level;
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 3 # found in the LICENSE file.
70 logging.error('Error: %s not found.', ' '.join(paths))
107 logging.error('Error: %s not found.', param_path)
109 'Short blanking not added (no EDID found). ')
138 found = False
141 return 'RC6_PATHS not found.'
142 while found == False and tries < 20:
148 found = True
151 if not found:
169 found = Fals
    [all...]
  /external/tensorflow/tensorflow/core/framework/
variant_op_registry.cc 42 auto found = shape_fns.find(type_name); local
43 if (found == shape_fns.end()) return nullptr;
44 return &found->second;
66 "No unary variant shape function found for Variant type_name: ",
95 auto found = decode_fns.find(type_name); local
96 if (found == decode_fns.end()) return nullptr;
97 return &found->second;
147 auto found = device_copy_fns.find(std::make_pair(direction, type_name)); local
148 if (found == device_copy_fns.end()) return nullptr;
149 return &found->second
185 auto found = unary_op_fns.find({op, device, type_name}); local
230 auto found = binary_op_fns.find({op, device, type_name}); local
    [all...]
  /cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/
UidMapTests.java 86 boolean found = false;
91 found = true;
94 assertTrue(found);
113 boolean found = false;
118 found = true;
121 assertTrue(found);
139 boolean found = false;
143 found = true;
146 assertTrue(found);
  /system/bt/bta/mce/
bta_mce_act.cc 63 int found = 0; local
90 evt_data.mas[found].scn = pe.params[0];
95 evt_data.mas[found].p_srv_name = (char*)p_attr->attr_value.v.array;
96 evt_data.mas[found].srv_name_len =
102 evt_data.mas[found].instance_id = p_attr->attr_value.v.u8;
107 evt_data.mas[found].msg_type = p_attr->attr_value.v.u8;
109 found++;
110 } while (p_rec != NULL && found < BTA_MCE_MAX_MAS_INSTANCES);
112 evt_data.num_mas = found;
  /external/valgrind/memcheck/tests/
dw4.stderr.exp 1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
14 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
25 Uninitialised byte(s) found during client check request
30 Unaddressable byte(s) found during client check request
35 Uninitialised byte(s) found during client check request
40 Uninitialised byte(s) found during client check request
45 Unaddressable byte(s) found during client check request
  /system/bt/bta/hl/
bta_hl_utils.cc 86 * Returns true if found
91 bool found = false; local
100 found = true;
106 found = true;
110 if (!found) {
112 "bta_hl_find_sdp_idx_using_ctrl_psm found=%d sdp_idx=%d ctrl_psm=0x%x ",
113 found, *p_sdp_idx, ctrl_psm);
116 return found;
253 * Returns bool true - found
254 * false - not found
260 bool found = true; local
423 bool found = false; local
525 bool found = false; local
754 bool found = false; local
788 bool found = false; local
824 bool found = false; local
859 bool found = false; local
893 bool found = false; local
925 bool found = false; local
956 bool found = false; local
992 bool found = false; local
1031 bool found = false; local
1067 bool found = false; local
1149 bool found = false; local
1197 bool found = false; local
1277 bool found = false; local
1316 bool found = false, result = true; local
1437 bool found = false; local
1542 bool found = false; local
1769 bool found = false; local
1801 bool found = false; local
1863 bool found = false; local
2170 bool found = true; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 35 mismatched_range(int looking_for, int upper_token, SORASTBase *found)
37 if ( found!=NULL ) {
39 "parse error: expected token range %d..%d found token %d\n",
41 found->type());
45 "parse error: expected token range %d..%d found NULL tree\n",
53 fprintf(stderr, "parse error: expected any token/tree found found NULL tree\n");
57 mismatched_token(int looking_for, SORASTBase *found)
59 if ( found!=NULL ) {
61 "parse error: expected token %d found token %d\n",
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_symmetry.cpp 51 static inline int doCheck_(ArrType e, int flags, int dummy, std::set<uint64_t>& found, std::map<uint64_t, int> const& expected)
66 auto p = found.insert(value);
72 static inline int run(std::vector<int> e, int flags, int dummy, std::set<uint64_t>& found, std::map<uint64_t, int> const& expected)
74 return doCheck_(e, flags, dummy, found, expected);
78 static inline int run(std::array<int, N> e, int flags, int dummy, std::set<uint64_t>& found, std::map<uint64_t, int> const& expected)
80 return doCheck_(e, flags, dummy, found, expected);
94 std::set<uint64_t> found; local
105 group.apply<checkIdx, int>(identity, 0, found, expected);
106 VERIFY_IS_EQUAL(found.size(), 6u);
123 std::set<uint64_t> found; local
151 std::set<uint64_t> found; local
179 std::set<uint64_t> found; local
223 std::set<uint64_t> found; local
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/builtin/
test_finder.py 18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
19 self.assertTrue(found)
20 self.assertEqual(found.origin, 'built-in')
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
62 self.assertTrue(found)
63 self.assertTrue(hasattr(found, 'load_module'))
  /external/webrtc/talk/build/
merge_ios_libs 74 found = False
76 while components and not found:
80 found = True
84 if not found:
90 found = True
92 assert found

Completed in 3862 milliseconds

1 2 3 4 56 7 8 91011>>