HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 1526 - 1550 of 2476) sorted by null

<<61626364656667686970>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 109 List<E> all = new ArrayList<E>(size); local
110 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
111 Collections.addAll(all, remaining);
113 return ofInternal(Ordering.natural(), (E[]) all.toArray(new Comparable[0]));
  /external/icu4c/common/
unisetspan.h 5 * Corporation and others. All Rights Reserved.
35 * or built for all and may be used many times.
45 ALL = 0x3f,
59 // Copy constructor. Assumes which==ALL for a frozen set.
88 // All code points in the string are contained in the parent set.
124 // Number of bytes for all UTF-8 versions of strings together.
131 // Set up for all variants of span()?
132 UBool all; member in class:UnicodeSetStringSpan
  /external/icu4c/extra/uconv/
makedata.mak 3 #* and others. All Rights Reserved.
74 # This target should build all the data files
81 ALL : $(OUTPUT)
82 @echo All targets are up to date (mode $(PKGMODE))
93 # This is to remove all the data files
  /external/icu4c/i18n/
format.cpp 4 * others. All Rights Reserved. *
27 #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see http://userguide.icu-project.org/howtouseicu
32 * If all modules in the I18N library are switched off, then there are no
  /external/libffi/src/x86/
win32.S 18 in all copies or substantial portions of the Software.
46 # Make room for all of the new args.
52 # Place all of the ffi_prep_args in position
159 # Make room for all of the new args.
165 # Place all of the ffi_prep_args in position
  /external/libvpx/libvpx/build/make/
Makefile 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ## in the file PATENTS. All contributing project authors may
15 # If a target wasn't specified, invoke for all enabled targets.
20 all: .DEFAULT
89 .PHONY: all
90 all:
385 all: $(BUILD_TARGETS)
  /external/llvm/utils/buildit/
GNUmakefile 19 USE_APPLE_PB_SUPPORT = all
  /external/llvm/utils/
clang-parse-diagnostics-file 13 parser.add_option("-a", "--all", action="store_true", dest="all",
14 default=False, help="dump all messages.")
77 if levels[d.get('level')] or opts.all]
  /external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
92 // Deactivate all breakpoints.
102 // Activate all breakpoints.
debug-sourceslice.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
42 // Build source by putting all lines together
60 // Try all possible line interval slices.
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 4 v.info all_errors : show all errors found so far
33 v.info all_errors : show all errors found so far
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 5 for Informatics and Mathematics, Keio University). All
79 all the characters to the end of the data are replaced.
84 arg="2600". The method should replace all the characters
hc_elementgetelementsbytagnameaccessnodelist.js 5 for Informatics and Mathematics, Keio University). All
79 of all descendant Elements in the order the children
83 Create a NodeList of all the descendant elements
hc_textsplittextthree.js 5 for Informatics and Mathematics, Keio University). All
79 into two Text nodes, the new Text node contains all the
84 The new Text node should contain all the content
hc_textsplittexttwo.js 5 for Informatics and Mathematics, Keio University). All
79 into two Text nodes, the original node contains all the
84 The original Text node should contain all the content
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement07.js 5 for Informatics and Mathematics, Keio University). All
78 The rows attribute returns a collection of all the rows in the table,
79 including al in THEAD, TFOOT, all TBODY elements.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 5 for Informatics and Mathematics, Keio University). All
79 all the characters to the end of the data are replaced.
84 arg="2600". The method should replace all the characters
hc_elementgetelementsbytagnameaccessnodelist.js 5 for Informatics and Mathematics, Keio University). All
79 of all descendant Elements in the order the children
83 Create a NodeList of all the descendant elements
hc_textsplittextthree.js 5 for Informatics and Mathematics, Keio University). All
79 into two Text nodes, the new Text node contains all the
84 The new Text node should contain all the content
hc_textsplittexttwo.js 5 for Informatics and Mathematics, Keio University). All
79 into two Text nodes, the original node contains all the
84 The original Text node should contain all the content
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement07.js 5 for Informatics and Mathematics, Keio University). All
78 The rows attribute returns a collection of all the rows in the table,
79 including al in THEAD, TFOOT, all TBODY elements.
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 2 * Copyright (C) 2009 Google Inc. All rights reserved.
42 // c) We comment all base tags when serialzing DOM for the page.
53 // <base href="http://www.yahoo.com/"...> to DOM, so all URLs which point to
55 // "http://www.yahoo.com/yahoo_files/...", which will cause all saved resource
57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame
59 // Now FireFox, IE and WebKit based Browser all have this problem.
70 // If there are multiple base tags in original document, we will comment all old
215 // Will search each META which has charset declaration, and skip them all
309 // Go through all attributes and serialize them.
471 // all sub-frames
480 RefPtr<HTMLAllCollection> all = currentDoc->all(); local
    [all...]
  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 1 # Copyright (C) 2010 Google Inc. All rights reserved.
47 query = DashboardFile.all()
testfile.py 1 # Copyright (C) 2010 Google Inc. All rights reserved.
66 query = TestFile.all()
  /frameworks/wilhelm/tools/hashgen/
Makefile 0 all : IID_to_MPH.c

Completed in 1119 milliseconds

<<61626364656667686970>>