HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 401 - 425 of 4734) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 63 ssize_t block = table.getResource(resource_id, &val, MAY_NOT_BE_BAG); local
64 if (block < 0) {
72 const ResStringPool* pool = table.getTableStringBlock(block);
74 return AssertionFailure() << "table has no string pool for block " << block;
  /frameworks/support/navigation/testing/ktx/src/main/java/androidx/navigation/testing/
TestNavigatorDestinationBuilder.kt 37 block: TestNavigatorDestinationBuilder.() -> Unit
38 ) = destination(TestNavigatorDestinationBuilder(provider[TestNavigator::class], id).apply(block))
  /libcore/luni/src/main/java/libcore/util/
RecoverySystem.java 37 * in the PCKS7 block must match
42 PKCS7 block = new PKCS7(blockStream); local
46 X509Certificate[] certificates = block.getCertificates();
53 SignerInfo[] signerInfos = block.getSignerInfos();
71 SignerInfo verifyResult = block.verify(signerInfo, contentStream);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug344.go 17 goto start // ERROR "jumps into block"
20 for _, x = range a { // GCCGO_ERROR "block"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug344.go 17 goto start // ERROR "jumps into block"
20 for _, x = range a { // GCCGO_ERROR "block"
  /system/core/libsparse/
backed_block.h 33 unsigned int len, unsigned int block);
35 unsigned int len, unsigned int block);
37 int64_t offset, unsigned int len, unsigned int block);
39 int64_t offset, unsigned int len, unsigned int block);
  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 41 __dead void block(void);
46 void block(void);
  /test/vti/dashboard/src/main/webapp/css/
plan_runs.css 23 display: inline-block;
34 display: block;
  /tools/loganalysis/src/com/android/loganalysis/parser/
NoopParser.java 30 public IItem parse(List<String> block) {
  /external/flac/libFLAC/
metadata_iterators.c 73 static FLAC__bool read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block);
75 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata *block);
76 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_StreamInfo *block);
77 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length);
78 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length);
79 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length);
81 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_VorbisComment *block, unsigned block_length);
83 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet *block);
84 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Picture *block);
85 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_unknown_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Unknown *block, unsigned block_length)
629 FLAC__StreamMetadata *block = FLAC__metadata_object_new(iterator->type); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_dce.c 116 init_block(nir_block *block, struct exec_list *worklist)
118 nir_foreach_instr(instr, block)
121 nir_if *following_if = nir_block_get_following_if(block);
137 nir_foreach_block(block, impl) {
138 init_block(block, worklist);
150 nir_foreach_block(block, impl) {
151 nir_foreach_instr_safe(instr, block) {

Completed in 980 milliseconds

<<11121314151617181920>>