HomeSort by relevance Sort by last modified time
    Searched refs:inf (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/tools/find_runtime_symbols/
static_symbols.py 84 self, number, name, stype, address, offset, size, es, flg, lk, inf, al):
94 self.inf = inf
107 self.inf == other.inf and
188 matched.group(10), # inf
  /external/llvm/utils/Misc/
zkill 165 inf = float('inf')
181 action="store", type=float, default=inf)
187 action="store", type=float, default=inf)
193 action="store", type=float, default=inf)
199 action="store", type=float, default=inf)
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 671 SimpleInflater inf = new SimpleInflater(mContext); local
672 inf.inflate(R.xml.simple);
689 SimpleInflater inf = new SimpleInflater(mContext); local
690 inf.inflate(R.xml.simple_large);
710 LayoutInflater inf = (LayoutInflater)mContext.getSystemService( local
712 inf.inflate(R.layout.small_layout, null);
732 LayoutInflater inf = (LayoutInflater)mContext.getSystemService( local
734 inf.inflate(R.layout.large_layout, null);
754 LayoutInflater inf = (LayoutInflater)mContext.getSystemService( local
756 inf.inflate(R.layout.view_layout, null)
776 LayoutInflater inf = (LayoutInflater)mContext.getSystemService( local
798 LayoutInflater inf = (LayoutInflater)mContext.getSystemService( local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 45 struct inferior_regcache_data * get_regcache (struct thread_info *inf,
50 regcache = (struct inferior_regcache_data *) inferior_regcache_data (inf);
55 /* FIXME - fetch registers for INF */
  /external/zlib/src/examples/
zpipe.c 10 1.3 6 Apr 2005 Remove incorrect assertion in inf()
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
92 int inf(FILE *source, FILE *dest) function
194 ret = inf(stdin, stdout);
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 181 int size = inf.getRemaining();
192 if (Memory.peekInt(b, 4, ByteOrder.LITTLE_ENDIAN) != inf.getTotalOut()) {
  /external/smack/src/org/jivesoftware/smack/compression/
Java7ZlibInputOutputStream.java 85 if (inf.needsInput()) {
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_d2i_fp.c 192 c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass),
194 if (c.inf & 0x80)
207 if (c.inf & 1)
a_set.c 189 c.inf=ASN1_get_object(&c.p,&c.slen,&c.tag,&c.xclass,c.max-c.p);
190 if (c.inf & 0x80) goto err;
208 if (c.inf == (V_ASN1_CONSTRUCTED+1))
a_int.c 278 int inf,tag,xclass; local
290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
291 if (inf & 0x80)
a_object.c 264 int inf,i; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
268 if (inf & 0x80)
  /external/openssl/crypto/asn1/
a_d2i_fp.c 192 c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass),
194 if (c.inf & 0x80)
207 if (c.inf & 1)
a_set.c 189 c.inf=ASN1_get_object(&c.p,&c.slen,&c.tag,&c.xclass,c.max-c.p);
190 if (c.inf & 0x80) goto err;
208 if (c.inf == (V_ASN1_CONSTRUCTED+1))
a_int.c 278 int inf,tag,xclass; local
290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
291 if (inf & 0x80)
a_object.c 264 int inf,i; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
268 if (inf & 0x80)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/
cases.h 175 enum {zero, non_zero, inf, NaN, non_zero_nan}; enumerator in enum:__anon35842
184 return inf;
209 return inf;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 353 float inf = std::numeric_limits<float>::infinity(); local
354 FloatRect clipRect = FloatRect(FloatPoint(-inf, -inf), FloatSize(inf, inf));
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 204 static void app_info_free(APP_INFO *inf)
206 if (--(inf->references) <= 0)
208 if (inf->next != NULL)
210 app_info_free(inf->next);
212 OPENSSL_free(inf);
  /external/iptables/utils/
nfnl_osf.c 392 FILE *inf; local
396 inf = fopen(path, "r");
397 if (!inf) {
402 while(fgets(buf, sizeof(buf), inf)) {
422 fclose(inf);
  /external/openssl/crypto/
mem_dbg.c 204 static void app_info_free(APP_INFO *inf)
206 if (--(inf->references) <= 0)
208 if (inf->next != NULL)
210 app_info_free(inf->next);
212 OPENSSL_free(inf);
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 55 #define inf DBL_MAX macro
265 k_zero = inf;
272 k_zero = inf;
640 //double inf; // infinity
683 //inf=1;
694 W[1][1].w_east = inf;
695 W[1][1].w_south = inf;
705 W[i][0].w_south = inf;
706 W[i][0].w_southeast = inf;
711 W[0][j].w_east = inf;
    [all...]
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 388 min: '-inf'
394 min: '-inf'
400 min: '-inf'
406 min: '-inf'
412 min: '-inf'
418 min: '-inf'
  /external/chromium_org/third_party/simplejson/
decoder.py 26 nan, inf = struct.unpack('dd', _BYTES)
27 return nan, inf, -inf
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 21 nan, inf = struct.unpack('dd', _BYTES)
22 return nan, inf, -inf
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 21 nan, inf = struct.unpack('dd', _BYTES)
22 return nan, inf, -inf

Completed in 920 milliseconds

1 2 34 5 6 7 8 910