HomeSort by relevance Sort by last modified time
    Searched refs:Has (Results 1 - 25 of 39) sorted by null

1 2

  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 205 EXPECT_FALSE(s.Has(0));
208 EXPECT_TRUE(s.Has(0));
220 EXPECT_FALSE(s.Has(-1));
221 EXPECT_TRUE(s.Has(0));
222 EXPECT_TRUE(s.Has(1));
223 EXPECT_TRUE(s.Has(2));
224 EXPECT_FALSE(s.Has(3));
crazy_linker_util.h 182 bool Has(T item) const { return IndexOf(item) >= 0; }
269 bool Has(T item) const { return items_.Has(item); }
crazy_linker_library_list.cpp 113 if (dependency && !visited_set.Has(dependency)) {
  /external/v8/test/perf-test/Collections/
set.js 8 new Benchmark('Has', false, false, 0, SetHas, SetSetup, SetTearDown),
39 if (!set.has(i)) {
44 if (set.has(i)) {
weakmap.js 8 new Benchmark('Has', false, false, 0, WeakMapHas, WeakMapSetup,
48 if (!wm.has(keys[i])) {
53 if (wm.has(keys[i])) {
weakset.js 8 new Benchmark('Has', false, false, 0, WeakSetHas, WeakSetSetup,
46 if (!ws.has(keys[i])) {
51 if (ws.has(keys[i])) {
map.js 8 new Benchmark('Has', false, false, 0, MapHas, MapSetup, MapTearDown),
40 if (!map.has(i)) {
45 if (map.has(i)) {
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
open_element_stack_test.js 294 _test['Has element in scope'] = function () {
311 _test['Has numbered header in scope'] = function () {
331 _test['Has element in list item scope'] = function () {
347 _test['Has element in button scope'] = function () {
364 _test['Has element in table scope'] = function () {
381 _test['Has table body context in table scope'] = function () {
401 _test['Has element in select scope'] = function () {
  /external/v8/test/mjsunit/
regexp-not-sticky-yet.js 54 re.sticky = true; // Has no effect on the regexp, just sets a property.
  /external/sfntly/cpp/src/test/
name_editing_test.cc 152 EXPECT_TRUE(name_builder->Has(PlatformId::kWindows,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 217 bool Has(int number) const;
389 // The caller must ensure that target has sufficient capacity for the
480 // removing it from the map, we just set is_cleared = true. This has no
567 // tag has been read.
666 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
extension_set.cc 141 // compiler enforces it for C-style casts since lots of C-style code has
191 bool ExtensionSet::Has(int number) const {
    [all...]
generated_message_reflection.cc 309 // the prototype. Only count the string if it has been changed
618 // Swap has bit.
635 return GetExtensionSet(message).Has(field->number());
884 // Optimization: The default instance never has any fields set.
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 88 // A nested class is a member and as such has the same access
92 // the class has access. A local class of a member function
186 Target.HasInstanceContext = Has;
192 : Target(Target), Has(Target.HasInstanceContext) {}
194 bool Has;
449 // Figure out whether the current class has a template:
695 /// target has to have some natural access in P, which opens up the
786 // that the naming class has to be derived from the effective
836 // that's a subclass of N and where the target has some natural
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 597 bool Has(int32_t platform_id, int32_t encoding_id, int32_t language_id,
name_table.cc 296 bool NameTable::Builder::Has(int32_t platform_id,
  /external/v8/test/cctest/
test-api.cc     [all...]
test-heap-profiler.cc 142 // Check that snapshot has no unretained entries except root.
191 // Verify, that JS global object of env2 has '..2' properties.
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 488 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
493 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
503 has(recordDecl(
504 has(recordDecl(hasName("X"))),
505 has(recordDecl(hasName("Y"))),
507 has(recordDecl(
508 has(recordDecl(hasName("A"))),
509 has(recordDecl(hasName("B"))),
562 has(recordDecl(
564 has(recordDecl
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 531 * LA(1) is not what we are looking for. If LA(2) has the right token,
620 * that there has been an identifier matched previously and that
712 * MEMO_RULE_UNKNOWN if the rule has not parsed input starting from
713 * start index. If this rule has parsed input starting from the
732 /** Has this rule already parsed input at the current index in the
737 * This method has a side-effect: if we have seen this input for
  /external/v8/include/
v8.h 718 * A PersistentBase which has move semantics.
790 * After a handle scope has been created, all local handles will be
797 * After the handle scope of a local handle has been deleted the
800 * for which the handle scope has been deleted is undefined.
893 Maybe(bool has, T t) : has_value(has), value(t) {}
    [all...]
  /external/v8/src/
api.cc 433 // Android has higher physical memory requirements before raising the maximum
434 // heap size limits since it has no swap space.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 

Completed in 708 milliseconds

1 2