HomeSort by relevance Sort by last modified time
    Searched refs:arg1 (Results 151 - 175 of 1061) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.pl 17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
35 movl ($arg1),%eax
38 cmpxchgl %r8d,($arg1)
186 mov %al,($arg1)
188 lea 1($arg1),$arg1
194 test \$7,$arg1
196 mov %al,($arg1)
198 lea 1($arg1),$arg1
    [all...]
  /external/openssl/crypto/
x86_64cpuid.pl 17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
35 movl ($arg1),%eax
38 cmpxchgl %r8d,($arg1)
186 mov %al,($arg1)
188 lea 1($arg1),$arg1
194 test \$7,$arg1
196 mov %al,($arg1)
198 lea 1($arg1),$arg1
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 51 public void set(int command, int arg0, int arg1, byte[] data) {
54 mMessageBuffer.putInt(8, arg1);
63 public void set(int command, int arg0, int arg1) {
64 set(command, arg0, arg1, (byte[])null);
66 public void set(int command, int arg0, int arg1, String data) {
69 set(command, arg0, arg1, data.getBytes());
153 " arg1: " + getArg1() + " dataLength: " + dataLength;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.h 99 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
104 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
110 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
116 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
120 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
125 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
  /external/mesa3d/src/mesa/main/
atifragshader.h 99 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
104 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
110 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
116 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
120 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
125 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3,
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
89 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4,
122 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_manager.h 83 void (BaseScreen::*method)(A1 arg1),
84 A1 arg1) {
88 (screen->*method)(arg1);
  /external/chromium_org/content/public/browser/
web_ui.h 105 const base::Value& arg1,
108 const base::Value& arg1,
112 const base::Value& arg1,
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 64 msg.arg1 = 100;
74 if (msg.arg1 != 100) {
76 "Message.arg1 is not 100: " + msg.arg1));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 44 if (msg.arg1 == RESULT) {
46 } else if (msg.arg1 == UPDATE) {
49 Log.w(LOGTAG, "received unknown message! " + msg.arg1);
  /external/chromium_org/ppapi/cpp/private/
var_private.h 56 VarPrivate Call(const Var& method_name, const Var& arg1,
58 VarPrivate Call(const Var& method_name, const Var& arg1, const Var& arg2,
60 VarPrivate Call(const Var& method_name, const Var& arg1, const Var& arg2,
62 VarPrivate Call(const Var& method_name, const Var& arg1, const Var& arg2,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
substitute.cc 55 const SubstituteArg& arg0, const SubstituteArg& arg1,
61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
68 const SubstituteArg& arg0, const SubstituteArg& arg1,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
  /external/chromium_org/v8/test/mjsunit/regress/
regress-320948.js 33 function foo1(s, arg1, arg2) {
34 return %_OneByteSeqStringSetChar(s, arg1, arg2)
43 function bar1(s, arg1, arg2) {
44 return %_OneByteSeqStringSetChar(s, arg1, arg2)
58 function foo2(s, arg1, arg2) {
59 return %_TwoByteSeqStringSetChar(s, arg1, arg2)
68 function bar2(s, arg1, arg2) {
69 return %_TwoByteSeqStringSetChar(s, arg1, arg2)
  /external/openfst/src/include/fst/script/
arcsort.h 33 MutableFst<Arc> *fst = args->arg1->GetMutableFst<Arc>();
decode.h 33 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>();
epsnormalize.h 32 const Fst<Arc> &ifst = *(args->arg1.GetFst<Arc>());
minimize.h 31 MutableFst<Arc> *ofst1 = args->arg1->GetMutableFst<Arc>();
reverse.h 31 const Fst<Arc> &fst1 = *(args->arg1.GetFst<Arc>());
synchronize.h 31 const Fst<Arc> &ifst = *(args->arg1.GetFst<Arc>());
union.h 31 MutableFst<Arc> *fst1 = args->arg1->GetMutableFst<Arc>();
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 55 const SubstituteArg& arg0, const SubstituteArg& arg1,
61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
68 const SubstituteArg& arg0, const SubstituteArg& arg1,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
  /frameworks/volley/tests/src/com/android/volley/mock/
MockHttpClient.java 80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) {
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) {
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) {
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_emit.c 545 const struct brw_reg *arg1)
554 func(p, dst[i], arg0[i], arg1[i]);
567 const struct brw_reg *arg1,
574 brw_MUL(p, dst[i], arg0[i], arg1[i]);
587 const struct brw_reg *arg1,
602 brw_MAC(p, dst[i], arg0[i], arg1[i]);
613 const struct brw_reg *arg1)
620 brw_CMP(p, brw_null_reg(), cond, arg0[i], arg1[i]);
634 const struct brw_reg *arg1 )
636 emit_sop(p, dst, mask, BRW_CONDITIONAL_L, arg0, arg1);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 545 const struct brw_reg *arg1)
554 func(p, dst[i], arg0[i], arg1[i]);
567 const struct brw_reg *arg1,
574 brw_MUL(p, dst[i], arg0[i], arg1[i]);
587 const struct brw_reg *arg1,
602 brw_MAC(p, dst[i], arg0[i], arg1[i]);
613 const struct brw_reg *arg1)
620 brw_CMP(p, brw_null_reg(), cond, arg0[i], arg1[i]);
634 const struct brw_reg *arg1 )
636 emit_sop(p, dst, mask, BRW_CONDITIONAL_L, arg0, arg1);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 26 rtx arg1 MEM_STAT_DECL)
33 XEXP (rt, 1) = arg1;
44 rtx arg1 MEM_STAT_DECL)
51 XEXP (rt, 1) = arg1;
94 rtx arg1,
107 XEXP (rt, 1) = arg1;
124 rtx arg1,
137 XEXP (rt, 1) = arg1;
155 rtx arg1,
169 XEXP (rt, 1) = arg1;
    [all...]

Completed in 736 milliseconds

1 2 3 4 5 67 8 91011>>