HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 1951 - 1975 of 2285) sorted by null

<<71727374757677787980>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
hdreg.h 37 unsigned all : 16;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
hdreg.h 37 unsigned all : 16;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
hdreg.h 37 unsigned all : 16;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
104 static const category all = (ctype | numeric | collate | member in class:locale
287 // NB: locale::global() has to know how to modify all the
530 // We must actually compare all the _M_names: can be all equal!
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 12 * without fee, provided the above notices are retained on all copies.
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
322 * in all dynamic library or executable when instanciating facet
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 277 public String[] displayMarginInput(String all, String left, String right, String top,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 8 All rights reserved.
106 # restores all of the state variables to their respective
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
180 For all effective purposes, the class and its immediate subclasses Lexer,
251 # For example, all AST-building parsers override
253 # all rule return structures.
356 # all recognizers are initialized with a shared state object.
368 # As a result, all error tracking and error recovery
586 # all context-sensitive FOLLOW sets--the set of all tokens tha
    [all...]
streams.rb 8 All rights reserved.
54 ANTLR bundles all of this functionality into a number of Stream classes, each
88 The next few sections cover the most significant methods of all stream classes.
118 implementation, all apologies.
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
287 <i>channel</i> feature, which allows you to hold on to all tokens of interest
294 Then, all <tt>peek</tt>, <tt>look</tt>, and <tt>consume</tt> operations only
312 # all tokens in the stream were retreived
331 # and return the concatenation of all the text chunks
343 system. Like all other stream types, it provides serial navigation of the input
    [all...]
tree.rb 8 All rights reserved.
41 Name space containing all of the entities pertaining to tree construction and
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
214 [siblings] all other nodes sharing the same parent as some node
463 application, building trees with all of this extra information may be
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 68 return (ClassInfo[]) mClasses.all();
246 ClassInfo[] all() {
625 Object[] all() { method in class:Converter.Cache
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 50 ; 3*(order%4) instructions, all of which are arithmetic), and all of the
51 ; coefficients and all relevant history stay in registers, so the outer loop
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 52 # 3*(order%4) instructions, all of which are arithmetic), and all of the
53 # coefficients and all relevant history stay in registers, so the outer loop
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 317 all-local: charset.alias ref-add.sed ref-del.sed
322 install-exec-localcharset: all-local
351 uninstall-localcharset: all-local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 132 provide all of the tools required to build such functionality. LibTomCrypt was designed to be a flexible library that
146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all functions
405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since it allows the rest o
    [all...]
  /external/grub/docs/
texinfo.tex 35 % (and all CTAN mirrors, see http://www.ctan.org).
663 % @group ... @end group forces ... to be all on one page, by enclosing
    [all...]
  /external/v8/src/
mirror-debugger.js 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
222 * Base class for all mirror objects.
422 * Base class for all value mirror objects.
629 // Find all the named properties.
646 // Find all the indexed properties.
749 // Find all objects with direct references to this object.
753 // Make mirrors for all the references found.
884 // Find all objects constructed from this function.
887 // Make mirrors for all the instances found.
    [all...]
array.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
680 // given as a request to delete all the elements from the start.
882 // Set a value of "undefined" on all indices in the range from..to
883 // where a prototype of obj has an element. I.e., shadow all prototype
911 // Copy defined elements from the end to fill in all holes and undefineds
977 // inherited elements happens very, very rarely, if at all.
    [all...]
  /external/mksh/src/
funcs.c 11 * Provided that these terms and disclaimer and all copyright notices
858 * Check attributes - note that all array elements
1031 /* "hash -r" means reset all the tracked aliases.. */
1126 bool all = false; local
1131 all = true;
1167 if (all) {
3367 bool all = false; local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
904 // Disable almost all commands at startup.
959 // We need to get all the bookmark items in this tree. If the tree does not
    [all...]
  /external/bison/doc/
refcard.tex 93 are preserved on all copies.
118 are preserved on all copies.
349 \key{Define the union of all data types used in the parser.}
  /external/e2fsprogs/misc/
Makefile.in 101 all:: profiled $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) \
104 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
397 install: all $(SMANPAGES) $(UMANPAGES) installdirs
  /external/stlport/
configure.bat 16 REM no options at all?
127 echo Build STLport for the specified platform. Not all existing platforms are
135 echo Enables cross-compiling; the result is that all built files that are
  /external/v8/test/cctest/
test-regexp.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
    [all...]
  /external/v8/tools/
profile.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
583 * Creates a subtree by cloning and merging all subtrees rooted at nodes
694 * Node total weight (includes weights of all children).
725 * Returns all node's children as an array.
  /dalvik/vm/interp/
Interp.cpp 273 * The class init code will "flush" all pending opcode writes
616 * All interpSave state must be valid on entry.
642 * Handle any special subMode requirements. All interpSave state
694 * subMode requirements. All interpSave state must be valid on entry.
723 * every instruction. That would make a "suspend all" more responsive
905 * Verify that all internally-tracked references have been released. If
    [all...]

Completed in 954 milliseconds

<<71727374757677787980>>