HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 676 - 700 of 3820) sorted by null

<<21222324252627282930>>

  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 46 // An intent for AlarmService, to trigger it as if the Activity called startService().
62 // Create a PendingIntent to trigger a startService() for AlarmService
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionListActivity.java 107 "Debug: Geofencing trigger disabled" :
108 "Debug: Geofencing trigger enabled", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 70 * Trigger a message that asks the master device to start an activity.
118 * Trigger a message to ask other devices to clear their notifications
  /external/autotest/
README 33 trigger job execution in test machines, the autotest scheduler is that utility.
37 (http://code.google.com/webtoolkit/), lets users to trigger jobs and visualize
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
network_WiFi_DarkResumeActiveScans.py 72 # Trigger a wake on packet dark resume, and make sure that no probe
106 # Trigger a wake to scan RTC timer dark resume, and make sure that no
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
tracing_config.py 31 """Adds a new trigger to config.
45 # An empty trigger list would mean no periodic memory dumps.
  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/mappings/
Xbox.java 47 /** left trigger, -1 if not pressed, 1 if pressed **/
49 /** right trigger, -1 if not pressed, 1 if pressed **/
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 121 NXPLOG_NCIHAL_D("Send the Core Reset NTF to upper layer, which will trigger the recovery\n");
122 //Send the Core Reset NTF to upper layer, which will trigger the recovery.
  /external/llvm/include/llvm/IR/
MetadataTracking.h 51 /// tell it that its operand changed. This could trigger \c Owner being
60 /// tell it that its operand changed. This could trigger \c Owner being
  /external/llvm/test/Transforms/SROA/
slice-width.ll 44 ; Access a slice of the alloca to trigger SROA.
63 ; Access a slice of the alloca to trigger SROA.
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
video-input-psnr-ssim.cpp 23 << "below a PSNR trigger value, also with MSSIM." << endl
87 cout << "PSNR trigger value " << setiosflags(ios::fixed) << setprecision(3)
  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 145 * Creates a pending intent that can be used to start the trigger service.
150 * @return {@link PendingIntent} object for running the trigger service
  /external/v8/test/mjsunit/
elements-transition.js 55 // Trigger conversion to fast double elements at length-5.
61 // Trigger conversion to fast object elements at length-3.
generated-transition-stub.js 136 // Large array under the deopt threshold should be able to trigger GC without
190 // Large array under the deopt threshold should be able to trigger GC without
string-indexof-1.js 94 // Test complex string indexOf algorithms. Only trigger for long strings.
125 // Search for string long enough to trigger complex search with ASCII pattern
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 54 // Trigger a reset.
63 // Trigger a reset again.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 113 // The first overuse should immediately trigger a new estimate.
159 // Make sure that we trigger an over-use if any of the over-use detectors
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 136 // sound trigger and non sound trigger sessions are not mixed
  /frameworks/base/core/java/android/app/job/
JobInfo.java 463 * trigger on.
470 * Flag for trigger: also trigger if any descendants of the given URI change.
477 * Create a new trigger description.
488 * Return the Uri this trigger was created for.
495 * Return the flags supplied for the trigger.
652 * If you have any trigger content URIs associated with a job, it will not execute until
654 * <p>Note that trigger URIs can not be used in combination with
    [all...]
  /frameworks/base/docs/html/training/swipe/
respond-refresh-request.jd 103 onOptionsItemSelected()}. In your override method, trigger the {@link
139 // User didn't trigger a refresh, let the superclass handle this action
  /frameworks/base/libs/hwui/
PixelBuffer.h 109 * GL_TEXTURE_2D texture. Calling this method will trigger
116 * GL_TEXTURE_2D texture. Calling this method will trigger
  /frameworks/native/include/gui/
IConsumerListener.h 48 // are queued while in asynchronous mode only trigger the callback if no
50 // always trigger the callback. The item passed to the callback will contain
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 720 * Build the trigger name. If it is device associated it's
768 /* Verify the trigger exists */
769 trig_num = find_type_by_name(trigger_name, "trigger");
771 printf("Failed to find the trigger %s\n", trigger_name);
775 printf("INFO: iio trigger number=%d\n", trig_num);
791 /* Set the device trigger to be the data rdy trigger found above */
792 ret = write_sysfs_string_and_verify("trigger/current_trigger",
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 991 * Build the trigger name. If it is device associated it's
1002 /* Verify the trigger exists */
1003 trig_num = find_type_by_name(trigger_name, "trigger");
1005 printf("Failed to find the trigger %s\n", trigger_name);
1009 printf("iio trigger number being used is %d\n", trig_num);
1026 /* Set the device trigger to be the data rdy trigger found above */
1027 ret = write_sysfs_string_and_verify("trigger/current_trigger",
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
FinalizationActivity.java 91 // ManagedProvisioning wasn't invoked to perform setup. We'll simply trigger the normal
95 // user runs, and at the end of it's activity flow will trigger the finalization intent,

Completed in 1176 milliseconds

<<21222324252627282930>>