/external/icu4c/tools/genrb/ |
derb.1.in | 72 will produce a file whose base name is either the value of the 74 option, or the same as the base name of the compiled resource file itself. 111 as the base name of the output file.
|
/external/icu4c/tools/makeconv/ |
genmbcs.h | 92 MBCS_FROM_U_EXT_FLAG=0x10, /* UCMapping.f bit for base table mappings that fit into the base toU table */ 115 /* Test if a 1:1 mapping fits into the MBCS base table's fromUnicode structure. */
|
/external/kernel-headers/original/linux/sunrpc/ |
xdr.h | 174 extern int xdr_decode_array2(struct xdr_buf *buf, unsigned int base, 176 extern int xdr_encode_array2(struct xdr_buf *buf, unsigned int base, 193 unsigned int base, unsigned int len);
|
/external/opencore/pvmi/recognizer/include/ |
pvmf_recognizer_plugin.h | 57 * An abstract base class for the recognizer plug-in. Every recognizer plug-in should derive from 58 * this base class and implement all the declared methods. 119 * An abstract base class to create and destroy a recognizer plug-in. Every recognizer plug-in should have
|
/external/openssl/crypto/ec/ |
ec_mult.c | 766 EC_POINT *tmp_point = NULL, *base = NULL, **var; local 844 if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) 850 if (!EC_POINT_copy(base, generator)) 858 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) 861 if (!EC_POINT_copy(*var++, base)) 866 /* calculate odd multiples of the current base point */ 873 /* get the next base (multiply current one by 2^blocksize) */ 882 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) 886 if (!EC_POINT_dbl(group,base,base,ctx) [all...] |
/external/ppp/pppd/ |
utils.c | 167 int base, len, neg, quoted; local 224 base = 0; 237 base = 10; 241 base = 10; 257 base = 10; 261 base = 10; 265 base = 8; 270 base = 16; 274 base = 16; 386 if (base != 0) [all...] |
/external/proguard/src/proguard/ |
WordReader.java | 50 * Creates a new WordReader with the given base directory. 59 * Sets the base directory of this reader. 75 * Returns the base directory of this reader, if any.
|
/external/qemu/ |
gen-charmap.py | 25 /* keycode base caps fn caps+fn number */ 105 base = quote(m.group(1)) 129 result.append( (keycode,base,caps,fn,caps_fn,number) )
|
/external/qemu/hw/ |
goldfish_tty.c | 197 int goldfish_tty_add(CharDriverState *cs, int id, uint32_t base, int irq) 206 s->dev.base = base;
|
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 118 private static boolean deleteTree(File base, boolean deleteBase) { 120 if (base.isDirectory()) { 121 for (File child : base.listFiles()) { 126 result &= base.delete(); 496 private boolean recursiveFilter(File base, 501 if (base.isDirectory()) { 502 for (File child : base.listFiles()) { 507 if (base.isDirectory()) { 508 if (base.listFiles().length == 0) { 509 result &= base.delete() [all...] |
/external/skia/include/core/ |
SkFlattenable.h | 32 SkFlattenable is the base class for objects that need to be flattened 127 is null, or a base-1 index if obj is not null. 150 base-1 index for the factory.
|
/external/v8/src/ |
frames.cc | 440 Address base = fp() + offset; local 442 ASSERT(base >= limit); // stack grows downwards 444 return static_cast<int>((base - limit) / kPointerSize); 472 Address base = caller_sp() + JavaScriptFrameConstants::kReceiverOffset; local 474 return static_cast<int>((base - limit) / kPointerSize); 673 Object** base = &Memory::Object_at(sp()); local 678 // handler in the handler chain. Update the base to skip the 681 v->VisitPointers(base, reinterpret_cast<Object**>(address)); 682 base = reinterpret_cast<Object**>(address + StackHandlerConstants::kSize); 686 v->VisitPointers(base, limit) 696 Object** base = &Memory::Object_at(fp() + kBaseOffset); local [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSActivation.cpp | 43 : Base(callFrame->globalData().activationStructure, new JSActivationData(functionExecutable, callFrame->registers())) 54 Base::markChildren(markStack); 129 return Base::deleteProperty(exec, propertyName);
|
/external/webkit/WebCore/editing/ |
SelectionController.h | 84 Position base() const { return m_selection.base(); } function in class:WebCore::SelectionController 139 enum EPositionType { START, END, BASE, EXTENT };
|
/external/webkit/WebCore/platform/ |
KURLGooglePrivate.h | 55 void init(const KURL& base, const String& relative, 62 void init(const KURL& base, const char* rel, int relLength, 64 void init(const KURL& base, const UChar* rel, int relLength,
|
/frameworks/base/core/java/android/webkit/ |
WebHistoryItem.java | 34 // The base url of this item. 92 * Return the url of this history item. The url is the base url of this 95 * @return The base url of this history item.
|
/frameworks/base/core/java/com/android/internal/widget/ |
TextProgressBar.java | 101 * Call this <b>after</b> adjusting the {@link Chronometer} base, if 105 * base. 116 // Update the ProgressBar maximum relative to Chronometer base
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 9 <p>A view is an object of base class {@link android.view.View android.view.View}. It's a data structure whose properties store the layout and content for a specific rectangular area of the screen. A View object handles measuring and layout, drawing, focus change, scrolling, and key/gestures for the screen area it represents. </p> 10 <p>The View class serves as a base class for <em>widgets </em> — a set of fully implemented subclasses that draw interactive screen elements. Widgets handle their own measuring and drawing, so you can use them to build your UI more quickly. The list of widgets available includes Text, EditText, InputMethod, MovementMethod, Button, RadioButton, Checkbox, and ScrollView.</p> 16 <p>The Viewgroup class serves as a base class for <em>layouts</em> — a set of fully implemented subclasses that provide common types of screen layout. The layouts give you a way to build a structure for a set of views. </p>
|
/frameworks/base/opengl/libs/ETC1/ |
etc1.cpp | 40 | base col1 | base col2 | base col1 | base col2 | 46 | base col1 | base col2 | table | table |diff|flip| 55 | base col1 | dcol 2 | base col1 | dcol 2 | 61 | base col 1 | dcol 2 | table | table |diff|flip| 162 inline int convertDiff(int base, int diff) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
cmmdefs.h | 79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */ 99 DWORD dwDSPBaseVA; /* DSP virt base byte address */ 121 PVOID pVmBase; /* Vm base address alloc'd in client process context */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
cmmdefs.h | 79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */ 99 DWORD dwDSPBaseVA; /* DSP virt base byte address */ 121 PVOID pVmBase; /* Vm base address alloc'd in client process context */
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetDecoder.java | 110 * Decodes a byte in <i>base 64 mode</i>. Will directly write a character to
117 * @return CoderResult.malformed if a non-base 64 character was encountered
186 * Updates internal state to reflect the decoder is no longer in <i>base 64
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
c-pretty-print.h | 56 pretty_printer base; member in struct:c_pretty_print_info 96 #define pp_base(PP) (&pp_c_base (PP)->base) 154 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
|
tree.h | 395 struct tree_base base; 635 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->base.code) 636 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->base.code = (VALUE)) 392 struct tree_base base; local 5213 struct tree_map_base base; local 5226 struct tree_map_base base; local 5238 struct tree_map_base base; local [all...] |
/external/v8/src/x64/ |
disasm-x64.cc | 349 // Actual number of base register given the low bits and the rex.b state. 398 int* base) { 401 *base = (data & 7) | (rex_b() ? 8 : 0); 463 int scale, index, base; local 464 get_sib(sib, &scale, &index, &base); 465 if (index == 4 && (base & 7) == 4 && scale == 0 /*times_1*/) { 467 // rsp and r12 base. 468 AppendToBuffer("[%s]", (this->*register_name)(base)); 470 } else if (base == 5) { 471 // base == rbp means no base register (when mod == 0) 497 int scale, index, base; local [all...] |