HomeSort by relevance Sort by last modified time
    Searched refs:filter (Results 326 - 350 of 6302) sorted by null

<<11121314151617181920>>

  /external/strace/tests-m32/
prctl-seccomp-filter-v.c 44 #include <linux/filter.h>
75 static const struct sock_filter filter[] = { variable in typeref:struct:sock_filter
93 .len = ARRAY_SIZE(filter),
94 .filter = (struct sock_filter *) filter,
104 printf("prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, {len=%u, filter=[",
  /external/strace/tests-mx32/
prctl-seccomp-filter-v.c 44 #include <linux/filter.h>
75 static const struct sock_filter filter[] = { variable in typeref:struct:sock_filter
93 .len = ARRAY_SIZE(filter),
94 .filter = (struct sock_filter *) filter,
104 printf("prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, {len=%u, filter=[",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterFailBringUpAll.java 80 IntentFilter filter = new IntentFilter(); local
82 filter.addAction(mActionFailBringUp);
85 filter.addAction(mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
91 phone.getContext().registerReceiver(mIntentReceiver, filter, null, handler);
  /frameworks/support/slices/core/src/main/java/androidx/slice/core/
SliceQuery.java 95 return findFirst(filter(stream(container), new Filter<SliceItem>() {
97 public boolean filter(SliceItem s) {
126 return collect(filter(stream(s), new Filter<SliceItem>() {
128 public boolean filter(SliceItem item) {
139 return collect(filter(stream(s), new Filter<SliceItem>() {
141 public boolean filter(SliceItem item) {
176 return findFirst(filter(stream(s), new Filter<SliceItem>()
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
UiBluetoothMonitor.java 97 IntentFilter filter = new IntentFilter(); local
98 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
99 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
100 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
101 mContext.registerReceiver(this, filter);
  /external/libnl/lib/route/
class.c 386 struct rtnl_class *filter; local
388 filter = rtnl_class_alloc();
389 if (!filter)
392 rtnl_tc_set_parent(TC_CAST(filter), class->c_handle);
393 rtnl_tc_set_ifindex(TC_CAST(filter), class->c_ifindex);
394 rtnl_tc_set_kind(TC_CAST(filter), class->c_kind);
396 nl_cache_foreach_filter(cache, OBJ_CAST(filter), cb, arg);
397 rtnl_class_put(filter);
409 struct rtnl_cls *filter; local
411 filter = rtnl_cls_alloc()
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 212 LossFilter filter(NULL, 0);
213 filter.SetLoss(loss_percent);
221 filter.RunFor(0, &packets);
237 filter.RunFor(0, &packets);
429 JitterFilter filter(NULL, 0);
430 filter.SetMaxJitter(max_jitter_ms);
446 filter.RunFor(max_jitter_ms, &packets);
473 EXPECT_NEAR(filter.MeanUs(), jitter_us.GetMean(),
517 ReorderFilter filter(NULL, 0);
518 filter.SetReorder(reorder_percent)
    [all...]
  /frameworks/support/localbroadcastmanager/src/main/java/androidx/localbroadcastmanager/content/
LocalBroadcastManager.java 50 final IntentFilter filter; field in class:LocalBroadcastManager.ReceiverRecord
56 filter = _filter;
65 builder.append(" filter=");
66 builder.append(filter);
134 * @param filter Selects the Intent broadcasts to be received.
139 @NonNull IntentFilter filter) {
141 ReceiverRecord entry = new ReceiverRecord(filter, receiver);
148 for (int i=0; i<filter.countActions(); i++) {
149 String action = filter.getAction(i);
176 final ReceiverRecord filter = filters.get(i) local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 25 #include <linux/filter.h>
221 struct sock_filter filter[] = { local
225 .len = (unsigned short)ARRAY_SIZE(filter),
226 .filter = filter,
255 struct sock_filter *filter; local
259 filter = calloc(count, sizeof(*filter));
260 ASSERT_NE(NULL, filter);
263 filter[i] = allow[0]
292 struct sock_filter *filter; local
327 struct sock_filter filter[] = { local
350 struct sock_filter filter[] = { local
375 struct sock_filter filter[] = { local
393 struct sock_filter filter[] = { local
435 struct sock_filter filter[] = { local
457 struct sock_filter filter[] = { local
478 struct sock_filter filter[] = { local
496 struct sock_filter filter[] = { local
524 struct sock_filter filter[] = { local
564 struct sock_filter filter[] = { local
727 struct sock_filter filter[] = { local
853 struct sock_filter filter[] = { local
1458 struct sock_filter filter[] = { local
1741 struct sock_filter filter[] = { local
1862 struct sock_filter filter[] = { local
1894 struct sock_filter filter[] = { local
1924 struct sock_filter filter[] = { local
1956 struct sock_filter filter[] = { local
1988 struct sock_filter filter[] = { local
2040 struct sock_filter filter[] = { local
2139 struct sock_filter filter[] = { local
2316 struct sock_filter filter[] = { local
2615 struct sock_filter filter[] = { local
    [all...]
  /build/make/core/
soong_config.mk 51 $(call add_json_bool, Platform_sdk_final, $(filter REL,$(PLATFORM_VERSION_CODENAME)))
57 $(call add_json_bool, Pdk, $(filter true,$(TARGET_BUILD_PDK)))
59 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
60 $(call add_json_bool, Eng, $(filter eng,$(TARGET_BUILD_VARIANT)))
99 $(call add_json_bool, Safestack, $(filter true,$(USE_SAFESTACK)))
100 $(call add_json_bool, EnableCFI, $(call invert_bool,$(filter false,$(ENABLE_CFI))))
105 $(call add_json_bool, ClangTidy, $(filter 1 true,$(WITH_TIDY)))
108 $(call add_json_bool, NativeCoverage, $(filter true,$(NATIVE_COVERAGE)))
112 $(call add_json_bool, ArtUseReadBarrier, $(call invert_bool,$(filter false,$(PRODUCT_ART_USE_READ_BARRIER))))
116 $(call add_json_bool, Device_uses_hwc2, $(filter true,$(TARGET_USES_HWC2))
    [all...]
java_renderscript.mk 6 renderscript_sources := $(filter %.rs,$(LOCAL_SRC_FILES))
7 LOCAL_SRC_FILES := $(filter-out %.rs,$(LOCAL_SRC_FILES))
28 ifneq (,$(filter-out current system_current test_current core_current, $(LOCAL_SDK_VERSION)))
37 ifneq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
53 ifneq ($(filter-out current system_current test_current core_current,$(LOCAL_SDK_VERSION))$(if $(TARGET_BUILD_APPS),$(filter current system_current test_current,$(LOCAL_SDK_VERSION))),)
91 ifeq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
126 ifeq ($(filter $(RSCOMPAT_NO_USAGEIO_API_LEVELS),$(renderscript_target_api)),)
132 ifneq (,$(filter arm64 mips64 x86_64,$(my_arch)))
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
depthwiseconv_float.h 38 float32x4_t filter[2]; local
40 filter[i] = vld1q_f32(filter_ptr + 4 * i);
57 acc[0] = vmlaq_f32(acc[0], input[0], filter[0]);
58 acc[1] = vmlaq_f32(acc[1], input[1], filter[1]);
59 acc[2] = vmlaq_f32(acc[2], input[2], filter[0]);
60 acc[3] = vmlaq_f32(acc[3], input[3], filter[1]);
82 acc[i] = vmlaq_f32(acc[i], input[i], filter[i]);
220 float32x4_t filter; local
221 filter = vld1q_f32(local_filter_ptr);
231 acc = vmlaq_f32(acc, input, filter);
260 float32x4_t filter[4]; local
287 float32x4_t filter[2]; local
330 float32x4_t filter[4]; local
361 float32x2_t filter[4]; local
388 const float32x4_t filter = vld1q_f32(local_filter_ptr); local
429 float32x2_t filter[3]; local
462 float32x4_t filter[3]; local
497 float32x4_t filter[2]; local
627 float32x4_t filter[4]; local
660 float32x4_t filter[2]; local
695 float32x2_t filter = vld1_f32(filter_ptr); local
742 float32x4_t filter = vld1q_f32(filter_ptr); local
    [all...]
  /external/iproute2/ip/
iproute.c 134 } filter; variable in typeref:struct:__anon22170
138 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
142 filter.flushp = 0;
164 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
168 if (filter.tb) {
169 if (filter.tb == RT_TABLE_LOCAL) {
172 } else if (filter.tb == RT_TABLE_MAIN) {
180 if (filter.tb > 0 && filter.tb != table
    [all...]
  /build/soong/java/
jacoco.go 112 func jacocoFilterToSpec(filter string) (string, error) {
113 recursiveWildcard := strings.HasSuffix(filter, "**")
116 nonRecursiveWildcard = strings.HasSuffix(filter, "*")
117 filter = strings.TrimSuffix(filter, "*")
119 filter = strings.TrimSuffix(filter, "**")
122 if recursiveWildcard && !(strings.HasSuffix(filter, ".") || filter == "") {
123 return "", fmt.Errorf("only '**' or '.**' is supported as recursive wildcard in a filter")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientTestBaseActivity.java 108 IntentFilter filter = new IntentFilter(); local
109 filter.addAction(BleClientService.BLE_BLUETOOTH_CONNECTED);
110 filter.addAction(BleClientService.BLE_BLUETOOTH_DISCONNECTED);
111 filter.addAction(BleClientService.BLE_SERVICES_DISCOVERED);
112 filter.addAction(BleClientService.BLE_MTU_CHANGED_23BYTES);
113 filter.addAction(BleClientService.BLE_MTU_CHANGED_512BYTES);
114 filter.addAction(BleClientService.BLE_CHARACTERISTIC_READ);
115 filter.addAction(BleClientService.BLE_CHARACTERISTIC_WRITE);
116 filter.addAction(BleClientService.BLE_CHARACTERISTIC_CHANGED);
117 filter.addAction(BleClientService.BLE_DESCRIPTOR_READ)
438 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); local
    [all...]
BleEncryptedServerBaseActivity.java 67 IntentFilter filter = new IntentFilter(); local
68 filter.addAction(BleEncryptedServerService.INTENT_BLUETOOTH_DISABLED);
69 filter.addAction(BleEncryptedServerService.INTENT_WAIT_WRITE_ENCRYPTED_CHARACTERISTIC);
70 filter.addAction(BleEncryptedServerService.INTENT_WAIT_READ_ENCRYPTED_CHARACTERISTIC);
71 filter.addAction(BleEncryptedServerService.INTENT_WAIT_WRITE_ENCRYPTED_DESCRIPTOR);
72 filter.addAction(BleEncryptedServerService.INTENT_WAIT_READ_ENCRYPTED_DESCRIPTOR);
73 filter.addAction(BleServerService.BLE_ADVERTISE_UNSUPPORTED);
74 filter.addAction(BleServerService.BLE_OPEN_FAIL);
75 registerReceiver(mBroadcast, filter);
  /external/mesa3d/src/gallium/
Android.mk 37 ifneq ($(filter swrast,$(MESA_GPU_DRIVERS)),)
42 ifneq ($(filter freedreno, $(MESA_GPU_DRIVERS)),)
47 ifneq ($(filter i915g, $(MESA_GPU_DRIVERS)),)
52 ifneq ($(filter ilo, $(MESA_GPU_DRIVERS)),)
57 ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),)
64 ifneq ($(filter r300g r600g radeonsi, $(MESA_GPU_DRIVERS)),)
66 ifneq ($(filter r300g, $(MESA_GPU_DRIVERS)),)
69 ifneq ($(filter r600g radeonsi, $(MESA_GPU_DRIVERS)),)
71 ifneq ($(filter r600g, $(MESA_GPU_DRIVERS)),)
74 ifneq ($(filter radeonsi, $(MESA_GPU_DRIVERS)),
    [all...]
  /external/mesa3d/src/gallium/targets/dri/
Android.mk 40 ifneq ($(filter freedreno,$(MESA_GPU_DRIVERS)),)
45 ifneq ($(filter i915g,$(MESA_GPU_DRIVERS)),)
50 ifneq ($(filter ilo,$(MESA_GPU_DRIVERS)),)
55 ifneq ($(filter nouveau,$(MESA_GPU_DRIVERS)),)
60 ifneq ($(filter r%,$(MESA_GPU_DRIVERS)),)
61 ifneq ($(filter r300g,$(MESA_GPU_DRIVERS)),)
65 ifneq ($(filter r600g,$(MESA_GPU_DRIVERS)),)
69 ifneq ($(filter radeonsi,$(MESA_GPU_DRIVERS)),)
77 ifneq ($(filter swrast,$(MESA_GPU_DRIVERS)),)
81 ifneq ($(filter vc4,$(MESA_GPU_DRIVERS)),
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
depthwise_conv.cc 87 TfLiteTensor* filter = GetInput(context, node, kFilterTensor); local
94 TF_LITE_ENSURE_EQ(context, NumDimensions(filter), 4);
100 SizeOfDimension(filter, 3));
106 TF_LITE_ENSURE_EQ(context, filter->type, data_type);
117 TF_LITE_ENSURE_EQ(context, SizeOfDimension(filter, 3),
121 int channels_out = SizeOfDimension(filter, 3);
124 int filter_width = SizeOfDimension(filter, 2);
125 int filter_height = SizeOfDimension(filter, 1);
153 context, input, filter, bias, output, &real_multiplier));
172 TfLiteTensor* input, TfLiteTensor* filter, TfLiteTensor* bias
234 TfLiteTensor* filter = GetInput(context, node, kFilterTensor); local
    [all...]
  /test/vts/utils/python/common/
filter_utils.py 37 '''Expand filter items with bitness suffix.
39 If a filter item contains bitness suffix, only test name with that tag
76 filter item and 2) it has the pattern described by filter_pattern.
88 filter_pattern: string, a Regex pattern to filter out the items that
111 '''Split filter items into exact and regex lists.
113 To specify a regex filter, the syntax is:
116 See Filter class docstring for details.
147 '''Split negative items out from an input filter list.
190 '''Checks whether the given item is a regex filter.
196 bool: true if the given item is a regex filter
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixColorFilterTest.java 43 ColorMatrixColorFilter filter; local
52 filter = new ColorMatrixColorFilter(cm);
57 paint.setColorFilter(filter);
77 filter = new ColorMatrixColorFilter(transparentRedAddBlue);
78 paint.setColorFilter(filter);
91 // change array to filter out green
97 // create a new filter with the changed matrix
105 ColorMatrixColorFilter filter = new ColorMatrixColorFilter(new ColorMatrix()); local
108 filter.getColorMatrix(getMatrix);
118 filter = new ColorMatrixColorFilter(scaleTranslate)
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 62 filter = f;
69 filter = f;
85 if (filter.length() != 0) {
87 UnicodeSet *set = new UnicodeSet(filter, ec);
118 // A and B are filter IDs.
164 single->filter = specsA->filter;
180 single->filter = specsB->filter;
199 single->filter = specsA->filter
263 UnicodeSet* filter = NULL; local
366 UnicodeSet* filter; local
710 UnicodeString filter; local
    [all...]
  /external/libnl/src/
nl-qdisc-list.c 67 struct rtnl_class *filter = nl_cli_class_alloc(); local
71 rtnl_tc_set_parent((struct rtnl_tc *) filter, parent);
73 nl_cache_foreach_filter(class_cache, OBJ_CAST(filter), list_class, NULL);
76 rtnl_class_put(filter);
113 struct rtnl_qdisc *filter = nl_cli_qdisc_alloc(); local
117 rtnl_tc_set_ifindex((struct rtnl_tc *) filter, ifindex);
118 rtnl_tc_set_parent((struct rtnl_tc *) filter, parent);
120 nl_cache_foreach_filter(qdisc_cache, OBJ_CAST(filter), list_qdisc, NULL);
123 rtnl_qdisc_put(filter);
  /external/vulkan-validation-layers/build-android/
test_APK.sh 24 echo " -f|--filter <gtest filter list> (optional)"
27 echo "i.e. ${0##*/} -p <platform> -f <test filter> -s <serial number>"
47 -f|--filter)
48 filter="$2"
84 if [[ -z $filter ]]
86 echo No filter specified, running all tests.
87 filter="*"
91 if [[ $filter ]]; then echo filter = "${filter}"; f
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 100 IntentFilter filter = new IntentFilter();
101 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
103 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
104 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
105 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
106 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
107 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNLOCKED);
110 filter.addAction(ACTION_FORCE_ROLOAD);
113 mContext.registerReceiver(mModel, filter);

Completed in 795 milliseconds

<<11121314151617181920>>