HomeSort by relevance Sort by last modified time
    Searched refs:hold (Results 26 - 50 of 81) sorted by null

12 3 4

  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubio.h 439 hold: 1, member in struct:icrbb_u::__anon157
477 hold: 1, member in struct:h1_icrbb_u::__anon158
732 hold: 1, member in struct:icrbp_a::__anon164
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h 439 hold: 1, member in struct:icrbb_u::__anon1346
477 hold: 1, member in struct:h1_icrbb_u::__anon1347
732 hold: 1, member in struct:icrbp_a::__anon1353
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 544 hold: 1, /* entry is gathering inval acks */ member in struct:icrbb_u::__anon9516
592 hold: 1, /* entry is gathering inval acks */ member in struct:h1_icrbb_u::__anon9517
891 hold: 1, /* 16: crb gathering invalidate acks*/ member in struct:icrbp_a::__anon9523
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 439 hold: 1, member in struct:icrbb_u::__anon39426
477 hold: 1, member in struct:h1_icrbb_u::__anon39427
732 hold: 1, member in struct:icrbp_a::__anon39433
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 439 hold: 1, member in struct:icrbb_u::__anon42151
477 hold: 1, member in struct:h1_icrbb_u::__anon42152
732 hold: 1, member in struct:icrbp_a::__anon42158
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 44 // Add a table that will hold the individual test results.
  /bionic/libc/stdio/
vfprintf.c 287 int hold = nextarg; \
294 nextarg = hold; \
925 int hold = nextarg; \
928 nextarg = hold; \
  /dalvik/vm/arch/arm/
CallOldABI.S 49 r0-r3 hold first 4 args to a method
59 r0-r1 hold returns of 5-8 bytes, low word in r0
97 @ Rather than keep a count and pop them off after, we just hold on to
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 218 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
574 void hold() throws CallStateException { method in class:SipPhone.SipCall
575 if (SC_DBG) log("hold:");
577 for (Connection c : mConnections) ((SipConnection) c).hold();
861 void hold() throws CallStateException { method in class:SipPhone.SipConnection
866 throw new CallStateException("hold(): " + e);
    [all...]
  /external/ping6/
ping6.c 329 int ch, hold, preload, optval, ret_ga; local
768 hold = 1;
771 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&hold,
772 sizeof(hold));
1030 hold = 48 * 1024;
1031 setsockopt(s, SOL_SOCKET, SO_RCVBUF, (char *)&hold,
1032 sizeof(hold));
    [all...]
  /external/openssl/apps/
ca.c 144 #define REV_HOLD 2 /* Value is hold instruction */
2817 ASN1_OBJECT *hold = NULL; local
2912 ASN1_OBJECT *hold = NULL; local
    [all...]
  /external/v8/test/mjsunit/
object-literal.js 93 // Test that exceptions for regexps still hold.
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 91 * Note, the hold will never need to be bigger than 256 bytes to gather up in the hold,
397 // If previous call to me left something in the hold first complete current block
405 p = hold;
423 // Reset hold buffer count
425 // Point 'q' to complete block in hold (or in colormap)
430 // 'q' is start of current to be processed block (hold, colormap or buf)
533 // Use 'hold' pattern to get the global colormap
838 // Use 'hold' pattern to get the image colormap
906 // Copy the leftover into gs->hold
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 203 // counter-intuitive: The right child of the dummy node will hold
205 // will hold the R tree of the algorithm. Using a dummy node, left
  /external/v8/tools/
splaytree.js 229 // counter-intuitive: The right child of the dummy node will hold
231 // will hold the R tree of the algorithm. Using a dummy node, left
  /external/v8/benchmarks/
splay.js 298 // counter-intuitive: The right child of the dummy node will hold
300 // will hold the R tree of the algorithm. Using a dummy node, left
richards.js 84 * how many times a task is put on hold in a correct run of richards.
86 * correct run so if the actual queue or hold count is different from
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 277 // counter-intuitive: The right child of the dummy node will hold
279 // will hold the R tree of the algorithm. Using a dummy node, left
v8-richards.js 79 * how many times a task is put on hold in a correct run of richards.
81 * correct run so if the actual queue or hold count is different from
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 277 // counter-intuitive: The right child of the dummy node will hold
279 // will hold the R tree of the algorithm. Using a dummy node, left
v8-richards.js 79 * how many times a task is put on hold in a correct run of richards.
81 * correct run so if the actual queue or hold count is different from
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 293 // counter-intuitive: The right child of the dummy node will hold
295 // will hold the R tree of the algorithm. Using a dummy node, left
v8-richards.js 79 * how many times a task is put on hold in a correct run of richards.
81 * correct run so if the actual queue or hold count is different from
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 345 Profile.hold();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 287 <i>channel</i> feature, which allows you to hold on to all tokens of interest
887 def hold( pos = @position ) method in class:ANTLR3.that.CommonTokenStream
888 block_given? or return enum_for( :hold, pos )
    [all...]

Completed in 673 milliseconds

12 3 4