HomeSort by relevance Sort by last modified time
    Searched full:unpacked (Results 101 - 125 of 419) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Doc/library/
aetools.rst 88 appleevent, the unpacked return values as a dictionary and the return
plistlib.rst 49 file object. Return the unpacked root object (which usually is a
  /external/python/cpython2/Tools/faqwiz/
README 48 will live (the directory where you unpacked it is an obvious choice).
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameValues.java 135 * This method unpacks the FrameValue and assigns the unpacked value to the specified index.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
gw.h 159 * Beware of sending unpacked or aligned structs!
  /system/timezone/distro/core/src/main/com/android/timezone/distro/
TimeZoneDistro.java 139 // Validate the entry name: make sure the unpacked file will exist beneath the
  /dalvik/opcode-gen/
opcode-gen.awk 399 # values are in the range 0-0x1ff, whereas the unpacked opcodes sparsely
423 # Given a packed opcode, returns the raw (unpacked) opcode value.
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 454 // Handle both packed and unpacked repeated fields with the same Read*Array call;
455 // the two generated cases are the packed and unpacked tags.
  /external/vulkan-validation-layers/libs/glm/gtc/
packing.inl 240 u8vec2* Unpacked = reinterpret_cast<u8vec2*>(const_cast<uint16*>(&p));
241 return vec2(*Unpacked) * float(0.0039215686274509803921568627451); // 1 / 255
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 31 t.Errorf("unpacked different amount than packed: got n = %d, want = %d", n, len(buf))
73 "unpacked different amount than packed for %s: got n = %d, want = %d",
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 31 t.Errorf("unpacked different amount than packed: got n = %d, want = %d", n, len(buf))
73 "unpacked different amount than packed for %s: got n = %d, want = %d",
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
packing.inl 240 u8vec2* Unpacked = reinterpret_cast<u8vec2*>(const_cast<uint16*>(&p));
241 return vec2(*Unpacked) * float(0.0039215686274509803921568627451); // 1 / 255
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 196 if it could finish at all. With packed initializers that are unpacked
  /external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
firmware_CompareChipFwToShellBall.py 111 Figures out where FAFT unpacked the shellball
  /external/kernel-headers/original/uapi/linux/can/
gw.h 206 * Beware of sending unpacked or aligned structs!
  /external/llvm/lib/Fuzzer/
FuzzerFnAdapter.h 37 // - data is unpacked into std::tuple<Args...> one by one
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 332 // to test solid block with zero unpacked size we disable that code
  /external/protobuf/objectivec/Tests/
GPBMessageTests+Serialization.m 760 // packed is optional, a repeated field should parse when packed or unpacked.
772 @"Data should differ (packed vs unpacked) use");
791 // unpacked.
803 @"Data should differ (packed vs unpacked) use");
    [all...]
  /external/python/cpython2/Demo/rpc/
mountclient.py 122 # the remote procedure call, as unpacked by the "unpacker"
  /external/tensorflow/tensorflow/python/estimator/inputs/
numpy_io.py 40 temporarily and unpacked after calling the feeding function. Toward this goal,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 161 buf.write(0x04); // 8 bit unpacked
  /frameworks/support/jetifier/jetifier/preprocessor/scripts/
processDefaultConfig.sh 37 SUPPORT_LIBS_UNPACKED="$OUT_DIR/supportLibs/unpacked"
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerFnAdapter.h 37 // - data is unpacked into std::tuple<Args...> one by one
  /test/vts/testcases/host/verify_dtbo/
VtsFirmwareDtboVerification.py 83 unpacked_dtbo_path: Path where DTBO was unpacked.
  /external/curl/tests/python_dependencies/impacket/
structure.py 68 For unpacking, it's used to know weather fieldname has to be unpacked or not, i.e. by adding a & field you turn another field (fieldname) in an optional field.
291 raise Exception, "Unpacked data doesn't match constant value '%r' should be '%r'" % (data, answer)
603 b.dump("unpacked.....")

Completed in 2116 milliseconds

1 2 3 45 6 7 8 91011>>