HomeSort by relevance Sort by last modified time
    Searched refs:helpers (Results 101 - 125 of 472) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 32 import android.hardware.cts.helpers.SensorNotSupportedException;
33 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
34 import android.hardware.cts.helpers.TestSensorEnvironment;
35 import android.hardware.cts.helpers.TestSensorEventListener;
36 import android.hardware.cts.helpers.TestSensorManager;
37 import android.hardware.cts.helpers.sensoroperations.ParallelSensorOperation;
38 import android.hardware.cts.helpers.sensoroperations.TestSensorOperation;
39 import android.hardware.cts.helpers.sensorverification.EventGapVerification;
40 import android.hardware.cts.helpers.sensorverification.EventOrderingVerification;
41 import android.hardware.cts.helpers.sensorverification.EventTimestampSynchronizationVerification
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.cc 336 // Transfer helpers to the new GR.
337 std::vector<GestureEventHelper*>& helpers = local
338 g_gesture_recognizer_instance->helpers();
340 for (it = helpers.begin(); it != helpers.end(); ++it)
343 helpers.clear();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
AllocationCache.java 19 import android.hardware.camera2.cts.helpers.UncheckedCloseable;
30 import static android.hardware.camera2.cts.helpers.Preconditions.*;
Script.java 19 import static android.hardware.camera2.cts.helpers.Preconditions.*;
21 import android.hardware.camera2.cts.helpers.UncheckedCloseable;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorStats.java 17 package android.hardware.cts.helpers;
20 import android.hardware.cts.helpers.sensoroperations.SensorOperation;
TestSensorEnvironment.java 17 package android.hardware.cts.helpers;
22 import android.hardware.cts.helpers.sensoroperations.SensorOperation;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 38 import org.xml.sax.helpers.XMLFilterImpl;
39 import org.xml.sax.helpers.XMLReaderFactory;
  /external/chromium_org/chrome/browser/extensions/api/web_view/
chrome_web_view_internal_api.cc 13 namespace helpers = extensions::context_menus_api_helpers;
36 properties->GetInteger(helpers::kGeneratedIdKey, &id.uid));
  /external/chromium_org/sandbox/
seccomp_bpf_helpers.target.darwin-arm.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-arm64.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-mips.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-x86.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-x86_64.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-arm.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-arm64.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-mips.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-x86.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-x86_64.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributeListImplTest.java 17 package tests.api.org.xml.sax.helpers;
22 import org.xml.sax.helpers.AttributeListImpl;
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/
dvlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.4.0/
dvlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.4.2/
dvlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.5.0/
dvlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.5.1/
dvlib-22.5.1.jar 

Completed in 298 milliseconds

1 2 3 45 6 7 8 91011>>