HomeSort by relevance Sort by last modified time
    Searched full:absent (Results 226 - 250 of 1425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
atmsap.h 108 /* absent */
117 /* absent */
  /packages/apps/Camera2/src/com/android/camera/one/config/
OneCameraFeatureConfigCreator.java 136 return Optional.absent();
150 return Optional.absent();
  /packages/apps/Camera2/src/com/android/camera/one/v2/
Camera2OneCameraManagerImpl.java 50 return Optional.absent();
57 return Optional.absent();
Camera2OneCameraOpenerImpl.java 67 return Optional.absent();
74 return Optional.absent();
  /packages/apps/Camera2/src/com/android/camera/settings/
PictureSizeLoader.java 149 // This is guaranteed not to be null/absent.
152 return Optional.absent();
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 58 // If sim state is not ABSENT or LOADED then ignore
62 Log.d(TAG, "sim state is not Absent or Loaded");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmsap.h 108 /* absent */
117 /* absent */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmsap.h 108 /* absent */
117 /* absent */
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 49 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
109 if (apiLevelNum > selectedLevelNum) obj.addClass("absent").attr("title","Requires API Level \""
111 else obj.removeClass("absent").removeAttr("title");
203 if ($(node.label_div).hasClass("absent")) $(node.get_children_ul()).addClass("absent");
android-developer-docs.css 427 .absent,
428 .absent a:link,
429 .absent a:visited,
430 .absent a:hover,
431 .absent * {
450 #side-nav li.absent.selected,
451 #side-nav li.absent.selected *,
452 #side-nav div.label.absent.selected,
453 #side-nav div.label.absent.selected * {
465 .absent h4.jd-details-title
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 44 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
92 else obj.removeClass("absent").removeAttr("title");
184 if ($(node.label_div).hasClass("absent")) $(node.get_children_ul()).addClass("absent");
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java 36 * <p>Most methods in this class treat absent values and zero values identically, as individually
345 * - Define putIfAbsent and replace as treating zero and absent identically (as currently
349 * - Allow putIfAbsent and replace to distinguish between zero and absent, but don't implement
351 * operations to distinguish between zero and absent. If we do this, then perhaps we should add
356 * absent.
  /external/libxml2/include/libxml/
schemasInternals.h 437 * the simpleType has a variety of "absent".
440 * automatically absent.
710 * the "block" attribute is absent
716 * disallowed substitutions are absent
734 * substitution group exclusions are absent
  /external/v8/src/
contexts.cc 207 *attributes = ABSENT;
272 maybe = Just(ABSENT);
280 // was absent or not, so we can return a dummy |NONE| value
282 maybe = Just(found.FromJust() ? NONE : ABSENT);
293 if (maybe.FromJust() != ABSENT) {
property-details.h 27 ABSENT = 64, // Used in runtime to indicate a property is absent.
28 // ABSENT can never be stored in or returned from a descriptor's attributes
  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 255 assertEquals(Optional.absent(), iterable.firstMatch(Predicates.alwaysFalse()));
351 assertEquals(Optional.absent(), FluentIterable.from(list).first());
361 assertEquals(Optional.absent(), FluentIterable.from(sortedSet).first());
371 assertEquals(Optional.absent(), FluentIterable.from(set).first());
390 assertEquals(Optional.absent(), FluentIterable.from(list).last());
400 assertEquals(Optional.absent(), FluentIterable.from(sortedSet).last());
410 assertEquals(Optional.absent(), FluentIterable.from(set).last());
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentValidator.java 274 return Optional.absent();
280 : Optional.<TypeElement>absent();
336 return Optional.absent();
ComponentDescriptor.java 294 : Optional.<TypeElement>absent();
384 Optional.<DependencyRequest>absent(),
390 Optional.<DependencyRequest>absent(),
434 return Optional.absent();
MethodSignatureFormatter.java 50 return format(method, Optional.<DeclaredType>absent());
  /hardware/intel/common/libmix/mix_audio/src/
mixacpaac.h 293 * 0: Absent
309 * 0: Absent
327 * 0:absent.
  /tools/test/connectivity/acts/tests/google/tel/live/
TelWifiVoiceTest.py     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_setup.c 128 * levels are correct, the mpidr is valid i.e. no affinity level is absent from
129 * the topology tree & the affinity instance at level 0 is not absent.
157 * Skip absent affinity levels unless it's afffinity level 0.
158 * An absent cpu means that the mpidr is invalid. Save the
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
MethodWriter.java 44 this.body = Optional.absent();
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Enums.java 43 * constant does not exist, {@link Optional#absent} is returned. A common use case is for parsing
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
EnumsTest.java 64 assertEquals(Optional.absent(), Enums.getIfPresent(TestEnum.class, "WOMBAT"));

Completed in 2379 milliseconds

1 2 3 4 5 6 7 8 91011>>