HomeSort by relevance Sort by last modified time
    Searched refs:nest (Results 1 - 19 of 19) sorted by null

  /external/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest; member in struct:S
  /external/iproute2/tc/
q_prio.c 36 struct rtattr *nest; local
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
92 addattr_nest_compat_end(n, nest);
q_rr.c 37 struct rtattr *nest; local
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
87 addattr_nest_compat_end(n, nest);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 126 int start = 0, nest = 3; local
133 nest -= 2;
139 LOG(INFO) << std::setw(nest) << " "
143 nest += 2;
156 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
159 LOG(INFO) << std::setw(nest) << " "
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FinishAffinity.java 43 Button button = (Button)findViewById(R.id.nest);
  /external/iproute2/include/
libnetlink.h 57 extern int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest);
59 extern int addattr_nest_compat_end(struct nlmsghdr *n, struct rtattr *nest);
  /external/clang/test/Sema/
block-return.c 84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
  /external/iproute2/lib/
libnetlink.c 577 struct rtattr *nest = NLMSG_TAIL(n); local
580 return nest;
583 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
585 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
601 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); local
604 addattr_nest_end(n, nest);
  /external/mksh/src/
tree.c 546 int nest = 0; local
569 nest++;
575 if (c == CSUBST && nest == 0)
577 nest--;
580 nest++;
585 if (c == wp[-1] && nest == 0)
588 nest--;
misc.c 633 int nest = 0, bnest = 0; local
665 nest++;
675 } else if (nest)
676 nest--;
683 return (saw_glob && !in_bracket && !nest);
870 int nest = 0; local
875 if ((*++p == /*(*/ ')' && nest-- == 0) ||
876 (*p == '|' && match_sep && nest == 0))
879 nest++;
    [all...]
  /external/v8/test/mjsunit/
try-catch-scopes.js 30 // as local variables and they should be allowed to nest.
  /external/dnsmasq/src/
option.c 24 static void one_file(char *file, int nest, int hard_opt);
978 static char *one_opt(int option, char *arg, char *gen_prob, int nest)
991 if (nest == 0)
2783 int option, nest = 0, testmode = 0; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 66 Idx nest, reg_errcode_t *err);
69 Idx nest, reg_errcode_t *err);
72 Idx nest, reg_errcode_t *err);
75 Idx nest, reg_errcode_t *err);
    [all...]
  /external/llvm/utils/vim/
llvm.vim 54 syn keyword llvmKeyword nocapture byval nest readnone readonly noalias uwtable
  /external/kernel-headers/original/linux/
perf_event.h 600 local_t nest; /* nested writers */ member in struct:perf_mmap_data
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 707 local_t nest; /* nested writers */ member in struct:perf_buffer
  /external/llvm/lib/AsmParser/
LLLexer.cpp 541 KEYWORD(nest);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/libvorbis/doc/
04-codec.tex 183 % FIXME/TODO: LaTeX cannot nest enumerate that deeply, so I have to use

Completed in 1083 milliseconds