HomeSort by relevance Sort by last modified time
    Searched refs:arg0 (Results 251 - 275 of 945) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 105 public void startDTD(String arg0, String arg1, String arg2)
193 String arg0,
  /external/libxcam/tests/
test-image-deblurring.cpp 38 usage (const char* arg0)
46 arg0);
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 142 const internal::SubstituteArg& arg0 = internal::SubstituteArg(),
155 const internal::SubstituteArg& arg0 = internal::SubstituteArg(),
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
SeekBarDialogTask.java 71 public void onStopTrackingTouch(SeekBar arg0) {
75 public void onStartTrackingTouch(SeekBar arg0) {
  /external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
InvocationTest.java 45 public InvocationTest(String arg0) {
46 super(arg0);
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
AbbreviatorTest.java 39 public AbbreviatorTest(String arg0) {
40 super(arg0);
  /external/v8/src/builtins/
builtins-error.cc 91 Handle<Object> arg0 = args.atOrUndefined(isolate, 2); local
100 arg0, arg1, arg2, SKIP_NONE));
  /external/v8/src/compiler/
raw-machine-assembler.cc 220 Node* arg0) {
227 return AddNode(common()->Call(descriptor), function, arg0);
234 Node* arg0, Node* arg1) {
242 return AddNode(common()->Call(descriptor), function, arg0, arg1);
249 Node* arg0, Node* arg1, Node* arg2) {
258 return AddNode(common()->Call(descriptor), function, arg0, arg1, arg2);
265 Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4,
277 Node* args[] = {function, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7};
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer_unittest.cc 50 // buffer (|arg0|).
52 int8_t* buffer = static_cast<int8_t*>(arg0);
71 // (in |arg0|) contains the correct reference values even if they have been
75 const int8_t* buffer = static_cast<const int8_t*>(arg0);
  /frameworks/av/services/medialog/
MediaLogService.cpp 109 const String8 arg0(args[0]);
110 if (!strcmp(arg0.string(), "-r")) {
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 206 @Override protected void accept(SocketImpl arg0) throws IOException { }
208 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { }
210 @Override protected void connect(String arg0, int arg1) throws IOException { }
211 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { }
212 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { }
215 @Override protected void listen(int arg0) throws IOException { }
216 @Override protected void sendUrgentData(int arg0) throws IOException { }
217 public Object getOption(int arg0) throws SocketException { return null; }
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java 150 public Mock_ZipInputStream(InputStream arg0) {
151 super(arg0);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigestSpiTest.java 192 public void engineUpdate(byte arg0) {
196 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
WaitFragment.java 140 public void onLoadFinished(Loader<Cursor> arg0, Cursor arg1) {
145 public void onLoaderReset(Loader<Cursor> arg0) {
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java 99 public void onTabUnselected(Tab arg0, android.app.FragmentTransaction f) {
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_common.c 55 optee_entry_point->args.arg0 = pageable_part;
  /external/deqp/framework/common/
tcuInterval.hpp 276 const Interval& arg0);
278 const Interval& arg0,
281 const Interval& arg0);
283 const Interval& arg0,
  /external/replicaisland/src/com/replica/replicaisland/
DiaryActivity.java 35 public void onClick(View arg0) {
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow_test.cc 509 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
512 .WithControlDependencies(arg0.output),
515 ops::Add(scope.WithOpName("while/cond/Add"), arg0.output, three);
517 scope.WithOpName("while/cond/ten").WithControlDependencies(arg0.output),
536 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
539 auto identity_x = ops::Identity(scope.WithOpName("while/Identity/x"), arg0);
748 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
754 scope.WithOpName("outer/Less/y").WithControlDependencies(arg0.output),
756 auto less = ops::Less(scope.WithOpName("outer/Less_i"), arg0, ten);
784 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
821 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
847 auto arg0 = ops::_Arg(scope.WithOpName("_arg0"), DT_INT32, 0); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java 74 public void onClick(View arg0) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpFullscreenView.java 102 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Value.java 258 public boolean equals(Object arg0) {
259 if (!(arg0 instanceof Value))
262 Value value0 = (Value) arg0;
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 63 * @param arg0
65 public HandlerTest(String arg0) {
66 super(arg0);
376 public void write(int arg0) throws IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 430 protected void bind(int arg0, InetAddress arg1)
435 protected void send(DatagramPacket arg0) throws IOException {
439 protected int peek(InetAddress arg0) throws IOException {
444 protected int peekData(DatagramPacket arg0) throws IOException {
449 protected void receive(DatagramPacket arg0) throws IOException {
453 protected void setTTL(byte arg0) throws IOException {
462 protected void setTimeToLive(int arg0) throws IOException {
471 protected void join(InetAddress arg0) throws IOException {
480 protected void leave(InetAddress arg0) throws IOException {
484 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 295 public MockSelectableChannel(SelectorProvider arg0) {
296 super(arg0);
304 protected void implConfigureBlocking(boolean arg0) throws IOException {

Completed in 405 milliseconds

<<11121314151617181920>>