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

<<919293949596979899100>>

  /external/ppp/pppd/
ipxcp.c 223 #define NODE(base) base[0], base[1], base[2], base[3], base[4], base[5]
    [all...]
options.c 1569 const char *base = _PATH_PLUGIN; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 353 // Use sp as base to push.
592 void MacroAssembler::CopyRegistersFromMemoryToStack(Register base,
595 // Copy the content of the memory location to the stack and adjust base.
601 str(ip, MemOperand(base, 4, NegPreIndex));
607 void MacroAssembler::CopyRegistersFromStackToMemory(Register base,
611 // Copy the content of the stack to the memory location and adjust base.
616 ldr(scratch, MemOperand(base, 4, PostIndex));
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 350 /* Used when building base variable structures in a var_map. */
402 /* Used by var_map for the base index of ssa base variables. */
437 base for a circular list, and initially this is the only node in
942 tree base, step; member in struct:__anon12806
1168 tree symbol, base, index, step, offset; member in struct:mem_address
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 78 * Base class for our information panels.
131 private Composite mDisplayBase; // base of the displays.
355 // the base of the displays.
494 private Table createSummaryTable(Composite base) {
495 Table tab = new Table(base, SWT.SINGLE | SWT.FULL_SELECTION);
533 private Table createDetailedTable(Composite base) {
536 Table tab = new Table(base, SWT.SINGLE | SWT.FULL_SELECTION);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 856 fail("If base context has already been set, it should throw a IllegalStateException.");
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URLClassLoader.java 291 URL targetURL(URL base, String name) {
293 String file = base.getFile() + URIEncoderDecoder.quoteIllegal(name,
296 return new URL(base.getProtocol(), base.getHost(), base.getPort(),
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 119 * Generates the collection of the certificates on the base of provided
627 * and is constructed on the base of encoding
658 * and is constructed on the base of encoding
702 * and is constructed on the base of encoding
732 * and is constructed on the base of encoding
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 86 * @param baseSystemID The system ID to use as the base for relative URLs.
198 * Set the base ID (URI or system ID) from where relative
200 * @param systemID Base URI for the source tree.
209 * Get the base ID (URI or system ID) from where relative
1051 /** The system ID to use as a base for relative URLs. */
  /external/libxml2/include/libxml/
parser.h 59 const char *directory; /* the directory/base of the file */
60 const xmlChar *base; /* Base of the array to parse */ member in struct:_xmlParserInput
72 xmlParserInputDeallocate free; /* function to deallocate the base */
    [all...]
  /external/stlport/stlport/stl/
_fstream.c 150 // [_M_pback_buf, _M_pback_buf + _S_pback_buf_size), but the base
203 // in the internal buffer for one character more than the base class knows
205 // the base class only sees [_M_int_buf, _M_int_buf_EOS - 1).
624 // We need __n >= 1 for two different reasons. For input, the base
627 // element than the buffer that the base class knows about. (See
  /external/v8/src/ia32/
assembler-ia32.h 248 // [base + disp/r]
249 explicit Operand(Register base, int32_t disp,
252 // [base + index*scale + disp/r]
253 explicit Operand(Register base,
291 inline void set_sib(ScaleFactor scale, Register index, Register base);
  /external/webkit/WebCore/editing/
htmlediting.cpp 1152 Node* base = selection.base().node(); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 191 base, ext = os.path.splitext(baseline_filename)
192 result_filename = '%s-%s-%s%s' % (base, platform, result_type, ext)
681 output = run_shell(['svn', 'cat', '-r', 'BASE', baseline_fullpath])
684 logging.info(' No base file: "%s"', baseline_fullpath)
829 test_basename: base filename of the test
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 100 * Base class for all actions that can be performed on an
269 * Base class for the reflection actions.
672 * @param base The time at which the timer would have read 0:00. This
679 public void setChronometer(int viewId, long base, String format, boolean started) {
680 setLong(viewId, "setBase", base);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/libxml2/
xmlreader.c 131 unsigned int base; /* base of the segment in the input */ member in struct:_xmlTextReader
558 fprintf(stderr, " input: base %d, cur %d, depth %d: ",
559 reader->base, reader->cur, reader->ctxt->nodeNr);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 40 * The <code>DTMDefaultBase</code> class serves as a helper base for DTMs.
84 * The base lookup is the the namespace. The second lookup is the local
129 /** The base URI for this document. */
    [all...]
  /external/freetype/src/base/
ftobjs.c 5 /* The FreeType private base classes (body). */
74 const FT_Byte* base,
78 valid->base = base;
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp 886 // For the first frame in each layer, pull off the VOL header. For the base layer
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 139 vec3_t base, transformed; local
173 base[0] = bounds[i][0];
176 base[1] = bounds[j][1];
179 base[2] = bounds[k][2];
182 transformed[0] = xvector[0]*base[0] + yvector[0]*base[1];
183 transformed[1] = xvector[1]*base[0] + yvector[1]*base[1];
184 transformed[2] = base[2];
    [all...]
  /external/webkit/JavaScriptCore/parser/
Grammar.y     [all...]
  /prebuilt/sdk/tools/linux/
aapt 
  /external/bluetooth/bluez/rfcomm/
lexer.c 292 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
    [all...]
  /external/grub/docs/
Makefile.in 401 for base in $$list; do \
402 case $$base in \
403 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
405 if test -f $$base; then d=.; else d=$(srcdir); fi; \
406 for file in $$d/$$base*; do \

Completed in 2985 milliseconds

<<919293949596979899100>>