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

1 23 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/bionic/
setjmp.S 198 # call sigprocmask(int how ignored, sigset_t* null, sigset_t* SC_MASK(a0)):
200 li a0, 0 # how; ignored when new mask is null
300 # call sigprocmask(int how SIG_SETMASK, sigset_t* SC_MASK(a0), sigset_t* null):
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 300 Return how much space is being used by the bits array not how many actually
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
hb-ot-shape-complex-myanmar-machine.rl 40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
  /external/robolectric/
Android.mk 46 # TODO: Figure out how to not use a prebuilt android API 18 jar and grab from
  /external/valgrind/helgrind/tests/
tc20_verifywrap.stderr.exp 124 FIXME: can't figure out how to verify wrap of pthread_cond_signal
134 FIXME: can't figure out how to verify wrap of pthread_broadcast_signal
216 FIXME: can't figure out how to verify wrap of sem_destroy
234 FIXME: can't figure out how to verify wrap of sem_post
  /ndk/tests/build/topological-sort/jni/
Android.mk 4 # Here's how this works:
  /system/core/init/
init.cpp 401 /* The how field should be either SVC_DISABLED, SVC_RESET, or SVC_RESTART */
402 static void service_stop_or_reset(struct service *svc, int how)
408 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) {
410 how = SVC_DISABLED;
415 if (how == SVC_RESET) {
418 svc->flags |= how;
    [all...]
  /external/bison/src/
muscle-tab.c 430 muscle_percent_define_how how)
441 if (how == MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE
463 MUSCLE_INSERT_INT (how_name, how);
  /external/mksh/src/
funcs.c 2325 int n, how = LEXIT; local
3435 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 78 clear how terminal and GUI-based interfaces would work, for
87 3. How do we prevent the user from doing something crazy in the
311 The following is a very simple example of how this extension may
  /external/v8/src/
serialize.cc 823 #define CASE_STATEMENT(where, how, within, space_number) \
824 case where + how + within + space_number: \
826 STATIC_ASSERT((how & ~kHowToCodeMask) == 0); \
830 #define CASE_BODY(where, how, within, space_number_if_any) \
837 if (where == kNewObject && how == kPlain && within == kStartOfObject) { \
    [all...]
  /external/vboot_reference/utility/
vbutil_what_keys 11 Given a ChromiumOS disk (or BIOS) image, try to figure out how it's signed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 153 final String how = "" + m.obj; local
162 how, w, h, vw, vh));
612 private void postCheckForInvalidLayout(final String how) {
613 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget();
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 269 * poll/offer, (argument "how" is NOW) return.
551 * Possible values for "how" argument in xfer method.
569 * @param how NOW, ASYNC, SYNC, or TIMED
574 private E xfer(E e, boolean haveData, int how, long nanos) {
607 if (how != NOW) { // No matches available
613 if (how != ASYNC)
614 return awaitMatch(s, pred, e, (how == TIMED), nanos);
    [all...]
  /build/core/
install_jni_libs.mk 1 # Decides how to install the jni libraries needed by an apk.
install_jni_libs_internal.mk 42 # (Doesn't change how the local shared libraries are compiled, just
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 428 You are probably calling Return(NULL) and the compiler isn't sure how to turn
484 template are *not* automatically visible. This is how C++ works. Before
624 How did I do? If you think I'm wrong or unhelpful, please send your
  /external/v8/test/webkit/
dfg-get-by-val-clobber.js 25 "This tests that common subexpression elimination knows how to accurately model PutBuVal."
  /external/v8/test/webkit/fast/js/
deep-recursion-test.js 24 description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
  /frameworks/rs/api/
rs_object_info.spec 64 Samplers objects define how Allocations can be read as structure within a kernel.
  /system/vold/
cryptfs.c 2898 int how = 0; local
    [all...]
  /dalvik/dx/etc/
dx.bat 57 REM followed by "value". Dx has been changed to know how to deal with that.
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 544 void (*write_setup) (struct nfs_write_data *, int how);
546 void (*commit_setup) (struct nfs_write_data *, int how);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 82 state->how = LOOK; /* look for gzip header */
394 if (state->mode == GZ_READ && state->how == COPY &&

Completed in 7489 milliseconds

1 23 4 5 6 7 8 91011>>