HomeSort by relevance Sort by last modified time
    Searched full:base (Results 901 - 925 of 4489) sorted by null

<<31323334353637383940>>

  /external/opencore/oscl/oscl/osclutil/src/
oscl_math.h 55 * Calculates tthe logarithm to base 10 of a number
69 * @param x base value
  /external/openssl/crypto/perlasm/
readme 28 &BP(off,base,index,scale) Byte pointer addressing
29 &DWP(off,base,index,scale) Word pointer addressing
  /external/skia/emoji/
GmojiMaker.cpp 97 const int base = unichars[0]; local
108 printf("0x%03X", unichars[i] - base);
  /external/skia/src/gl/
SkGL.cpp 454 SkGLVertex* base = storage.get(); local
455 SkGLVertex* vert = base;
456 SkGLVertex* texs = useTex ? base : NULL;
467 SkGL::DrawVertices(vert - base, GL_TRIANGLE_FAN,
468 base, texs, NULL, NULL, clipIter);
470 vert = base;
522 SkGL::DrawVertices(vert - base, GL_TRIANGLE_FAN, base, texs,
  /external/srec/config/en.us/tcp/
bothtags5.tcp 6 # make_g2g -base bothtags5,addWords=100 -out bothtags5.g2g
8 # make_g2g -base enroll -out enroll.g2g
  /external/srec/portable/src/
plog.c 72 PLogger base; member in struct:FileLogger_t
92 FileLogger *p = STATIC_CAST(self, FileLogger, base);
104 FileLogger *p = STATIC_CAST(self, FileLogger, base);
116 FileLogger *p = STATIC_CAST(self, FileLogger, base);
134 fileLogger->base.printf = FileLoggerPrintf;
135 fileLogger->base.flush = FileLoggerFlush;
136 fileLogger->base.destroy = FileLoggerDestroy;
139 *logger = &fileLogger->base;
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 116 arc_token* arc_tokens_find_ilabel(arc_token* base, arc_token* arc_token_list, wordID wdid);
117 arc_token* arc_tokens_get_free(arc_token* base, arc_token** arc_token_freelist);
  /external/stlport/src/
warning_disable.h 14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
53 # pragma warning( disable : 444 ) /* destructor for base class "..." is not virtual*/
  /external/stlport/stlport/stl/config/
_warnings_off.h 9 * 31/07/2004: dums - now that we do not export the basic_string class anymore but only a base class
39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
  /external/tremolo/Tremolo/
floor1ARM.s 43 @ r3 = base
54 LDR r5,[r2],r3,LSL #2 @ r5 = *floor r2 = floor+base
floor1LARM.s 43 @ r3 = base
54 LDR r5, [r2], r3,LSL #2 @ r5 = *floor r2 = floor+base
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-1.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-10.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-2.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-3.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-4.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-5.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-6.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-7.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-8.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
10.1.4-9.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_12.js 58 this.base = Employee;
59 this.base( name, dept)
  /external/webkit/WebCore/page/
DOMSelection.h 68 // not mean that they are base/extent, since the base/extent don't reflect
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 106 if name == 'base':
115 libs.extend([get_wxlib_name('base'), get_wxlib_name('core')])
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 77 File base = mContext.getFilesDir(); local
81 fullPaths[i] = (new File(base, files[i])).getAbsolutePath();

Completed in 344 milliseconds

<<31323334353637383940>>