HomeSort by relevance Sort by last modified time
    Searched full:nest (Results 101 - 125 of 424) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mksh/src/
misc.c 710 int nest = 0, bnest = 0; local
742 nest++;
752 } else if (nest)
753 nest--;
760 return (saw_glob && !in_bracket && !nest);
948 int nest = 0; local
953 if ((*++p == /*(*/ ')' && nest-- == 0) ||
954 (*p == '|' && match_sep && nest == 0))
957 nest++;
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 1689 struct rtattr *nest; local
    [all...]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 202 void nest(While& that) { function in struct:v8::internal::compiler::While
431 w2.nest(w1);
455 w2.nest(w1);
477 w2.nest(w1);
513 w2.nest(w1);
514 w3.nest(w1);
test-osr.cc 311 void Nest(While& that) {
342 inner.Nest(outer);
401 inner.Nest(outer);
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 299 * evaluating that expression b+c into a temporary variable d, and nest d so that the resulting expression is
309 * b+c is an expression "sum of matrices", which we will denote by S. In order to determine how to nest it,
  /external/llvm/lib/Analysis/
IVUsers.cpp 101 // If we have already checked this loop nest, stop checking.
104 // If we have not already checked this loop nest, remember the loop
LoopPass.cpp 65 // Inset loop into loop nest (LoopInfo) and loop queue (LQ).
70 // Insert into the loop nest and the loop queue.
  /external/llvm/lib/Target/AArch64/
AArch64CallingConvention.td 43 // The 'nest' parameter, if any, is passed in X18.
44 // Darwin uses X18 as the platform register and hence 'nest' isn't currently
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 264 /// Process a loop nest depth first.
328 // Simplify each loop nest in the function.
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 85 // Need to nest this in a try block because we get called sometimes
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 276 """ Return all the fingertips to the nest, one size at a time.
278 finger has which tip size, then returns them all to the nest
295 print 'spots in the nest before continuing.'
735 self._reset_with_safety_clearance('nest')
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
chart_base.html 242 throw new Error('push cannot nest');
  /external/eigen/Eigen/src/Core/
NumTraits.h 33 * \li A typedef \a Nested giving the type to use to nest a value inside of the expression tree. If you don't know what
  /external/llvm/include/llvm/Analysis/
LoopPass.h 51 // loop nest is completely different.
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 58 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
  /external/llvm/lib/Support/
regex2.h 153 sopno nplus; /* how deep does it nest +s? */
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 351 fail(DL, DAG, "WebAssembly hasn't implemented nest arguments");
429 assert(!In.Flags.isNest() && "nest is not valid for return values");
485 assert(!Out.Flags.isNest() && "nest is not valid for return values");
517 fail(DL, DAG, "WebAssembly hasn't implemented nest arguments");
  /external/llvm/utils/kate/
llvm.xml 73 <item> nest </item>
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 128 /* Pre-gen6 HW can only nest if-statements 16 deep. Beyond this,
  /external/skia/gyp/
common_variables.gypi 9 # - We have to nest our variables dictionaries multiple levels deep, so that
  /external/webrtc/webrtc/common_audio/
wav_header.cc 34 // We can't nest this definition in WavHeader, because VS2013 gives an error
  /frameworks/base/docs/html/guide/topics/ui/layout/
grid.jd 34 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p>
  /frameworks/base/libs/input/
SpriteController.h 151 * Calls to openTransaction() nest and must be matched by an equal number
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 150 sopno nplus; /* how deep does it nest +s? */
  /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)
2766 int option, nest = 0, testmode = 0; local
    [all...]

Completed in 765 milliseconds

1 2 3 45 6 7 8 91011>>