Searched defs:set (Results 1 - 25 of 843) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c89 int set; member in struct:milenage_parameters
170 m->set = 1;
221 if (!db_tmp_milenage.set)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h109 * need to set this)
234 * from Beacon frame). After the first set of IEs, another set of IEs may follow
326 * The frequency is set in MHz. The array is zero-terminated.
366 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
396 * a multicast one, i.e., bit 0 of byte 0 should not be set.
406 * must be set.
674 * for fast transition, this parameter is set to include the IEs that
703 * to the current mobility domain. This value is set to %NULL if no
712 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAK
1333 int set; /* Set STA parameters instead of add */ member in struct:hostapd_sta_add_params
[all...]
H A Dnl80211_copy.h160 * a) Expiration of hardware timer whose expiration time is set to maximum
180 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
181 * %NL80211_ATTR_IFINDEX; can be used to set %NL80211_ATTR_WIPHY_NAME,
236 * The channel to use can be set on the interface or be given using the
274 * @NL80211_CMD_GET_REG: ask the wireless core to send us its currently set
289 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our
291 * NL80211_ATTR_REG_RULE_FLAGS, and a set of regulatory rules. Each
292 * regulatory rule is a nested set of attributes given by
297 * @NL80211_CMD_REQ_SET_REG: ask the wireless core to set the regulatory domain
374 * set (
2286 __u32 set; member in struct:nl80211_sta_flag_update
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h109 * need to set this)
234 * from Beacon frame). After the first set of IEs, another set of IEs may follow
326 * The frequency is set in MHz. The array is zero-terminated.
366 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
396 * a multicast one, i.e., bit 0 of byte 0 should not be set.
406 * must be set.
674 * for fast transition, this parameter is set to include the IEs that
703 * to the current mobility domain. This value is set to %NULL if no
712 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAK
1333 int set; /* Set STA parameters instead of add */ member in struct:hostapd_sta_add_params
[all...]
H A Dnl80211_copy.h160 * a) Expiration of hardware timer whose expiration time is set to maximum
180 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
181 * %NL80211_ATTR_IFINDEX; can be used to set %NL80211_ATTR_WIPHY_NAME,
236 * The channel to use can be set on the interface or be given using the
274 * @NL80211_CMD_GET_REG: ask the wireless core to send us its currently set
289 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our
291 * NL80211_ATTR_REG_RULE_FLAGS, and a set of regulatory rules. Each
292 * regulatory rule is a nested set of attributes given by
297 * @NL80211_CMD_REQ_SET_REG: ask the wireless core to set the regulatory domain
374 * set (
2286 __u32 set; member in struct:nl80211_sta_flag_update
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h109 * need to set this)
234 * from Beacon frame). After the first set of IEs, another set of IEs may follow
326 * The frequency is set in MHz. The array is zero-terminated.
366 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
396 * a multicast one, i.e., bit 0 of byte 0 should not be set.
406 * must be set.
674 * for fast transition, this parameter is set to include the IEs that
703 * to the current mobility domain. This value is set to %NULL if no
712 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAK
1333 int set; /* Set STA parameters instead of add */ member in struct:hostapd_sta_add_params
[all...]
H A Dnl80211_copy.h160 * a) Expiration of hardware timer whose expiration time is set to maximum
180 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
181 * %NL80211_ATTR_IFINDEX; can be used to set %NL80211_ATTR_WIPHY_NAME,
236 * The channel to use can be set on the interface or be given using the
274 * @NL80211_CMD_GET_REG: ask the wireless core to send us its currently set
289 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our
291 * NL80211_ATTR_REG_RULE_FLAGS, and a set of regulatory rules. Each
292 * regulatory rule is a nested set of attributes given by
297 * @NL80211_CMD_REQ_SET_REG: ask the wireless core to set the regulatory domain
374 * set (
2286 __u32 set; member in struct:nl80211_sta_flag_update
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c113 int i, set = 0; local
119 set = 1;
125 return set;
498 * gas_query_deinit() call because gas_query::work has not yet been set
736 * set to 1.
981 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
1541 "Failed to set random MAC address");
2056 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
2075 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
2216 * set ciphe
[all...]
/external/webp/src/enc/
H A Dhistogram.c103 VP8LHistogramSet* set; local
104 const size_t total_size = sizeof(*set)
105 + sizeof(*set->histograms) * size
110 set = (VP8LHistogramSet*)memory;
111 memory += sizeof(*set);
112 set->histograms = (VP8LHistogram**)memory;
113 memory += size * sizeof(*set->histograms);
114 set->max_size = size;
115 set->size = size;
117 set
[all...]
/external/vogar/lib/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/util/ ...
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/vogar/src/vogar/target/
H A DPackage.java44 Set<Class<?>> set = new TreeSet<Class<?>>(ClassPathScanner.ORDER_CLASS_BY_NAME);
45 addTopLevelClassesTo(set);
46 return set;
57 private void addTopLevelClassesTo(Set<Class<?>> set) throws IOException { argument
58 set.addAll(topLevelClasses);
60 info.addTopLevelClassesTo(set);
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h188 // set.
385 explicit BranchInfoSetIterator(BranchInfoSet* set) : set_(set) { argument
751 // using the current stack pointer as set by SetStackPointer.
765 // If the current stack pointer (as set by SetStackPointer) is sp, then it
832 // If the current stack pointer (as set by SetStackPointer) is sp, then sp
838 // If the current stack pointer (as set by SetStackPointer) is sp, then sp
894 // If the current stack pointer (as set by SetStackPointer) is sp, then it
2927 // Return the current stack pointer, as set by SetStackPointer.
/external/vixl/test/
H A Dtest-invalset.cc98 TestSet set; local
99 VIXL_CHECK(set.empty() && (set.size() == 0));
102 set.insert(Obj(i, i));
104 VIXL_CHECK(set.size() == kNPreallocatedElements);
106 set.insert(Obj(-123, 456));
107 set.insert(Obj(2718, 2871828));
108 VIXL_CHECK(set.size() == kNPreallocatedElements + 2);
109 VIXL_CHECK(set.min_element() == Obj(-123, 456));
111 set
128 TestSet set; local
147 TestSet set; local
180 TestSet set; local
215 TestSet set; local
[all...]
/external/valgrind/none/tests/ppc32/
H A Dpower5+_round.c57 /* This set is disabled until fprf is implemented. */
59 double set[] = { inf, 1.5, 0, neg0, -1.5, -inf, nan }; local
64 : "f"(set[i]), "f"(set[j])
77 printf("fcmpu\t%.1f\t%.1f\t%x\t%s\n", set[i], set[j],
84 double set[] = { inf, 1.9, 1.1, 0, neg0, -1.1, -1.9, -inf, nan }; local
110 DO_TEST(frin, set, frin, fprf);
112 DO_TEST(friz, set, friz, fprf);
114 DO_TEST(frip, set, fri
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc935 // VMState is set to EXTERNAL.
1562 v8::Handle<Value> set = CompileRun("new Set()"); local
1566 CHECK(set->IsSet());
1574 CHECK(!set->IsMap());
1575 CHECK(!set->IsWeakMap());
1576 CHECK(!set->IsWeakSet());
1975 // Intercept accesses that set certain integer values, for which the name does
2081 " set: function(v){ this.accessor_age = v; }, "
2197 "Object.defineProperty(obj, 'age', { get:getter, set:setter });"
2222 "Object.defineProperty(obj, 'age', { get:getter, set
22970 Local<Function> set = local
[all...]
H A Dtest-decls.cc64 int get, int set, int has,
142 int get, int set, int query,
161 CHECK_EQ(set, set_count());
141 Check(const char* source, int get, int set, int query, Expectations expectations, v8::Handle<Value> value) argument
H A Dtest-heap-profiler.cc504 "wm = new WeakMap(); wm.set(k, v); wm[s] = s;\n");
577 "set = new Set(); set.add(k); set.add(v); set[s] = s;\n"
578 "map = new Map(); map.set(k, v); map[s] = s;\n");
593 const v8::HeapGraphNode* set = local
594 GetProperty(global, v8::HeapGraphEdge::kProperty, "set");
595 CHECK_NE(NULL, set);
596 CHECK_EQ(v8::HeapGraphNode::kObject, set
[all...]
H A Dtest-regexp.cc1439 OutSet* set = table.Get(i); local
1440 CHECK_EQ(is_on, set->Get(0) == false);
1649 CharacterSet set(list);
1654 set.Canonicalize();
1667 set.Canonicalize();
1682 set.Canonicalize();
1699 set.Canonicalize();
H A Dtest-unique.cc148 UniqueSet<String>* set = new(&zone) UniqueSet<String>(); local
150 CHECK_EQ(0, set->size());
151 set->Add(A, &zone);
152 CHECK_EQ(1, set->size());
153 set->Add(A, &zone);
154 CHECK_EQ(1, set->size());
155 set->Add(B, &zone);
156 CHECK_EQ(2, set->size());
157 set->Add(C, &zone);
158 CHECK_EQ(3, set
175 UniqueSet<String>* set = new(&zone) UniqueSet<String>(); local
215 UniqueSet<String>* set = new(&zone) UniqueSet<String>(); local
246 UniqueSet<String>* set = new(&zone) UniqueSet<String>(); local
382 UniqueSet<T>* set = new(zone) UniqueSet<T>(); local
[all...]
/external/v8/test/mjsunit/es6/
H A Dcollections.js51 assertDoesNotThrow(function () { m.set(new Object) });
62 assertThrows(function () { m.set(undefined, 0) }, TypeError);
64 assertThrows(function () { m.set(null, 0) }, TypeError);
66 assertThrows(function () { m.set(0, 0) }, TypeError);
68 assertThrows(function () { m.set('a-key', 0) }, TypeError);
74 function TestSet(set, key) {
75 assertFalse(set.has(key));
76 assertSame(set, set.add(key));
77 assertTrue(set
[all...]
/external/v8/test/mjsunit/
H A Dexternal-array-no-sse2.js171 function set(a, index, value) { function
177 set(array, 0, 2.5);
180 %OptimizeFunctionOnNextCall(set);
181 set(array, 0, 2.5);
183 set(array, 1, 3.5);
533 // Test array.set in different combinations.
543 a12.set(a11, 3)
545 assertThrows(function(){ a11.set(a12) })
549 a22.set(a21, 2)
554 a31.set(a3
[all...]

Completed in 455 milliseconds

1234567891011>>