HomeSort by relevance Sort by last modified time
    Searched full:push (Results 551 - 575 of 1534) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/linux/
dmaengine.h 175 * @device_memcpy_issue_pending: push appended descriptors to hardware
290 * This allows drivers to push copies to HW in batches,
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_readyq.cpp 259 push(pvbase);
406 push(b);
  /external/proguard/src/proguard/evaluation/
Stack.java 250 public void push(Value value) method in class:Stack
258 // Push the value.
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 34 push dword %1
35 push dword %1
  /external/srec/tools/cmd/
srecres2utd.pl 18 push(@additional_fields,"parsed_ortho");
20 push(@fields, @additional_fields);
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 135 // When adding local variables remember to push space for them in
203 inline void Push(Register source);
codegen-arm.cc 70 __ push(RegisterAllocator::ToRegister(i));
344 // Push the return value on the stack as the parameter.
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 65 return array.push(elt);
314 Array.prototype.push.apply([], [1].splice(0, -(-1 % 5)));
  /external/v8/test/mjsunit/tools/
profile.js 154 this.namesTopDown.push(func);
256 this.namesTopDown.push(func);
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 140 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
154 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 395 push (@opt_engine_list, $value);
422 push (@opt_test_list_files, $value);
427 push (@opt_neg_list_files, $value);
892 push (@test_list, &expand_user_test_list($list_file));
908 push (@neg_list, &expand_user_test_list($list_file));
951 push (@retval, &expand_test_list_entry($list_file));
962 push (@retval, &expand_test_list_entry($_));
986 push (@retval, $entry);
    [all...]
  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 74 #pragma pack(push, 16)
181 #pragma pack(push, 16)
  /external/webkit/WebCore/inspector/front-end/
CookieItemsView.js 127 resourceURLsForDocumentURL.push(resource.url);
139 this._cookies.push(allCookies[i]);
  /external/webkit/WebCore/manual-tests/inspector/
display-form-data.html 164 headersNew.push(headers[i]);
169 headers.push(["Content-Length", body.length.toString()]);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 186 push(firstBranch);
190 void push(ReplicaBranchType branchType) function in struct:WebCore::GraphicsLayerCA::ReplicaState
  /external/webkit/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
keyedobjects.nib 78 ??o?t?5?H?f?@???+??N?W?b?>??????????????????????????????????????????????????????????????????????????????????_Text Field Cell-1_Text Field Cell (Password:)_?Static Text (Google Account (https://www.google.com/)'' Certified by: VeriSign Inc. Get more information by clicking ''Certificate)ZText Field_Static Text (Name:)_Button Cell (Cancel)\Content View_Button Cell (Log In)_Text Field Cell (Name:)_TText Field Cell (To view this page, you must log in to this area on www.server.com:)_3Button Cell (Remember this password in my keychain)_5Static Text (Your password will be sent unencrypted.)_Push Button (Log In)\File's Owner_Text Field Cell_Static Text (Password:)_PStatic Text (To view this page, you must log in to this area on www.server.com:)_?Text Field Cell (Google Account (https://www.google.com/)'' Certified by: VeriSign Inc. Get more information by clicking ''Certificate)UPanel_Push Button (Cancel)[Application_1Check Box (Remember this password in my keychain)_Secure Text FieldZImage ViewZImage Cell_9Text Field Cell (Your password will be sent unencrypted.)?>???????>??????>????-?:Kg?RVUkYUZJnW)+P?aNX$Qm?MNI??LH???OS?T? ?v???F?m?e???p?B? ???????4????r?7?-?]?`?
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 80 void push(DRTUndoObject* undoObject) { m_undoVector.append(undoObject); } function in class:DRTUndoStack
125 stack->push(new DRTUndoObject(target, actionName, obj));
  /external/webkit/WebKitTools/Scripts/
svn-unapply 115 push @copiedFiles, $patch;
139 push @copiedFiles, $patch;
  /frameworks/base/libs/rs/
rsFileA3D.cpp 175 mStrings.push(s);
199 mIndex.push(e);
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 174 mCodecSpecificData.push(buffer);
462 mFrames.push(buffer);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 69 // push true or false
71 // push null or this
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 39 * Runnable) instantiates subclasses to run a sync (either timed, or push, or
41 * would be to move IMAP to this structure when it comes time to introduce push
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
varray.h 241 /* Push X onto VA. T is the name of the field in varray_data
275 /* Push a new element on the end of VA, extending it if necessary. */
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 162 mSave = new Button(shell, SWT.PUSH);
176 mCancelDone = new Button(shell, SWT.PUSH);
  /system/core/adb/
SERVICES.TXT 141 an "adb sync" or "adb push" request.
234 This starts the file synchronisation service, used to implement "adb push"

Completed in 228 milliseconds

<<21222324252627282930>>