Home
last modified time | relevance | path

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

12

/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.cpp104 if (program_path.empty()) { in PrintResourceDir()
143 if (header_file.empty()) { in main()
152 if (out_dump.empty()) { in main()
162 if (cmdline_error_msg.empty()) { in main()
176 bool dump_exported_only = (!no_filter && !exported_header_dirs.empty()); in main()
/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.h84 return (!demangled_cpp_glob_patterns_.empty() || in HasDemangledCppSymbolsOrPatterns()
85 !demangled_cpp_symbols_.empty()); in HasDemangledCppSymbolsOrPatterns()
Dversion_script_parser.cpp188 if (included_mode_tags_.empty()) { in MatchModeTags()
223 if (tags.mode_tags_.empty()) { in IsSymbolExported()
373 if (line.empty() || line[0] == '#') { in ReadLine()
Dversion_script_parser_test.cpp341 EXPECT_TRUE(funcs.empty()); in TEST()
459 EXPECT_TRUE(funcs.empty()); in TEST()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp330 if (!exported_headers_.empty() && !source_file.empty() && in LinkDecl()
420 if (so_file_.empty() && version_script_.empty()) { in ReadExportedSymbols()
425 if (!so_file_.empty()) { in ReadExportedSymbols()
433 if (!version_script_.empty()) { in ReadExportedSymbols()
478 if (!api_map.empty()) { in InitializeVersionScriptParser()
521 if (so_file.empty() && version_script.empty()) { in main()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DLayoutChangesActivity.java71 findViewById(android.R.id.empty).setVisibility(View.GONE); in onOptionsItemSelected()
99 findViewById(android.R.id.empty).setVisibility(View.VISIBLE); in addItem()
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DInputController.java119 : Optional.empty(); in getFocusedDisplaySize()
132 return Optional.empty(); in getFocusedDisplayLocked()
DDisplayRepository.java97 return Optional.empty(); in getDisplayByIndex()
DRunningVdmUidsTracker.java135 return Optional.empty(); in getUidForComponent()
/development/host/windows/usb/api/
Dadb_api_instance.h96 return !interface_name_.empty(); in IsInitialized()
Dadb_helper_routines.cpp244 return !name->empty(); in GetUsbDeviceName()
/development/vndk/tools/header-checker/src/utils/
Dsource_path_utils.cpp86 if (root_dirs.empty()) { in ParseRootDirs()
123 if (root_dir.replacement.empty()) { in NormalizePath()
158 if (file_name.empty() || file_name.startswith(".")) { in CollectExportedHeaderSet()
/development/samples/browseable/SkeletonWearableApp/
D_index.jd8 This sample is a mostly empty wearable app that implements a fullscreen activity
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd11 contains a scrollable GridView, along with a TextView empty view.
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java194 view.setText(R.string.empty); in resetViews()
196 view.setText(R.string.empty); in resetViews()
198 view.setText(R.string.empty); in resetViews()
200 view.setText(R.string.empty); in resetViews()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java100 mEmptyView = view.findViewById(android.R.id.empty); in onCreateView()
128 mSwipeRefreshLayout.setSwipeableChildren(android.R.id.list, android.R.id.empty); in onViewCreated()
/development/tools/winscope/src/trace/
Dtrace_test.ts986 const empty = trace.sliceEntries(0, 0); constant
989 expect(await TraceUtils.extractEntries(empty.sliceEntries())).toEqual([]);
990 expect(await TraceUtils.extractEntries(empty.sliceEntries(1))).toEqual([]);
991 expect(await TraceUtils.extractEntries(empty.sliceEntries(1, 2))).toEqual(
998 expect(await TraceUtils.extractEntries(empty.sliceTime())).toEqual([]);
999 expect(await TraceUtils.extractEntries(empty.sliceTime(time12))).toEqual(
1003 await TraceUtils.extractEntries(empty.sliceTime(time12, time13)),
1007 expect(await TraceUtils.extractEntries(empty.sliceFrames())).toEqual([]);
1008 expect(await TraceUtils.extractEntries(empty.sliceFrames(1))).toEqual([]);
1009 expect(await TraceUtils.extractEntries(empty.sliceFrames(1, 2))).toEqual(
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp129 if (access.empty()) { in GetAccess()
139 if (kind.empty()) { in GetRecordKind()
149 if (kind.empty()) { in GetVTableComponentKind()
159 if (binding.empty()) { in GetElfSymbolBinding()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList8.java51 getListView().setEmptyView(findViewById(R.id.empty)); in onCreate()
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp254 if (!status_str.empty()) { in main()
265 return (advice_only || status_str.empty()) ? CompatibilityStatusIR::Compatible in main()
/development/tools/winscope/protos/surfaceflinger/udc/
Dlayers.proto40 // list of children this layer may have. May be empty.
110 // Metadata map. May be empty.
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java365 return Optional.empty(); in extractEncodedFrame()
402 return Optional.empty(); in extractEncodedFrame()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp230 if (exported_headers_ == nullptr || exported_headers_->empty()) { in IsLinkableMessageInExportedHeaders()
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DInlineRequestHelper.java45 return Optional.empty(); in getInlineSuggestionsRequest()
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DMainActivity.java73 listView.setEmptyView(findViewById(android.R.id.empty)); in onCreate()

12