HomeSort by relevance Sort by last modified time
    Searched full:prop (Results 551 - 575 of 1762) sorted by null

<<21222324252627282930>>

  /external/libvterm/include/
vterm.h 193 int (*settermprop)(VTermProp prop, VTermValue *val, void *user);
211 int vterm_state_set_termprop(VTermState *state, VTermProp prop, VTermValue *val);
240 int (*settermprop)(VTermProp prop, VTermValue *val, void *user);
292 VTermValueType vterm_get_prop_type(VTermProp prop);
  /external/libxml2/
check-relaxng-test-suite2.py 62 instance = node.prop("dtd")
115 instance = node.prop("dtd")
227 name = node.prop('name')
252 name = node.prop('name')
check-xsddata-test-suite.py 61 instance = node.prop("dtd")
114 instance = node.prop("dtd")
225 name = node.prop('name')
250 name = node.prop('name')
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 51 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); local
52 assert(prop && "Annotation property not a string");
58 std::string keyname = prop->getString().str();
102 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop,
110 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
112 retval = (*annotationCache)[m][gv][prop][0];
116 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, std::string prop,
124 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
126 retval = (*annotationCache)[m][gv][prop];
  /external/llvm/test/Transforms/Inline/
inline_constprop.ll 17 ; Check that we can constant-prop through instructions after inlining callee21
61 ; it doesn't count toward the inline cost when constant-prop proves those paths
154 ; losing track of the constant prop in the inline cost analysis.
191 ; Check that we can constant-prop through fcmp instructions
  /external/openfst/src/lib/
util.cc 30 " e.g., FSTs - kError prop. true, FST weights - not a Member()");
  /external/owasp/sanitizer/empiricism/
html-containment.js 225 out.push('<span class="json-prop">');
380 var prop = props[i];
381 sorted[prop[0]] = prop[1];
  /external/strace/
mtd.c 264 struct ubi_set_vol_prop_req prop; local
349 if (!verbose(tcp) || umove(tcp, arg, &prop) < 0)
353 printxval(ubi_volume_props, prop.property, "UBI_VOL_PROP_???");
354 tprintf(", value=%#" PRIx64 "}", (uint64_t)prop.value);
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 230 const u8 *prop = NULL; local
283 prop = tmp - 3;
284 if (eap_eke_session_init(&data->sess, prop[0], prop[1], prop[2],
285 prop[3]) < 0) {
286 prop = NULL;
294 if (prop == NULL) {
333 wpabuf_put_data(resp, prop, 4); /* Selected Proposal */
  /frameworks/base/docs/html/training/animation/
index.jd 24 <a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 83 public static final String PROPERTY_FILE = "prop.xml";
495 Properties prop = new Properties(); local
496 prop.setProperty("width", Integer.toString(mWidth));
497 prop.setProperty("height", Integer.toString(mHeight));
498 prop.setProperty("startX", Integer.toString(mStartX));
499 prop.setProperty("startY", Integer.toString(mStartY));
500 prop.setProperty("bytesPerPixel",
502 prop.setProperty("frameRate", Integer.toString(VideoDumpConfig.FRAME_RATE));
504 prop.storeToXML(new FileOutputStream(VideoDumpConfig.ROOT_DIR
  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.c 321 #define MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT(obj, prop) \
322 if(!obj || !prop) return MIX_RESULT_NULL_PTR; \
325 #define MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT_PAIR(obj, prop, prop2) \
326 if(!obj || !prop || !prop2 ) return MIX_RESULT_NULL_PTR; \
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 209 .getProperty("bogus.prop", "bogus"));
297 tProps.put("test.prop", "this is a test property");
298 tProps.put("bogus.prop", "bogus");
302 .getProperty("test.prop"));
  /libcore/luni/src/main/java/java/lang/
Integer.java 234 String prop = System.getProperty(string); local
235 if (prop == null) {
239 return decode(prop);
263 String prop = System.getProperty(string); local
264 if (prop == null) {
268 return decode(prop);
292 String prop = System.getProperty(string); local
293 if (prop == null) {
297 return decode(prop);
Long.java 220 String prop = System.getProperty(string); local
221 if (prop == null) {
225 return decode(prop);
249 String prop = System.getProperty(string); local
250 if (prop == null) {
254 return decode(prop);
278 String prop = System.getProperty(string); local
279 if (prop == null) {
283 return decode(prop);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 345 IGLProperty prop = changedProperty; local
346 while ((prop = prop.getParent()) != null) {
347 changedProperties.add(prop);
  /system/bt/bta/include/
bta_hh_co.h 35 UINT8 prop; member in struct:__anon68932
  /external/tcpdump/
print-isakmp.c 608 struct ikev1_pl_p prop; local
615 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop));
617 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t));
618 if (prop.spi_size) {
620 if (!rawprint(ndo, (caddr_t)(p + 1), prop.spi_size))
624 ext = (struct isakmp_gen *)((u_char *)(p + 1) + prop.spi_size);
628 prop.prot_id, depth)
1511 struct ikev2_p prop; local
    [all...]
  /external/speex/libspeex/
mdf.c 180 spx_word16_t *prop; member in struct:SpeexEchoState_
353 static inline void mdf_adjust_prop(const spx_word32_t *W, int N, int M, int P, spx_word16_t *prop)
368 prop[i] = spx_sqrt(tmp);
369 if (prop[i] > max_sum)
370 max_sum = prop[i];
374 prop[i] += MULT16_16_Q15(QCONST16(.1f,15),max_sum);
375 prop_sum += EXTEND32(prop[i]);
379 prop[i] = DIV32(MULT16_16(QCONST16(.99f,15), prop[i]),prop_sum);
380 /*printf ("%f ", prop[i]);*
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 545 UINT8 prop)
570 p_rpt->prop = prop;
737 rpt_entry.prop = p_rpt->prop;
1670 tBTA_GATT_CHAR_PROP prop = 0; local
1756 tBTA_GATT_CHAR_PROP prop; local
3019 tBTA_GATT_CHAR_PROP prop; local
    [all...]
  /bionic/libc/bionic/
system_properties.cpp 70 * left / \ right left / | prop +===========+
89 // prop "points" to prop_info structure if there is a propery associated with the trie node.
96 atomic_uint_least32_t prop; member in struct:prop_bt
465 uint_least32_t prop_offset = atomic_load_explicit(&current->prop, memory_order_relaxed);
467 return to_prop_info(&current->prop);
472 atomic_store_explicit(&current->prop, new_offset, memory_order_release);
558 uint_least32_t prop_offset = atomic_load_explicit(&trie->prop, memory_order_relaxed);
560 prop_info *info = to_prop_info(&trie->prop);
  /external/clang/include/clang/AST/
ASTMutationListener.h 96 /// \param Prop the property in the class extension
102 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
54 if (u_charType(cp) == prop) {
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
  /external/lzma/C/
LzmaDec.h 52 CLzmaProps prop; member in struct:__anon15833
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);

Completed in 460 milliseconds

<<21222324252627282930>>