HomeSort by relevance Sort by last modified time
    Searched full:extra (Results 501 - 525 of 10855) sorted by null

<<21222324252627282930>>

  /external/libusb-compat/libusb/
usb.h 116 unsigned char *extra; /* Extra descriptors */ member in struct:usb_endpoint_descriptor
144 unsigned char *extra; /* Extra descriptors */ member in struct:usb_interface_descriptor
169 unsigned char *extra; /* Extra descriptors */ member in struct:usb_config_descriptor
  /external/toybox/toys/posix/
du.c 141 blocks = node->st.st_blocks + (unsigned long)node->extra;
142 node->extra = blocks;
144 node->parent->extra = (unsigned long)node->parent->extra+blocks;
145 else TT.total += node->extra;
150 blocks = node->extra;
  /external/v8/build/android/ant/
apk-package.xml 64 <element name="extra-jars" optional="yes" />
78 <extra-jars/>
84 <element name="extra-jars" optional="yes" />
98 <extra-jars/>
108 <extra-jars>
110 </extra-jars>
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 87 const u8 *mac, const u8 *extra, size_t extra_len);
89 const u8 *extra, size_t extra_len);
99 const u8 *mac, const u8 *extra,
102 u8 *mac, const u8 *extra, size_t extra_len);
127 const u8 *mac, const u8 *extra,
216 const u8 *extra, size_t extra_len);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 35 * Extra for the connection state intents of the individual profiles.
37 * This extra represents the current connection state of the profile of the
40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
43 * Extra for the connection state intents of the individual profiles.
45 * This extra represents the previous connection state of the profile of the
49 "android.bluetooth.profile.extra.PREVIOUS_STATE";
  /frameworks/data-binding/
supportBundle.gradle 85 <sdk:extra>\n\
100 </sdk:extra>\n\
109 "Extra.VendorDisplay=Android\n\
110 Extra.Path=m2repository\n\
112 Extra.NameDisplay=Android Support Repository\n\
115 Extra.VendorId=android"
  /frameworks/multidex/
build.gradle 78 <sdk:extra>\n\
93 </sdk:extra>\n\
102 "Extra.VendorDisplay=Android\n\
103 Extra.Path=m2repository\n\
105 Extra.NameDisplay=Android Support Repository\n\
108 Extra.VendorId=android"
  /libcore/ojluni/src/main/java/java/util/jar/
JarOutputStream.java 91 // Make sure that extra field data for first JAR
98 // Prepend magic to existing extra data
103 set16(edata, 0, JAR_MAGIC); // extra field id
104 set16(edata, 2, 0); // extra field size
116 * jar magic extra field id.
128 // Invalid extra field data
  /ndk/build/tools/
gen-toolchain-wrapper.sh 59 - You can use --cflags, --cxxflags, --ldflags, etc... to add extra
74 register_var_option "--cflags=<options>" EXTRA_CFLAGS "Add extra C compiler flags"
77 register_var_option "--cxxflags=<options>" EXTRA_CXXFLAGS "Add extra C++ compiler flags"
80 register_var_option "--ldflags=<options>" EXTRA_LDFLAGS "Add extra linker flags"
83 register_var_option "--asflags=<options>" EXTRA_ASFLAGS "Add extra assembler flags"
86 register_var_option "--arflags=<options>" EXTRA_ARFLAGS "Add extra archiver flags"
  /ndk/sources/android/support/src/msun/
e_log2.c 24 * in not-quite-routine extra precision.
72 * f-hfsq must (for args near 1) be evaluated in extra precision
77 * so that extra precision is not needed for terms involving R.
79 * Compiler bugs involving extra precision used to break Dekker's
82 * has extra precision. These problems are now automatically
86 * y must (for args near sqrt(2) and 1/sqrt(2)) be added in extra
  /external/avahi/avahi-compat-howl/
compat.c 63 sw_opaque extra; member in struct:oid_data
260 self->oid_table[oid].extra = NULL;
325 ((sw_discovery_browse_reply) self->oid_table[oid].reply)(self, oid, SW_DISCOVERY_BROWSE_INVALID, 0, NULL, NULL, NULL, self->oid_table[oid].extra);
641 data->extra);
765 sw_opaque extra,
799 data->extra = extra;
863 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_ADD_DOMAIN, interface, NULL, NULL, domain, data->extra);
867 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_REMOVE_DOMAIN, interface, NULL, NULL, domain, data->extra);
871 reply(data->discovery, OID_GET_INDEX(data), SW_DISCOVERY_BROWSE_INVALID, interface, NULL, NULL, domain, data->extra);
    [all...]
  /external/pcre/dist/
