HomeSort by relevance Sort by last modified time
    Searched full:inferred (Results 51 - 75 of 363) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/common/permissions/
permission_set.h 39 // inferred from the given host permissions.
  /external/chromium_org/v8/src/
dateparser.cc 161 // as inferred from the value and the number of digits.
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 72 // inferred by checking whether the default mapping is to an error) then
  /external/lldb/include/lldb/API/
SBData.h 100 // inferred from the existing DataExtractor, but having two SetData() signatures triggers a SWIG bug where
  /external/llvm/test/TableGen/
TargetInstrInfo.td 82 // 5. The use/def properties for each operand are automatically inferred from
  /external/tcpdump/
print-mpls.c 128 * so the network layer protocol can be inferred from the
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 126 * @return the inferred mime type of the attachment.
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 217 private static final String ATTR_INFERRED = "inferred";
647 // metered: create an inferred policy.
653 } else if (policy != null && policy.inferred) {
654 // policy exists, and was inferred: update its current
658 // since this is inferred for each wifi session, just update
    [all...]
  /external/chromium_org/third_party/cython/src/
CHANGES.rst 65 * In-place assignments to variables with inferred Python builtin/extension
75 assignments within a mix of inferred Python variables and integer
556 * locals() properly ignores names that do not have Python compatible types (including automatically inferred types).
771 * Cython's for-in-loop can iterate over C arrays and sliced pointers. The type of the loop variable will be inferred automatically in this case.
773 * The Py_UNICODE integer type for Unicode code points is fully supported, including for-loops and 'in' tests on unicode strings. It coerces from and to single character unicode strings. Note that untyped for-loop variables will automatically be inferred as Py_UNICODE when iterating over a unicode string. In most cases, this will be much more efficient than yielding sliced string objects, but can also have a negative performance impact when the variable is used in a Python context multiple times, so that it needs to coerce to a unicode string object more than once. If this happens, typing the loop variable as unicode or object will help.
    [all...]
  /external/clang/docs/
BlockLanguageSpec.rst 99 The return type is optional and is inferred from the return
102 inferred type of the Block is void; otherwise it is the type of the
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 151 * is inferred based on its value being greater than 0 */
168 // Inferred based on (mTimeBetweenTimeLapseFrameCaptureUs > 0)
  /hardware/libhardware/include/hardware/
bluetooth.h 174 * Data type - Array of bt_uuid_t (Array size inferred from property length).
207 * (Array size inferred from property length).
  /external/chromium_org/media/cast/test/utility/
barcode.cc 149 // could be inferred from the data, but the decoding is more robust
  /external/chromium_org/net/socket/
ssl_client_socket.h 113 // the handshake actually succeeded or not. This can be inferred
  /external/chromium_org/third_party/cld/base/
casts.h 23 // The From type can be inferred, so the preferred syntax for using
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.c 124 * Mask of supported SVGA3dFormatOp operations, to be inferred when the
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-printers.h 71 // // Prints value using the type inferred by the compiler. The difference
85 // using the compiler-inferred type of *iter where iter is a
87 // iterator but not a forward iterator, this inferred type may not
691 // Prints a value using the type inferred by the compiler. The
  /external/gtest/include/gtest/
gtest-printers.h 71 // // Prints value using the type inferred by the compiler. The difference
85 // using the compiler-inferred type of *iter where iter is a
87 // iterator but not a forward iterator, this inferred type may not
747 // Prints a value using the type inferred by the compiler. The
  /external/llvm/include/llvm/Support/
OutputBuffer.h 27 /// is64Bit/isLittleEndian - This information is inferred from the target
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 71 // // Prints value using the type inferred by the compiler. The difference
85 // using the compiler-inferred type of *iter where iter is a
87 // iterator but not a forward iterator, this inferred type may not
691 // Prints a value using the type inferred by the compiler. The
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 124 * Mask of supported SVGA3dFormatOp operations, to be inferred when the
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 71 // // Prints value using the type inferred by the compiler. The difference
85 // using the compiler-inferred type of *iter where iter is a
87 // iterator but not a forward iterator, this inferred type may not
691 // Prints a value using the type inferred by the compiler. The
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom_c.h 34 1. A CD-ROM device is inferred from a mounted cdfs volume, so device 0 is
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 71 // // Prints value using the type inferred by the compiler. The difference
85 // using the compiler-inferred type of *iter where iter is a
87 // iterator but not a forward iterator, this inferred type may not
747 // Prints a value using the type inferred by the compiler. The
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 91 - "is secondary?" is inferred from type.

Completed in 1279 milliseconds

1 23 4 5 6 7 8 91011>>