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

  /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/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest; member in struct:S
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkTDStackNester.h 25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
26 * objects pushed since the last nest
70 * will return to its state when nest() was called.
72 * After a call to nest(), fLocalCount is reset to 0, since the stack is on a new nesting
75 void nest() { function in class:SkTDStackNester
92 * time nest() was called. It is an error to call unnest() more times than nest() has been
164 * than push() has been called in total or since the last call to nest().
  /external/skia/experimental/PdfViewer/src/
SkTDStackNester.h 25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
26 * objects pushed since the last nest
70 * will return to its state when nest() was called.
72 * After a call to nest(), fLocalCount is reset to 0, since the stack is on a new nesting
75 void nest() { function in class:SkTDStackNester
92 * time nest() was called. It is an error to call unnest() more times than nest() has been
164 * than push() has been called in total or since the last call to nest().
  /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/mksh/src/
tree.c 590 int nest = 0; local
615 nest++;
621 if (c == CSUBST && nest == 0)
623 nest--;
626 nest++;
631 if (c == wp[-1] && nest == 0)
634 nest--;
misc.c 695 int nest = 0, bnest = 0; local
727 nest++;
737 } else if (nest)
738 nest--;
745 return (saw_glob && !in_bracket && !nest);
933 int nest = 0; local
938 if ((*++p == /*(*/ ')' && nest-- == 0) ||
939 (*p == '|' && match_sep && nest == 0))
942 nest++;
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 302 d3.nest = function() {
303 var nest = {}, keys = [], sortKeys = [], sortValues, rollup;
305 if (depth >= keys.length) return rollup ? rollup.call(nest, array) : sortValues ? array.sort(sortValues) : array;
341 nest.map = function(array, mapType) {
344 nest.entries = function(array) {
347 nest.key = function(d) {
349 return nest;
351 nest.sortKeys = function(order) {
353 return nest;
355 nest.sortValues = function(order)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 133 int start = 0, nest = 3; local
140 nest -= 2;
146 LOG(INFO) << std::setw(nest) << " "
150 nest += 2;
163 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
166 LOG(INFO) << std::setw(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...]
  /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/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 824 milliseconds