pcretest.c 239 #define PCRE_ASSIGN_JIT_STACK8(extra, callback, userdata) \
240 pcre_assign_jit_stack(extra, callback, userdata)
253 #define PCRE_DFA_EXEC8(count, re, extra, bptr, len, start_offset, options, \
255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \
258 #define PCRE_EXEC8(count, re, extra, bptr, len, start_offset, options, \
260 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, \
263 #define PCRE_FREE_STUDY8(extra) \
264 pcre_free_study(extra)
286 #define PCRE_PATTERN_TO_HOST_BYTE_ORDER8(rc, re, extra, tables) \
287 rc = pcre_pattern_to_host_byte_order(re, extra, tables
3456 pcre_extra *extra = NULL; local
    [all...]
  /external/libxml2/
check-xml-test-suite.py 312 extra = None
318 extra = test.prop('ENTITIES')
320 #if extra == None:
322 #elif extra == 'none':
324 #elif extra == 'general':
326 #elif extra == 'both' or extra == 'parameter':
329 # print "Unknow value %s for an ENTITIES test value" % (extra)
351 if extra != None:
352 log.write(" %s:%s:%s\n" % (type, extra, content)
    [all...]
error.c 66 * @...: extra parameters for the message display
442 * @str1: extra string info
443 * @str2: extra string info
444 * @str3: extra string info
445 * @int1: extra int info
448 * @...: extra parameters for the message display
646 * @extra: extra informations
652 const char *msg, const char *extra)
656 if (extra)
    [all...]
  /external/llvm/lib/Support/
ScaledNumber.cpp 209 uint64_t Extra = 0;
229 Extra = D << (128 + E);
256 // digits. Save the precision we're losing in Extra.
257 Extra = (Below0 & 0xf) << 56 | (Extra >> 8);
269 Extra *= 10;
270 Below0 += (Extra >> 60);
271 Extra = Extra & (UINT64_MAX >> 4);
277 } while (Error && (Below0 << 4 | Extra >> 60) >= Error / 2 &
    [all...]
  /external/llvm/test/
Makefile 41 extra-site-cfgs::
42 .PHONY: extra-site-cfgs
52 extra-site-cfgs:: clang-site-cfg
55 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK)
56 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
60 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
61 extra-site-cfgs:: clang-tools-site-cfg
70 extra-site-cfgs:: lld-site-cfg
79 extra-site-cfgs:: polly-tools-site-cfg
104 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfg
    [all...]
  /external/valgrind/include/
pub_tool_errormgr.h 51 extra: use is optional. NULL by default. void* so it's extensible.
70 and `extra' field can be stack-allocated; they will be copied by the core
76 `extra' is also (optionally) used for generating a suppression
79 If no 'a', 's' or 'extra' of interest needs to be recorded, just use
82 Addr a, const HChar* s, void* extra );
92 Addr a, const HChar* s, void* extra,
97 line containing suppression extra information (e.g. the syscall
104 *lineno with the number of lines read. Returns True if no extra
123 extra: use is optional. NULL by default. void* so it's extensible.
138 void VG_(set_supp_extra) ( Supp* su, void* extra );
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 296 * Intructs Telecom to add an extra to a call.
299 * @param key The extra key.
300 * @param value The extra value.
312 * Intructs Telecom to add an extra to a call.
315 * @param key The extra key.
316 * @param value The extra value.
328 * Intructs Telecom to add an extra to a call.
331 * @param key The extra key.
332 * @param value The extra value.
346 * @param keys The extra keys to remove
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 136 t[i].extra = eb;
139 // initialize the cost for extra bits for all possible coefficient value.
145 const int extra = t[i].extra; local
149 cost += treed_cost(p->tree, p->prob, extra >> 1, length);
151 cost += vp9_cost_bit(vp9_prob_half, extra & 1); /* sign */
180 int16_t extra, uint8_t token,
184 (*t)->extra = extra;
266 vp9_dct_value_tokens_ptr[v].extra,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 41 "com.android.cts.verifier.managedprovisioning.extra.COMMAND";
65 "com.android.cts.verifier.managedprovisioning.extra.USER_RESTRICTION";
67 "com.android.cts.verifier.managedprovisioning.extra.SETTING";
68 // This extra can be used along with a command extra to set policy to
71 "com.android.cts.verifier.managedprovisioning.extra.ENFORCED";
73 "com.android.cts.verifier.managedprovisioning.extra.VALUE";
  /external/libvorbis/doc/
vorbis-clip.txt 59 packet containing 'extra'* samples. These samples are not padding; they
62 *(For best results, the encoder should use extra samples that preserve
66 produce the extra samples. Even simply duplicating the last value is
70 than all of the samples ('original' + 'extra') by setting the granule
72 timestamp is the original length of the file discarding extra samples.
74 last page is too many; it is 'original' + 'extra', where the
76 number of samples. The decoder then ignores the 'extra' samples.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra):
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra):
45 self._check(name, size, *extra)
47 def check(self, name, *extra):
48 self._check(name, None, *extra)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra):
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra):
45 self._check(name, size, *extra)
47 def check(self, name, *extra):
48 self._check(name, None, *extra)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra):
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra):
45 self._check(name, size, *extra)
47 def check(self, name, *extra):
48 self._check(name, None, *extra)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra):
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra):
45 self._check(name, size, *extra)
47 def check(self, name, *extra):
48 self._check(name, None, *extra)

Completed in 2589 milliseconds

<<21222324252627282930>>