/external/v8/src/ |
parser.cc | 515 // Previous values 2994 ZoneList<Expression*>* values = new ZoneList<Expression*>(4); local [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 232 template <typename T> static bool writeLittleEndian(Vector<uint8_t>& buffer, const T* values, uint32_t length) 238 buffer.append(reinterpret_cast<const uint8_t*>(values), length * sizeof(T)); 241 T value = values[i]; [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ResourcesPanel.js | 566 dataGridForResult: function(columnNames, values) 584 for (var i = 0; i < values.length / numColumns; ++i) { 587 data[columnNames[j]] = values[numColumns * i + j]; 622 // Sort numbers based on comparing their values rather than a lexicographical comparison. [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 1375 ContentValues values = new ContentValues(); local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeTestActivity.java | 47 * if the values seem to high and may be degrees. 350 float value = event.values[mEventIndex];
|
/cts/tools/utils/ |
CollectAllTests.java | 242 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
|
/dalvik/vm/arch/sh/ |
CallSH4ABI.S | 370 ## load return values
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameView.java | 65 for (State s : values()) {
|
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidMockGenerator.java | 371 return methodMap.values().toArray(new Method[0]);
|
/external/chromium/build/ |
install-build-deps.sh | 106 - // We should no longer need the local symbol values.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 31 // Constants for possible values of the typeof operator.
272 // null localName and namespaceURI attribute values. In IE, we even
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 31 // Constants for possible values of the typeof operator. 272 // null localName and namespaceURI attribute values. In IE, we even
|
/external/chromium/net/http/ |
http_cache_transaction.cc | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 518 "The 'random' function produces a sequence of values that "
|
/external/clang/utils/ |
FindSpecRefs | 166 ('7.16 Boolean type and values <stdbool.h>', '253'), 224 ('7.26.7 Boolean type and values <stdbool.h>', '401'), 250 ('B.15 Boolean type and values <stdbool.h>', '427'), 790 children = sorted(map(flatten,children.values())) [all...] |
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 34 // entry memory -- which does not make sense if the set of key values is not 66 * {@link #get} should check for and remove all mappings whose soft values 69 * {@link #put} should check for and remove all mappings whose soft values 123 * Returns the number of key-value mappings in this map. Some of the values 136 * the values may have been cleared already but not removed from the table).<P> 400 public Collection values () method in class:SoftValueMap 402 throw new UnsupportedOperationException ("not implemented: values"); 529 if (m_size > newSize) System.out.println ("DEBUG: rehash() cleared " + (m_size - newSize) + " values, new size = " + newSize); 539 * Removes all entries whose soft values have been cleared _and_ enqueued. 605 private int m_size; // number of values in the table, not cleared as of last chec [all...] |
/external/freetype/include/freetype/internal/ |
psaux.h | 374 FT_Fixed* values, [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 175 is repeated 1000 times. The percentage values in the final column are the most
|
/external/javassist/src/main/javassist/ |
CtClass.java | 432 return cm.values(); 494 * The member values can be obtained by calling methods on 509 * object. The member values can be obtained by calling methods on [all...] |
CtClassType.java | [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
BasicBlock.java | 309 Mark[] marks = (Mark[])markTable.values()
|
/external/libxml2/ |
xmlregexp.c | 4361 xmlChar *values[5]; local [all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 47 cl::values(clEnumVal(bsd, "BSD format"),
|
/external/llvm/utils/ |
llvmbuild | 393 ssabbrev = get_short_abbrevs([ab for ab in self.source_abbrev.values()]) 396 sbabbrev = get_short_abbrevs([ab for ab in self.branch_abbrev.values()])
|