/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 41 /** Pull nodes from which tree? */ 80 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_ci.c | 47 ** to use a pull interface. 72 ** data path is configured to use a pull interface.
|
/external/icu4c/test/intltest/ |
caltztst.cpp | 56 if(theFormat == 0) // If we weren't able to pull it out of the cache, then we have to create it. 103 if(theCalendar == 0) // If we weren't able to pull it out of the cache, then we have to create it.
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestOgreComplexAnim.java | 92 // left hand will pull 94 leftHand.setAnim("pull");
|
/external/kernel-headers/original/asm-generic/ |
xor.h | 110 d0 = p1[0]; /* Pull the stuff into registers */ 147 d0 = p1[0]; /* Pull the stuff into registers */ 193 d0 = p1[0]; /* Pull the stuff into registers */ 248 d0 = p1[0]; /* Pull the stuff into registers */ 445 d0 = p1[0]; /* Pull the stuff into registers */ 493 d0 = p1[0]; /* Pull the stuff into registers */ 552 d0 = p1[0]; /* Pull the stuff into registers */ 622 d0 = p1[0]; /* Pull the stuff into registers */
|
/external/kernel-headers/original/asm-mips/sn/ |
ioc3.h | 280 #define KM_CSR_K_PULL_DATA 0x00000040 /* pull kbd data line low */ 281 #define KM_CSR_K_PULL_CLK 0x00000080 /* pull kbd clock line low */ 284 #define KM_CSR_M_PULL_DATA 0x00000400 /* pull ms data line low */ 285 #define KM_CSR_M_PULL_CLK 0x00000800 /* pull ms clock line low */ 296 #define KM_CSR_K_CLAMP_ONE 0x00100000 /* Pull K_CLK low after rec. one char */ 297 #define KM_CSR_M_CLAMP_ONE 0x00200000 /* Pull M_CLK low after rec. one char */ 298 #define KM_CSR_K_CLAMP_THREE 0x00400000 /* Pull K_CLK low after rec. three chars */ 299 #define KM_CSR_M_CLAMP_THREE 0x00800000 /* Pull M_CLK low after rec. three char */
|
/external/libvorbis/doc/vorbisfile/ |
seekingexample.html | 109 We're going to pull the channel and bitrate info from the file using <a href="ov_info.html">ov_info()</a> and show them to the user. 110 We also want to pull out and show the user a comment attached to the file using <a href="ov_comment.html">ov_comment()</a>.
|
/external/llvm/test/Transforms/InstCombine/ |
extractvalue.ll | 11 ; Build a simple struct and pull values out again 17 ; Build a nested struct and pull a sub struct out of it
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarView.java | 119 // right 1/3 for quick settings. If you pull the status bar down a second time you'll 120 // toggle panels no matter where you pull it down.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 68 FileExplorerView_Pull_File=Pull File... 69 FileExplorerView_Pull_File_From_File=Pull a file from the device
|
/external/zlib/src/test/ |
infcover.c | 14 /* get definition of internal structure so we can mess with it (see pull()), 447 local unsigned pull(void *desc, unsigned char **buf) function 488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); 493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); 496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); 562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); 603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
|
/external/openssl/crypto/sha/asm/ |
sha256-armv4.pl | 170 ldr $T1,[sp,#16*4] @ pull ctx 185 ldr $inp,[sp,#17*4] @ pull inp 186 ldr $t2,[sp,#18*4] @ pull inp+len
|
/external/skia/gyp/ |
SampleApp.gyp | 13 '../gm', # needed to pull gm.h 14 '../include/pipe', # To pull in SkGPipe.h for pipe reader/writer 15 '../samplecode', # To pull SampleApp.h and SampleCode.h
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarViewAdapter.java | 36 * The MenuSpinnerAdapter defines the look of the ActionBar's pull down menu 37 * for small screen layouts. The pull down menu replaces the tabs uses for big screen layouts 39 * The MenuSpinnerAdapter responsible for creating the views used for in the pull down menu.
|
/dalvik/dx/src/com/android/dx/io/ |
EncodedValueReader.java | 24 * TODO: convert this to a pull-style reader
|
/development/testrunner/ |
adb_interface.py | 113 def Pull(self, src, dest): 117 src: absolute file path of file on device to pull 128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60) 131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src)
|
/development/tools/idegen/src/ |
IntelliJ.java | 49 * under source roots but leave the rest in so you can still pull
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
Interp.java | 43 /** Pull char from where? */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRLexer.h | 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRLexer.h | 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRLexer.h | 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLexer.h | 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
|
/external/chromium/base/mac/ |
foundation_util.h | 94 // Utility function to pull out a value from a dictionary, check its type, and
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file_unittest.cc | 73 // Pull the rug out from under the existing store, simulating a
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.h | 91 // Pull the birthday from the dir and put it into the msg.
|