HomeSort by relevance Sort by last modified time
    Searched full:arg0 (Results 76 - 100 of 1009) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentProvider.java 44 ArrayList<ContentProviderOperation> arg0)
51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1)
58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2)
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2)
72 public String getType(Uri arg0) throws RemoteException {
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException {
85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal)
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
100 public Cursor query(String callingPackage, Uri arg0, String[] arg1,
107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2
    [all...]
BridgePowerManager.java 58 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, String arg4)
64 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3)
75 public void crash(String arg0) throws RemoteException {
80 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException {
85 public void nap(long arg0) throws RemoteException {
105 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException {
110 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException {
115 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException {
120 public void setTemporaryScreenAutoBrightnessAdjustmentSettingOverride(float arg0) throws RemoteException {
125 public void setTemporaryScreenBrightnessSettingOverride(int arg0) throws RemoteException
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
NullProgressMonitor.java 24 public void advance(int arg0) {}
32 public void start(int arg0) {}
35 public void startSubTask(String arg0) {}
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
NfcClientCallback.driver.cpp 15 ::android::hardware::nfc::V1_0::NfcEvent arg0,
23 SetResult__android__hardware__nfc__V1_0__NfcEvent(var_msg0, arg0);
32 const ::android::hardware::hidl_vec<uint8_t>& arg0) {
39 var_msg0->set_vector_size(arg0.size());
40 for (int i = 0; i < (int)arg0.size(); i++) {
44 var_msg0_vector_i->mutable_scalar_value()->set_uint8_t(arg0[i]);
WifiHalV1.driver.cpp 17 wifi_handle* arg0 = (wifi_handle*) malloc(sizeof(wifi_handle)); local
18 cout << "arg0 = " << arg0 << endl;
21 arg0)));
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 177 {name: "ADDL", argLength: 2, reg: gp21sp, asm: "ADDL", commutative: true, clobberFlags: true}, // arg0 + arg1
178 {name: "ADDLconst", argLength: 1, reg: gp11sp, asm: "ADDL", aux: "Int32", typ: "UInt32", clobberFlags: true}, // arg0 + auxint
180 {name: "ADDLcarry", argLength: 2, reg: gp21carry, asm: "ADDL", commutative: true, resultInArg0: true}, // arg0 + arg1, generates <carry,result> pair
181 {name: "ADDLconstcarry", argLength: 1, reg: gp11carry, asm: "ADDL", aux: "Int32", resultInArg0: true}, // arg0 + auxint, generates <carry,result> pair
182 {name: "ADCL", argLength: 3, reg: gp2carry1, asm: "ADCL", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0+arg1+carry(arg2), where arg2 is flags
183 {name: "ADCLconst", argLength: 2, reg: gp1carry1, asm: "ADCL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0+auxint+carry(arg1), where arg1 is flags
185 {name: "SUBL", argLength: 2, reg: gp21, asm: "SUBL", resultInArg0: true, clobberFlags: true}, // arg0 - arg1
186 {name: "SUBLconst", argLength: 1, reg: gp11, asm: "SUBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pai
    [all...]
PPC64Ops.go 154 {name: "ADD", argLength: 2, reg: gp21, asm: "ADD", commutative: true}, // arg0 + arg1
155 {name: "ADDconst", argLength: 1, reg: gp11, asm: "ADD", aux: "SymOff"}, // arg0 + auxInt + aux.(*gc.Sym)
156 {name: "FADD", argLength: 2, reg: fp21, asm: "FADD", commutative: true}, // arg0+arg1
157 {name: "FADDS", argLength: 2, reg: fp21, asm: "FADDS", commutative: true}, // arg0+arg1
158 {name: "SUB", argLength: 2, reg: gp21, asm: "SUB"}, // arg0-arg1
159 {name: "FSUB", argLength: 2, reg: fp21, asm: "FSUB"}, // arg0-arg1
160 {name: "FSUBS", argLength: 2, reg: fp21, asm: "FSUBS"}, // arg0-arg1
162 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
163 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true}, // arg0*arg1 (signed 32-bit)
165 {name: "MULHD", argLength: 2, reg: gp21, asm: "MULHD", commutative: true}, // (arg0 * arg1) >> 64, signe
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 177 {name: "ADDL", argLength: 2, reg: gp21sp, asm: "ADDL", commutative: true, clobberFlags: true}, // arg0 + arg1
178 {name: "ADDLconst", argLength: 1, reg: gp11sp, asm: "ADDL", aux: "Int32", typ: "UInt32", clobberFlags: true}, // arg0 + auxint
180 {name: "ADDLcarry", argLength: 2, reg: gp21carry, asm: "ADDL", commutative: true, resultInArg0: true}, // arg0 + arg1, generates <carry,result> pair
181 {name: "ADDLconstcarry", argLength: 1, reg: gp11carry, asm: "ADDL", aux: "Int32", resultInArg0: true}, // arg0 + auxint, generates <carry,result> pair
182 {name: "ADCL", argLength: 3, reg: gp2carry1, asm: "ADCL", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0+arg1+carry(arg2), where arg2 is flags
183 {name: "ADCLconst", argLength: 2, reg: gp1carry1, asm: "ADCL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0+auxint+carry(arg1), where arg1 is flags
185 {name: "SUBL", argLength: 2, reg: gp21, asm: "SUBL", resultInArg0: true, clobberFlags: true}, // arg0 - arg1
186 {name: "SUBLconst", argLength: 1, reg: gp11, asm: "SUBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pai
    [all...]
PPC64Ops.go 154 {name: "ADD", argLength: 2, reg: gp21, asm: "ADD", commutative: true}, // arg0 + arg1
155 {name: "ADDconst", argLength: 1, reg: gp11, asm: "ADD", aux: "SymOff"}, // arg0 + auxInt + aux.(*gc.Sym)
156 {name: "FADD", argLength: 2, reg: fp21, asm: "FADD", commutative: true}, // arg0+arg1
157 {name: "FADDS", argLength: 2, reg: fp21, asm: "FADDS", commutative: true}, // arg0+arg1
158 {name: "SUB", argLength: 2, reg: gp21, asm: "SUB"}, // arg0-arg1
159 {name: "FSUB", argLength: 2, reg: fp21, asm: "FSUB"}, // arg0-arg1
160 {name: "FSUBS", argLength: 2, reg: fp21, asm: "FSUBS"}, // arg0-arg1
162 {name: "MULLD", argLength: 2, reg: gp21, asm: "MULLD", typ: "Int64", commutative: true}, // arg0*arg1 (signed 64-bit)
163 {name: "MULLW", argLength: 2, reg: gp21, asm: "MULLW", typ: "Int32", commutative: true}, // arg0*arg1 (signed 32-bit)
165 {name: "MULHD", argLength: 2, reg: gp21, asm: "MULHD", commutative: true}, // (arg0 * arg1) >> 64, signe
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
arg-lowering.ll 5 define <4 x float> @foo0({float, float} %arg0) {
11 define <2 x float> @foo1({float, float, i64} %arg0) {
  /external/llvm/test/MC/AsmParser/
macros-darwin-vararg.s 18 .macro ifcc2 arg0 arg1:vararg
20 movl \arg0, \arg1
24 .macro ifcc3 arg0, arg1:vararg
26 movl \arg0, \arg1
30 .macro ifcc4 arg0, arg1:vararg
32 movl \arg1, \arg0
67 .macro abcd arg0=%eax, arg1:vararg=%ebx
68 movl \arg0, \arg1
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockSocketChannel.java 32 protected MockSocketChannel(SelectorProvider arg0) {
33 super(arg0);
52 public boolean connect(SocketAddress arg0) throws IOException {
62 public int read(ByteBuffer arg0) throws IOException {
67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
72 public int write(ByteBuffer arg0) throws IOException {
77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
86 protected void implConfigureBlocking(boolean arg0) throws IOException {
  /cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
JvmtiPreparer.java 26 public void setUp(ITestDevice arg0, IBuildInfo arg1)
28 super.setUp(arg0, arg1);
35 protected File getLocalPathForFilename(IBuildInfo arg0, String arg1, ITestDevice arg2)
38 return super.getLocalPathForFilename(arg0, arg1, arg2);
  /external/autotest/frontend/client/src/autotest/common/table/
JSONObjectComparator.java 17 public int compare(JSONObject arg0, JSONObject arg1) {
20 String key0 = arg0.get(sortSpec.getField()).toString().toLowerCase();
30 if (arg0.equals(arg1)) {
34 return arg0.hashCode() > arg1.hashCode() ? 1 : -1;
  /external/clang/test/CodeGenObjC/
message-arrays.m 9 -(void) m: (int) arg0, ...;
  /external/clang/test/CodeGenObjCXX/
block-in-template-inst.mm 39 template<typename R, typename Arg0, typename Arg1, typename Arg2>
40 struct Curry<R (^)(Arg0, Arg1, Arg2)>
42 typedef R (^FType)(Arg0, Arg1, Arg2);
47 R (^(^operator()(Arg0 a))(Arg1))(Arg2)
  /external/llvm/test/Linker/
func-attrs-b.ll 6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %struct.S0* byval %arg2) {
  /external/testng/src/test/java/test/retryAnalyzer/
MyRetry.java 13 public boolean retryMethod(ITestResult arg0) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
stdreg.s 13 ldi 15,%arg0
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 120 protected void accept(SocketImpl arg0) throws IOException {
129 protected void bind(InetAddress arg0, int arg1) throws IOException {
137 protected void connect(String arg0, int arg1) throws IOException {
141 protected void connect(InetAddress arg0, int arg1) throws IOException {
145 protected void connect(SocketAddress arg0, int arg1) throws IOException {
149 protected void create(boolean arg0) throws IOException {
163 protected void listen(int arg0) throws IOException {
167 protected void sendUrgentData(int arg0) throws IOException {
170 public Object getOption(int arg0) throws SocketException {
174 public void setOption(int arg0, Object arg1) throws SocketException
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 165 const struct brw_reg *arg0)
181 retype(arg0[0], BRW_REGISTER_TYPE_UW),
185 retype(arg0[1], BRW_REGISTER_TYPE_UW),
195 retype(arg0[0], BRW_REGISTER_TYPE_UW),
199 retype(arg0[1], BRW_REGISTER_TYPE_UW),
209 const struct brw_reg *arg0)
213 struct brw_reg delta_x = retype(arg0[0], BRW_REGISTER_TYPE_W);
214 struct brw_reg delta_y = retype(arg0[1], BRW_REGISTER_TYPE_W);
260 const struct brw_reg *arg0,
279 struct brw_reg interp3 = brw_vec1_grf(arg0[0].nr+1, 4)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 78 public void addWindowToken(IBinder arg0, int arg1, int arg2) throws RemoteException {
100 public void closeSystemDialogs(String arg0) throws RemoteException {
116 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException {
128 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException {
134 public void freezeRotation(int arg0) throws RemoteException {
140 public float getAnimationScale(int arg0) throws RemoteException {
164 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException {
188 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0,
195 public void overridePendingAppTransition(String arg0, int arg1, int arg2,
245 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
FakeMap.java 65 public boolean containsKey(Object arg0) {
67 if (entry.getKey().equals(arg0))
73 public boolean containsValue(Object arg0) {
75 if (entry.getValue().equals(arg0))
85 public V get(Object arg0) {
87 if (entry.getKey().equals(arg0))
106 public void putAll(Map<? extends K, ? extends V> arg0) {
110 public V remove(Object arg0) {
113 if (entry.getKey().equals(arg0)) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 186 public boolean engineContainsAlias(String arg0) {
190 public void engineDeleteEntry(String arg0) throws KeyStoreException {
193 public Certificate engineGetCertificate(String arg0) {
197 public String engineGetCertificateAlias(Certificate arg0) {
201 public Certificate[] engineGetCertificateChain(String arg0) {
205 public Date engineGetCreationDate(String arg0) {
209 public Key engineGetKey(String arg0, char[] arg1)
214 public boolean engineIsCertificateEntry(String arg0) {
218 public boolean engineIsKeyEntry(String arg0) {
222 public void engineLoad(InputStream arg0, char[] arg1
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 67 public void onSurfaceTextureAvailable(SurfaceTexture arg0, int arg1, int arg2) {
71 recreateSurface(arg0);
76 public boolean onSurfaceTextureDestroyed(SurfaceTexture arg0) {
84 public void onSurfaceTextureSizeChanged(SurfaceTexture arg0, int arg1, int arg2) {
88 recreateSurface(arg0);
93 public void onSurfaceTextureUpdated(SurfaceTexture arg0) {

Completed in 639 milliseconds

1 2 34 5 6 7 8 91011>>