OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionReceiverChecker.java
59
int
partCount
= callParts.length;
60
String functionName = callParts[
partCount
- 1];
64
boolean isBindCall =
partCount
> 1 && "bind".equals(functionName);
65
if (isBindCall &&
partCount
== 3 && "this".equals(firstPart) &&
71
if (
partCount
> 2 || "this".equals(firstPart)) {
75
hasReceiver |= (
partCount
== 2) &&
/external/llvm/lib/Support/
APFloat.cpp
342
unsigned int
partCount
,
347
lsb = APInt::tcLSB(parts,
partCount
);
354
if (bits <=
partCount
* integerPartWidth &&
581
count =
partCount
();
609
assert(rhs.
partCount
() >=
partCount
());
612
partCount
());
624
unsigned numParts =
partCount
();
720
const unsigned
PartCount
=
partCount
();
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
205
bool needsCleanup() const { return
partCount
() > 1; }
462
unsigned int
partCount
() const;
Completed in 291 milliseconds