HomeSort by relevance Sort by last modified time
    Searched full:available (Results 876 - 900 of 48531) sorted by null

<<31323334353637383940>>

  /external/pdfium/core/fpdfapi/parser/
cpdf_page_object_avail_unittest.cpp 44 Available,
103 TestHolder::ObjectState::Available);
107 TestHolder::ObjectState::Available);
111 TestHolder::ObjectState::Available);
122 // Now object should be available, although the object '4' is not available,
  /external/skia/src/core/
SkReader32.h 42 size_t available() const { return fStop - fCurr; } function in class:SkReader32
43 bool isAvailable(size_t size) const { return size <= this->available(); }
148 size_t size = obj->readFromMemory(this->peek(), this->available());
149 // If readFromMemory() fails (which means that available() was too small), it returns 0
150 bool success = (size > 0) && (size <= this->available()) && (SkAlign4(size) == size);
152 (void)this->skip(success ? size : this->available());
  /external/skqp/src/core/
SkReader32.h 42 size_t available() const { return fStop - fCurr; } function in class:SkReader32
43 bool isAvailable(size_t size) const { return size <= this->available(); }
148 size_t size = obj->readFromMemory(this->peek(), this->available());
149 // If readFromMemory() fails (which means that available() was too small), it returns 0
150 bool success = (size > 0) && (size <= this->available()) && (SkAlign4(size) == size);
152 (void)this->skip(success ? size : this->available());
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
llvm-config.h 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
llvm-config.h.cmake 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
llvm-config.h.in 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
  /external/swiftshader/third_party/LLVM/include-android/llvm/Config/
llvm-config.h 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Config/
llvm-config.h 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
llvm-config.h 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
llvm-config.h 52 /* LLVM architecture name for the native architecture, if available */
55 /* LLVM name for the native AsmParser init function, if available */
58 /* LLVM name for the native AsmPrinter init function, if available */
61 /* LLVM name for the native Target init function, if available */
64 /* LLVM name for the native TargetInfo init function, if available */
67 /* LLVM name for the native target MC init function, if available */
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.h 44 // obtained from the last decoded frame. If there is a packet available, the
60 // available, but a packet further into the future is at hand.
70 // Returns the operation to do given that the expected packet is available.
73 // Returns the operation given that no packets are available (except maybe
78 // Returns the operation given that the next available packet is a comfort
95 // the last decoded packet to the next available packet, the distance beeing
  /frameworks/base/core/java/android/os/
StatFs.java 33 * performed, and the values retrieved available from the methods on this
58 * and the new stat values are available upon return.
108 * reserved blocks (that are not available to normal applications). This
118 * blocks (that are not available to normal applications). Most applications
134 * The number of blocks that are free on the file system and available to
142 * The number of bytes that are free on the file system and available to
  /frameworks/support/compat/src/main/java/androidx/core/os/
BuildCompat.java 32 * @return {@code true} if N APIs are available for use
45 * @return {@code true} if N MR1 APIs are available for use
58 * @return {@code true} if O APIs are available for use, {@code false} otherwise
71 * @return {@code true} if O MR1 APIs are available for use, {@code false} otherwise
84 * @return {@code true} if P APIs are available for use, {@code false} otherwise
97 * @return {@code true} if Q APIs are available for use, {@code false} otherwise
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.cpp 125 LOC_LOGW("%s:%d]: No gnss interface available", __func__, __LINE__);
145 LOC_LOGW("%s:%d]: No flp interface available", __func__, __LINE__);
165 LOC_LOGW("%s:%d]: No geofence interface available", __func__, __LINE__);
239 LOC_LOGW("%s:%d]: No gnss interface available", __func__, __LINE__);
256 LOC_LOGW("%s:%d]: No flp interface available", __func__, __LINE__);
273 LOC_LOGW("%s:%d]: No geofence interface available", __func__, __LINE__);
306 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
334 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
361 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
381 LOC_LOGE("%s:%d]: No flp interface available for Location API client %p "
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.cpp 125 LOC_LOGW("%s:%d]: No gnss interface available", __func__, __LINE__);
145 LOC_LOGW("%s:%d]: No flp interface available", __func__, __LINE__);
165 LOC_LOGW("%s:%d]: No geofence interface available", __func__, __LINE__);
239 LOC_LOGW("%s:%d]: No gnss interface available", __func__, __LINE__);
256 LOC_LOGW("%s:%d]: No flp interface available", __func__, __LINE__);
273 LOC_LOGW("%s:%d]: No geofence interface available", __func__, __LINE__);
306 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
334 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
361 LOC_LOGE("%s:%d]: No gnss/flp interface available for Location API client %p ",
381 LOC_LOGE("%s:%d]: No flp interface available for Location API client %p "
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterInputStreamTest.java 40 assertEquals(1, in.available());
45 assertEquals(0, in.available());
51 in.available();
74 assertEquals(1, in.available());
80 assertEquals(0, in.available());
86 in.available();
  /device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/
AutoScanPei.c 6 are licensed and made available under the terms and conditions of the BSD License
39 FfsHeader - General purpose data available to every PEIM
40 PeiServices - General purpose services available to every PEIM.
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Include/Library/
FspWrapperPlatformLib.h 6 are licensed and made available under the terms and conditions of the BSD License
45 @note At this point, memory is ready, PeiServices are available to use.
58 @note At this point, memory is ready, and PeiServices are available to use.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EdidDiscovered.h 9 are licensed and made available under the terms and conditions of the BSD License
32 /// is available from the video output device. Otherwise, it must be a
40 /// NULL if no EDID information is available for the video output
VariableWrite.h 14 that the write services for nonvolatile environment variables are now available
16 Table. The full complement of environment variable services are not available
25 are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
BaseExtractGuidedSectionLib.uni 5 // PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
15 // are licensed and made available under the terms and conditions of the BSD License
26 #string STR_MODULE_DESCRIPTION #language en-US "This instance can also be used in the SEC phase only when the memory is ready in the SEC phase. PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space that is used to store Guided Extract Handlers. Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib in its initialization without any issues. Be careful in the implementation of runtime services, because this BASE library instance doesn't convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address."
  /external/autotest/server/cros/network/
rf_switch_utils.py 18 Locks the available RF Switch if it was discovered via AFE to prevent tests
29 # Lock the first available RF Switch in the list.
35 logging.debug('No RF Switches are available for tests.')
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 19 * @return a parameter spec for the curve, null if it is not available.
68 * return an enumeration of the names of the available curves.
70 * @return an enumeration of the names of the available curves.
  /external/chromium-trace/catapult/devil/devil/android/tools/
script_common.py 50 available = set(str(d) for d in devices)
51 missing = requested.difference(available)
55 for d in available.intersection(requested))
  /external/clang/test/CodeGen/
builtins-ppc-p7-disabled.c 28 // CHECK-32: error: this builtin is only available on 64-bit targets
30 // CHECK-32: error: this builtin is only available on 64-bit targets
32 // CHECK-32: error: this builtin is only available on 64-bit targets

Completed in 1231 milliseconds

<<31323334353637383940>>