/external/kernel-headers/original/linux/raid/ |
md_k.h | 37 #define MAX_MD_DEVS 256 /* Max number of md dev */ 97 atomic_t nr_pending; /* number of pending requests. 101 atomic_t read_errors; /* number of consecutive read errors that 104 atomic_t corrected_errors; /* number of corrected read errors, 218 atomic_t pending_writes; /* number of active superblock writes */ 273 int (*hot_remove_disk) (mddev_t *mddev, int number);
|
/external/libxslt/libxslt/ |
xsltInternals.h | 198 int number; member in struct:_xsltPointerList 215 * Max number of specified xsl:sort on an element. 290 int inheritedNsNr; /* number of inherited namespaces */ 294 int nbCalls; /* the number of time the template was called */ 315 xmlChar *noNumber; /* Not-a-number */ 358 int nsNr; /* the number of namespaces in scope */ 415 * @nbsorts: the number of sorts 853 * <xsl:number 857 * value = number-expression 862 * grouping-size = { number } /> 1043 int number; \/* sort *\/ member in struct:_xsltStyleItemSort 1376 int number; \/* sort *\/ member in struct:_xsltStylePreComp [all...] |
/external/llvm/test/MC/Mips/ |
mips-register-names.s | 4 # Second byte of addiu with $zero at rt contains the number of the source
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_enum_field.cc | 53 (*variables)["default"] = SimpleItoa(default_value->number()); 125 " mutable_unknown_fields()->AddVarint($number$, value);\n"); 135 " $number$, this->$name$(), output);\n"); 142 " $number$, this->$name$(), target);\n"); 241 " mutable_unknown_fields()->AddVarint($number$, value);\n"); 282 " $number$,\n" 297 " $number$, this->$name$(i), output);\n"); 309 " $number$,\n" 325 " $number$, this->$name$(i), target);\n");
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 26 print("*** error: wrong number of arguments, must be 2"); return
41 --- table with symbol name number keys (specified with property mapval)
|
picoloadphones.lua | 24 print("*** error: wrong number of arguments, must be 2"); return
39 --- table with symbol name number keys (specified with property mapval)
|
/external/v8/test/mjsunit/ |
debug-listbreakpoints.js | 47 var first_lineno = 40; // Must be the line number of g() above. 96 var id = breakpoints[i].number;
|
fuzz-natives.js | 39 result.push(Number.MIN_VALUE); 166 // Vararg with minimum number > 0. 183 // size will be the number of captures of a RegExp.
|
mirror-array.js | 90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property"); 122 // Test a number of different arrays.
|
/external/valgrind/main/coregrind/m_demangle/ |
demangle.h | 234 /* A template parameter. This holds a number, which is the template 237 /* A function parameter. This holds a number, which is the index. */ 339 /* A vector type. The left subtree is the number of elements, 352 /* An extended operator. This holds the number of arguments, and 383 number which involves neither modifying the mangled string nor 394 /* A number. */ 457 /* Number of arguments. */ 512 long number; member in struct:demangle_component::__anon16759::__anon16768 571 operator and the number of arguments which it takes (the latter is 581 number of arguments and the name. Returns non-zero on success [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument06.js | 93 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-line-number 94 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-column-number
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
cookies-test-pre.js | 61 if (typeof(_expected) == "number" && isNaN(_expected)) 62 return typeof(_actual) == "number" && isNaN(_actual);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSONObject.cpp | 150 // If the space value is a number, create a gap string with that number of spaces. 181 inline PropertyNameForFunctionCall::PropertyNameForFunctionCall(unsigned number) 183 , m_number(number) 389 builder.append(UString::number(numericValue)); 702 JSValue filteredValue = callReviver(array, jsString(m_exec, UString::number(indexStack.last())), outValue);
|
/external/webkit/Source/WebCore/platform/efl/ |
LocalizedStringsEfl.cpp | 535 return String::number(numberOfFiles) + String::fromUTF8(" files");
|
/external/webkit/Source/WebCore/websockets/ |
WebSocket.cpp | 145 scriptExecutionContext()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, makeString("WebSocket port ", String::number(url.port()), " blocked"), 0, scriptExecutionContext()->securityOrigin()->toString(), 0);
|
/external/webkit/Source/WebKit/chromium/src/ |
DebuggerAgentManager.cpp | 160 "\"arguments\":{\"groupId\":", String::number(hostId), "}}");
|
WorkerAsyncFileSystemChromium.cpp | 217 m_modeForCurrentOperation.append(String::number(m_workerContext->thread()->runLoop().createUniqueId()));
|
WorkerFileWriterCallbacksBridge.cpp | 141 m_mode.append(String::number(static_cast<WorkerContext*>(scriptExecutionContext)->thread()->runLoop().createUniqueId()));
|
/external/webkit/Source/WebKit/chromium/tests/ |
PopupMenuTest.cpp | 68 str.append(String::number(listIndex));
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/ |
NetscapePluginModuleMac.mm | 45 CFNumberRef number = static_cast<CFNumberRef>(CFArrayGetValueAtIndex(pluginArchitecturesArray.get(), i)); 48 if (!CFNumberGetValue(number, kCFNumberSInt32Type, &architecture)) 227 // Get the number of strings in the string list. 276 // Now get the MIME type descriptions string list. This string list needs to be the same length as the number of MIME types.
|
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 265 void observeStorageTrackerNotifications(unsigned number);
|
main.cpp | 102 size_t size; /* number of stack frames */ 111 s += QString::number(i) +
|
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 595 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
|
/frameworks/base/include/androidfw/ |
KeyCharacterMap.h | 92 /* Gets the Unicode character for the number or symbol generated by the key 94 * Returns 0 if no number or symbol is generated. 164 /* The number or symbol character generated by the key, or 0 if none. */ 165 char16_t number; member in struct:android::KeyCharacterMap::Key
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 48 -s, --section=SECTION section number for manual page (1, 6, 8) 57 --version print version number, then exit
|