Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 22 of 22) sorted by relevance

/development/tools/winscope/src/utils/
Dnames.js25 const className = classParts.slice(-1).pop();
67 return "Surface - " + layerName.split("- ").slice(-1).pop();
71 return layerName.split(".").slice(-1).pop();
/development/vndk/tools/header-checker/src/repr/protobuf/
Dabi_dump.h23 #pragma clang diagnostic pop
Dabi_diff.h23 #pragma clang diagnostic pop
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java345 mStack.pop(); in appendEncodedString()
555 mStack.pop(); in appendHeader()
636 mStack.pop(); in appendHeader()
865 mStack.pop(); in makeMessageBody()
893 mStack.pop(); in makeMessageBody()
955 mStack.pop(); in makeMessageBody()
1018 mStack.pop(); in makeMessageBody()
1095 void pop() { in pop() method in PduComposer.BufferStack
/development/scripts/
Dadd-accounts-sdk69 addr = argv.pop()
Dadd-accounts72 addr = argv.pop()
Dsymbol.py83 open_cmd, open_pipe = self._lru.pop()
256 next_addr = addrs.pop(0)
348 next_addr = addrs.pop(0)
Dstack_core.py438 (source_symbol, source_location, object_symbol_with_offset) = info.pop()
/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py48 build = stack.pop()
Dlist_source_file.py54 cur = stack.pop()
Dninja.py147 expanded_vars.pop()
543 self._lexer, self._env = self._context.pop()
/development/gsi/gsi_util/gsi_util/utils/
Dcmd_utils.py75 if kwargs.pop('shell', False):
/development/testrunner/
Dmake_tree.py47 current_seg = path_segs.pop(0)
/development/vndk/tools/header-checker/tests/input/
Dexample1.h76 T pop() { in pop() function
/development/tools/repo_pull/
Dgerrit.py64 check = kwargs.pop('check', False)
67 stdin = kwargs.pop('input')
/development/python-packages/gdbrunner/
D__init__.py122 columns = output.pop(0).split()
128 columns = output.pop().split()
/development/tools/winscope/src/traces/
DTransactions.ts127 while (event = toVisit.pop()) {
/development/host/windows/usb/
Dreadme.txt31 dismissed) to pop up at the installation time.
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py837 sub_env.pop('build', None)
838 sub_env.pop('subdirs', None)
839 sub_env.pop('optional_subdirs', None)
861 envs.pop()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java132 String lastEntry = mHistory.pop(); in onKeyDown()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java447 final int length = pathLengthStack.pop(); in parseWith()
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py551 TRACE_THREADS.pop(self._device_id)
660 TRACE_THREADS.pop(device_id)