/frameworks/base/tests/CoreTests/android/core/ |
PushbackInputStreamTest.java | 36 a.unread("push".getBytes());
|
PushbackReaderTest.java | 36 a.unread("PUSH".toCharArray());
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ButtonActivityTest.java | 37 // Push button
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/ |
Visualization2RS.java | 49 // TODO: might be more efficient to push this in to renderscript
|
/system/core/libacc/tests/ |
accarm | 40 adb(["push", file, remoteFileName])
|
/system/core/libpixelflinger/tinyutils/ |
VectorImpl.h | 68 void push(); 69 void push(const void* item); 170 void push(); 171 void push(const void* item);
|
/external/bluetooth/glib/glib/ |
gqsort.c | 75 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) 142 PUSH (NULL, NULL); 202 ignore one or both. Otherwise, push the larger partition's 219 /* Push larger left partition indices. */ 220 PUSH (lo, right_ptr); 225 /* Push larger right partition indices. */ 226 PUSH (left_ptr, hi);
|
/external/quake/quake/src/QW/client/ |
snd_mixa.asm | 237 push esi
238 push edi
239 push ebx
240 push ebp
303 push esi
304 push edi
305 push ebx
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 147 // if it wants them stored. We push the parameters after the frame pointer. 159 // (that we are using). We push these after the frame pointer. 166 // we use. We push this after the frame pointer (and after the 172 // When adding local variables remember to push space for them in 231 inline void Push(Register source); 235 inline void Push(Immediate value); 240 inline void Push(Label* label);
|
/external/webkit/WebCore/inspector/front-end/ |
AuditRules.js | 82 domainResources.push(needFullResources ? resource : resource.url); 120 outputResources.push( 224 violationDomains.push(match[2]); 269 hosts.push(url); 312 outputResources.push(resourcesOnBusiestHost[i].url); 381 ruleSelectors.push(rule[0]); 428 unusedRules.push([rule.selectorText, textLength]); 431 styleSheetToUnusedRules.push(styleSheet.href ? "href" : "inline"); 432 styleSheetToUnusedRules.push(currentStyleSheetSize); 433 styleSheetToUnusedRules.push(styleSheet.href ? styleSheet.href : ++inlineBlockOrdinal) [all...] |
AuditsPanel.js | 117 resources.push(WebInspector.resources[id]); 129 categoryResult.entries.push(ruleResult); 145 results.push(result); 174 categories.push(this.categoriesById[categoryIds[i]]); 306 this._rules.push(rule); 375 this.entries.push(entry); 406 this.children.push(entry);
|
EventListenersSidebarPane.js | 87 sectionNames.push(type); 88 self.sections.push(section); 150 filteredEventListeners.push(eventListener); 171 this.eventListeners.push(eventListener); 197 properties.push(new WebInspector.ObjectPropertyProxy(propertyName, value));
|
/external/webkit/WebCore/bindings/scripts/ |
IDLParser.pm | 100 push(@temporaryContent, $_); 142 push(@temp, "$name=$value"); 213 push(@$arrayRef, $newDataNode); 241 push(@$arrayRef, $line); 276 push(@$arrayRef, $newDataNode); 330 push(@$arrayRef, $paramDataNode); 337 push(@$arrayRef, $newDataNode); 350 push(@$arrayRef, $newDataNode); 398 push(@$arrayRef, $node); 405 push(@$arrayRef, $node) [all...] |
/system/core/sh/ |
input.c | 75 struct alias *ap; /* if push was associated with an alias */ 336 * Push a string back onto the input at this current parsefile level. 382 * Set the input to take input from a file. If push is set, push the 387 setinputfile(const char *fname, int push) 402 setinputfd(fd, push); 413 setinputfd(int fd, int push) 416 if (push) { 435 setinputstring(char *string, int push) 438 if (push) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ElemContext.java | 96 * but are rather re-used when a push is required. 104 * is held by the serializer is changed via a quick pop() or push(). 165 final ElemContext push() method in class:ElemContext 187 * Push an element context on the stack. This context keeps track of 196 final ElemContext push( method in class:ElemContext
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 88 @ Standard gcc stack frame setup. We don't need to push the original 96 @ We need to push a variable number of arguments onto the stack. 101 @ an ldmia -- but we're doing the gcc frame trick where we push the 119 @ to the stack. We need to push the last item in argv first, and we 124 @ If there are N args, we want to skip 0 and 1, and push (N-1)..2. We
|
/external/libffi/src/cris/ |
sysv.S | 51 push $srp 53 push $r6 55 push $r7 57 push $r8 60 push $r13
|
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 26 push(@INC,"perlasm","../../perlasm"); 116 &push("ebp"); 117 &push("ebx"); 118 &push("esi"); 120 &push("edi");
|
/external/proguard/src/proguard/evaluation/ |
BasicInvocationUnit.java | 175 // Pop the parameters and push the return value. 198 // Push the field value, if applicable. 203 stack.push(getFieldValue(clazz, fieldrefConstant, type)); 225 // Push the return value, if applicable. 229 stack.push(getMethodReturnValue(clazz, methodrefConstant, returnType));
|
/external/v8/src/ |
json.js | 116 stack.push(value); 127 partial.push(strP); 147 stack.push(value); 161 partial.push(member); 173 partial.push(member);
|
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
Message.java | 117 stack.push(Message.this);
122 stack.push(m);
138 stack.push(new Header());
168 stack.push(multiPart);
209 stack.push(bodyPart);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ScreenShotDialog.java | 110 Button refresh = new Button(shell, SWT.PUSH); 123 Button rotate = new Button(shell, SWT.PUSH); 139 mSave = new Button(shell, SWT.PUSH); 151 Button copy = new Button(shell, SWT.PUSH); 166 Button done = new Button(shell, SWT.PUSH);
|
/sdk/emulator/qtools/ |
q2dm.cpp | 27 void push(int stackLevel, uint64_t time, CallStackBase *base); 42 void push(symbol_type *sym) { function in class:FunctionStack 71 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) function in class:MyFrame 77 fprintf(stderr, "native push t %llu p %d s %d fid %d 0x%x %s\n", 88 fstack->push(function);
|
/external/v8/src/ia32/ |
ic-ia32.cc | 396 // Push receiver and key on the stack, and make a tail call. 397 __ push(edx); // receiver 398 __ push(eax); // key 399 __ push(ebx); // return address 403 __ push(ebx); 514 __ push(ecx); 522 __ push(Immediate(0)); 523 __ push(ecx); 590 __ push(edx); // receiver 591 __ push(eax); // ke [all...] |
/bootable/recovery/applypatch/ |
applypatch.sh | 99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch 118 $ADB push $DATA_DIR/old.file $WORK_DIR 129 $ADB push $DATA_DIR/old.file $CACHE_TEMP_SOURCE 157 $ADB push $DATA_DIR/old.file $WORK_DIR 158 $ADB push $DATA_DIR/patch.bsdiff $WORK_DIR 160 $ADB push $tmpdir/foo $WORK_DIR 190 $ADB push $DATA_DIR/old.file $WORK_DIR 191 $ADB push $DATA_DIR/patch.bsdiff $WORK_DIR 221 $ADB push $DATA_DIR/old.file $CACHE_TEMP_SOURCE 245 $ADB push $DATA_DIR/old.file $WORK_DI [all...] |