/external/bison/lib/ |
bitset.h | 70 struct lbitset_elt_struct *head; /* First element in linked list. */ 71 struct lbitset_elt_struct *tail; /* Last element in linked list. */ 93 bitset_bindex list[BITSET_LIST_SIZE]; member in struct:__anon13197 270 /* Find list of up to NUM bits set in BSET starting from and including 273 #define bitset_list(BSET, LIST, NUM, NEXT) \ 274 BITSET_LIST_ (BSET, LIST, NUM, NEXT) 276 /* Find reverse list of up to NUM bits set in BSET starting from and 279 #define bitset_list_reverse(BSET, LIST, NUM, NEXT) \ 280 BITSET_LIST_REVERSE_ (BSET, LIST, NUM, NEXT) 318 && (ITER.num = bitset_list (BSET, ITER.list, \ [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
BracketExpr.java | 27 import java.util.List; 33 LIST, 49 mAccessor = BracketAccessor.LIST; 54 "expression. Cast the value to List, Map, " + 61 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) { 62 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths); 64 List<ExecutionPath> result = new ArrayList<ExecutionPath>(); 74 final List<ExecutionPath> argPath = getArg().toExecutionPath(subPath); 83 protected List<Dependency> constructDependencies() [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsService.java | 39 import java.util.List; 106 LIST, 154 } else if ("list".equalsIgnoreCase(arg)) { 155 mVerb = CommandVerb.LIST; 171 if (mVerb == CommandVerb.LIST) { 268 } else if (mVerb == CommandVerb.DELETE || mVerb == CommandVerb.LIST) { 269 perr.println("--user not supported for delete and list."); 291 case LIST: 307 private List<String> listForUser(IContentProvider provider, int userHandle, String table) { 481 pw.println(" list NAMESPACE") [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
default_value_objectwriter.cc | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 230 // Write out lists. If we didn't have any list in response, write out empty 231 // list. 232 if (kind_ == LIST) { 286 // TODO(tsun): remove "kStructValueType" from the list. It's being checked 319 // If the child field has already been set, we just add it to the new list 356 kind = LIST; 472 if (current_->kind() == LIST || current_->kind() == MAP || child == NULL) { 473 // If current_ is a list or a map node, we should create a new child and us [all...] |
/external/valgrind/callgrind/ |
callgrind_control.in | 30 open LIST, "vgdb $vgdbPrefixOption -l|"; 31 while(<LIST>) { 44 close LIST; 190 # To find the list of active pids, we need to have
|
/build/make/core/ |
cleanspec.mk | 33 # of the list. These steps will only be run once, if they haven't been 47 # the command and add it to the bottom of the list. E.g., if a change 50 # touch step and add it to the end of the list. 53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 63 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 30 * server commands (e.g. RETR, DELE, LIST). These handlers implement the {@link CommandHandler}
112 setCommandHandler(CommandNames.LIST, new ListCommandHandler());
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
ImapConstants.java | 62 public static final String LIST = "LIST";
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapConstants.java | 63 public static final String LIST = "LIST";
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
SimplePerfUtil.java | 24 import java.util.List; 38 private List<String> mArguList; 67 * @return list of subcommand and arguments (nullable) 69 public List<String> getArgumentList() { 76 * @param arguList list of subcommand and arguments 78 public void setArgumentList(List<String> arguList) { 166 LIST("list");
|
/external/ltp/ |
ltpmenu | 42 # April 17 2003 - Added menu selection to list contents of selected 186 community by posting it to the LTP results mailing list?" \ 288 -f /tmp/runltp.test.list.$$ 334 LIST=$(for i in `ls -1 -A -I "CVS" runtest`; do echo -n "$i "; j=$(head -n1 runtest/$i | cut -d: -f2|sed s/" "/_/g); echo -n "$j off "; done) 338 $LIST \ 354 >> /tmp/runltp.test.list.$$ ; 441 # Description: This function displays a list of scenario files located 442 # in /runtest. Users can list the contents of each file. 446 # Output: 1) Menu selection containing each file as an option to list.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
ListCommandHandlerTest.groovy | 119 return new Command(CommandNames.LIST, [DIR])
|
/libcore/tools/docs/crypto/ |
update_crypto_support.py | 19 Takes input on stdin a list of provided algorithms as produced by 122 The input file-like object must supply a "BEGIN ALGORITHM LIST" line 124 separated by whitespace followed by a "END ALGORITHM LIST" line. The 139 current_data = collections.defaultdict(list) 147 if line.strip() == 'BEGIN ALGORITHM LIST': 150 if line == 'END ALGORITHM LIST': 181 from algorithm category to list of algorithm names.
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
DownloadAppTests.java | 118 String.format("%s:id/%s", DownloadAppTestHelper.PACKAGE_NAME, UIViewType.LIST))), 124 mDLAppHelper.verifyDownloadViewType(UIViewType.LIST);
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 109 # Empty the list and note that we've done a pass over the list 110 self._procs = [] # Python2 doesn't have list.clear() 123 self.outputFiles = list(outputFiles) 219 # from a file are represented with a list [file, mode, file-object] 297 args = list(j.args) 550 Parse the commands in an integrated test script file into a list of 671 # Note Python 3 map() gives an iterator rather than a list so explicitly 672 # convert to list before returning. 673 return list(map(processLine, script) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
arg.h | 113 struct isl_arg name ## LIST[]; \ 114 struct isl_args name = { sizeof(s), name ## LIST }; \ 115 struct isl_arg name ## LIST[] = {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
arg.h | 113 struct isl_arg name ## LIST[]; \ 114 struct isl_args name = { sizeof(s), name ## LIST }; \ 115 struct isl_arg name ## LIST[] = {
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
list.h | 1 /* $NetBSD: list.h,v 1.5 2009/04/12 17:07:16 christos Exp $ */ 24 #define LIST(type) struct { type *head, *tail; } 25 #define INIT_LIST(list) \ 26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0) 39 #define HEAD(list) ((list).head) 40 #define TAIL(list) ((list).tail) 41 #define EMPTY(list) ((list).head == NULL [all...] |
/external/llvm/utils/lit/tests/unit/ |
TestRunner.py | 58 IntegratedTestKeywordParser("MY_LIST:", ParserKind.LIST), 77 assert isinstance(script, list)
|
/external/mesa3d/src/glsl/ |
s_expression.cpp | 110 s_list *list = new(ctx) s_list; local 114 list->subexpressions.push_tail(expr); 123 return list; 182 case LIST: if (expr->is_list()) *p_list = (s_list *) expr; break; 199 s_list *list = SX_AS_LIST(top); local 200 if (list == NULL) 204 foreach_iter(exec_list_iterator, it, list->subexpressions) {
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
FakeFtpServer.java | 28 import java.util.List;
184 setCommandHandler(CommandNames.LIST, new ListCommandHandler());
267 * @param userAccountList - the List of UserAccount objects to add
269 public void setUserAccounts(List userAccountList) {
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_constants.py | 38 AXIS.LIST = [AXIS.X, AXIS.Y] 46 DEV.DEVICE_TYPE_LIST = list(DEV.__dict__.values()) 156 # GESTURE_PLAY_MODE is a list of all attributes above 157 MODE.GESTURE_PLAY_MODE = list(MODE.__dict__.values()) 202 PLATFORM.LIST = [PLATFORM.ALEX, PLATFORM.LUMPY, PLATFORM.LINK] 255 # SEGMENT_LIST is a list of all attributes above 256 VAL.SEGMENT_LIST = list(VAL.__dict__.values())
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-pass.h | 60 /* A list of sub-passes to run, dependent on gate predicate. */ 63 /* Next in the list of passes to run, independent of gate predicate. */ 496 /* Define a list of pass lists so that both passes.c and plugins can easily 505 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST,
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
ImapStore.java | 60 import java.util.List; 194 * @param capabilities a list of the capabilities from the server 266 // the format of the IMAP ID list. 409 * Persists the folders in the given list. 428 String imapCommand = ImapConstants.LIST + " \"\" \"*\""; 430 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\""; 432 List<ImapResponse> responses = connection.executeSimpleCommand(imapCommand); 434 // S: * LIST (\Noselect) "/" ~/Mail/foo 435 if (response.isDataResponse(0, ImapConstants.LIST)) { 470 throw new MessagingException("Unable to get folder list", ioe) [all...] |