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

  /external/qemu/audio/
noaudio.c 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
43 NoVoiceOut *no = (NoVoiceOut *) hw; local
49 live = audio_pcm_hw_get_live_out (&no->hw);
55 ticks = now - no->old_ticks;
60 no->old_ticks = now;
104 NoVoiceIn *no = (NoVoiceIn *) hw; local
111 int64_t ticks = now - no->old_ticks;
114 no->old_ticks = now;
  /system/core/toolbox/
mount.c 98 int res, no = s[0] == 'n' && s[1] == 'o'; local
100 if (no)
112 if (no)
234 // mount with no arguments is equivalent to "cat /proc/mounts"
  /development/ide/emacs/
android-common.el 21 ;; There should be no interactive function in this module.
46 (defcustom android-compilation-no-buildenv-warning t
114 (buffer-substring-no-properties (point)
  /build/core/
definitions.mk 621 ### If there are no slashes, keep the entire word.)
796 define transform-c-or-s-to-o-no-deps
819 define transform-c-to-o-no-deps
821 $(call transform-c-or-s-to-o-no-deps, )
824 define transform-s-to-o-no-deps
826 $(call transform-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS))
830 $(transform-c-to-o-no-deps)
835 $(transform-s-to-o-no-deps)
845 define transform-m-to-o-no-deps
847 $(call transform-c-or-s-to-o-no-deps
    [all...]
  /external/icu4c/common/
locmap.c 406 /* The "no" locale split into nb and nn. By default in ICU, "no" is nb.*/
407 static const ILcidPosixElement no[] = { variable
410 {0x0414, "no"}, /* really nb_NO */
655 /* ILCID_POSIX_MAP(nb), // no Norwegian 0x14 */
658 /* ILCID_POSIX_MAP(nn), // no Norwegian 0x14 */
659 ILCID_POSIX_MAP(no), /* * Norwegian 0x14 */
736 * no equivalent Windows LCID.
767 /*no match found */
784 /* If you get here, then no matching region was found
    [all...]
  /external/iproute2/include/linux/
inet_diag.h 46 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
53 unsigned short no; member in struct:inet_diag_bc_op
  /external/ppp/pppd/
ccp.c 24 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
251 #define RREQ_REPEAT 2 /* send another reset-req if no reset-ack */
471 ccp_close(unit, "No compression negotiated");
623 error("MPPE required, but kernel has no support.");
903 ccp_options no; /* options we've seen already */ local
906 memset(&no, 0, sizeof(no));
912 no.mppe = 1;
935 no.deflate = 1;
958 no.bsd_compress = 1
    [all...]
ipv6cp.c 29 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
132 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
339 * If comma first character, then no local identifier
359 * If comma last character, the no remote identifier
683 ipv6cp_options no; /* options we've seen Naks for */ local
686 BZERO(&no, sizeof(no));
702 no.neg = 1; \
714 no.neg = 1; \
767 if (go->neg_vj || no.neg_vj |
    [all...]
ipcp.c 36 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
215 { "ipcp-no-addresses", o_bool, &ipcp_wantoptions[0].old_addrs,
218 { "ipcp-no-address", o_bool, &ipcp_wantoptions[0].neg_addr,
428 * If colon first character, then no local addr.
450 * If colon last character, then no remote addr.
975 ipcp_options no; /* options we've seen Naks for */ local
978 BZERO(&no, sizeof(no));
997 no.old_addrs = 1; \
1009 no.neg = 1;
    [all...]
ipxcp.c 36 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
567 * If no routing agent was specified then we do RIP/SAP according to the
775 ipxcp_options no; /* options we've seen Naks for */ local
778 BZERO(&no, sizeof(no));
791 if (!go->neg_nn || no.neg_nn || (cilen != CILEN_NETN))
793 no.neg_nn = 1;
803 if (!go->neg_node || no.neg_node || (cilen != CILEN_NODEN))
805 no.neg_node = 1;
827 if (no.router & s) /* duplicate NAKs are always bad *
    [all...]
lcp.c 36 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
938 lcp_options no; /* options we've seen Naks for */ local
943 BZERO(&no, sizeof(no));
958 no.neg = 1; \
970 no.neg = 1; \
981 no.neg = 1; \
992 no.neg = 1; \
1003 no.neg = 1; \
1015 no.neg = 1;
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 21 int ni,no; local
27 no = yaffs_write(outh,buffer,ni);
28 if(ni != no)
511 printf("no alias");
558 printf("no alias");
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 85 static no_t no; member in namespace:android
223 Parcel* parcel = (Parcel*)env->GetIntField(argParcel, no.native_parcel);
318 SkCanvas* nativeCanvas = (SkCanvas*)env->GetIntField(canvas, no.native_canvas);
376 SkCanvas* nativeCanvas = (SkCanvas*)env->GetIntField(canvas, no.native_canvas);
520 SkRegion* nativeRegion = (SkRegion*)env->GetIntField(argRegion, no.native_region);
601 Parcel* parcel = (Parcel*)env->GetIntField( argParcel, no.native_parcel);
620 argParcel, no.native_parcel);
692 no.native_canvas = env->GetFieldID(canvas, "mNativeCanvas", "I");
696 no.native_region = env->GetFieldID(region, "mNativeRegion", "I");
699 no.native_parcel = env->GetFieldID(parcel, "mObject", "I")
    [all...]
  /bionic/libc/regex/
regcomp.c 25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
323 case ')': /* happens only if no current unmatched ( */
381 return; /* no repetition, we're done */
436 - p_str - string (no metacharacters) "parser"
622 * no set operations are done.
856 static char /* if no counterpart, return ch */
1024 int no = p->g->ncsets++; local
1031 if (no >= p->ncsalloc) { /* need another column of space */
1049 for (i = 0; i < no; i++)
1058 cs = &p->g->sets[no];
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 325 // No anonymous block available for use. Make one.
342 RenderObject* no = o; local
343 o = no->nextSibling();
344 pre->children()->appendChildNode(pre, block->children()->removeChildNode(block, no));
345 no->setNeedsLayoutAndPrefWidthsRecalc();
    [all...]
RenderBlock.cpp 333 // No suitable existing anonymous box - create a new one.
374 return; // No more inline children to be found.
476 RenderObject* no = o; local
477 o = no->nextSibling();
479 moveChildTo(block, block->children(), no);
726 // no margins, so we don't fill in the values for table cells.
    [all...]
  /external/bison/src/
vcg.h 92 int no; /* Class number */ member in struct:classname
93 const char *name; /* Name associated to the class no. */
105 /* VCG decision yes/no. */
109 no enumerator in enum:decision
165 /* Label the text displayed inside the node. If no label is specified
174 if the whole graph is fully specified with locations and no part is
189 for the nodes automatically, if no fixed levels are given.
209 If no value (in pixels) is given then width and height are
232 no folding is specified for a node, then the node may be folded if
340 Default: no label. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 558 unsigned char no; local
1154 /* Return true if no warnings should be emitted for statement STMT. */
    [all...]
  /external/libxml2/
xmlregexp.c 181 int no; member in struct:_xmlRegAtom
223 int no; member in struct:_xmlAutomataState
565 atomno = stringRemap[trans->atom->no];
589 i, j, trans->atom->no, trans->to, atomno, targetno);
605 i, j, trans->atom->no, trans->to, atomno, targetno);
1097 fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no);
1134 fprintf(output, "atom %d, to %d\n", trans->atom->no, trans->to);
1151 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans);
1184 fprintf(output, " start: %d", ctxt->start->no);
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1356 milliseconds