HomeSort by relevance Sort by last modified time
    Searched refs:provided (Results 26 - 50 of 837) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/debugfs/
recovery.c 181 __u32 provided; local
189 provided = tail->t_checksum;
192 tail->t_checksum = provided;
194 return provided == ext2fs_cpu_to_be32(calculated);
397 __u32 provided; local
404 provided = h->h_chksum[0];
407 h->h_chksum[0] = provided;
409 return provided == ext2fs_cpu_to_be32(calculated);
828 __u32 provided; local
836 provided = tail->r_checksum
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 181 __u32 provided; local
189 provided = tail->t_checksum;
192 tail->t_checksum = provided;
194 return provided == ext2fs_cpu_to_be32(calculated);
397 __u32 provided; local
404 provided = h->h_chksum[0];
407 h->h_chksum[0] = provided;
409 return provided == ext2fs_cpu_to_be32(calculated);
828 __u32 provided; local
836 provided = tail->r_checksum
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 6 // modification, are permitted provided that the following conditions are
13 // in the documentation and/or other materials provided with the
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2851 set<string> provided; local
2918 std::set<string> provided; local
2958 std::set<string> provided; local
2984 std::set<string> provided; local
3007 std::set<string> provided; local
    [all...]
  /external/curl/docs/cmdline-opts/
capath.d 7 peer. Multiple paths can be provided by separating them with ":" (e.g.
pinnedpubkey.d 13 if it does not exactly match the public key provided to this option, curl will
  /prebuilts/go/darwin-x86/src/runtime/
mmap.go 17 // assembly routine; the higher bits (if required), should be provided
  /prebuilts/go/linux-x86/src/runtime/
mmap.go 17 // assembly routine; the higher bits (if required), should be provided
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
ifunc-10.s 55 # f2 provided by ifunc-4.so
57 # f4 provided by ifunc-4.so
  /external/autotest/cli/
query_results 57 This will append the tag column if it isn\'t provided.')
  /external/google-breakpad/android/sample_app/jni/
Application.mk 5 # modification, are permitted provided that the following conditions are
12 # in the documentation and/or other materials provided with the
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/ims/rcs/presencepolling/
Android.mk 5 # modification, are permitted provided that the following conditions are met:
10 # documentation and/or other materials provided with the distribution.
15 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  /external/protobuf/js/
test_bootstrap.js 6 // modification, are permitted provided that the following conditions are
13 // in the documentation and/or other materials provided with the
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
12 # in the documentation and/or other materials provided with the
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /frameworks/av/media/libaudioprocessing/tests/
test_utils.h 97 * No allocation or deallocation of the provided buffer is done.
128 size_t provided = mInputIncr[mNextIdx++]; local
130 mNextIdx-1, provided, buffer->frameCount);
131 if (provided < buffer->frameCount) {
132 buffer->frameCount = provided;
186 std::vector<int> mInputIncr; // number of frames provided per call
  /prebuilts/go/darwin-x86/src/reflect/
swapper.go 9 // Swapper returns a function that swaps the elements in the provided
12 // Swapper panics if the provided interface is not a slice.
  /prebuilts/go/linux-x86/src/reflect/
swapper.go 9 // Swapper returns a function that swaps the elements in the provided
12 // Swapper panics if the provided interface is not a slice.
  /external/e2fsprogs/lib/ext2fs/
csum.c 514 __u32 provided, calculated; local
524 provided = ext2fs_le32_to_cpu(t->et_checksum);
529 return provided == calculated;
558 __u32 provided, calculated; local
562 provided = gdp->bg_inode_bitmap_csum_lo;
566 provided |= (__u32)gdp->bg_inode_bitmap_csum_hi << 16;
570 return provided == calculated;
596 __u32 provided, calculated; local
600 provided = gdp->bg_block_bitmap_csum_lo;
604 provided |= (__u32)gdp->bg_block_bitmap_csum_hi << 16
663 __u32 provided, calculated; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 11 modification, are permitted provided that the following conditions
18 documentation and/or other materials provided with the distribution.
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  /external/boringssl/src/ssl/test/runner/
runner_test.go 4 // purpose with or without fee is hereby granted, provided that the above
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  /external/curl/packages/vms/
build_gnv_curl.com 10 $! purpose with or without fee is hereby granted, provided that the above
13 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  /external/eigen/lapack/
dsecnd_NONE.f 41 * -- LAPACK is a software package provided by Univ. of Tennessee, --
second_NONE.f 41 * -- LAPACK is a software package provided by Univ. of Tennessee, --
  /external/flatbuffers/android/jni/
Application.mk 3 # This software is provided 'as-is', without any express or implied
  /external/flatbuffers/samples/android/jni/
Application.mk 3 # This software is provided 'as-is', without any express or implied

Completed in 764 milliseconds

12 3 4 5 6 7 8 91011>>