HomeSort by relevance Sort by last modified time
    Searched refs:nest (Results 1 - 25 of 25) 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/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 135 int start = 0, nest = 3; local
142 nest -= 2;
148 LOG(INFO) << std::setw(nest) << " "
152 nest += 2;
165 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
168 LOG(INFO) << std::setw(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 586 struct rtattr *nest = NLMSG_TAIL(n); local
589 return nest;
592 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
594 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
610 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); local
613 addattr_nest_end(n, nest);
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 146 int start = 0, nest = 3; local
153 nest -= 2;
159 LOG(INFO) << std::setw(nest) << " " << std::string(buf + start, i + 1 - start);
162 nest += 2;
175 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
179 LOG(INFO) << std::setw(nest) << " " << std::string(buf + start, i - start);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4
54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest
58 return nest()
59 return nest()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4
54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest
58 return nest()
59 return 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/mksh/src/
tree.c 575 int nest = 0; local
599 nest++;
605 if (c == CSUBST && nest == 0)
607 nest--;
610 nest++;
615 if (c == wp[-1] && nest == 0)
618 nest--;
misc.c 652 int nest = 0, bnest = 0; local
684 nest++;
694 } else if (nest)
695 nest--;
702 return (saw_glob && !in_bracket && !nest);
890 int nest = 0; local
895 if ((*++p == /*(*/ ')' && nest-- == 0) ||
896 (*p == '|' && match_sep && nest == 0))
899 nest++;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
try-catch-scopes.js 30 // as local variables and they should be allowed to nest.
  /external/v8/test/mjsunit/
try-catch-scopes.js 30 // as local variables and they should be allowed to nest.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 256 unittest::TestAllTypes::NestedMessage* nest = local
259 ASSERT_TRUE(nest != NULL);
260 EXPECT_EQ(1, nest->bb());
261 delete nest;
300 unittest::TestAllTypes::NestedMessage* nest = local
302 ASSERT_TRUE(nest != NULL);
305 message.set_allocated_optional_nested_message(nest);
    [all...]
  /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 49 syn keyword llvmKeyword msp430_intrcc naked nest noalias nocapture
  /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 575 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 1087 milliseconds