HomeSort by relevance Sort by last modified time
    Searched refs:thing (Results 51 - 75 of 344) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mksh/src/
funcs.c 646 int thing = 0, field = 0, base = 0, i; local
761 thing = '+';
765 thing = '-';
780 thing = wp[builtin_opt.optind][0];
868 if (thing == '-')
880 c_typeset_vardump(vp, flag, thing, pflag, istset);
883 c_typeset_vardump_recursive(e->loc, flag, thing, pflag, istset);
888 c_typeset_vardump_recursive(struct block *l, uint32_t flag, int thing,
894 c_typeset_vardump_recursive(l->next, flag, thing, pflag, istset);
897 c_typeset_vardump(vp, flag, thing, pflag, istset)
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /ndk/build/core/
add-application.mk 95 # 1) android-6 and android-7 are the same thing as android-5
96 # 2) android-10 and android-11 are the same thing as android-9
97 # 3) android-20 and up are the same thing as android-19
  /external/llvm/utils/
codegen-diff 117 disassemble to the same thing. This puts a lot of trust in the
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 76 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest "
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 71 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /build/core/tasks/
sdk-addon.mk 100 # whole thing.
  /external/chromium_org/v8/test/mjsunit/
arguments-read-and-assignment.js 28 // Introduced to ensure that the fast compiler does the right thing.
function-prototype.js 89 // be the last thing we do because this will clobber the optimizations
object-seal.js 234 // Verify that crankshaft still does the right thing.
regexp-capture-3.js 133 /(hestfisk)/.test("There's no such thing as a hestfisk!");
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 39 // The constructor being an object is the first thing tested, so these should all throw.
  /external/libpng/scripts/
makevms.com 50 $! Build the thing plain or with mms/mmk
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 406 reassemble the parts and pass the whole thing to TTP
483 reassemble and get the TTP pron for the whole thing */
505 correspond the the thing after the quote ('s' or 't'). This keeps
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 360 for thing in what:
361 item = apply(generic, thing[:1] + (f,) + thing[1:])
362 record.append((thing[1], item))
    [all...]
  /external/chromium_org/remoting/webapp/
window_frame.js 147 // necessary, as we do the same thing in client_session.js when the plugin
  /external/chromium_org/v8/test/intl/string/
normalization.js 135 // the original, NFC and NFD should normalize to the same thing
  /ndk/sources/host-tools/nawk-20071023/
FIXES 382 added proctab.c to the bundle outout; one less thing
499 to do the right thing.
607 FILENAME is now "" until the first thing that causes a file
801 ENVIRON array contains environment: if shell variable V=thing,
802 ENVIRON["V"] is "thing"
    [all...]
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
aes-armv4.S 420 itt eq @ Thumb2 thing, sanity check in ARM
426 itt eq @ Thumb2 thing, sanity check in ARM
437 itt ne @ Thumb2 thing, sanity check in ARM
594 itt eq @ Thumb2 thing, sanity check in ARM
666 itt eq @ Thumb2 thing, sanity check in ARM
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-armv4.pl 440 itt eq @ Thumb2 thing, sanity check in ARM
446 itt eq @ Thumb2 thing, sanity check in ARM
457 itt ne @ Thumb2 thing, sanity check in ARM
614 itt eq @ Thumb2 thing, sanity check in ARM
686 itt eq @ Thumb2 thing, sanity check in ARM
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.S 417 itt eq @ Thumb2 thing, sanity check in ARM
423 itt eq @ Thumb2 thing, sanity check in ARM
434 itt ne @ Thumb2 thing, sanity check in ARM
591 itt eq @ Thumb2 thing, sanity check in ARM
663 itt eq @ Thumb2 thing, sanity check in ARM
aes-armv4.pl 437 itt eq @ Thumb2 thing, sanity check in ARM
443 itt eq @ Thumb2 thing, sanity check in ARM
454 itt ne @ Thumb2 thing, sanity check in ARM
611 itt eq @ Thumb2 thing, sanity check in ARM
683 itt eq @ Thumb2 thing, sanity check in ARM
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 33 This lets us render specific API entities rather than the whole thing at once,

Completed in 4184 milliseconds

1 23 4 5 6 7 8 91011>>