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

1 2 3

  /external/piex/src/
tiff_parser.cc 73 if (gps_directory.Has(kGpsTagLatitudeRef) &&
74 gps_directory.Has(kGpsTagLatitude) &&
75 gps_directory.Has(kGpsTagLongitudeRef) &&
76 gps_directory.Has(kGpsTagLongitude) &&
77 gps_directory.Has(kGpsTagTimeStamp) &&
78 gps_directory.Has(kGpsTagDateStamp)) {
114 if (gps_directory.Has(kGpsTagAltitudeRef) &&
115 gps_directory.Has(kGpsTagAltitude)) {
159 if (tiff_directory.Has(kTiffTagOrientation) &&
166 if (tiff_directory.Has(kExifTagColorSpace))
    [all...]
piex.cc 250 if (makernote_ifd.Has(kThumbnailTag)) {
267 if (!camera_settings_ifd.Has(kPreviewOffset) ||
268 !camera_settings_ifd.Has(kPreviewLength)) {
284 if (raw_processing_ifd.Has(kOlymTagAspectFrame)) {
320 if (makernote_ifd.Has(kPentaxTagColorSpace)) {
  /external/v8/test/js-perf-test/Collections/
map.js 8 new Benchmark('Has', false, false, 0, MapHasSmi, MapSetupSmi, MapTearDown),
16 new Benchmark('Has', false, false, 0, MapHasString, MapSetupString, MapTearDown),
24 new Benchmark('Has', false, false, 0, MapHasObject, MapSetupObject, MapTearDown),
88 if (!map.has(keys[i])) {
93 if (map.has(keys[i])) {
132 if (!map.has(keys[i])) {
137 if (map.has(keys[i])) {
176 if (!map.has(keys[i])) {
181 if (map.has(keys[i])) {
set.js 8 new Benchmark('Has', false, false, 0, SetHasSmi, SetSetupSmi, SetTearDown),
15 new Benchmark('Has', false, false, 0, SetHasString, SetSetupString, SetTearDown),
22 new Benchmark('Has', false, false, 0, SetHasObject, SetSetupObject, SetTearDown),
85 if (!set.has(keys[i])) {
90 if (set.has(keys[i])) {
115 if (!set.has(keys[i])) {
120 if (set.has(keys[i])) {
145 if (!set.has(keys[i])) {
150 if (set.has(keys[i])) {
weakmap.js 9 new Benchmark('Has', false, false, 0, WeakMapHas, WeakMapSetup,
47 if (!wm.has(keys[i])) {
52 if (wm.has(keys[i])) {
weakset.js 9 new Benchmark('Has', false, false, 0, WeakSetHas, WeakSetSetup,
45 if (!ws.has(keys[i])) {
50 if (ws.has(keys[i])) {
  /external/v8/test/mjsunit/es6/
debug-stepin-proxies.js 30 has: function(target, name) {
45 var has = "step" in proxy; // b variable
52 assertTrue(has);
57 "b17", "h4b17", "i2b17", // [[Has]]
proxies-for.js 50 has(target, property) { return true },
57 has(target, property) { return true },
85 has: function(t, k) { return k == "0" || k == "a" },
92 has: function(t, k) { return k == "null" || k == "a" },
158 // The [[Has]] trap has no influence on which are enumerable properties are
160 handler.has = function() { return true };
182 // for-in walks the prototype chain for the [[Has]] / Enumerable check.
185 // [[Has]] is not used in for-in.
186 handler.has = function() { return false }
    [all...]
new-target.js 386 // Has to be top-level to be inlined.
  /external/webrtc/talk/media/base/
codec.cc 51 bool FeedbackParams::Has(const FeedbackParam& param) const {
59 if (Has(param)) {
70 if (!from.Has(*iter_to)) {
159 return feedback_params.Has(param);
codec.h 68 bool Has(const FeedbackParam& param) const;
  /external/clang/include/clang/AST/
StmtOpenMP.h 48 /// requires an associated stmt, then it has to be the first of them).
160 /// Returns true if the current directive has one or more clauses of a
193 /// \brief Returns true if directive has associated statement.
228 /// In this example directive '#pragma omp parallel' has clauses 'private'
234 /// \brief true if the construct has inner cancel directive.
259 void setHasCancel(bool Has) { HasCancel = Has; }
269 /// \param HasCancel true if this directive has inner cancel directive.
283 /// \brief Return true if current directive has inner cancel directive.
704 /// In this example directive '#pragma omp simd' has clauses 'private
    [all...]
  /external/piex/src/tiff_directory/
tiff_directory.h 73 bool Has(const Tag tag) const;
tiff_directory.cc 40 bool TiffDirectory::Has(const Tag tag) const {
  /external/chromium-trace/catapult/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/ImageMagick/PerlMagick/
Magick.pm 65 die "Your vendor has not defined PerlMagick macro $pack\:\:$constname, used at $file line $line.\n";
124 A web page has been set up for this extension. See:
139 Has all the bugs of ImageMagick and much, much more!
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 64 die "Your vendor has not defined PerlMagick macro $pack\:\:$constname, used at $file line $line.\n";
123 A web page has been set up for this extension. See:
138 Has all the bugs of ImageMagick and much, much more!
  /external/v8/test/cctest/
test-compiler.cc 297 // Make sure function f has a call that uses a type feedback slot.
566 CHECK(env->Global()->Has(env.local(), v8_str("a")).FromJust());
570 CHECK(env->Global()->Has(env.local(), v8_str("x")).FromJust());
574 CHECK(env->Global()->Has(env.local(), v8_str("y")).FromJust());
606 CHECK(env->Global()->Has(env.local(), v8_str("result")).FromJust());
631 CHECK(env->Global()->Has(env.local(), v8_str("result")).FromJust());
657 CHECK(env->Global()->Has(env.local(), v8_str("result")).FromJust());
  /external/v8/test/mjsunit/harmony/
private-symbols.js 64 // [[Has]]
66 assertFalse(Reflect.has(proxy, symbol));
68 assertFalse(Reflect.has(object, symbol));
  /external/sfntly/cpp/src/test/
name_editing_test.cc 152 EXPECT_TRUE(name_builder->Has(PlatformId::kWindows,
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 110 // Skip the global proxy as it has no properties and always delegates to the
148 // Context::Lookup has special handling for debug-evaluate contexts:
248 if (non_locals->Has(name)) {
  /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(S.Target), Has(S.Has) {
191 Target->HasInstanceContext = Has;
197 : Target(&Target), Has(Target.HasInstanceContext) {}
199 bool Has;
454 // Figure out whether the current class has a template:
700 /// target has to have some natural access in P, which opens up the
791 // that the naming class has to be derived from the effectiv
    [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...]
  /frameworks/base/libs/hwui/
Android.mk 10 # Has moderate overhead
155 # This has to be lazy-resolved because it depends on the LOCAL_MODULE_CLASS

Completed in 686 milliseconds

1 2 3