Searched refs:unpacked (Results 1 - 24 of 24) sorted by last modified time

/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2076 unpacked = unittest_pb2.TestUnpackedTypes()
2077 test_util.SetAllUnpackedFields(unpacked)
2079 packed.MergeFromString(unpacked.SerializeToString())
2087 unpacked = unittest_pb2.TestUnpackedTypes()
2088 unpacked.MergeFromString(packed.SerializeToString())
2091 self.assertEqual(expected, unpacked)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_tests.h43 * A (packed, unpacked) color pair.
60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member in struct:util_format_test_case
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c73 (*fetch_ptr_t)(void *unpacked, const void *packed,
136 PIPE_ALIGN_VAR(16) float unpacked[4]; local
164 memset(unpacked, 0, sizeof unpacked);
166 fetch_ptr(unpacked, test->packed, j, i);
169 if (util_double_inf_sign(test->unpacked[i][j][k]) != util_inf_sign(unpacked[k])) {
173 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) {
177 if (!util_is_double_inf_or_nan(test->unpacked[
221 uint8_t unpacked[4]; local
[all...]
/external/mesa3d/src/gallium/tests/unit/
H A Du_format_test.c77 const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
99 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[
75 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, const char *prefix, const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
97 print_unpacked_rgba_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
119 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
140 print_unpacked_z_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
162 print_unpacked_z_32unorm(const struct util_format_description *format_desc, const char *prefix, uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
183 print_unpacked_s_8uint(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
207 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
236 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
268 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
342 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
381 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
438 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
468 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
505 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
542 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
580 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
617 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
[all...]
/external/lldb/test/
H A Dlldbutil.py98 unpacked = struct.unpack(fmt, str(bytes))
99 return unpacked[0]
/external/libvorbis/doc/
H A D03-codebook.tex298 proceeds according to \varname{[codebook_lookup_type]}. The unpacked
H A D08-residue.tex172 the unpacked vectors are zeroed. Note that for residue type 2, these
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.bat55 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y
56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
71 %TSAN_SFX% -o%TSAN_PATH%\unpacked -y
72 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
H A Dlibyuv_tests.sh108 "$DRMEMORY_SFX" -o"$DRMEMORY_PATH/unpacked" -y
109 export DRMEMORY_COMMAND="$DRMEMORY_PATH/unpacked/bin/drmemory.exe"
130 "$TSAN_SFX" -o"$TSAN_PATH"/unpacked -y
131 export PIN_COMMAND="$TSAN_PATH/unpacked/tsan-x86-windows/tsan.bat"
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_tests.h43 * A (packed, unpacked) color pair.
60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member in struct:util_format_test_case
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c73 (*fetch_ptr_t)(void *unpacked, const void *packed,
136 PIPE_ALIGN_VAR(16) float unpacked[4]; local
164 memset(unpacked, 0, sizeof unpacked);
166 fetch_ptr(unpacked, test->packed, j, i);
169 if (util_double_inf_sign(test->unpacked[i][j][k]) != util_inf_sign(unpacked[k])) {
173 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) {
177 if (!util_is_double_inf_or_nan(test->unpacked[
221 uint8_t unpacked[4]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_format_test.c77 const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
99 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[
75 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, const char *prefix, const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
97 print_unpacked_rgba_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
119 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
140 print_unpacked_z_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
162 print_unpacked_z_32unorm(const struct util_format_description *format_desc, const char *prefix, uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
183 print_unpacked_s_8uint(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
207 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
236 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
268 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
342 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
381 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
438 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
468 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
505 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
542 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
580 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
617 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
[all...]
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh202 echo clang "${CLANG_REVISION}" unpacked
/external/chromium_org/tools/find_runtime_symbols/
H A Dreduce_debugline.py30 unpacked = line.split(None, 2)
32 if len(unpacked) == 3 and unpacked[2].startswith('0x'):
35 starting_dict[int(unpacked[2], 16)] = filename
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc1073 std::vector<Rel> unpacked;
1074 packer.UnpackRelativeRelocations(packed, &unpacked);
1075 CHECK(unpacked.size() == relative_relocations.size());
1076 CHECK(!memcmp(&unpacked[0],
1078 unpacked.size() * sizeof(unpacked[0])));
1130 // contain unpacked data.
1213 // relocations section as we hold as unpacked relative relocations, then
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py170 unpacked = struct.unpack('iiiii', response)
171 box, count = unpacked[:4], unpacked[-1]
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat46 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y
47 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
62 %TSAN_SFX% -o%TSAN_PATH%\unpacked -y
63 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
H A Dchrome_tests.sh93 "$DRMEMORY_SFX" -o"$DRMEMORY_PATH/unpacked" -y
94 export DRMEMORY_COMMAND="$DRMEMORY_PATH/unpacked/bin/drmemory.exe"
115 "$TSAN_SFX" -o"$TSAN_PATH"/unpacked -y
116 export PIN_COMMAND="$TSAN_PATH/unpacked/tsan-x86-windows/tsan.bat"
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2511 unpacked = unittest_pb2.TestUnpackedTypes()
2512 test_util.SetAllUnpackedFields(unpacked)
2514 packed.MergeFromString(unpacked.SerializeToString())
2522 unpacked = unittest_pb2.TestUnpackedTypes()
2523 unpacked.MergeFromString(packed.SerializeToString())
2526 self.assertEqual(expected, unpacked)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc187 const char unpacked[] = "cbcdidchbppangcjoddlpdjlenngjldk"; member in namespace:__anon3955
2268 // Tests that we can change the ID of an unpacked extension by adding a key
2280 data_dir().AppendASCII("unpacked").AppendASCII("manifest_no_key.json");
2283 data_dir().AppendASCII("unpacked").AppendASCII("manifest_with_key.json");
2288 // Load the unpacked extension with no key.
2303 const Extension* extension = service()->GetExtensionById(unpacked, false);
2304 EXPECT_EQ(unpacked, extension->id());
2314 data_dir().AppendASCII("unpacked").AppendASCII("symlinks_allowed");
4589 data_dir().AppendASCII("unpacked").AppendASCII("bad_messages_file");
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb124 unpacked = Hash.new( default )
128 count.times { |i| unpacked[ position + i ] = value }
133 unpacked = []
135 unpacked.fill( value, unpacked.length, count )
139 return unpacked
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb39 unpacked = [
49 ANTLR3::DFA.unpack(*packed).should == unpacked

Completed in 515 milliseconds