/external/bison/data/ |
yacc.c | 21 # Check the value of %define api.push-pull. 22 b4_percent_define_default([[api.push-pull]], [[pull]]) 23 b4_percent_define_check_values([[[[api.push-pull]], 24 [[pull]], [[push]], [[both]]]]) 25 b4_define_flag_if([pull]) m4_define([b4_pull_flag], [[1]]) 27 m4_case(b4_percent_define_get([[api.push-pull]]), 28 [pull], [m4_define([b4_push_flag], [[0]])], 268 # (including in pull mode). [all...] |
/external/v8/src/ |
debug-debugger.js | [all...] |
/external/bison/tests/ |
regression.at | 1509 AT_LAC_CHECK([[%define api.push-pull pull]]) 1510 AT_LAC_CHECK([[%define api.push-pull pull %define api.pure]]) 1511 AT_LAC_CHECK([[%define api.push-pull both]] [all...] |
/external/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 98 mov ($n0),$n0 # pull n0[0] value 223 add $lo0,$hi1 # pull upmost overflow bit 304 mov ($n0),$n0 # pull n0[0] value 592 add (%rsp,$num,8),$N[0] # pull upmost overflow bit [all...] |
s390x-mont.pl | 90 lgf $num,`$stdframe+$SIZE_T-4`($sp) # pull $num 121 lg $n0,0($n0) # pull n0
|
x86_64-gf2m.pl | 307 mov 152($context),%rax # pull context->Rsp 308 mov 248($context),%rbx # pull context->Rip
|
/dalvik/vm/ |
Ddm.cpp | 104 * Pull the pieces out of the chunk. We copy the results into a 445 * Suspend the thread, pull out the stack trace, then resume the thread
|
/docs/source.android.com/src/source/ |
submit-patches.jd | 124 <p>After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run <code>repo sync</code> to pull the update into their local client.</p> 183 <p>One interesting special case is bionic. Much of the code there is from BSD, so unless the change is to code that's new to bionic, we'd much rather see an upstream fix and then pull a whole new file from the appropriate BSD. (Sadly we have quite a mix of different BSDs at the moment, but we hope to address that in future, and get into a position where we track upstream much more closely.)</p>
|
code-lines.jd | 113 version. OEMs and other groups building devices should pull only from a release branch.
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_act.c | 589 /* if data path configured for rx pull */ 620 /* if data path configured for tx pull */
|
/external/icu4c/common/ |
util.cpp | 308 // double APOSTROPHEs at the ends, we pull them outside 312 // (doubled) then pull it out.
|
/external/v8/tools/ |
push-to-trunk.sh | 344 git pull || die "'git pull' failed, please try again."
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-tracing.jd | 158 your development computer. You can use <code>adb pull</code> to copy the files. Here's an example 162 adb pull /sdcard/calc.trace /tmp
|
/frameworks/base/services/java/com/android/server/ |
Watchdog.java | 436 // We've waited half the deadlock-detection interval. Pull a stack 468 // Pull our own kernel thread stacks as well if we're configured for that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadata.java | 86 * processed by the given pull parser. 88 * @param parser the pull parser, which must be in the middle of processing
|
/dalvik/vm/analysis/ |
CodeVerify.h | 98 * all but the low 8 bits; if you're left with kRegTypeUninit, pull
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
CustomLayout.java | 227 // Pull the layout param values from the layout XML during
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 154 * On restore, we pull the various bits of data out of the restore stream,
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullService.java | 181 * Instantiates a pull parser and uses it to parse XML from the RSS feed.
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 96 // should we pull something from the history?
|
/device/generic/goldfish/camera/ |
CallbackNotifier.h | 151 * frame - Captured frame, or NULL if camera device didn't pull the frame
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.as | 158 // must have more than one in list, pull from elements
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleElementStream.cs | 180 // must have more than one in list, pull from elements
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleElementStream.cs | 197 // must have more than one in list, pull from elements
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleElementStream.java | 171 // must have more than one in list, pull from elements
|