Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 33) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py185 if index_rownum and not parsed_data[key].empty:
187 elif parsed_data[key].empty:
355 if (key != 'phone_time') and (not parsed_data[key].empty):
363 if not parsed_data['SpaceVehicle'].empty:
367 elif not parsed_data['SpaceVehicle_wBB'].empty:
372 if not parsed_data['HistoryAvgTop4CNo'].empty:
383 elif not parsed_data['AntennaHistoryAvgTop4CNo'].empty:
/tools/dexter/slicer/
Dtryblocks_encoder.cc58 SLICER_CHECK(handlers_.empty()); in Encode()
59 SLICER_CHECK(tries_.empty()); in Encode()
99 SLICER_CHECK(!tries_.empty()); in Encode()
100 SLICER_CHECK(!handlers_.empty()); in Encode()
Dwriter.cc632 if (types.empty()) { in WriteTypeList()
823 SLICER_CHECK(!instructions.empty()); in WriteInstructions()
923 SLICER_CHECK(!irCode->try_blocks.empty()); in WriteTryBlocks()
990 if (!irCode->try_blocks.empty()) { in WriteCode()
1034 if (ir_class->static_fields.empty() && ir_class->instance_fields.empty() && in WriteClassData()
1035 ir_class->direct_methods.empty() && ir_class->virtual_methods.empty()) { in WriteClassData()
Ddex_ir.cc215 std::vector<Type*> empty; in Normalize() local
216 const auto& aParamTypes = a->param_types ? a->param_types->types : empty; in Normalize()
217 const auto& bParamTypes = b->param_types ? b->param_types->types : empty; in Normalize()
Ddebuginfo_encoder.cc130 SLICER_CHECK(dbginfo_.empty()); in Encode()
145 SLICER_CHECK(!dbginfo_.empty()); in Encode()
Dcode_ir.cc100 SLICER_CHECK(!try_block_end->handlers.empty() || in DisassembleTryBlocks()
119 if (!ir_debug_info->param_names.empty()) { in DisassembleDebugInfo()
371 SLICER_CHECK(instr->targets.empty()); in FixupPackedSwitch()
397 SLICER_CHECK(instr->switch_cases.empty()); in FixupSparseSwitch()
Ddex_ir_builder.cc117 if (types.empty()) { in GetTypeList()
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_parse_fuzzer.cpp38 if (!item || !errMsg.empty()) { in FuzzParse()
50 if (!item || !errMsg.empty()) { in FuzzParseWithViews()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DPackageItem.kt56 fun empty() = topLevelClasses().none() in <lambda>() method
59 if (visitor.skipEmptyPackages && empty()) { in <lambda>()
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp88 while(!frameIds.empty()) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
120 if (frameReadyTime.empty()) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_getFrameData()
/tools/metalava/
DCOMPATIBILITY.md49 if a method documents that it returns a non-empty list, then the comment changes to state that it a…
50 the return of an empty list, that breaks the API contract.
/tools/metalava/src/main/java/com/android/tools/metalava/
DExtractAnnotations.kt574 var empty = true in <lambda>() variable
578 empty = false in <lambda>()
602 if (empty && attributes.isNotEmpty()) { in <lambda>()
DDriver.kt851 codebase.findPackage("")?.let { empty -> in createStubFiles() method
852 val overview = codebase.getPackageDocs()?.getOverviewDocumentation(empty) in createStubFiles()
854 stubWriter.writeDocOverview(empty, overview) in createStubFiles()
/tools/dexter/slicer/export/slicer/
Darrayview.h47 bool empty() const { return begin_ == end_; } in empty() function
Dintrusive_list.h131 bool empty() const { return begin_ == end_; } in empty() function
Dbuffer.h146 bool empty() const { return size_ == 0; } in empty() function
Dwriter.h106 bool empty() const { return count_ == 0; } in empty() function
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto80 // Error message. If non-empty, code generation failed. The plugin process
105 // If non-empty, indicates that the named file should already exist, and the
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/
DREADME.md50 LCR were received from the AP. These are empty by default and should be configured to match the
/tools/asuite/aidegen/
DREADME.md87 If you get an error like: "Dependent modules dictionary is empty." or other errors, try a make
/tools/security/fuzzing/example_fuzzer/
DREADME.md48 INFO: A corpus is not provided, starting from an empty corpus
/tools/dexter/dexter/
Ddexter.cc414 if (!experiments_.empty()) { in ProcessDex()
/tools/acloud/internal/proto/
Duser_config.proto91 // [CVD only] It will get passed into the launch_cvd command if not empty.
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeSigner.java429 private OptionalInt mOptionalRotationMinSdkVersion = OptionalInt.empty();
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py1670 if process_errors.empty():
1675 while not process_errors.empty():

12